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: twitter/joauth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: joauth-6.0.1
Choose a base ref
...
head repository: twitter/joauth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 32 files changed
  • 11 contributors

Commits on Jan 14, 2014

  1. OAuth1Request should not extend OAuth1TwoLeggedRequest. Moved the com…

    …mon fields to: OAuth1RequestBase
    Manoj Cheenath committed Jan 14, 2014
    Configuration menu
    Copy the full SHA
    4327aa1 View commit details
    Browse the repository at this point in the history
  2. add test, update to 6.0.1

    Manoj Cheenath committed Jan 14, 2014
    Configuration menu
    Copy the full SHA
    ab0aaed View commit details
    Browse the repository at this point in the history
  3. Merge pull request #30 from twitter/cheenath/fix-for-tfe

    OAuth1Request should not extend OAuth1TwoLeggedRequest
    kevinoliver committed Jan 14, 2014
    Configuration menu
    Copy the full SHA
    8b10dc2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2014

  1. Add code coverage via coveralls.io

    https://coveralls.io/r/twitter/joauth
    
    Signed-off-by: Chris Aniszczyk <zx@twitter.com>
    caniszczyk committed Oct 9, 2014
    Configuration menu
    Copy the full SHA
    de2f7e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33 from twitter/add-code-coverage

    Add code coverage via coveralls.io
    caniszczyk committed Oct 9, 2014
    Configuration menu
    Copy the full SHA
    eb0991c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2015

  1. Adopt new Travis CI infrastructure

    Signed-off-by: Chris Aniszczyk <zx@twitter.com>
    caniszczyk committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    87f25dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from twitter/new-travisci-infra

    Adopt new Travis CI infrastructure
    caniszczyk committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    3acbbf3 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2015

  1. more efficient hex % encoding

    Bill Gallagher committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    b6220d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    368f169 View commit details
    Browse the repository at this point in the history
  3. review comment: only need to check 2 bytes

    Bill Gallagher committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    30140cc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #36 from wgallagher/regionmatches

    Use String.regionMatches to reduce garbage creation in UrlCodec.Normalize
    Manoj Cheenath committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    e9bbdfd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #35 from wgallagher/hex

    more efficient hex percent encoding
    Manoj Cheenath committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    7bea873 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Add support for HMAC-SHA256 signature method

    Eric Frohnhoefer committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    834241a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Merge pull request #39 from efrohnhoefer/add_HMACSHA256_support

    Add support for HMAC-SHA256 signature method
    vinodmehra committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    b4f6afb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Optimize UrlCodec.encode

    vkostyukov committed May 16, 2019
    Configuration menu
    Copy the full SHA
    ced9b0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from vkostyukov/vk/faster-encode

    Optimize UrlCodec.encode
    xiangyao1989 committed May 16, 2019
    Configuration menu
    Copy the full SHA
    1dcbd06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75903e3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #44 from XiangYao/release-6.0.3

    JOAuth: Release new version 6.0.3
    xiangyao1989 committed May 16, 2019
    Configuration menu
    Copy the full SHA
    adc9d75 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Configuration menu
    Copy the full SHA
    35a24ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from twitter/add_tls_urls

    Use https instead of http in urls
    xiangyao1989 committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    3aab711 View commit details
    Browse the repository at this point in the history
Loading