summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec
AgeCommit message (Expand)Author
2020-01-21Make TempFile destructor remove temp directory recursivelySamuel Mehrbrodt
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2020-01-06tdf#54938 Adapt supportsService implementations to cppu::supportsServiceYusuf Keten
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin
2019-12-05loplugin:external (clang-cl)Stephan Bergmann
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann
2019-11-29make some function symbols module privateNoel Grandin
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann
2019-11-15make some classes module-privateNoel Grandin
2019-11-03find symbols that can be privateNoel Grandin
2019-10-17Remove some memset callsMike Kaganski
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin
2019-08-16new loplugin:sequenceloopNoel Grandin
2019-07-31Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmlsecurityStephan Bergmann
2019-07-16cid#1448421 unsafe_xml_parse_configCaolán McNamara
2019-06-18loplugin:logexceptionnicely in xmlhelp..xmlsecurityNoel Grandin
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov
2019-05-27operator new doesn't return null anywayStephan Bergmann
2019-05-09Simplify Sequence iterations in xmlscript, xmlsecurityArkadiy Illarionov
2019-05-09tdf#42949 Fix IWYU warnings in xmlsecurity/*cxxGabor Kelemen
2019-05-08Replace remaining lists by vectors in xmlsecurityJulien Nabet
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov
2019-04-29tdf#42949 Fix IWYU warnings in xmlsecurity/*hxxGabor Kelemen
2019-04-15loplugin:sequentialassign in writerfilter..xmlsecurityNoel Grandin
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-04-13use more std::make_uniqueNoel Grandin
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2019-02-11new loplugin indentationNoel Grandin
2019-01-07Fix typoAndrea Gelmini
2018-12-31NSS: create a temporary database instead of in-memoryTomaž Vajngerl
2018-12-30Fix typo in codeAndrea Gelmini
2018-12-04tdf#118373 xmlsecurity: avoid stderr output on libxmlsec version checkMiklos Vajna
2018-12-01xmlsecurity: clean-up code a bitTomaž Vajngerl
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-11-16loplugin:staticmethods improvementNoel Grandin
2018-11-05xmlSecNssPKIAdoptKey apparently takes over ownership of keysStephan Bergmann
2018-10-31lok: new function to add certificate to certificate DBTomaž Vajngerl
2018-10-29fix importing the certificate and private keyTomaž Vajngerl
2018-10-29xmlsecurity: implement XCertificateCreator for NSS backendTomaž Vajngerl
2018-10-29xmlsecurity: prevent seg. fault if there is no private keyTomaž Vajngerl
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-20pvs-studio: Expression 'keyStore != nullptr' is always true.Caolán McNamara
2018-10-20pvs-studio: new does not return nullptrCaolán McNamara