-
Notifications
You must be signed in to change notification settings - Fork 631
Comparing changes
Open a pull request
base repository: eventmachine/eventmachine
base: master
head repository: eventmachine/eventmachine
compare: 1.0-stable
- 20 commits
- 14 files changed
- 3 contributors
Commits on Jan 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 777cf7a - Browse repository at this point
Copy the full SHA 777cf7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 347be5e - Browse repository at this point
Copy the full SHA 347be5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cb81a8 - Browse repository at this point
Copy the full SHA 5cb81a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e13375b - Browse repository at this point
Copy the full SHA e13375bView commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 36ff9e8 - Browse repository at this point
Copy the full SHA 36ff9e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f4aa2b - Browse repository at this point
Copy the full SHA 7f4aa2bView commit details -
Add -Wno-address always-true because on Windows, rb_fd_select checks …
…if &fds is non-NULL, which it cannot be
Configuration menu - View commit details
-
Copy full SHA for a84bb5a - Browse repository at this point
Copy the full SHA a84bb5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d8bb0 - Browse repository at this point
Copy the full SHA 20d8bb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4bd68b - Browse repository at this point
Copy the full SHA d4bd68bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bfe0c8 - Browse repository at this point
Copy the full SHA 4bfe0c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7138eb - Browse repository at this point
Copy the full SHA b7138ebView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 732c1a1 - Browse repository at this point
Copy the full SHA 732c1a1View commit details -
Merge pull request #674 from sodabrew/backports_for_1.0.9
Backports for EventMachine 1.0.9
Configuration menu - View commit details
-
Copy full SHA for f66dc4f - Browse repository at this point
Copy the full SHA f66dc4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bb1c8c - Browse repository at this point
Copy the full SHA 1bb1c8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0cf60f - Browse repository at this point
Copy the full SHA e0cf60fView commit details -
Fix bug in OpenSSL path detection
Return false from dir_config_search if it exhausts the search paths without finding OpenSSL.
Configuration menu - View commit details
-
Copy full SHA for 57c4925 - Browse repository at this point
Copy the full SHA 57c4925View commit details
Commits on Jan 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 402a447 - Browse repository at this point
Copy the full SHA 402a447View commit details -
On Windows, use WSAECONNABORTED instead of EPROTO to indicate connect…
…ion closure due to SSL handshake error
Configuration menu - View commit details
-
Copy full SHA for 141e3a6 - Browse repository at this point
Copy the full SHA 141e3a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c5af7d - Browse repository at this point
Copy the full SHA 0c5af7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2024fc1 - Browse repository at this point
Copy the full SHA 2024fc1View commit details
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.0-stable