aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-11-10Upgrade libxml2 to da703eaaea152f6dd9e871cbe7f0ae46322c583dSadaf Ebrahimi
2023-11-04parser: Fix combination of hash valuesNick Wellnhofer
2023-10-24error: Make more xmlError structs constantNick Wellnhofer
2023-10-22parser: Stop switching to ISO-8859-1 on encoding errorsNick Wellnhofer
2023-10-18threads: Fix --with-thread-allocNick Wellnhofer
2023-10-16Upgrade libxml2 to 4f132bcdb300850e94a723a4117cf0847a66d9a7Sadaf Ebrahimi
2023-10-06entities: Make xmlFreeEntity publicNick Wellnhofer
2023-10-02parser: Fix initialization of namespace dataNick Wellnhofer
2023-09-29parser: Use hash tables to avoid quadratic behaviorNick Wellnhofer
2023-09-29dict: Internal API to look up hash valuesNick Wellnhofer
2023-09-29dict: Separate RNG codeNick Wellnhofer
2023-09-28include: Add more missing stdio.h includesNick Wellnhofer
2023-09-22doc: Don't document internal macros in xmlversion.hNick Wellnhofer
2023-09-22regexp: Add missing includeNick Wellnhofer
2023-09-22error: Make xmlGetLastError return a const errorNick Wellnhofer
2023-09-21doc: Make apibuild.py happyNick Wellnhofer
2023-09-21parser: Readd some includes to parser.h and xmlreader.hNick Wellnhofer
2023-09-21hash: Clean up libxml/hash.hNick Wellnhofer
2023-09-21build: Fix build when certain modules are disabledNick Wellnhofer
2023-09-21include: Remove more unnecessary includesNick Wellnhofer
2023-09-20globals: Move remaining declarations to correct placesNick Wellnhofer
2023-09-20include: Remove unneeded includesNick Wellnhofer
2023-09-20include: Break inclusion cycle between tree.h and xmlregexp.hNick Wellnhofer
2023-09-20globals: Stop including globals.hNick Wellnhofer
2023-09-20globals: Move remaining globals back to correct header filesNick Wellnhofer
2023-09-20include: Remove unnecessary includesNick Wellnhofer
2023-09-20globals: Move error globals back to xmlerror.cNick Wellnhofer
2023-09-20globals: Move malloc hooks back to xmlmemory.hNick Wellnhofer
2023-09-20globals: Don't include SAX2.h from globals.hNick Wellnhofer
2023-09-20globals: Don't store xmlParserVersion in global stateNick Wellnhofer
2023-09-20globals: Deprecate xmlLastErrorNick Wellnhofer
2023-09-20parser: Deprecate global parser optionsNick Wellnhofer
2023-09-20globals: Reformat libxml/globals.hNick Wellnhofer
2023-09-20globals: Move buffer callback declarations to xmlIO.hNick Wellnhofer
2023-09-20globals: Move xmlRegisterNodeDefault to tree.cNick Wellnhofer
2023-09-20globals: Rework global state destruction on WindowsNick Wellnhofer
2023-09-20globals: Define globals using macrosNick Wellnhofer
2023-09-20globals: Introduce xmlCheckThreadLocalStorageNick Wellnhofer
2023-09-19globals: Make xmlGlobalState privateNick Wellnhofer
2023-09-19threads: Move library initialization code to threads.cNick Wellnhofer
2023-09-19debug: Remove debugging codeNick Wellnhofer
2023-09-19globals: Move code from threads.c to globals.cNick Wellnhofer
2023-09-19globals: Rename members of xmlGlobalStateNick Wellnhofer
2023-09-04dict: Update hash functionNick Wellnhofer
2023-09-01dict: Use xoroshiro64** as PRNGNick Wellnhofer
2023-08-28Upgrade libxml2 to cde44997789c8fc4e28bb279a021417e56fc0811Sadaf Ebrahimi
2023-08-20legacy: Add stubs for disabled modulesNick Wellnhofer
2023-08-20parser: Allow to set maximum amplification factorNick Wellnhofer
2023-08-17parser: Revert change to doc->encodingNick Wellnhofer
2023-08-08parser: Decode all data in xmlCharEncInputNick Wellnhofer