summaryrefslogtreecommitdiff
path: root/xmlIO.c
Commit message (Expand)AuthorAgeFilesLines
* xmlIO: Remove some calls to xmlIOErrNick Wellnhofer2023-04-301-4/+3
* parser: Improve handling of encoding and IO errorsNick Wellnhofer2023-04-301-13/+18
* malloc-fail: Fix memory leak in xmlParserInputBufferCreateMemNick Wellnhofer2023-02-171-1/+1
* malloc-fail: Fix null deref if growing input buffer failsNick Wellnhofer2023-01-241-1/+2
* buf: Deprecate static/immutable buffersNick Wellnhofer2022-11-201-33/+3
* io: Fix a few integer overflows in I/O statisticsNick Wellnhofer2022-11-201-4/+14
* io: Rework xmlParserInputBufferGrow with encodingsNick Wellnhofer2022-11-201-32/+26
* io: Remove xmlInputReadCallbackNopNick Wellnhofer2022-11-201-26/+4
* io: Fix "buffer full" error with certain buffer sizesNick Wellnhofer2022-11-131-6/+0
* Stop including sys/types.hNick Wellnhofer2022-09-021-3/+0
* Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer2022-09-011-3/+2
* Remove explicit integer castsNick Wellnhofer2022-09-011-6/+6
* Consolidate private header filesNick Wellnhofer2022-08-261-6/+6
* xmlBufAvail() should return length without including a byte for NUL terminatorDavid Kilzer2022-05-251-1/+1
* fix typo in commentMehltretter Karl2022-05-061-1/+1
* Mark more static data as `const`David Kilzer2022-04-071-1/+1
* Add windows includes to xmlIO.cJoey Arhar2022-03-311-0/+2
* Improve buffer allocation schemeNick Wellnhofer2022-03-061-4/+1
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-9/+1
* Remove broken Windows CE supportNick Wellnhofer2022-03-011-8/+0
* Always fopen files with "rb"Nick Wellnhofer2022-02-281-1/+1
* Remove __DJGPP__ checksNick Wellnhofer2022-02-281-19/+19
* Remove useless __CYGWIN__ checksNick Wellnhofer2022-02-281-21/+21
* Fix unused variable warnings with disabled featuresNick Wellnhofer2022-02-221-0/+3
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Fix leak in __xmlOutputBufferCreateFilenameDavid King2022-01-161-0/+2
* Fix buffering in xmlOutputBufferWriteNick Wellnhofer2021-07-271-4/+16
* Fix return value of xmlCharEncOutputNick Wellnhofer2020-06-151-16/+4
* Fix typosNick Wellnhofer2020-03-081-4/+4
* Add xmlPopOutputCallbacksNick Wellnhofer2020-02-111-0/+27
* Fix integer overflow when counting written bytesNick Wellnhofer2019-10-141-3/+12
* Large batch of typo fixesJared Yanovich2019-09-301-5/+5
* Remove executable bit from non-executable filesNick Wellnhofer2019-09-161-0/+0
* fix memory leak in xmlAllocOutputBufferzhouzhongyuan2019-07-301-0/+1
* Fix memory leak in xmlAllocOutputBufferInternal error pathNick Wellnhofer2019-05-201-0/+1
* Fix return value of xmlOutputBufferWriteNick Wellnhofer2019-05-151-10/+22
* Revert "Change calls to xmlCharEncInput to set flush false"Nick Wellnhofer2018-03-171-2/+2
* Change calls to xmlCharEncInput to set flush false when not final call. Havin...Joel Hockey2018-01-081-2/+2
* Fix libz and liblzma detectionNick Wellnhofer2017-11-271-21/+21
* Fix IO callback signaturesNick Wellnhofer2017-11-091-4/+2
* Refactor name and type signature for xmlNopVlad Tsyrklevich2017-11-091-4/+6
* Simplify Windows IO functionsNick Wellnhofer2017-10-091-129/+21
* Fix the Windows header messNick Wellnhofer2017-10-091-2/+3
* Fix pointer/int cast warnings on 64-bit WindowsNick Wellnhofer2017-10-091-5/+6
* Porting libxml2 on zOS encoding of codeStéphane Michaut2017-08-281-2/+7
* Documentation fixesNick Wellnhofer2017-06-181-1/+1
* Fix unused-parameter warningsNick Wellnhofer2017-06-171-1/+1
* Allow zero sized memory input buffersNick Wellnhofer2017-06-101-2/+2
* Revert "Add an XML_PARSE_NOXXE flag to block all entities loading even local"Nick Wellnhofer2017-06-061-35/+5
* Add an XML_PARSE_NOXXE flag to block all entities loading even localDoran Moppert2017-04-071-5/+35