Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update snappy #18

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open

Update snappy #18

wants to merge 40 commits into from

Commits on Jun 19, 2011

  1. Merge pull request #3 from refuge/master

    upgrade to 1.0.3
    fdmanana committed Jun 19, 2011
    Configuration menu
    Copy the full SHA
    7dd738f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2012

  1. Configuration menu
    Copy the full SHA
    3c255f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2012

  1. Merge pull request #4 from pmembrey/master

    Updated rebar.config to indicate support for R15
    fdmanana committed Apr 21, 2012
    Configuration menu
    Copy the full SHA
    9876d57 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2012

  1. Configuration menu
    Copy the full SHA
    07641e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    516b04c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from kellymclaughlin/update-deprecated-rebar-opts

    Update rebar and deprecated rebar opts
    fdmanana committed Apr 23, 2012
    Configuration menu
    Copy the full SHA
    80db168 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2013

  1. Updated rebar.config to support R16 (test suite passes)

    Peter Membrey committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    07e8b6d View commit details
    Browse the repository at this point in the history
  2. Updating to snappy 1.1.1

    Peter Membrey committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    05c004c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b0d536 View commit details
    Browse the repository at this point in the history
  4. Forgot to bump the app file

    Peter Membrey committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    b978761 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2014

  1. Merge pull request #8 from pmembrey/master

    support R16 & upstream 1.1.1 release
    dch committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    348da43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    868243b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2014

  1. Configuration menu
    Copy the full SHA
    6ac8b1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d15a21 View commit details
    Browse the repository at this point in the history
  3. Added a check for empty IOLists during decompression.

    It will create a new clean empty binary, was not sure
    it would be save to re-use the original.
    pmembrey committed May 16, 2014
    Configuration menu
    Copy the full SHA
    fbbb707 View commit details
    Browse the repository at this point in the history
  4. Added additional tests for multiple compress / decompress and

    checked compress and decompress separately.
    pmembrey committed May 16, 2014
    Configuration menu
    Copy the full SHA
    990f688 View commit details
    Browse the repository at this point in the history
  5. Returns empty binary and bypasses the compression library if an empty…

    … binary is passed in.
    pmembrey committed May 16, 2014
    Configuration menu
    Copy the full SHA
    b9152c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73f2014 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2015

  1. Merge pull request #10 from pmembrey/master

    snappy should be able to decompress an empty binary
    dch committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    1d29d69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c17ed5 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. Support big-endian builds

    bryanpkc committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    b9d3b0d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2015

  1. Merge pull request #11 from bryanpkc/master

    build: support big-endian
    dch committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    ec20611 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2015

  1. Add erlang 18 support

    glejeune committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    fddda99 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2015

  1. Merge pull request #13 from homeswap/master

    Add erlang 18 support
    dch committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    76417d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. Add rebar3 support (#15)

    lpgauth authored and dch committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    7bc779d View commit details
    Browse the repository at this point in the history
  2. Update Snappy to 1.1.3 (#14)

    lpgauth authored and dch committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    b29c869 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2016

  1. build: support OTP 19

    - closes #16
    - closes #17
    dch committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    c4cd1bb View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. Change to nif_error

    joshuawscott authored and dch committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    0951a1b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. Improve build on Mac

    fenek authored and dch committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    4e3b861 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Compile NIF using Port Compiler plugin

    arcusfelis authored and dch committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    bcfcdb4 View commit details
    Browse the repository at this point in the history
  2. README celebrates your patches

    dch committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    c1aa0e1 View commit details
    Browse the repository at this point in the history
  3. segFault dammit

    dch committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    a066f7a View commit details
    Browse the repository at this point in the history
  4. c_src: handle catch cleanly

    - see skunkwerks/snappy-erlang-nif#24
    - thanks @dcb314 for the patch
    dch committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    e8907ee View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Configuration menu
    Copy the full SHA
    b434602 View commit details
    Browse the repository at this point in the history
  2. updated snappy to version 1.1.8

    skaes authored and dch committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    cfb7ae5 View commit details
    Browse the repository at this point in the history
  3. switch to rebar3 and enc

    Our rebar is so old it fails on OTP23. Use rebar3 & davisp/enc instead.
    dch committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    717918f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Add Erlang 24 support

    nickva committed May 17, 2021
    Configuration menu
    Copy the full SHA
    6372bb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. docs: note OTP-24 support

    dch committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    ceaceb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    a38f7d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b6e145 View commit details
    Browse the repository at this point in the history