summaryrefslogtreecommitdiff
path: root/xzlib.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using sprintfNick Wellnhofer2023-05-081-2/+3
* xzlib: Fix implicit sign change in xz_openNick Wellnhofer2023-03-141-2/+5
* sources: Silence C4013 warnings on Visual StudioChun-wei Fan2022-11-221-0/+2
* Stop including sys/types.hNick Wellnhofer2022-09-021-3/+0
* Consolidate private header filesNick Wellnhofer2022-08-261-1/+1
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-6/+1
* Fix unused variable warnings with disabled featuresNick Wellnhofer2022-02-221-0/+8
* Large batch of typo fixesJared Yanovich2019-09-301-2/+2
* Fix infinite loop in LZMA decompressionNick Wellnhofer2018-07-301-0/+9
* Fix libz and liblzma detectionNick Wellnhofer2017-11-271-12/+12
* Fix memory leak in LZMA decompressorNick Wellnhofer2017-09-071-0/+2
* Set memory limit for LZMA decompressionNick Wellnhofer2017-09-071-1/+1
* Reenable xz support by defaultDaniel Veillard2015-11-031-2/+4
* CVE-2015-8035 Fix XZ compression support loopCVE-2015-8035Daniel Veillard2015-11-031-0/+4
* Fix a bug loading some compressed filesMike Alexander2013-11-281-4/+22
* Fix a regression in xmlGetDocCompressMode()Daniel Veillard2013-05-101-0/+25
* Fix various bugs in new code raised by the API checkingDaniel Veillard2012-05-151-1/+1
* Fix a memory leak in the xzlib codeDaniel Veillard2012-05-151-28/+36
* fixed a 64bit big endian issueMarcus Meissner2012-05-071-2/+7
* Do not use unsigned but unsigned intDaniel Veillard2012-04-021-5/+6
* Cleanups of lzma supportDaniel Veillard2012-01-271-214/+274
* move xz/lzma helpers to separate included filesAnders F Bjorklund2012-01-271-0/+681