Commit Graph

  • 7000e642b7
    Merge df4df935d6 into ef24c4c750 Brian Carcich 2024-11-09 23:34:55 +0800
  • 569315cf20
    Merge 3df9f65607 into ef24c4c750 Dimitri Papadopoulos Orfanos 2024-11-09 16:17:43 +0800
  • 9ee9383c6f
    Merge 78a4d1532c into ef24c4c750 Steve Lhomme 2024-11-09 07:55:36 +0100
  • 0118118b9a
    Merge 90628e2c71 into ef24c4c750 Jaime R. 2024-11-09 06:11:35 +0100
  • ef24c4c750 Reject invalid MAX_WBITS values at compile time. Mark Adler 2024-11-08 19:37:34 -0800
  • 90628e2c71
    Correct readme.txt VS2022 sollution path Jaime R. 2024-10-29 14:34:41 +0100
  • d24f07425e correct command line options for xlc and ar on AIX when 64 bit mode is selected Victor Kirhenshtein 2024-10-22 09:47:46 +0300
  • 6d3a66a11a Avoid attempting to redefine z_const in zconf.h. AlexisWilke 2024-10-13 08:46:47 -0700
  • 934b3f4864 Properly avoid defining z_const. AlexisWilke 2024-10-13 08:46:47 -0700
  • 64191119d8 Add Haiku to configure for proper LDSHARED settings. Oscar Lesta 2024-10-06 22:30:10 -0300
  • 9997e43173 configure: make sure Haiku gets the correct LDSHARED flags. Oscar Lesta 2024-10-06 22:30:10 -0300
  • af2fc1209c configure: Add --mandir to override default directory for manuals. Mika Lindqvist 2024-09-28 09:40:46 +0300
  • ed2a9d0a49
    Merge 2f0fed9212 into d476828316 tbeu 2024-09-27 00:30:44 +0000
  • 279e82ad28 Add CPACK_GENERATOR setup ClausKlein 2024-09-24 21:18:02 +0200
  • 758d09ab0b
    Merge branch 'develop' into feature/modernize-cmake Claus Klein 2024-09-24 21:11:57 +0200
  • 5377db6047
    Merge 7fb55518ae into d476828316 Deniz Bahadir 2024-09-03 01:36:24 +0800
  • d476828316 Repair github workflows for their updated macOS runner gcc name. Mark Adler 2024-09-01 13:32:40 -0700
  • f7d01aae6e Avoid out-of-bounds pointer arithmetic in inflateCopy(). Mark Adler 2024-08-26 23:51:11 -0700
  • 2968a496d9 Remove unneeded dependency on limits.h in examples/zran.c. Mark Adler 2024-08-02 23:28:57 -0700
  • fff132fe7c Avoid the use of a reserved macro name in contrib/minizip/ioapi.h. Mark Adler 2024-08-01 13:12:36 -0700
  • 54c04980b3 Try to fix gcc tests on macOS CI workflows ClausKlein 2024-08-22 16:04:03 +0200
  • d4427b9622 Modernize cmake file and do cmake-format ClausKlein 2024-08-22 15:25:41 +0200
  • c20611eaaa Requested changed from review ClausKlein 2024-08-22 14:27:55 +0200
  • 7f532449de
    Update README Claus Klein 2024-08-22 09:47:57 +0200
  • 3b73b9a82f init memset Fatima Qarni 2024-07-31 15:35:09 -0700
  • 23d217837b
    Fix #999: fix compiling failure in Tornado2.2 with no stdint.h Fred Gan 2024-07-29 21:42:08 +0800
  • c34adba4e9 Fixing missing dependencies in Makefile.in Meiye-lj 2024-07-29 12:03:39 +0800
  • df4df935d6
    Update ChangeLog Brian Carcich 2024-07-25 10:16:15 -0400
  • 991ddfc4d8
    Merge 3c257d28ac into 51b7f2abda Khem Raj 2024-07-25 04:49:32 +0000
  • 3c257d28ac
    configure: Pass LDFLAGS to link tests Khem Raj 2022-03-08 22:38:47 -0800
  • c6152bbecb test/gznonblk.c: add header comments Brian T. Carcich 2024-07-24 12:51:09 -0400
  • 903c3abd09 Clean up test/gznonblk.c Usage Brian T. Carcich 2024-07-24 12:29:18 -0400
  • 970385d856 Add usage options (--help[-long]) to test/gznonblk.c Brian T. Carcich 2024-07-24 12:05:47 -0400
  • 511989db7b Fix typo Brian T. Carcich 2024-07-24 11:34:08 -0400
  • 5ab0725821 test/gznonblk.c: add more comments, rearrange logging Brian T. Carcich 2024-07-24 08:14:13 -0400
  • 5c75fcbd94 Move testgznonblk dependency to the right place in Makefile.in Brian T. Carcich 2024-07-24 07:11:21 -0400
  • 6366659dbb Add dependencies for gznonblk* to Makefile.in Brian T. Carcich 2024-07-24 07:00:36 -0400
  • 880c261197 Add /gznonblk to .gitignore Brian T. Carcich 2024-07-24 06:54:06 -0400
  • 52db61fafc check return value of strdup XZ-X 2024-07-24 03:33:31 -0400
  • f6a01bb011 Update Makefile.in to run test of gznonblk Brian T. Carcich 2024-07-23 21:01:01 -0400
  • ea6e6776bf test/gznonblk.c now working, server spawns client and reports exit status of client and server suitable for automated testing (make test...) Brian T. Carcich 2024-07-23 20:52:59 -0400
  • a9f3755bcd Fix post-fork(2) bug; clean up comments Brian T. Carcich 2024-07-23 18:42:11 -0400
  • 73b57d48a6 Remove [int s]; use '-stopserver-' to stop server Brian T. Carcich 2024-07-23 18:07:20 -0400
  • d781605741 Add fork of client by server in test/gznonblk.c; not done yet Brian T. Carcich 2024-07-23 17:43:49 -0400
  • 1cf75570d5 Build GZ-non-blocking binary Brian T. Carcich 2024-07-23 15:23:23 -0400
  • 12eca61ee8 Rename test program Brian T. Carcich 2024-07-23 15:11:17 -0400
  • 3ddf53827a Add non-blocking socket test code; first draft, no formal test yet Brian T. Carcich 2024-07-23 14:17:13 -0400
  • 6e8ddfd960 In gz_read(), do not introduce blocked read state after gz_fetch() until data are transferred to buffer argument Brian T. Carcich 2024-07-21 09:09:37 -0400
  • adb2b5b97c More handling of EWOULDBLOCK/EAGAIN results in calls from gz_read Brian T. Carcich 2024-07-20 18:04:34 -0400
  • f16f6560e3 Handle EWOULDBLOCK/EAGAIN in gz_load() call from gz_read Brian T. Carcich 2024-07-20 15:54:44 -0400
  • 3e31e7be9c Don't fail in gz_load() if read would block Brian T. Carcich 2024-07-18 08:25:31 -0400
  • 12e00ddeac
    Merge 7a461cbbd0 into ceadaf28df Jay Krell 2024-07-17 22:26:58 +0200
  • d22204a5bf
    Merge 3fc50cb489 into ceadaf28df Jiří Malák 2024-07-12 19:29:13 +0800
  • 91f0733c2b
    Merge ab0f359a18 into ceadaf28df Jiří Malák 2024-07-12 19:29:12 +0800
  • 7fb55518ae Remove generated files to prevent wrong inclusion/linking Deniz Bahadir 2024-07-12 01:02:19 +0200
  • ed778fd249 Generate zlib.map with proper Z_PREFIX if set Deniz Bahadir 2024-07-12 01:02:19 +0200
  • 115e568c02
    Merge 6724aa4ce1 into ceadaf28df Maks Mishin 2024-07-11 22:50:28 +0530
  • 8b55fafd9d Account for a forced stored block in deflateUsed() Dridi Boukelmoune 2024-07-04 12:29:56 +0200
  • 388da800b1
    Merge pull request #1 from ramshankerji/ramshankerji-patch-1-ignore-build-folder Ram Shanker 2024-06-28 08:16:51 +0530
  • f7d027cedb
    Update .gitignore to ignore build folder. Ram Shanker 2024-06-28 07:48:06 +0530
  • 43b635f228
    Update CMakeLists.txt cqwrteur 2024-06-21 01:12:27 -0400
  • d54f7f8d96
    Split parameters for CMAKE_RC_COMPILER cqwrteur 2024-06-20 05:51:00 -0400
  • 1fb9c4fb57
    Fix llvm cross build for win on arm cqwrteur 2024-06-20 05:23:34 -0400
  • 270807c3d3
    Test fpOutCD, like fpOut and fpZip Dimitri Papadopoulos 2024-06-09 10:51:17 +0200
  • 3df9f65607
    http:// → https:// Dimitri Papadopoulos 2024-06-08 20:47:46 +0200
  • b0fe096336
    Discard unnecessary whitespace before a quoted newline Dimitri Papadopoulos 2023-08-06 13:47:22 +0200
  • 3134c70f68
    Do not test WIN32, instead test _WIN32 Dimitri Papadopoulos 2024-06-08 20:03:10 +0200
  • af84bbcf66
    Merge 1745729588 into 51b7f2abda Steve Williams 2024-06-04 02:01:14 +0000
  • 1745729588
    Ensure we install *.pdb files for symbols on msvc as well. Steve Williams 2024-05-30 15:01:44 -0400
  • 7d143e233f
    Allow overriding cmake target names. Steve Williams 2024-05-30 14:57:03 -0400
  • 8e47fc4b07
    Ignore build directory. Steve Williams 2024-05-30 14:55:24 -0400
  • 07c7263f30
    Update nuget.csproj AraHaan 2024-05-29 20:04:02 -0400
  • 100b08a427
    Update readme.txt AraHaan 2024-05-29 10:08:23 -0400
  • f1c06a4599
    Update git ignores for VS2022. AraHaan 2024-05-29 10:02:47 -0400
  • 6a51c34680
    Forgot to add the repository readme to nuget package. AraHaan 2024-05-29 09:47:06 -0400
  • a401477dc2 contrib/minizip: replace obsolete autotools macro AC_HELP_STRING by AS_HELP_STRING Matthieu Longo 2024-04-29 14:18:37 +0100
  • 3fc50cb489 change CI CMake build to use Open Watcom toolchain Jiri Malak 2024-04-16 01:22:46 +0200
  • 717f7fae21 Fix Uninitialized variable warning Lwisce Zeng 2024-04-15 14:52:38 +0800
  • 78a4d1532c cmake: don't use --version-script on static libraries Steve Lhomme 2024-04-15 07:34:51 +0200
  • e3cc148f00 Clean sign-conversion warnings Lwisce Zeng 2024-04-09 16:44:26 +0800
  • feb0df0c54 Clean shorten-64-to-32 warnings Lwisce Zeng 2024-04-08 16:55:54 +0800
  • 012a605b66 clean cast-qual warning Lwisce Zeng 2024-04-01 15:55:13 +0800
  • ab0f359a18 correct Open Watcom OS/2 build Jiri Malak 2024-03-31 09:00:51 +0200
  • 660b773f6c
    Merge branch 'madler:develop' into mingw-fix dbjh 2024-03-18 23:28:38 +0900
  • c688170720
    Create msbuild.yml BRIAN RICHARD WEYBRECHT 2024-03-17 07:01:47 -0400
  • 9f2fb7b338 Fix possible signed integer overflow Tobias Stoeckmann 2024-03-12 21:08:11 +0100
  • 0874edf7b7 Improve detection of UNIX-style systems in minizip code Alexander Miller 2024-03-11 22:24:14 +0100
  • 81684f0f6c Fix C++ warning 4996 Yaqi Yang 2024-03-02 17:05:27 -0800
  • 456b0360b6 Fixed formatting Andrew Murray 2024-03-01 21:50:07 +1100
  • 6724aa4ce1 gzlib: Add check for res of LSEEK Maks Mishin 2024-02-29 23:29:54 +0300
  • 0f56c5aa89 - Proper fix for issue with MinGW{-w64} that is independent of header files. dbjh 2024-02-27 16:41:07 +0900
  • ca1275ad4a
    Merge branch 'madler:develop' into develop Sascha Ronnie Daoudia 2024-02-20 01:14:15 +0100
  • 0cb8db7a1e
    Merge 01136696e1 into 51b7f2abda afarbos 2024-02-18 18:46:16 +0800
  • abd3eb43ca
    Merge 238bbc50f3 into 51b7f2abda Josh Junon 2024-02-18 18:46:16 +0800
  • 334074510f
    Merge c443b85d31 into 51b7f2abda Matt Clarkson 2024-02-18 18:46:16 +0800
  • 3e3f47d24b
    Merge 55be685ae6 into 51b7f2abda Tim Uy 2024-02-18 18:46:16 +0800
  • 7f4e1a000e
    Merge 0f6c6779e8 into 51b7f2abda Ville Skyttä 2024-02-18 18:46:15 +0800
  • 806ba47848
    Merge a05d69cdd2 into 51b7f2abda Ville Skyttä 2024-02-18 18:46:15 +0800
  • 2a54c0ffe2
    Merge 371a5b5fc7 into 51b7f2abda Roman Lebedev 2024-02-18 18:46:15 +0800
  • 55d3576c22
    Merge 4522e4856d into 51b7f2abda makdharma 2024-02-18 18:46:15 +0800