10
I Use This!
Very Low Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 07, 2023 — Jun 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed an error in which writing to a connection that hasn't finished connecting yet would suppress the connect-completion event from the reactor. More... almost 16 years ago
stub for comm-inactivity timeout, must implement More... almost 16 years ago
added a stub implementation of inactivity timeouts. To complete, this will need reactor-loop heartbeats More... almost 16 years ago
added a no-op implementation for set_max_timer_count, which was missing. More... almost 16 years ago
Tweaked a case that is inapplicable to Java More... almost 16 years ago
Fixed a problem with test_basic in java. Most of the convenience partial-test rules in the Rakefile hard-code the :extension library, and test_basic checks it. More... almost 16 years ago
added some method stubs that will need to be filled in. More... almost 16 years ago
Changed a module name to avoid a conflict with a well-known alias. More... almost 16 years ago
added a timeout to keep it from hanging More... almost 16 years ago
silenced compiler warning More... almost 16 years ago
notes More... almost 16 years ago
Supported nested calls to EM#run. Many people contributed ideas to this, notably raggi and tmm1. More... almost 16 years ago
Added a require needed for certain C++ compilers. More... about 16 years ago
notes More... about 16 years ago
Made PeriodicTimer#interval externally visible, allows the interval to be changed. More... about 16 years ago
Supported EM#get_sockname for AcceptorDescriptor, per request by Roger Pack. More... about 16 years ago
Tweaked includes and some code so that the IPv6 support will compile on Windows. More... about 16 years ago
notes More... about 16 years ago
Set the NODELAY option on sockets we connect to other servers. Thanks to Roger Pack for pointing out the omission. More... about 16 years ago
Patched open_keyboard for additional user arguments, contributed by Daniel Aquino. More... over 16 years ago
removed unneeded debug line. Noted, by Marc-Andre Cournoyer. More... over 16 years ago
Supported IPv6 addresses. Depends on inet_pton. More... over 16 years ago
Supported IPv6 addresses when opening TCP servers. Relies in inet_pton. More... over 16 years ago
added EM::Connection::get_sockname per request by Michael Fischer. More... over 16 years ago
notes More... over 16 years ago
added a branch for OpenBSD, contributed by Guillaume Sellier More... over 16 years ago
further tweak of an edge condition described by Chris Heath. More... over 16 years ago
removed an edge case noted by Chris Heath. More... over 16 years ago
notes More... over 16 years ago
Fixed bug reported by Michael S. Fischer. We were terminating connections that sent data before the SSL handshake completed. Rather amazing that this hasn't come up till now, possibly there has been a regression. More... over 16 years ago