summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec
AgeCommit message (Expand)AuthorFilesLines
2021-02-09default to CertificateValidity::INVALIDCaolán McNamara1-2/+2
2020-11-19tdf#123936 Formatting files in module xmlsecurity with clang-formatPhilipp Hofer2-7/+6
2020-10-14More fixes of uses of now-explicit OUString ctor taking raw sal_Unicode pointerStephan Bergmann1-1/+1
2020-10-02Fix libnssckbi not found error on AndroidMert Tumer1-1/+1
2020-09-23tdf#128136: Build curl, nss, and xmlsec for iOS, tooTor Lillqvist1-1/+7
2020-08-02loplugin:flatten in xmlsecurityNoel Grandin4-90/+90
2020-07-03[API CHANGE] Move NSS profile handling into NSS serviceJan-Marek Glogowski2-34/+141
2020-05-13expand out some namespace aliasesNoel Grandin3-51/+41
2020-05-10compact namespace in xmlhelp..xmlsecurityNoel Grandin1-1/+1
2020-04-27Missing includes on Windows with --disable-pchMike Kaganski1-0/+1
2020-04-02xmlsec-wrapper.h must be included before any xmlsec headerMike Kaganski8-11/+18
2020-04-01Drop useless initialization immediately before reassignmentMike Kaganski1-3/+1
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen2-3/+0
2020-02-03tdf:#54938Adapt supportsService implementations to cppu::supportsServiceiakarsu1-7/+3
2020-02-03tdf#54938: Adapt supportsService implementations to cppu::supportsServiceHakan Bakacak1-7/+2
2020-02-01tdf#54938: Adapt supportsService implementations to cppu::supportsServiceCanberk TURAN1-9/+2
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorFaruk Demirbaş1-2/+1
2020-01-21Make TempFile destructor remove temp directory recursivelySamuel Mehrbrodt1-60/+0
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2-6/+3
2020-01-06tdf#54938 Adapt supportsService implementations to cppu::supportsServiceYusuf Keten1-2/+2
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin1-32/+9
2019-12-05loplugin:external (clang-cl)Stephan Bergmann3-0/+12
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann1-1/+1
2019-11-29make some function symbols module privateNoel Grandin1-2/+2
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann5-0/+17
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-2/+2
2019-11-15make some classes module-privateNoel Grandin1-1/+1
2019-11-03find symbols that can be privateNoel Grandin1-4/+4
2019-10-17Remove some memset callsMike Kaganski1-2/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann5-6/+6
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov5-16/+11
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov2-2/+2
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin1-1/+1
2019-08-16new loplugin:sequenceloopNoel Grandin1-1/+2
2019-07-31Fix typosAndrea Gelmini1-4/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmlsecurityStephan Bergmann8-10/+10
2019-07-16cid#1448421 unsafe_xml_parse_configCaolán McNamara1-1/+1
2019-06-18loplugin:logexceptionnicely in xmlhelp..xmlsecurityNoel Grandin1-2/+3
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov4-62/+6
2019-05-27operator new doesn't return null anywayStephan Bergmann1-5/+1
2019-05-09Simplify Sequence iterations in xmlscript, xmlsecurityArkadiy Illarionov2-12/+8
2019-05-09tdf#42949 Fix IWYU warnings in xmlsecurity/*cxxGabor Kelemen13-45/+13
2019-05-08Replace remaining lists by vectors in xmlsecurityJulien Nabet4-6/+6
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov4-7/+7
2019-04-29tdf#42949 Fix IWYU warnings in xmlsecurity/*hxxGabor Kelemen18-41/+30
2019-04-15loplugin:sequentialassign in writerfilter..xmlsecurityNoel Grandin1-3/+1
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2019-04-13use more std::make_uniqueNoel Grandin2-3/+3