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

Adding support for newer SSL options in the net/http adapter #339

Closed

Commits on Feb 6, 2014

  1. Adding support for more SSL options for net/http.

    I considered gating with a respond_to? to support older versions of
    Ruby where net/http does not support all of the attributes, but doing so
    would make Faraday silently ignore those values instead of notifying the
    developer that they are trying to do something with an older version of
    Ruby that it does not support.
    BJ Orvis committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    c582ff8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2014

  1. Merge remote-tracking branch 'lostisland/master' into add_ciphers_to_…

    …net_http
    
    * lostisland/master:
      Add full url for get /nigiri in README
      Update Travis settings for Rubinius
      Only try to cache dependencies when Amazon secret is available
      Add HTTPClient to list of adapters in README
      Retry only if the method is idempotent
      Adds a retry_if option to the retry middleware
      Handle Patron "Connection time-out" properly
      Cache Bundler dependencies on Travis CI
      Bump net-http-persistent
      Allow jruby-XYmode failures on Travis due to RVM bug
      Avoid broken net-http-persistent v2.9.2/3
    BJ Orvis committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    c88bf95 View commit details
    Browse the repository at this point in the history
  2. Fixing ssl options to support new values.

    Needed to add ciphers, verify_callback, and timeout (for ssl) to the
    SSLOptions.
    BJ Orvis committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    3b89aca View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2014

  1. Empty commit to get travis to re-run

    BJ Orvis committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    aba9df6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2014

  1. Merge remote-tracking branch 'lostisland/master' into add_ciphers_to_…

    …net_http
    
    * lostisland/master:
      Don't require SimpleCov on Ruby 1.8
      Update README with env usage in stubs
      Lock rest-client to ~> 1.6.0 on Ruby 1.8.7
      Fix ActiveSupport::SafeBuffer#gsub bug
      Fix response not changing with parallel requests
    BJ Orvis committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    cdc55fe View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2014

  1. Merge remote-tracking branch 'lostisland/master' into add_ciphers_to_…

    …net_http
    
    * lostisland/master:
      clarify what the default stack is
      Increase test coverage for parameter encoders
      Fix passing ActiveSupport::SafeBuffer to param encoders
      Remove timeout from request autoloads, since it was removed in 43343e9
      use to_str to check for strings and added #pretty_inspect to non-strings
      use an array instead of a hash for testing pretty_inspect of objects
      added options hash to Logger to support logging bodies
      log request bodies in logger middleware
    William (B.J.) Snow Orvis committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    1ce3eb9 View commit details
    Browse the repository at this point in the history