Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/gzip.c at check-in f5b559af94346f86
|
2025-04-22
| ||
| 01:10 | Initial incomplete port to MorphOS. Needs some manual overrides to compile and has some locking issues in SQLite. ... (file: [3c5be2a3d5] check-in: [66f279e143] user: js branch: morphos, size: 3781) | |
|
2025-04-01
| ||
| 12:16 | Add test-brotli command to get some basic compression measurements. Closing this branch, as brotli is simply too slow for what we want to do. ... (file: [56718eb1de] check-in: [f5b559af94] user: stephan branch: brotli-compress, size: 5474) | |
|
2023-02-23
| ||
| 18:47 | Fix a harmless compiler overflow warning. ... (file: [8b957fdf43] check-in: [2fd158fce7] user: danield branch: trunk, size: 3740) | |
|
2022-04-20
| ||
| 09:38 | Changed zlib crc type from int to unsigned long, as that's the type returned by zlib's crc32() and doing so reportedly resolves the CRC error reported in [forum:7a9097e557 | forum post 7a9097e557]. ... (file: [7958b376aa] check-in: [1bf6686e76] user: stephan branch: trunk, size: 3731) | |
|
2021-12-26
| ||
| 13:05 | Removed miniz.c, per /chat discussion. It is incompatible with both OpenSLL and the SQL shell's sqlar support. ... (file: [91e63f7755] check-in: [f9c2d23f29] user: stephan branch: trunk, size: 3731) | |
|
2017-11-30
| ||
| 17:58 | Refactor the symlink processing logic so that most of the file access routines take a new parameter indicating the conditions under which symlinks should and should not be followed. This should fix a few bugs related to symlink processing. Lots of testing required before merging to trunk. ... (file: [43cb7e9eaf] check-in: [e7767de263] user: drh branch: symlink-refactor, size: 3833) | |
|
2017-04-23
| ||
| 13:50 | gzip.c:70:13: warning: implicit conversion from 'int' to 'char' changes value from 255 to -1 [-Wconstant-conversion] aHdr[9] = 255; ~ ^~~ ... (file: [1713ec55df] check-in: [fe1332ca2c] user: jan.nijtmans branch: trunk, size: 3824) | |
|
2014-08-23
| ||
| 06:08 | Add miniz as a compile-time feature, leaving zlib as the default compression library. All makefiles should build. The DMC and PellesCGMake makefiles are not yet supported with miniz. Also, when using miniz, OpenSSL support for zlib is disabled in the MinGW makefile. ... (file: [b0d60daf0c] check-in: [c693a3365c] user: mistachkin branch: optionalMiniz, size: 3825) | |
|
2014-08-19
| ||
| 16:52 | "the zip file patch" from Baruch. ... (file: [6323631af4] check-in: [26ecec6c2c] user: stephan branch: miniz, size: 3724) | |
|
2014-08-18
| ||
| 17:13 | Replaced zlib usage with local copy of miniz. Seems to work. ... (file: [96a37b62c9] check-in: [579ae389ce] user: stephan branch: miniz, size: 3723) | |
|
2014-01-28
| ||
| 08:20 | More removals of unnecessary end-of-line spaces. No change in code. ... (file: [6166bf3472] check-in: [45f35169f2] user: jan.nijtmans branch: trunk, size: 3723) | |
|
2013-12-22
| ||
| 10:21 | According to RFC 1952, MTIME=0 means no time stamp is available ... (file: [e41e31ff0a] check-in: [518896951a] user: jan.nijtmans branch: trunk, size: 3725) | |
|
2013-10-11
| ||
| 08:36 | Make sure that EVERY source file includes "config.h" before any other system includes. This is the first step in making fossil compile for Win64 using MinGW. ... (file: [eddefe3eff] check-in: [c30cd93b91] user: jan.nijtmans branch: trunk, size: 3723) | |
|
2012-08-29
| ||
| 13:57 | Allow UTF-8 characters in sources. translate.exe will translate it to ASCII ... (file: [421a05000b] check-in: [9f6abc5968] user: jan.nijtmans branch: msvc-broken, size: 3722) | |
|
2012-06-29
| ||
| 15:59 | Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". ... (file: [b9f61b51af] check-in: [0328d68181] user: drh branch: sqlite4, size: 3750) | |
|
2012-06-27
| ||
| 12:30 | Begin a branch that is modified to use sqlite4 instead of sqlite3 as the storage engine. This check-in compiles (on unix) but does not work. ... (file: [5f08ff047b] check-in: [6823912746] user: drh branch: sqlite4, size: 3749) | |
|
2012-03-29
| ||
| 14:54 | Add vim modline everywhere ... (file: [90d26c8223] check-in: [a496d8e88d] user: mgagnon branch: mgagnon_fix, size: 3765) | |
|
2011-09-28
| ||
| 11:35 | Use the check-in time as the timestamp for zlib compression on tarballs, os that every tarball for the same check-in is identical. ... (file: [743b7f32ef] check-in: [3e141b792c] user: drh branch: trunk, size: 3723) | |
|
2011-03-24
| ||
| 13:36 | Fix a bug in the compression logic of the tarball generator. ... (file: [b3a2acaa67] check-in: [518ec9dd9f] user: drh branch: trunk, size: 3708) | |
|
2011-03-09
| ||
| 00:15 | Add a utility for generating gzip-compressed files. This is one step on the road toward the ability to generated compressed tarballs. ... (file: [a9b94f8f9c] check-in: [34d9a5e5c5] user: drh branch: trunk, size: 3706) | |