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: 869c5e5667aa
Choose a base ref
...
head repository: jruby/jruby
compare: 1a6f27a91684
Choose a head ref
  • 13 commits
  • 9 files changed
  • 2 contributors

Commits on Oct 10, 2016

  1. Configuration menu
    Copy the full SHA
    d73a809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f36e15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76120f9 View commit details
    Browse the repository at this point in the history
  4. Clean up unused imports.

    headius authored and etehtsea committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    093d234 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bcfdd8 View commit details
    Browse the repository at this point in the history
  6. Add UDPSocket.new specs

    etehtsea committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    6227536 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    b56a192 View commit details
    Browse the repository at this point in the history
  8. Untag related mri tests

    etehtsea committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    d659903 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    9337fdd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2c34eff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4207acd View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    a5bf7de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4216 from etehtsea/socket-udp-improvements

    UDP socket improvements
    headius committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    1a6f27a View commit details
    Browse the repository at this point in the history