2020-09-08 |
Hans Kristian... | Rename variable to correctly indicate register usage, |
commit | commitdiff | tree |
2020-09-03 |
Dan Kegel | test/abicheck.md: document care and feeding of abicheck.sh |
commit | commitdiff | tree |
2020-09-03 |
Dan Kegel | test/abicheck.sh: new script to verify abi compatibilit... |
commit | commitdiff | tree |
2020-08-31 |
Hans Kristian... | Clean up if blocks in deflate.c |
commit | commitdiff | tree |
2020-08-31 |
Hans Kristian... | longest_match optimization |
commit | commitdiff | tree |
2020-08-31 |
Hans Kristian... | Fix numerous sign-conversion warnings in compare256... |
commit | commitdiff | tree |
2020-08-31 |
Hans Kristian... | Minor comments/whitespace cleanup |
commit | commitdiff | tree |
2020-08-31 |
Hans Kristian... | Reorder s->block_open and s->reproducible. |
commit | commitdiff | tree |
2020-08-31 |
Hans Kristian... | Remove s->method since it is always set to the same... |
commit | commitdiff | tree |
2020-08-31 |
Hans Kristian... | Move and reduce size of s->pending_buf_size |
commit | commitdiff | tree |
2020-08-31 |
Nathan Moinvaziri | Rename ZEXPORT and ZEXTERN for consistency. |
commit | commitdiff | tree |
2020-08-31 |
Nathan Moinvaziri | Rename ZLIB_INTERNAL to Z_INTERNAL for consistency. |
commit | commitdiff | tree |
2020-08-31 |
Nathan Moinvaziri | Rename ZLIB_REGISTER to Z_REGISTER for consistency. |
commit | commitdiff | tree |
2020-08-27 |
Hans Kristian... | Fix more conversion warnings related to s->bi_valid... |
commit | commitdiff | tree |
2020-08-27 |
Hans Kristian... | Fix some of the old and new conversion warnings in... |
commit | commitdiff | tree |
2020-08-27 |
Hans Kristian... | Changes to deflate's internal_state struct members: |
commit | commitdiff | tree |
2020-08-27 |
Nathan Moinvaziri | Renamed trees_p.h to trees.h. |
commit | commitdiff | tree |
2020-08-27 |
Nathan Moinvaziri | Rename table headers with tbl suffix. |
commit | commitdiff | tree |
2020-08-26 |
Ilya Leoshkevich | Revert "zng_tr_tally_lit: disable -Wtype-limits" |
commit | commitdiff | tree |
2020-08-25 |
Nathan Moinvaziri | Use mainline codecov repository since codecov/codecov... |
commit | commitdiff | tree |
2020-08-23 |
Ilya Leoshkevich | send_bits_trace: placate -Wformat |
commit | commitdiff | tree |
2020-08-23 |
Ilya Leoshkevich | zng_tr_tally_lit: disable -Wtype-limits |
commit | commitdiff | tree |
2020-08-23 |
Nathan Moinvaziri | Add optional support for thread local storage. (#733) |
commit | commitdiff | tree |
2020-08-23 |
Mika Lindqvist | Reintroduce support for ZLIB_CONST in compat mode.... |
commit | commitdiff | tree |
2020-08-23 |
Hans Kristian... | Increase hash table size from 15 to 16 bits. |
commit | commitdiff | tree |
2020-08-23 |
Hans Kristian... | Replace hash_bits, hash_size and hash_mask with defines. |
commit | commitdiff | tree |
2020-08-23 |
Nathan Moinvaziri | Precalculate match+offset pointer similar to fast-zlib. |
commit | commitdiff | tree |
2020-08-23 |
Nathan Moinvaziri | Check for match length exceeding lookahead each time... |
commit | commitdiff | tree |
2020-08-23 |
Nathan Moinvaziri | Use unaligned 32-bit and 64-bit compare based on best... |
commit | commitdiff | tree |
2020-08-22 |
Ilya Leoshkevich | Update SystemZ DFLTCC README |
commit | commitdiff | tree |
2020-08-21 |
Ilya Leoshkevich | Add DFLTCC to CI |
commit | commitdiff | tree |
2020-08-21 |
Ilya Leoshkevich | Fix DFLTCC not writing header bits when avail_out == 0 |
commit | commitdiff | tree |
2020-08-21 |
Ilya Leoshkevich | Fix DFLTCC ignoring flush modes when avail_in == 0 |
commit | commitdiff | tree |
2020-08-21 |
Ilya Leoshkevich | Fix DFLTCC not flushing EOBS when creating raw streams |
commit | commitdiff | tree |
2020-08-21 |
Ilya Leoshkevich | Implement switching between DFLTCC and software |
commit | commitdiff | tree |
2020-08-21 |
Ilya Leoshkevich | Fix switching compression levels on older SystemZ machines |
commit | commitdiff | tree |
2020-08-21 |
Ilya Leoshkevich | Use 15-bit window for quick strategy when compiling... |
commit | commitdiff | tree |
2020-08-21 |
Ilya Leoshkevich | Fix building DFLTCC with clang |
commit | commitdiff | tree |
2020-08-21 |
Ilya Leoshkevich | Fix dfltcc_deflate.c build |
commit | commitdiff | tree |
2020-08-21 |
Ilya Leoshkevich | Fix DFLTCC detection |
commit | commitdiff | tree |
2020-08-21 |
Mika Lindqvist | Add toolchain files for cross-compiling MinGW on Linux. |
commit | commitdiff | tree |
2020-08-21 |
Hans Kristian... | Remove return value from insert_string, since it is... |
commit | commitdiff | tree |
2020-08-21 |
Hans Kristian... | Now that the check is out of the loop, it is also safe... |
commit | commitdiff | tree |
2020-08-21 |
Hans Kristian... | Minor optimization of insert_string template. |
commit | commitdiff | tree |
2020-08-20 |
Nathan Moinvaziri | Store hash_mask in local variable for insert_string... |
commit | commitdiff | tree |
2020-08-20 |
Nathan Moinvaziri | Move zero check for insert_string count to fill_window... |
commit | commitdiff | tree |
2020-08-20 |
Hans Kristian... | Fix if statements in cmake failing because variables... |
commit | commitdiff | tree |
2020-08-20 |
Josh Triplett | Fix testsuite warnings on Windows, using PRIu64 |
commit | commitdiff | tree |
2020-08-20 |
Josh Triplett | zlib.h: Use unsigned long for totals, for compatibility... |
commit | commitdiff | tree |
2020-08-20 |
Nathan Moinvaziri | Harmonize the CPU architecture preprocessor definitions. |
commit | commitdiff | tree |
2020-08-20 |
NiLuJe | Prevent unaligned double word access on ARMv7 in put_uint64 |
commit | commitdiff | tree |
2020-08-20 |
NiLuJe | Prevent unaligned double word accesses on ARMv7 in... |
commit | commitdiff | tree |
2020-08-20 |
Andrea Canciani | Correct some typos in README.md |
commit | commitdiff | tree |
2020-08-19 |
NiLuJe | Honor CFLAGS when linking |
commit | commitdiff | tree |
2020-08-16 |
Nathan Moinvaziri | Remove NO_DIVIDE from adler32. |
commit | commitdiff | tree |
2020-08-16 |
Josh Triplett | Optimize inflate_fast for a 0.8% speedup |
commit | commitdiff | tree |
2020-08-16 |
NiLuJe | Don't let the compiler switch to 64bit vectors behind... |
commit | commitdiff | tree |
2020-08-15 |
NiLuJe | Fix inconsistent wildcards in CHOST canonicalization... |
commit | commitdiff | tree |
2020-08-15 |
Gabriel A.... | Update clang static analyzer to version 12 |
commit | commitdiff | tree |
2020-08-14 |
Mika Lindqvist | Style cleanup. |
commit | commitdiff | tree |
2020-08-14 |
Mika Lindqvist | Fix signature of crc32_combine(), crc32_combine64(... |
commit | commitdiff | tree |
2020-08-14 |
Nathan Moinvaziri | Cast wsize as early as possible in slide_hash for AVX2... |
commit | commitdiff | tree |
2020-08-14 |
Nathan Moinvaziri | Fixed possible loss of data warning in h2b in infcover... |
commit | commitdiff | tree |
2020-08-14 |
Nathan Moinvaziri | Fixed many possible loss of data warnings where insert_... |
commit | commitdiff | tree |
2020-08-14 |
Nathan Moinvaziri | Fixed possible loss of data warning in LONGEST_MATCH. |
commit | commitdiff | tree |
2020-08-14 |
Nathan Moinvaziri | Fixed conversion from unsigned int to short warning... |
commit | commitdiff | tree |
2020-08-14 |
Nathan Moinvaziri | Fixed warning about indexing literal string in GCC... |
commit | commitdiff | tree |
2020-08-14 |
Nathan Moinvaziri | Removed unnecessary header guards in adler32 source... |
commit | commitdiff | tree |
2020-08-14 |
Nathan Moinvaziri | Fixed warning about no newline at the end of adler32_ss... |
commit | commitdiff | tree |
2020-08-03 |
Nathan Moinvaziri | Remove ARM crc instruction set from NEONFLAG. The crc... |
commit | commitdiff | tree |
2020-08-02 |
Nathan Moinvaziri | Fixed extra symbols added to ABI when zlib-compat speci... |
commit | commitdiff | tree |
2020-08-02 |
Nathan Moinvaziri | Remove forward declarations for stub functions and... |
commit | commitdiff | tree |
2020-08-02 |
Mika Lindqvist | Style cleanup. |
commit | commitdiff | tree |
2020-08-02 |
Mika Lindqvist | Fix signature of adler32(), adler32_combine(), adler32_... |
commit | commitdiff | tree |
2020-08-02 |
Nathan Moinvaziri | Change ctest to test all the files in test/data. |
commit | commitdiff | tree |
2020-08-02 |
Nathan Moinvaziri | Allow for CMake to run tests in parallel. |
commit | commitdiff | tree |
2020-07-17 |
Dan Kegel | CMakeLists.txt, configure: match source order; .so... |
commit | commitdiff | tree |
2020-07-17 |
Dan Kegel | configure: move config.sub to tools subdir |
commit | commitdiff | tree |
2020-07-17 |
Dan Kegel | cmake: mac: don't use @rpath (since configure doesn... |
commit | commitdiff | tree |
2020-07-17 |
Dan Kegel | configure: canonicalize CHOST. |
commit | commitdiff | tree |
2020-07-17 |
Dan Kegel | configure: don't link shared libraries explicitly with -lc |
commit | commitdiff | tree |
2020-07-14 |
Nathan Moinvaziri | Return proper exit code after flushing end block in... |
commit | commitdiff | tree |
2020-07-13 |
Dan Kegel | Make static libraries produced by cmake and configure... |
commit | commitdiff | tree |
2020-07-12 |
Nathan Moinvaziri | Fixed warning about implicit declaration of function... |
commit | commitdiff | tree |
2020-07-12 |
Nathan Moinvaziri | Removed legacy typedef caddr_t from gz_compress_mmap. |
commit | commitdiff | tree |
2020-07-12 |
Nathan Moinvaziri | Added CI instance and coverage for USE_MMAP define... |
commit | commitdiff | tree |
2020-07-10 |
Nathan Moinvaziri | Default to optimization level 2 in cmake for release... |
commit | commitdiff | tree |
2020-07-10 |
Nathan Moinvaziri | Added missing switch for configure script --native... |
commit | commitdiff | tree |
2020-07-10 |
Nathan Moinvaziri | Added SSE4.2 inline assembly check for configure script. |
commit | commitdiff | tree |
2020-07-10 |
Nathan Moinvaziri | Fixed chunksize not being initialized when using inflat... |
commit | commitdiff | tree |
2020-07-10 |
Matheus Castanho | Fix long string warning on adler32_test |
commit | commitdiff | tree |
2020-07-10 |
Hans Kristian... | Merge pull request #683 from nmoinvaz/fixes/config... |
commit | commitdiff | tree |
2020-07-10 |
Nathan Moinvaziri | Fixed const warning in deflate prime tests. |
commit | commitdiff | tree |
2020-07-10 |
Nathan Moinvaziri | Fixed signed integer comparison warning in deflatePrime... |
commit | commitdiff | tree |
2020-07-10 |
Nathan Moinvaziri | Fixed ubsan error in deflatePrime when bits is 32. |
commit | commitdiff | tree |
2020-07-10 |
Nathan Moinvaziri | Add options to install minigzip and minideflate. |
commit | commitdiff | tree |
2020-07-10 |
Nathan Moinvaziri | Added GitHub Actions workflow to create releases when... |
commit | commitdiff | tree |
2020-07-10 |
Dan Kegel | configure: fix typo (.o in shared library) |
commit | commitdiff | tree |
2020-07-05 |
Nathan Moinvaziri | Remove current directory library include path in config... 683/head |
commit | commitdiff | tree |
2020-07-03 |
Hans Kristian... | Add likely/unlikely hinting to all deflate algorithms. |
commit | commitdiff | tree |
next |