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: shadowsocks/shadowsocks-libev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aaff27ed4d7a084d74259561e8da3c925c2d8034
Choose a base ref
...
head repository: shadowsocks/shadowsocks-libev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 72622a3e3df0d8b66f005717ecc48264275f453c
Choose a head ref
  • 17 commits
  • 15 files changed
  • 7 contributors

Commits on Apr 20, 2017

  1. Update link in README

    madeye committed Apr 20, 2017
    Copy the full SHA
    7fc1d63 View commit details

Commits on Apr 22, 2017

  1. Copy the full SHA
    9db9df5 View commit details

Commits on Apr 23, 2017

  1. Copy the full SHA
    54acbba View commit details
  2. resolve when acl_match_host failed

    blackgear authored and madeye committed Apr 23, 2017
    Copy the full SHA
    81006d4 View commit details

Commits on Apr 24, 2017

  1. 1
    Copy the full SHA
    b918fd7 View commit details

Commits on Apr 26, 2017

  1. Bump version

    madeye committed Apr 26, 2017
    Copy the full SHA
    bc96aed View commit details
  2. Make SOCKS5 fields unsigned

    vlolteanu authored and madeye committed Apr 26, 2017
    Copy the full SHA
    8065d2f View commit details
  3. Copy the full SHA
    c6bc21b View commit details

Commits on Apr 28, 2017

  1. Fix decryption failed issue by nonce overwrite

    If the first packet is less than nonce length, then the chunk nonce data will be overwrote by next packet and result in decrypt failed
    made-by-love authored and madeye committed Apr 28, 2017
    Copy the full SHA
    0559d8c View commit details

Commits on Apr 30, 2017

  1. Fix losing data issue of SALSA20 cipher

    If nonce received in more than one packet under some network condition, the salsa20 cipher decryption will lose cipher->nonce_len - left_len bytes of data.
    made-by-love authored and madeye committed Apr 30, 2017
    Copy the full SHA
    eb30a3d View commit details

Commits on May 3, 2017

  1. Add PPA to README

    madeye committed May 3, 2017
    Copy the full SHA
    b00ac7e View commit details
  2. Fix #1491

    madeye committed May 3, 2017
    Copy the full SHA
    3f0d39a View commit details

Commits on May 4, 2017

  1. Update simple-obfs git repo and branch

    simple-obfs is released to debian unstable, and its git repo
    is moved to alioth.
    So update the URL of git repo and branch accordingly.
    rogers0 authored and madeye committed May 4, 2017
    Copy the full SHA
    6c5142a View commit details

Commits on May 5, 2017

  1. Copy the full SHA
    0313c8b View commit details
  2. Remove debug info

    madeye committed May 5, 2017
    Copy the full SHA
    33fe5ad View commit details

Commits on May 15, 2017

  1. Update README.md

    madeye authored May 15, 2017
    Copy the full SHA
    c02176d View commit details

Commits on May 16, 2017

  1. Use standard __ANDROID__ preprocessor macro

    Mygod authored and madeye committed May 16, 2017
    Copy the full SHA
    72622a3 View commit details
Loading