Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/android-libzipsharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8ac30f3
Choose a base ref
...
head repository: dotnet/android-libzipsharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 98e9173
Choose a head ref
  • 11 commits
  • 48 files changed
  • 4 contributors

Commits on Aug 2, 2022

  1. Bump Mono.Unix to 7.1.0-final.1.21458.1 (#110)

    It fixes `libc` p/invokes on Unix.  The previous version would try to
    resolve them in the `msvcrt` library instead of `libc`
    grendello authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    bdfa9f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. [Localization] Add OneLocBuild job (#111)

    A new job has been added to run the `OneLocBuild@2` task on every commit
    to main.  This task produces files needed by the localization team.  For
    more details on this process, see the [OneLocBuild documentation][0].
    
    [0]: https://aka.ms/OneLocBuild
    pjcollins authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    9aee99a View commit details
    Browse the repository at this point in the history
  2. LEGO: Merge pull request 113

    LEGO: Merge pull request 113
    csigs authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    fe336b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. LEGO: Merge pull request 114

    LEGO: Merge pull request 114
    csigs authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    3cece80 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. [Localization] Switch from xlf to resx files (#112)

    * Localized file check-in by OneLocBuild Task: Build definition ID 11678: Build ID 6532728
    * Localized file check-in by OneLocBuild Task: Build definition ID 11678: Build ID 6564588
    * Migrate from xlf to resx
    
    Co-authored-by: Peter Collins <[email protected]>
    Configuration menu
    Copy the full SHA
    acd9a54 View commit details
    Browse the repository at this point in the history
  2. Update libzip and zlib submodules (#115)

    Context: https://libzip.org/news/release-1.9.0.html
    Context: https://libzip.org/news/release-1.9.1.html
    Context: https://libzip.org/news/release-1.9.2.html
    Context: https://zlib.net/ChangeLog.txt
    
    `libzip` updated to v1.9.2, changes:
    
       * Add zip_file_is_seekable().
       * Improve compatibility with WinAES.
       * Fix encoding handling in zip_name_locate().
       * Add option to zipcmp to output summary of changes.
       * Various bug fixes and documentation improvements.
    
    `zlib` updated to v1.2.12, changes:
    
       * Fix a deflate bug when using the Z_FIXED strategy that can result
         in out-of-bound accesses.
       * Fix a deflate bug when the window is full in deflate_stored().
       * Speed up CRC-32 computations by a factor of 1.5 to 3.
       * Use the hardware CRC-32 instruction on ARMv8 processors.
       * Speed up crc32_combine() with powers of x tables.
       * Add crc32_combine_gen() and crc32_combine_op() for fast combines
    grendello authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    6c0edc5 View commit details
    Browse the repository at this point in the history
  3. LEGO: Merge pull request 116

    LEGO: Merge pull request 116
    csigs authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    37f3894 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06d44d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. LEGO: Merge pull request 118

    LEGO: Merge pull request 118
    csigs authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    1c05430 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Localized file check-in by OneLocBuild Task: Build definition ID 1167…

    …8: Build ID 6581869 (#119)
    
    This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
    Configuration menu
    Copy the full SHA
    6e1e1b3 View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.0.7

    grendello committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    98e9173 View commit details
    Browse the repository at this point in the history
Loading