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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 869c5e5667aa
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1a6f27a91684
Choose a head ref
  • 13 commits
  • 9 files changed
  • 2 contributors

Commits on Oct 10, 2016

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d73a809 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3f36e15 View commit details
  3. Copy the full SHA
    76120f9 View commit details
  4. Clean up unused imports.

    headius authored and etehtsea committed Oct 10, 2016
    Copy the full SHA
    093d234 View commit details
  5. Copy the full SHA
    9bcfdd8 View commit details
  6. Add UDPSocket.new specs

    etehtsea committed Oct 10, 2016
    Copy the full SHA
    6227536 View commit details
  7. Fixes for UDPSocket.send based on rubysl-socket specs.

    * Handle Addrinfo or packed sockaddr as destination.
    * Try all addresses for a given hostname.
    headius authored and etehtsea committed Oct 10, 2016
    Copy the full SHA
    b56a192 View commit details
  8. Untag related mri tests

    etehtsea committed Oct 10, 2016
    Copy the full SHA
    d659903 View commit details
  9. Last fixes for UDPSocket based on rubysl-socket specs.

    * Handle family argument to initialize better.
    * Try all addresses for connect when no explicit family specified.
    * Raise proper error for wrong family.
    headius authored and etehtsea committed Oct 10, 2016
    Copy the full SHA
    9337fdd View commit details
  10. Copy the full SHA
    2c34eff View commit details
  11. Copy the full SHA
    4207acd View commit details

Commits on Oct 11, 2016

  1. Fix Addrinfo initialization

    Fixed initialization with nil nodename
    `Addrinfo.new(['AF_INET6', 59656, nil, '::1'], 30, 1, 6)`
    etehtsea committed Oct 11, 2016
    Copy the full SHA
    a5bf7de View commit details
  2. Merge pull request #4216 from etehtsea/socket-udp-improvements

    UDP socket improvements
    headius authored Oct 11, 2016
    Copy the full SHA
    1a6f27a View commit details
Loading