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: 16781cf7c907
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6d5dfa5ceb6b
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 1, 2016

  1. Copy the full SHA
    42d8309 View commit details

Commits on Jan 2, 2016

  1. Fixes for UDPSocket.send based on rubysl-socket specs.

    * Handle Addrinfo or packed sockaddr as destination.
    * Try all addresses for a given hostname.
    headius committed Jan 2, 2016
    Copy the full SHA
    2de08a3 View commit details
  2. Clean up unused imports.

    headius committed Jan 2, 2016
    Copy the full SHA
    3f77a5c View commit details
  3. Copy the full SHA
    9073369 View commit details
  4. 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 committed Jan 2, 2016
    Copy the full SHA
    6d5dfa5 View commit details
Loading