10
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename various file watching apis and variables: EM.watch_file -> EM.watch_filename -> evma_watch_filename -> EventMachine_t::WatchFile -> EventMachine_t::Files[] More... about 15 years ago
Update gemspec More... about 15 years ago
Inotify fixes: file_delete only fires after fds have been closed, use syscall hackery for older linux distributions (*cough* debian) More... about 15 years ago
Merge branch 'master' of [email protected]:eventmachine/eventmachine More... about 15 years ago
Fix for my PostgresPR version More... about 15 years ago
Added support for monitoring of individual files using inotify and kqueue. More... about 15 years ago
Don't splash PostgresPR over Object More... about 15 years ago
update gemspec More... about 15 years ago
rename filename to line up with autoload, and follow convention More... about 15 years ago
Add EM.kqueue= and EM.epoll= More... about 15 years ago
Allow setting EM.threadpool_size More... about 15 years ago
Move FileNotFoundException into em/connection.rb More... about 15 years ago
Fix some more spacing issues, and remove deprecated EM.run_without_threads More... about 15 years ago
Updated EchoServer example from README More... about 15 years ago
Add IRC info to README More... about 15 years ago
Clean up deferrable.rb: fixed rdoc, alias method wrappers, remove unnecessary forwardable More... about 15 years ago
Updated gemspec More... about 15 years ago
RDoc for reconnect methods More... about 15 years ago
Move eventmachine_version to em/version.rb More... about 15 years ago
Split out EM::Connection into em/connection.rb More... about 15 years ago
Add ObjectProtocol More... about 15 years ago
Split out eventmachine.rb into em/protocols.rb and em/timers.rb More... about 15 years ago
Convert tabs in lib/em/*.rb More... about 15 years ago
Standardize eventmachine.rb with 2 space tabs and def self.method() More... about 15 years ago
FileStreamer: add rdoc and convert tabs to spaces More... about 15 years ago
stomp protocol: add rdoc and convert tabs to spaces More... about 15 years ago
Move protocols into em/protocols More... about 15 years ago
Documentation overhaul More... about 15 years ago
Pass response back to HttpClient2 request callbacks More... about 15 years ago
Set non-blocking mode on attached sockets More... about 15 years ago