Thanks to visit codestin.com
Credit goes to github.com

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: source-c/zlib-tiny
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: source-c/zlib-tiny
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.1
Choose a head ref
  • 12 commits
  • 6 files changed
  • 3 contributors

Commits on Oct 27, 2021

  1. Add setting the zlib level when inflating

    License: Apache License 2.0
    Signed-off-by: Victor Bjelkholm <[email protected]>
    victorb committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    6641427 View commit details
    Browse the repository at this point in the history
  2. Call .end on deflater when we're done

    Otherwise it'll hold on to the data and might leak memory if GC is not
    called fast enough. See https://docs.oracle.com/javase/7/docs/api/java/util/zip/Deflater.html#end()
    
    License: Apache License 2.0
    Signed-off-by: Victor Bjelkholm <[email protected]>
    victorb committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    ef015a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Create clojure.yml

    source-c authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    287ece2 View commit details
    Browse the repository at this point in the history
  2. Update clojure.yml

    source-c authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    a14b199 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c306e79 View commit details
    Browse the repository at this point in the history
  4. Create clojure.yml

    source-c committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    8194c09 View commit details
    Browse the repository at this point in the history
  5. Update clojure.yml

    source-c committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    53c628c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from victorb/zlib/level

    Add setting the zlib level when inflating
    source-c authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    2d73c5b View commit details
    Browse the repository at this point in the history
  7. bump version

    source-c committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    83bd148 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cdc632e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb5d103 View commit details
    Browse the repository at this point in the history
  10. update readme

    source-c committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    d8c9c0e View commit details
    Browse the repository at this point in the history
Loading