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: jruby/jruby
base: 862ee1c7f0ca
Choose a base ref
...
head repository: jruby/jruby
compare: bbceb691e009
Choose a head ref
  • 8 commits
  • 9 files changed
  • 2 contributors

Commits on Sep 8, 2016

  1. Configuration menu
    Copy the full SHA
    b25773f View commit details
    Browse the repository at this point in the history
  2. Fix passing socket option in a form of SO_OPTION

    For example:
    Socket::Option.new(:UNSPEC, :SOCKET, :SO_LINGER, [0, 0].pack('i*')
    Fixes #3438
    etehtsea committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    a87d873 View commit details
    Browse the repository at this point in the history
  3. More robust conversion and value-checking.

    Covers address family, protocol family, socket type, and protocol.
    headius authored and etehtsea committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    250f44a View commit details
    Browse the repository at this point in the history
  4. Fix passing socket level in a form of SOL_LEVEL

    For example:
    Socket::Option.int(:AF_UNSPEC, :SOL_SOCKET, :LINGER, 1)
    Fixes #3438
    etehtsea committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    8fac9c6 View commit details
    Browse the repository at this point in the history
  5. More robust conversion and value-checking

    Also cover socket level and socket option
    etehtsea committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    abb1a5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40f6b41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1902354 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Merge pull request #4119 from etehtsea/getset-option-linger

    Full Socket::Option support
    headius committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    bbceb69 View commit details
    Browse the repository at this point in the history