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
base: v1.2.6
Choose a base ref
...
head repository: eventmachine/eventmachine
compare: v1.2.7
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

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 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 committed May 6, 2018
    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
    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
    Copy the full SHA
    9cb13a8 View commit details
    Browse the repository at this point in the history