| 2020-05-06 |
Nathan Moinvaziri | Added additional gzio tests for improved code coverage. |
commit | commitdiff | tree | snapshot |
| 2020-05-06 |
Nathan Moinvaziri | Added CI test for dual linking zlib-ng with system... |
commit | commitdiff | tree | snapshot |
| 2020-05-06 |
Nathan Moinvaziri | Split tree emitting code into its own source header... |
commit | commitdiff | tree | snapshot |
| 2020-05-06 |
Nathan Moinvaziri | Unify emitting of literals and match dist/lengths.... |
commit | commitdiff | tree | snapshot |
| 2020-05-02 |
Mika Lindqvist | Fix ARM64 build with Visual C++. |
commit | commitdiff | tree | snapshot |
| 2020-05-02 |
Nathan Moinvaziri | Added CMake and CI configuration for INFLATE_STRICT... |
commit | commitdiff | tree | snapshot |
| 2020-04-30 |
Nathan Moinvaziri | Standardize fill_window implementations and abstract... |
commit | commitdiff | tree | snapshot |
| 2020-04-30 |
Nathan Moinvaziri | Allow deflate_quick() to continue processing input... |
commit | commitdiff | tree | snapshot |
| 2020-04-30 |
Nathan Moinvaziri | Added unit test for incomplete read when calling deflat... |
commit | commitdiff | tree | snapshot |
| 2020-04-30 |
Nathan Moinvaziri | Added X86 AVX2, SSE2, SSE4, and PCLMULQDQ cmake options... |
commit | commitdiff | tree | snapshot |
| 2020-04-30 |
Nathan Moinvaziri | Reorder CMake BASEARCH variables alphabetically. |
commit | commitdiff | tree | snapshot |
| 2020-04-30 |
Nathan Moinvaziri | Removed TRIGGER_LEVEL byte masking from INSERT_STRING... |
commit | commitdiff | tree | snapshot |
| 2020-04-30 |
Nathan Moinvaziri | Replaced insert_string with quick_insert_string if... |
commit | commitdiff | tree | snapshot |
| 2020-04-30 |
Nathan Moinvaziri | Use quick_insert_string from functable in deflate_quick. |
commit | commitdiff | tree | snapshot |
| 2020-04-30 |
Nathan Moinvaziri | Standardize insert_string functionality across architec... |
commit | commitdiff | tree | snapshot |
| 2020-04-16 |
Nathan Moinvaziri | Fixed library not being named correctly on Windows... |
commit | commitdiff | tree | snapshot |
| 2020-04-16 |
Nathan Moinvaziri | Added cmake unit tests to verify gzip can decompress... |
commit | commitdiff | tree | snapshot |
| 2020-04-16 |
Nathan Moinvaziri | Fixed segmentation fault in deflate_quick() when switch... |
commit | commitdiff | tree | snapshot |
| 2020-04-16 |
Nathan Moinvaziri | Added unit test for segmentation fault with deflate_qui... |
commit | commitdiff | tree | snapshot |
| 2020-04-16 |
Leo Neat | Adding CIFuzz |
commit | commitdiff | tree | snapshot |
| 2020-04-16 |
Nathan Moinvaziri | Make GZBUFSIZE and BUFLEN configurable. |
commit | commitdiff | tree | snapshot |
| 2020-04-16 |
Nathan Moinvaziri | Fixed crc and simd march flags not be applied to CFLAGS... |
commit | commitdiff | tree | snapshot |
| 2020-04-16 |
Nathan Moinvaziri | Fixed signed/unsigned mismatch in deflate_medium in... |
commit | commitdiff | tree | snapshot |
| 2020-03-27 |
Pavel P | Avoid unnecessary include of windows.h from zbuild.h |
commit | commitdiff | tree | snapshot |
| 2020-03-18 |
Hans Kristian... | Add comment regarding long match distance bit costs. |
commit | commitdiff | tree | snapshot |
| 2020-03-18 |
Hans Kristian... | Reduce size of 'match' struct to 8 bytes, this allows... |
commit | commitdiff | tree | snapshot |
| 2020-03-18 |
Hans Kristian... | Clean up usage of bflush make more similar for each... |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Nathan Moinvaziri | Rename CMake argument from NO to OFF for readability. |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Nathan Moinvaziri | Fixed coverage tests when INFLATE_ALLOW_INVALID_DISTANC... |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Nathan Moinvaziri | Fixed wrong command used in infcover unit test. |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Pavel P | Remove cvs keywords |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Nathan Moinvaziri | Remove duplicate calculations in deflate_quick(). |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Nathan Moinvaziri | Add nmake to GitHub Actions CI. |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Nathan Moinvaziri | Change minigzip and minigzip64 to compile against zlibs... |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Nathan Moinvaziri | Add flag to minigzip to keep the input files, same... |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Nathan Moinvaziri | Disable alignment sanitizer with -fno-sanitize when... |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Nathan Moinvaziri | Fixed compressBound calculation for quick deflate strat... |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Nathan Moinvaziri | Clean up zng_tr_tally code. |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Nathan Moinvaziri | Fixed possible unsigned integer overflow in send_bits... |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Nathan Moinvaziri | Fixed incorrect compiler used for GitHub Actions config... |
commit | commitdiff | tree | snapshot |
| 2020-03-09 |
Nathan Moinvaziri | Remove old INDEX file as contents already specified... |
commit | commitdiff | tree | snapshot |
| 2020-03-09 |
Hans Kristian... | Add testing with compiler flags -O1 and -g3, let MSAN... |
commit | commitdiff | tree | snapshot |
| 2020-03-09 |
Hans Kristian... | Make sure we use unique codecov flags for each test run |
commit | commitdiff | tree | snapshot |
| 2020-03-09 |
Hans Kristian... | Import default codecfactor.io .shellcheckrc file. |
commit | commitdiff | tree | snapshot |
| 2020-03-09 |
Hans Kristian... | Attempt to run codecov again if it fails. |
commit | commitdiff | tree | snapshot |
| 2020-03-09 |
Hans Kristian... | Don't enable debug when building with code coverage. |
commit | commitdiff | tree | snapshot |
| 2020-03-09 |
Hans Kristian... | Fix codecov for pull requests. |
commit | commitdiff | tree | snapshot |
| 2020-02-12 |
Mika Lindqvist | Add cpuidex. |
commit | commitdiff | tree | snapshot |
| 2020-02-09 |
Nathan Moinvaziri | Fixed GitHub Actions warning about old version of macOS... |
commit | commitdiff | tree | snapshot |
| 2020-02-08 |
Nathan Moinvaziri | Fixed missing compressed_len count in deflate_quick... |
commit | commitdiff | tree | snapshot |
| 2020-02-08 |
Nathan Moinvaziri | Renamed bit buffer local variables consistently. |
commit | commitdiff | tree | snapshot |
| 2020-02-08 |
Nathan Moinvaziri | Replace quick_send_bits with send_bits now that bi_buf... |
commit | commitdiff | tree | snapshot |
| 2020-02-08 |
Nathan Moinvaziri | Change deflate_state's bi_buf from 16-bit to 32-bit. |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Nathan Moinvaziri | Fixed configure CI not working after adding macOS confi... |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Nathan Moinvaziri | Added codecov badge to README.md. |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Nathan Moinvaziri | Added infcover code coverage test executable to cmake... |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Mika Lindqvist | Add initial AVX2 support. |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Nathan Moinvaziri | Enable CI options explicitly so forked repositories... |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Nathan Moinvaziri | Support aligned alloc/free functions for Windows and... |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Nathan Moinvaziri | Fixed compiler warning when using BITS macro. |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Nathan Moinvaziri | Added better aligned access support for put_short. |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Nathan Moinvaziri | Use value already stored in wsize. |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Nathan Moinvaziri | Fixed wrong compiler names specified in build matrix. |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Nathan Moinvaziri | Removed MAX_DIST2 which is incompatible with zlib when... |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Gabriel A.... | Fix double specification of -O2 |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Nathan Moinvaziri | Fixed configure script use of sed on macOS. #427 |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Nathan Moinvaziri | Disable alignment sanitizer when architecture supports... |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Nathan Moinvaziri | Fixed formatting, 4 spaces for code intent, 2 spaces... |
commit | commitdiff | tree | snapshot |
| 2019-12-25 |
Nathan Moinvaziri | Set arch based on target compiler if cross compiling. |
commit | commitdiff | tree | snapshot |
| 2019-12-25 |
Ilya Leoshkevich | s390: fix build failure with --with-dfltcc-deflate |
commit | commitdiff | tree | snapshot |
| 2019-12-10 |
Nathan Moinvaziri | Added gzip tests for all open modes and compression... |
commit | commitdiff | tree | snapshot |
| 2019-11-26 |
Mika Lindqvist | Compatibility fix for crc32() |
commit | commitdiff | tree | snapshot |
| 2019-11-26 |
Mika Lindqvist | Compatibility fix |
commit | commitdiff | tree | snapshot |
| 2019-11-26 |
Nathan Moinvaziri | Improvements to GitHub Actions for code coverage. |
commit | commitdiff | tree | snapshot |
| 2019-11-25 |
MilhouseVH | configure: relax arm detection |
commit | commitdiff | tree | snapshot |
| 2019-10-27 |
Nathan Moinvaziri | Fixed checksum combine being compiled out on release... |
commit | commitdiff | tree | snapshot |
| 2019-10-25 |
Nathan Moinvaziri | Comment assert in chunkmemset when len < sizeof(uint64_... |
commit | commitdiff | tree | snapshot |
| 2019-10-25 |
Nathan Moinvaziri | Fixed assert during inflate fast when len < sizeof... |
commit | commitdiff | tree | snapshot |
| 2019-10-25 |
Nathan Moinvaziri | Added debug build configuration to GitHub Actions |
commit | commitdiff | tree | snapshot |
| 2019-10-25 |
Nathan Moinvaziri | Fixed unresolved external symbols when building maketrees. |
commit | commitdiff | tree | snapshot |
| 2019-10-25 |
Nathan Moinvaziri | Fixed pip not installing codecov-python on windows... |
commit | commitdiff | tree | snapshot |
| 2019-10-24 |
Nathan Moinvaziri | Fixed formatting converting tabs to spaces. |
commit | commitdiff | tree | snapshot |
| 2019-10-24 |
Nathan Moinvaziri | Replaced Travis CI badge with GitHub Actions badges. |
commit | commitdiff | tree | snapshot |
| 2019-10-24 |
Nathan Moinvaziri | Run GitHub Actions workflow on pull requests. |
commit | commitdiff | tree | snapshot |
| 2019-10-24 |
Nathan Moinvaziri | Fixed build when apt-get out of date in GitHub Actions... |
commit | commitdiff | tree | snapshot |
| 2019-10-24 |
Nathan Moinvaziri | Fixed buffer read overflow in crc32 folding when alloca... |
commit | commitdiff | tree | snapshot |
| 2019-10-24 |
Nathan Moinvaziri | Fixed signed warnings in zng_tr_tally_dist on Windows. |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
Nathan Moinvaziri | Added missing headers for intrinsics. |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
Nathan Moinvaziri | Fixed compiler warnings in fuzzers. zlib-ng/zlib-ng#454 |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
Nathan Moinvaziri | Fixed load of misaligned address in deflate_quick.c... |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
Mark Adler | Don't bother computing check value after successful... |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
Hans Kristian... | Clean up LIKELY/UNLIKELY definitions, making them upper... |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
Mark Adler | Avoid adding empty gzip member after gzflush with Z_FINISH. |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
Hans Kristian... | zlib-ng.h syntax cleanup |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
Nathan Moinvaziri | Added github actions yaml for cmake and configure. |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
Hans Kristian... | Use temp variables in send_all_trees too |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
Hans Kristian... | Reduce indirections used by send_bits and send_code. |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
Hans Kristian... | Move scan_start check, based on Cloudflare commit |
commit | commitdiff | tree | snapshot |
| 2019-10-09 |
Nathan Moinvaziri | Fixed msan detection when compiler doesn't support it. |
commit | commitdiff | tree | snapshot |
| 2019-10-09 |
Nathan Moinvaziri | Added private headers to cmake and fallback_builtins... |
commit | commitdiff | tree | snapshot |
| next |