-
Notifications
You must be signed in to change notification settings - Fork 631
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: eventmachine/eventmachine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2-stable
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 24 files changed
- 5 contributors
Commits on Apr 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0563fd3 - Browse repository at this point
Copy the full SHA 0563fd3View commit details
Commits on Apr 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2c5953e - Browse repository at this point
Copy the full SHA 2c5953eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 04938c1 - Browse repository at this point
Copy the full SHA 04938c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa65ac - Browse repository at this point
Copy the full SHA 1aa65acView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4ee18f - Browse repository at this point
Copy the full SHA c4ee18fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c100865 - Browse repository at this point
Copy the full SHA c100865View commit details -
Configuration menu - View commit details
-
Copy full SHA for a02583b - Browse repository at this point
Copy the full SHA a02583bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ff13efb - Browse repository at this point
Copy the full SHA ff13efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9ef3d4 - Browse repository at this point
Copy the full SHA e9ef3d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 232e981 - Browse repository at this point
Copy the full SHA 232e981View commit details -
Configuration menu - View commit details
-
Copy full SHA for b18d8e2 - Browse repository at this point
Copy the full SHA b18d8e2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for acadd36 - Browse repository at this point
Copy the full SHA acadd36View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f2dc4 - Browse repository at this point
Copy the full SHA b3f2dc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ac300e - Browse repository at this point
Copy the full SHA 9ac300eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 358a6d4 - Browse repository at this point
Copy the full SHA 358a6d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 159ad95 - Browse repository at this point
Copy the full SHA 159ad95View commit details
Commits on May 6, 2018
-
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!
Configuration menu - View commit details
-
Copy full SHA for 3440de4 - Browse repository at this point
Copy the full SHA 3440de4View commit details
Commits on May 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8d1a6c5 - Browse repository at this point
Copy the full SHA 8d1a6c5View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 9cb13a8 - Browse repository at this point
Copy the full SHA 9cb13a8View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...1.2-stable