8000 Comparing master...1.0-stable · eventmachine/eventmachine · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: eventmachine/eventmachine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: eventmachine/eventmachine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0-stable
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 14 files changed
  • 3 contributors

Commits on Jan 13, 2016

  1. Configuration menu
    Copy the full SHA
    777cf7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    347be5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cb81a8 View commit details
    Browse the repository at this point in the history
  4. Fix nasty TCP/IPv6 bug.

    cabo authored and sodabrew committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    e13375b View commit details
    Browse the repository at this point in the history
  5. Fix SSL error when the server replies a TLS Alert to our ClientHello …

    …(do not announce handskale completion). In that case invoke unbind() with error==EPROTO (protocol error).
    ibc authored and sodabrew committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    36ff9e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f4aa2b View commit details
    Browse the repository at this point in the history
  7. Add -Wno-address always-true because on Windows, rb_fd_select checks …

    …if &fds is non-NULL, which it cannot be
    sodabrew committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    a84bb5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20d8bb0 View commit details
    Browse the repository at this point in the history
  9. Restore silent-fail on unsupported EM.epoll and EM.kqueue, raise on u…

    …nsupported EM.epoll=true and EM.kqueue=true
    
    Follows up on 9af9406 and #638
    sodabrew committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    d4bd68b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4bfe0c8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b7138eb View commit details
    Browse the repository at this point in the history
  12. Try more ways to detect OpenSSL

    Try more ways to detect OpenSSL in this order:
     - explicit option --with-ssl-dir=/path/to/openssl
     - using pkg-config if present on the system
     - without any paths at all if OpenSSL is in the ether
     - trying alternate paths, including defaults for MacPorts and HomeBrew.
    sodabrew committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    732c1a1 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #674 from sodabrew/backports_for_1.0.9

    Backports for EventMachine 1.0.9
    sodabrew committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    f66dc4f View commit details
    Browse the repository at this point in the history
  14. Changelog for v1.0.9

    sodabrew committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    1bb1c8c View commit details
    Browse the repository at this point in the history
  15. v1.0.9

    sodabrew committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    e0cf60f View commit details
    Browse the repository at this point in the history
  16. Fix bug in OpenSSL path detection

    Return false from dir_config_search if it exhausts the search
    paths without finding OpenSSL.
    sodabrew committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    57c4925 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2016

  1. Configuration menu
    Copy the full SHA
    402a447 View commit details
    Browse the repository at this point in the history
  2. On Windows, use WSAECONNABORTED instead of EPROTO to indicate connect…

    …ion closure due to SSL handshake error
    sodabrew committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    141e3a6 View commit details
    Browse the repository at this point in the history
  3. Changelog for v1.0.9.1

    sodabrew committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    0c5af7d View commit details
    Browse the repository at this point in the history
  4. v1.0.9.1

    sodabrew committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    2024fc1 View commit details
    Browse the repository at this point in the history
Loading
0