summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/nss
AgeCommit message (Expand)Author
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-09loplugin:staticmethodsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-23cppcheck: add some explicitsCaolán McNamara
2015-02-26cppcheck: variableScopeCaolán McNamara
2015-02-10cppcheck: variableScopeCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-20Some more loplugin:cstylecast: xmlsecurityStephan Bergmann
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-12-18xmlsecurity: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-08Typo "mehtod" -> "method"Stephan Bergmann
2014-12-04Bin noise commentsTor Lillqvist
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-20coverity#982248 Unchecked return valueCaolán McNamara
2014-10-15loplugin: cstylecastNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-08-12Get rid of xmlsec_trace() and use SAL_INFO("xmlsecurity.xmlsec")Tor Lillqvist
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold
2014-05-24cppcheck: Prefer prefix ++/-- operatorsJulien Nabet
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-19fix-includes.pl: xmlsecurityThomas Arnhold
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-11coverity#982735 Negative loop boundCaolán McNamara
2014-04-24coverity#707488 Uncaught exceptionCaolán McNamara
2014-04-24coverity#707489 Uncaught exceptionCaolán McNamara
2014-04-24coverity#707490 Uncaught exceptionCaolán McNamara
2014-04-24xmlsecurity: sal_Bool->boolNoel Grandin
2014-04-19WaE: Unreferenced function definition [loplugin:unreffun]Tor Lillqvist
2014-04-19fixincludeguards.sh: xmlsecurityThomas Arnhold
2014-04-14Clean up function declarationsStephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-17Convert xmlsecurity to cppu::supportsServiceAlexandre Vicenzi
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-07remove unnecessary use of OUString constructor in XMLSECURITY moduleNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-08-18fdo#57950: Remove some chained appends in xmlsecurityJelle van der Waa
2013-08-17Revert "fdo#57950: Remove some chained appends in xmlsecurity"Andrzej J.R. Hunt
2013-08-17fdo#57950: Remove some chained appends in xmlsecurityJelle van der Waa
2013-07-24fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
2013-07-22Mark as constTakeshi Abe
2013-06-29remove OUString wrap for string literalsThomas Arnhold