Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded dependency on limits.h in examples/zran.c. | Mark Adler | 2024-09-01 | 1 | -4/+4 |
| | |||||
* | Update zran version. | Mark Adler | 2024-02-04 | 1 | -2/+6 |
| | |||||
* | Allocate the dictionaries in examples/zran.c. | Mark Adler | 2024-02-04 | 1 | -21/+25 |
| | | | | | This reduces the memory needed for dictionaries, and avoids the need to reallocate the index at the end to return unused memory. | ||||
* | Provide a reusable inflate engine in the index in example/zran.c. | Mark Adler | 2024-02-04 | 1 | -76/+77 |
| | | | | | Avoids the overhead of creating a new inflate engine for each random access extraction. | ||||
* | Stop decoding in zran.c once request is satisfied. | Mark Adler | 2024-02-04 | 1 | -2/+6 |
| | |||||
* | Set returned index to NULL on an index build error in zran.c. | Mark Adler | 2024-02-04 | 1 | -0/+4 |
| | | | | | | An attempt to use the returned pointer in deflate_index_extract() will now return cleanly with an error. The returned pointer can now also be used with deflate_index_free() even on error. | ||||
* | Fix random typos over several source and text files. | THE-Spellchecker | 2024-01-17 | 1 | -1/+1 |
| | |||||
* | Add a NOPRIME #define to zran.c to not use inflatePrime(). | Mark Adler | 2023-04-13 | 1 | -2/+91 |
| | | | | | This supports zlib versions earlier than 1.2.3 (July 2005), as well as incomplete clones of zlib that do not have inflatePrime(). | ||||
* | Rewrite of zran in examples. See version history in zran.c. | Mark Adler | 2023-02-18 | 1 | -343/+308 |
| | |||||
* | Fix some typos. | Mark Adler | 2022-08-23 | 1 | -1/+1 |
| | | | | No code changes. | ||||
* | Fix the zran.c example to work on a multiple-member gzip file. | Mark Adler | 2018-10-14 | 1 | -93/+163 |
| | |||||
* | Fix some typos. | Mark Adler | 2016-10-30 | 1 | -1/+1 |
| | |||||
* | Fix memory allocation error in examples/zran.c [Nor]. | Mark Adler | 2012-09-29 | 1 | -3/+8 |
| | |||||
* | zlib 1.2.3.1v1.2.3.1 | Mark Adler | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | zlib 1.2.2.4v1.2.2.4 | Mark Adler | 2011-09-09 | 1 | -0/+404 |