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: xerial/snappy-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: kiwi1969/snappy-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 0 files changed
  • 3 contributors

Commits on Aug 27, 2020

  1. Add Big Endian support to Pure Java Snappy

    Russell Shaw committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    8e0e181 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Support Big Endian. Separated Little and Big Endian methods for perfo…

    …rmance reasons
    Russell Shaw committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    7490722 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86b8578 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Big Endian support update - Remove trivial whitespace/tab changes whi…

    …ch othewise come up in diff report
    Russell Shaw committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    aa6b85d View commit details
    Browse the repository at this point in the history
  2. Add newline to end of source for githib diff report

    Russell Shaw committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    54770cd View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Big Endian Support - simplified changes as peformance hit is not sign…

    …ificant
    Russell Shaw authored and Russell Shaw committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    26881c7 View commit details
    Browse the repository at this point in the history
  2. Big Endian Support - fix typo

    Russell Shaw committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    7bd90b3 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Russell Shaw committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    16523dd View commit details
    Browse the repository at this point in the history
  4. Update SnappyLoader.java

    Converted TAB char to spaces
    kiwi1969 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    9bddc75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00fbc92 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

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

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    5c2c873 View commit details
    Browse the repository at this point in the history
Loading