Commit Graph

  • 96825016ed
    Fix clang build error on Windows (#280) master Kas 2022-10-19 13:37:42 +02:00
  • 7a57414261
    Allow opening read-only ZIP files (#278) Thomas Perl 2022-09-16 21:45:45 +02:00
  • 114d9d46fd
    strncpy filename_size (#273) Kuba Podgórski 2022-08-05 12:31:20 +02:00
  • 42151612e8 Update zip.c Kuba Podgórski 2022-07-07 21:56:32 +02:00
  • e14fef2108
    Enable building tests only if the project is built as a standalone one (#269) Nikola Zivkovic 2022-06-25 22:27:31 +02:00
  • f8c58ebf75
    fix delete entries fail (#267) HellsCoder 2022-06-26 04:17:39 +08:00
  • 822a973260
    Update README.md Kuba Podgórski 2022-06-06 10:38:44 +02:00
  • a78a6bb1dc
    Update miniz.h (#262) Kuba Podgórski 2022-06-06 02:00:53 +02:00
  • 55b5d810b5
    fix ftruncate for tcc on Windows (#260) Dialga 2022-06-04 08:29:37 +12:00
  • 4f23190324
    fix mkdir for tcc on Windows (#261) Dialga 2022-06-04 08:29:12 +12:00
  • 203ef139b0 Address infer's issues Kuba Podgórski 2022-05-08 22:46:21 +02:00
  • 341ed58e9e
    Expose entry index as (s)size_t (#249) Kuba Podgórski 2022-04-24 02:10:55 +02:00
  • e112112218
    Update zip.c (#245) Kuba Podgórski 2022-03-12 22:54:59 +01:00
  • c52f10699b check pState->m_pFile Kuba Podgórski 2022-03-12 14:17:34 +01:00
  • 4244a1e8af
    replace S_IWRITE by S_IWUSR (#244) Kuba Podgórski 2022-03-12 14:03:27 +01:00
  • 7789dcbfd5
    forward changes we use in ogre (#242) Pavel Rojtberg 2022-03-12 00:33:30 +01:00
  • 3229b037a1
    Add ZIP_RAW_ENTRYNAME (#240) Kuba Podgórski 2022-02-16 02:05:19 +01:00
  • 440570fcbe
    do not jump over initialisation (#238) Markus Pristovsek 2022-02-14 04:34:15 +09:00
  • babc060fab
    Update miniz.h Kuba Podgórski 2022-02-10 01:23:24 +01:00
  • 88e4788137
    Add switch case for MZ_ZIP_TOTAL_ERRORS (#237) Dialga 2022-02-09 13:24:03 +13:00
  • a597bdf814 Update cmake Kuba Podgórski 2022-02-06 16:52:50 +01:00
  • d7109a6368
    Fix mz_zip_time_t_to_dos_time() call (#236) Dialga 2022-02-07 04:44:04 +13:00
  • dce6952692
    Fix compilation on MS-DOS/DJGPP (#235) Kuba Podgórski 2022-02-06 02:23:16 +01:00
  • e7b792d7c1
    Update CMakeLists.txt Kuba Podgórski 2022-02-05 01:23:53 +01:00
  • ac7f600cce
    Update CMakeLists.txt Kuba Podgórski 2022-02-05 01:21:41 +01:00
  • 2652bd2bce
    Update zip.c (#230) Kuba Podgórski 2022-01-13 02:43:17 +01:00
  • 11cc5c6d30
    permissions xattr. logic from zip info (#227) Kuba Podgórski 2022-01-10 23:19:36 +01:00
  • 9a52cfc458
    No freopen for append (#223) Kuba Podgórski 2021-12-25 19:18:33 +01:00
  • 3e9952a21f
    MAX_PATH=1024 (#222) Kuba Podgórski 2021-12-25 19:15:52 +01:00
  • c30cb27c74
    for support shareable file open on windows (#220) appledragon 2021-12-23 23:46:47 +08:00
  • a14f978c50 clang-format Kuba Podgórski 2021-12-10 19:39:59 +01:00
  • a18b5b36fe
    Port of features from miniz (creation of ZIP64 files and empty folders) (#215) Javier Serrano 2021-12-10 19:35:03 +01:00
  • ee8e1e0f02
    switch to ninja build (#216) Kuba Podgórski 2021-12-10 13:21:19 +01:00
  • 72cb23c311
    pass MZ_ZIP_GENERAL_PURPOSE_BIT_FLAG_UTF8 to mz_zip_writer_add_to_central_dir (#214) Kuba Podgórski 2021-12-10 12:14:38 +01:00
  • 76651e2d61 added c99 support dev EndrII 2021-12-09 11:55:45 +03:00
  • 594dbd5cc4
    Add sanitizers for zip (#213) Jiang Sir 2021-12-03 04:44:40 +08:00
  • cf4022802e
    Create .gitattributes Kuba Podgórski 2021-11-12 00:45:00 +01:00
  • 58bde05a12
    [CMakeLists.txt] Set C89; [src/zip.c] C89-compatibility (resolves: "GCC does not allow variable declarations in for loop initializers before C99") (#212) Samuel Marks 2021-11-12 10:11:55 +11:00
  • 326d8c2e33
    Update README.md Kuba Podgórski 2021-11-09 11:16:09 +01:00
  • d85a6e5ec1
    Fix defines (#208) Kuba Podgórski 2021-09-01 21:18:10 +02:00
  • 692cbcf8ca
    Fix - unsafe _wfopen and _wfreopen in Visual Studio (#206) Kuba Podgórski 2021-09-01 13:15:39 +02:00
  • ffd2d395f8
    Update README.md Kuba Podgórski 2021-07-29 11:40:17 +02:00
  • 5b3f3877ff
    Upgrade miniz dependency to version 2.2.0 (#203) Kuba Podgórski 2021-07-29 10:56:20 +02:00
  • b7193d815a Upgrade version to 0.1.32 Kuba Podgórski 2021-07-22 12:31:47 +02:00
  • e6f08d4a71
    Accept wchars for MKDIR (#200) Kuba Podgórski 2021-07-22 12:26:35 +02:00
  • eacec85ddc
    Fix compiler warnings on win (#199) Kuba Podgórski 2021-07-17 11:55:12 +02:00
  • 1c30e54204 Update zip.c Kuba Podgórski 2021-07-09 18:24:56 +02:00
  • e5eaa5e45c
    use size_t if it's possible (#196) Kuba Podgórski 2021-07-09 11:44:21 +02:00
  • d1dd4f799c
    Custom mz_stat for MSC (#194) Kuba Podgórski 2021-06-28 21:56:09 +02:00
  • de71d577e0
    API to set custom global CRC-32 function (#191) Kuba Podgórski 2021-06-16 13:22:26 +02:00
  • f02a47dee0
    Update README.md Kuba Podgórski 2021-05-19 00:59:16 +02:00
  • 06f96867a8
    Update README.md Kuba Podgórski 2021-05-19 00:58:15 +02:00
  • d922667772
    use size_t for buffer size (#187) Kuba Podgórski 2021-05-11 23:20:52 +02:00
  • c172655e5e
    Updated README: fixed example: size_t -> ssize_t (#186) Yurii Nakonechnyi 2021-05-11 18:31:49 +03:00
  • 4076d86dbb Update build.yml Kuba Podgórski 2021-05-02 00:45:00 +02:00
  • 9c79c4eef3
    Fix zip_errlist missing commas (#184) Владислав 2021-05-02 01:02:16 +03:00
  • d9b45e6e23
    Fix MSVC C2440 pointer cast error (#183) BeastLe9enD 2021-04-27 19:29:25 +02:00
  • c3ddb3f960
    Update README.md Kuba Podgórski 2021-04-27 14:02:28 +02:00
  • 2f6857e267
    add zip::zip alias target (#180) SpaceIm 2021-04-13 01:00:48 +02:00
  • bc03c01e57
    add option to build documentation (#179) SpaceIm 2021-04-13 01:00:07 +02:00
  • e43ba3b98f
    Exports symbols of API and hides others symbols (#178) SpaceIm 2021-04-13 00:42:59 +02:00
  • 3c0319673c
    allow static lib without PIC (#177) SpaceIm 2021-04-12 15:33:14 +02:00
  • 535b92d35c disable doc target EndrII 2021-03-16 17:50:55 +03:00
  • f72dce22bd
    Replace _wfopen_s by _wfopen, _wfreopen_s by _wfreopen (#176) Kuba Podgórski 2021-03-15 11:40:41 +01:00
  • 54af749c22
    Merge pull request #175 from kuba--/err-code Kuba Podgórski 2021-03-13 18:27:23 +01:00
  • 252d6c18cf Add error lookup function Kuba Podgórski 2021-03-13 18:09:47 +01:00
  • f0e5c7b150 Return code on error Kuba Podgórski 2021-03-12 20:12:41 +01:00
  • d01ec45d94
    Minor API changes (#174) Kuba Podgórski 2021-03-11 22:43:34 +01:00
  • 9cf2857e82
    Use minunit for testing (#173) Kuba Podgórski 2021-03-11 12:57:36 +01:00
  • b38024b5dc
    Update README.md Kuba Podgórski 2021-03-08 21:47:43 +01:00
  • ad87c52a9a
    Add freebsd build (#172) Kuba Podgórski 2021-03-08 21:11:24 +01:00
  • 72d28abe8a
    Test stream API also on WIN (#171) Kuba Podgórski 2021-03-07 22:12:01 +01:00
  • 878cdc06fe
    fix issue 169 (#170) jinfeihan57 2021-03-07 22:36:13 +08:00
  • 0cc4e16aca
    Update README.md Kuba Podgórski 2021-03-06 18:26:01 +01:00
  • a631ce45f7 clang-format Kuba Podgórski 2021-03-06 18:13:11 +01:00
  • bfcfd1aa4e
    Issue 153 NEW PR (#167) jinfeihan57 2021-03-06 18:56:21 +08:00
  • 05f412b3e6
    Update README.md Kuba Podgórski 2021-01-06 22:34:44 +01:00
  • accf7ef7bb Merge branch 'master' into dev EndrII 2021-01-05 13:14:59 +03:00
  • 9b74b603ba update copyright EndrII 2021-01-05 13:11:03 +03:00
  • 82fbb50f53
    Fix return code for extract (#166) Kuba Podgórski 2021-01-01 20:05:24 +01:00
  • 992106448d
    Fix warnings for MSC (#162) Kuba Podgórski 2020-12-22 13:25:28 +01:00
  • 903beb7d1c
    Fix normalize entry path (#159) Kuba Podgórski 2020-12-18 12:46:01 +01:00
  • 91a2e2cc6c Remove release tag. Kuba Podgórski 2020-12-17 17:53:59 +01:00
  • b2fc08e6b7 clang-format Kuba Podgórski 2020-12-17 17:52:46 +01:00
  • 5b679e68a0
    docs: fix simple typo, purpsosely -> purposely (#158) Tim Gates 2020-12-17 23:01:59 +11:00
  • 6fc01609d6
    fix compilation error for msvs latest (#155) Mykhailo Pylyp 2020-12-17 14:01:11 +02:00
  • ea597c5f1c
    No symlink signature (#152) Kuba Podgórski 2020-12-01 14:39:15 +01:00
  • d7df626f3a
    fixed compilation with MINIZ_NO_TIME (#151) Vadim Grigoruk 2020-11-26 16:46:10 +03:00
  • a67b0b7074
    Open files with wide char names on Windows (#150) Vadim Grigoruk 2020-11-25 18:44:43 +03:00
  • cc1f3d52bf
    No extra check if SSIZE_T is defined (#148) Kuba Podgórski 2020-11-18 13:14:43 +01:00
  • ffe690c402
    define __have_typedef_ssize_t (#147) Kuba Podgórski 2020-11-13 12:38:53 +01:00
  • ddb8e54174
    Update build.yml (#146) Kuba Podgórski 2020-11-13 11:21:10 +01:00
  • 42a6b39526
    Add delete entry function (#142) jinfeihan57 2020-11-10 18:53:19 +08:00
  • 7faf19034e Update README.md Kuba Podgórski 2020-11-05 13:18:46 +01:00
  • 26a5708c67 Move Contribution to CONTRIBUTING.md Kuba Podgórski 2020-11-05 13:17:04 +01:00
  • 3d8c7ce458
    Create CONTRIBUTING.md Kuba Podgórski 2020-11-05 10:49:58 +01:00
  • e2246cb5c6
    Add zip_open_stream() func. (#140) jinfeihan57 2020-09-17 15:32:59 +08:00
  • e54c766ffb Try to fix build on unix Kuba Podgórski 2020-09-10 15:51:49 +02:00
  • 6b038da83f Revert "Remove -pedantic for tests in release mode." Kuba Podgórski 2020-09-10 15:49:41 +02:00
  • c970a571ba Remove -pedantic for tests in release mode. Kuba Podgórski 2020-09-10 15:37:29 +02:00