summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-3/+3
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-20coverity#982248 Unchecked return valueCaolán McNamara1-1/+1
2014-10-15loplugin: cstylecastNoel Grandin1-2/+2
2014-10-06loplugin: cstylecastNoel Grandin1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin2-4/+4
2014-08-28Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2-0/+4
2014-08-12Get rid of xmlsec_trace() and use SAL_INFO("xmlsecurity.xmlsec")Tor Lillqvist6-177/+53
2014-08-04create OUString from literalThomas Arnhold1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-10/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-26/+11
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold3-4/+0
2014-05-24cppcheck: Prefer prefix ++/-- operatorsJulien Nabet1-3/+3
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-1/+1
2014-05-19fix-includes.pl: xmlsecurityThomas Arnhold13-33/+33
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin3-3/+3
2014-05-11coverity#982735 Negative loop boundCaolán McNamara1-11/+5
2014-04-24coverity#707488 Uncaught exceptionCaolán McNamara2-4/+7
2014-04-24coverity#707489 Uncaught exceptionCaolán McNamara2-4/+6
2014-04-24coverity#707490 Uncaught exceptionCaolán McNamara2-3/+5
2014-04-24xmlsecurity: sal_Bool->boolNoel Grandin12-32/+19
2014-04-19WaE: Unreferenced function definition [loplugin:unreffun]Tor Lillqvist1-1/+1
2014-04-19fixincludeguards.sh: xmlsecurityThomas Arnhold27-71/+71
2014-04-14Clean up function declarationsStephan Bergmann6-18/+45
2014-04-11Use valid UNOIDL identifiers in XCompressedDocumentHandlerStephan Bergmann2-17/+17
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann14-109/+109
2014-03-17xmlsecurity: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza4-37/+11
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann27-213/+213
2014-01-17Convert xmlsecurity to cppu::supportsServiceAlexandre Vicenzi1-7/+4
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist1-3/+3
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-1/+1
2013-11-07remove unnecessary use of OUString constructor in XMLSECURITY moduleNoel Grandin8-8/+8
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-2/+2
2013-10-03CID#708741 uninitialized membersCaolán McNamara1-1/+5
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar1-1/+1
2013-08-18fdo#57950: Remove some chained appends in xmlsecurityJelle van der Waa1-7/+2
2013-08-17Revert "fdo#57950: Remove some chained appends in xmlsecurity"Andrzej J.R. Hunt1-2/+7
2013-08-17fdo#57950: Remove some chained appends in xmlsecurityJelle van der Waa1-7/+2
2013-08-12Ifdef out code which had been accidentally un-commented-outTor Lillqvist1-0/+4
2013-08-11fdo#62475 removed pointless commentsJelle van der Waa1-3/+0
2013-07-24fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa2-2/+1
2013-07-22Mark as constTakeshi Abe1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold2-7/+7
2013-06-10fdo#46808, Convert xml::crypto services to new styleNoel Grandin19-207/+65
2013-06-06Some more modules at least building with mingw64Fridrich Štrba1-2/+3
2013-05-16Resolves: #i120675# the certificate store handles need to be closedJian Fang Zhang2-19/+48
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák3-10/+10