aboutsummaryrefslogtreecommitdiff
path: root/xmlIO.c
AgeCommit message (Expand)Author
2023-09-20globals: Move remaining globals back to correct header filesNick Wellnhofer
2023-09-19debug: Remove debugging codeNick Wellnhofer
2023-08-08parser: Decode all data in xmlCharEncInputNick Wellnhofer
2023-08-08parser: Stream data when reading from memoryNick Wellnhofer
2023-08-08encoding: Move rawconsumed accounting to xmlCharEncInputNick Wellnhofer
2023-08-08parser: Rework encoding detectionNick Wellnhofer
2023-04-30xmlIO: Remove some calls to xmlIOErrNick Wellnhofer
2023-04-30parser: Improve handling of encoding and IO errorsNick Wellnhofer
2023-02-17malloc-fail: Fix memory leak in xmlParserInputBufferCreateMemNick Wellnhofer
2023-01-24malloc-fail: Fix null deref if growing input buffer failsNick Wellnhofer
2022-11-20buf: Deprecate static/immutable buffersNick Wellnhofer
2022-11-20io: Fix a few integer overflows in I/O statisticsNick Wellnhofer
2022-11-20io: Rework xmlParserInputBufferGrow with encodingsNick Wellnhofer
2022-11-20io: Remove xmlInputReadCallbackNopNick Wellnhofer
2022-11-13io: Fix "buffer full" error with certain buffer sizesNick Wellnhofer
2022-09-02Stop including sys/types.hNick Wellnhofer
2022-09-01Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer
2022-09-01Remove explicit integer castsNick Wellnhofer
2022-08-26Consolidate private header filesNick Wellnhofer
2022-05-25xmlBufAvail() should return length without including a byte for NUL terminatorDavid Kilzer
2022-05-06fix typo in commentMehltretter Karl
2022-04-07Mark more static data as `const`David Kilzer
2022-03-31Add windows includes to xmlIO.cJoey Arhar
2022-03-06Improve buffer allocation schemeNick Wellnhofer
2022-03-02Don't check for standard C89 headersNick Wellnhofer
2022-03-01Remove broken Windows CE supportNick Wellnhofer
2022-02-28Always fopen files with "rb"Nick Wellnhofer
2022-02-28Remove __DJGPP__ checksNick Wellnhofer
2022-02-28Remove useless __CYGWIN__ checksNick Wellnhofer
2022-02-22Fix unused variable warnings with disabled featuresNick Wellnhofer
2022-02-20Remove elfgcchack.hNick Wellnhofer
2022-01-16Fix leak in __xmlOutputBufferCreateFilenameDavid King
2021-07-27Fix buffering in xmlOutputBufferWriteNick Wellnhofer
2020-06-15Fix return value of xmlCharEncOutputNick Wellnhofer
2020-03-08Fix typosNick Wellnhofer
2020-02-11Add xmlPopOutputCallbacksNick Wellnhofer
2019-10-14Fix integer overflow when counting written bytesNick Wellnhofer
2019-09-30Large batch of typo fixesJared Yanovich
2019-09-16Remove executable bit from non-executable filesNick Wellnhofer
2019-07-30fix memory leak in xmlAllocOutputBufferzhouzhongyuan
2019-05-20Fix memory leak in xmlAllocOutputBufferInternal error pathNick Wellnhofer
2019-05-15Fix return value of xmlOutputBufferWriteNick Wellnhofer
2018-03-17Revert "Change calls to xmlCharEncInput to set flush false"Nick Wellnhofer
2018-01-08Change calls to xmlCharEncInput to set flush false when not final call. Havin...Joel Hockey
2017-11-27Fix libz and liblzma detectionNick Wellnhofer
2017-11-09Fix IO callback signaturesNick Wellnhofer
2017-11-09Refactor name and type signature for xmlNopVlad Tsyrklevich
2017-10-09Simplify Windows IO functionsNick Wellnhofer
2017-10-09Fix the Windows header messNick Wellnhofer
2017-10-09Fix pointer/int cast warnings on 64-bit WindowsNick Wellnhofer