8000 Comparing master...1.2-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.2-stable
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 24 files changed
  • 5 contributors

Commits on Apr 23, 2018

  1. Configuration menu
    Copy the full SHA
    0563fd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Configuration menu
    Copy the full SHA
    2c5953e View commit details
    Browse the repository at this point in the history
  2. The unbind callback must not raise exceptions

    The unbind callback absolutely must not raise an exception or the reactor will crash.
    If there is no EM.error_handler, or if the error_handler retrows, then stop the reactor,
    stash the exception in $wrapped_exception, and the exception will be raised after the
    reactor is cleaned up (see the last line of self.run).
    
    This fixes many crash reports in the 1.2 series since #327 was merged.
    sodabrew committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    04938c1 View commit details
    Browse the repository at this point in the history
  3. Small test fix

    sodabrew committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    1aa65ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4ee18f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c100865 View commit details
    Browse the repository at this point in the history
  6. Add missing EM_PROTO_* variables to Java Reactor

    Fixes #773
    Fixes #791
    Fixes #797
    sodabrew committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    a02583b View commit details
    Browse the repository at this point in the history
  7. Connection::error? calls report_connection_error_status in Ruby react…

    …or (#801)
    
    This method exists in the cpp version but not in the pure ruby version. When
    there is an undelivered message for example, it will attempt to check the socket
    status and fail saying that the method report_connection_error_status does not
    exist. This is in turn causes the connection to fail. It will not return the
    socket status.
    prashantjois authored and sodabrew committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    ff13efb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e9ef3d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    232e981 View commit details
    Browse the repository at this point in the history
  10. Update badge URLs on README. (#813)

    junaruga authored and sodabrew committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    b18d8e2 View commit details
    Browse the repository at this point in the history
  11. Remove using namespace std; and be explicit with std:: prefixes (#831)

    This resolves the conflict of socket bind() vs std::bind(), as more
    std:: functions may be introduced in future versions of C++.
    
    Resolves #830
    sodabrew committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    acadd36 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b3f2dc4 View commit details
    Browse the repository at this point in the history
  13. Changelog for v1.2.6

    sodabrew committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    9ac300e View commit details
    Browse the repository at this point in the history
  14. Bump version to 1.2.6

    sodabrew committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    358a6d4 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #839 from sodabrew/release-1.2.6

    Release 1.2.6
    sodabrew authored Apr 30, 2018
    Configuration menu
    Copy the full SHA
    159ad95 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

  1. Fix crashes on large numbers of connections (#843)

    All three fd_set arguments to select must be large enough to modify
    according to the length given
    BF4B
     in the first argument to select. This can
    be done by calling rb_fd_resize on each of the fd_set arguments, which
    happens to be exactly what rb_fd_select does!
    sodabrew authored May 6, 2018
    Configuration menu
    Copy the full SHA
    3440de4 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2018

  1. Changelog for v1.2.7

    sodabrew committed May 12, 2018
    Configuration menu
    Copy the full SHA
    8d1a6c5 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.2.7

    sodabrew committed May 12, 2018
    1 Configuration menu
    Copy the full SHA
    9cb13a8 View commit details
    Browse the repository at this point in the history
Loading
0