summaryrefslogtreecommitdiff
path: root/libxslt
Commit message (Expand)AuthorAgeFilesLines
* malloc-fail: Fix memory leak in xsltGetInheritedNsListNick Wellnhofer2023-02-261-19/+8
* malloc-fail: Fix memory leak in xsltParseStylesheetAttributeSetNick Wellnhofer2023-02-261-2/+5
* malloc-fail: Fix memory leak in xsltEvalGlobalVariablesNick Wellnhofer2023-02-261-2/+7
* malloc-fail: Fix null deref after templPushNick Wellnhofer2023-02-261-17/+9
* malloc-fail: Fix memory leak in xsltRegisterVariableNick Wellnhofer2023-02-261-1/+4
* malloc-fail: Fix null deref after xsltAddStackElemNick Wellnhofer2023-02-261-19/+11
* malloc-fail: Fix null deref after xsltLocalVariablePushNick Wellnhofer2023-02-261-16/+8
* malloc-fail: Fix null deref in xsltPatPushStateNick Wellnhofer2023-02-261-8/+4
* malloc-fail: Fix memory leak in xsltParseStylesheetStripSpaceNick Wellnhofer2023-02-261-5/+5
* malloc-fail: Fix memory leak in xsltInitCtxtKeyNick Wellnhofer2023-02-261-1/+4
* malloc-fail: Fix null deref in xsltAddKeyNick Wellnhofer2023-02-261-0/+2
* malloc-fail: Fix memory leak in xsltStyleInitializeStylesheetModuleNick Wellnhofer2023-02-261-1/+4
* malloc-fail: Fix memory leak in xsltInitCtxtExtNick Wellnhofer2023-02-261-0/+5
* malloc-fail: Fix null deref in xsltKeyFunctionNick Wellnhofer2023-02-261-2/+3
* malloc-fail: Fix null deref in xsltComputeSortResultNick Wellnhofer2023-02-261-0/+2
* malloc-fail: Fix null deref in xsltEvalXPathStringNsNick Wellnhofer2023-02-261-1/+1
* malloc-fail: Fix memory leak in xsltAddTemplateNick Wellnhofer2023-02-261-8/+12
* malloc-fail: Fix null deref in xsltDocumentFunctionNick Wellnhofer2023-02-261-1/+1
* malloc-fail: Fix null deref in xsltDocumentFunctionNick Wellnhofer2023-02-261-4/+6
* malloc-fail: Fix memory leak in xsltGetExtDataNick Wellnhofer2023-02-261-3/+2
* malloc-fail: Fix null deref in xsltFormatNumberFunctionNick Wellnhofer2023-02-261-1/+1
* Fix memory leak in xsltDefaultSortFunctionNick Wellnhofer2023-01-101-5/+2
* Fix typoNick Wellnhofer2023-01-093-4/+4
* xsltlocale: Fix xsltNewLocale on macOSNick Wellnhofer2023-01-091-5/+5
* xsltlocale: Make API platform-independentNick Wellnhofer2023-01-098-143/+175
* Also accept application/xslt+xml media type in stylesheet PIsNick Wellnhofer2023-01-031-1/+2
* xsltutils: Another fix to xsltComputeSortResultNick Wellnhofer2022-12-171-1/+1
* xsltutils: Fix regression in xsltComputeSortResultNick Wellnhofer2022-12-131-2/+6
* fix typozhang nan2022-11-211-1/+1
* warnings: Fix strict prototypes warningNick Wellnhofer2022-10-311-1/+1
* xsltEvalUserParams() and xsltQuoteUserParams() are susceptible to integer ove...David Kilzer2022-10-181-2/+2
* Make xsl:sort thread-safeNick Wellnhofer2022-10-181-73/+63
* xslt: Return NULL stylesheet on attribute set errorsNick Wellnhofer2022-09-071-3/+3
* xslt: Remove declaration for old libxml2Nick Wellnhofer2022-09-061-7/+1
* autotools: Use AM_CFLAGS consistentlyNick Wellnhofer2022-09-061-2/+0
* autotools: Link with -no-undefinedNick Wellnhofer2022-09-061-0/+1
* Fix various compiler warningsNick Wellnhofer2022-09-013-6/+11
* Fix compiler warnings in xsltGenerateIdFunctionNick Wellnhofer2022-09-011-2/+2
* Clean up attributes in source docNick Wellnhofer2022-08-312-3/+13
* Make generate-id() deterministicNick Wellnhofer2022-08-313-16/+93
* Store RVT ownership in 'compression' memberNick Wellnhofer2022-08-314-30/+30
* Store key status of source nodes as bit flagNick Wellnhofer2022-08-313-53/+4
* Infrastructure to store extra data in source nodesNick Wellnhofer2022-08-314-0/+183
* Run CI tests with -fsanitize=integerNick Wellnhofer2022-08-311-1/+1
* Don't declare disabled functionsNick Wellnhofer2022-08-301-2/+6
* Don't use deprecated XPath macrosNick Wellnhofer2022-08-262-5/+8
* Don't use deprecated libxml2 macrosNick Wellnhofer2022-08-264-17/+24
* Add missing compile definition for static builds to AutotoolsMike Dalessio2022-08-201-1/+1
* Simplify xsltexports.h and exsltexports.hNick Wellnhofer2022-07-291-110/+32
* Fix quadratic behavior with variables and parametersNick Wellnhofer2022-06-061-0/+8