10
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 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
Fix nbytes>0 assertion failures when send() returns EWOULDBLOCK or EINPROGRESS More... over 15 years ago
Fix messy alignment More... over 15 years ago
Ok, not the right thing to put in the gem name field... More... over 15 years ago
Bumped gemspec and changed name More... over 15 years ago
SSL support for httpclient2 More... over 15 years ago
Stopped the keyboard test running unless we have a tty, stops CI build failures, test is pointless anyway More... over 15 years ago
allow passing args through to the popen constructor More... over 15 years ago
better popen fix: avoid nanosleep if possible, try SIGTERM+0.25s, then fallback to SIGKILL+0.5s More... over 15 years ago
Another make adjustment for win32 More... over 15 years ago
Added support for running rake build on MS VC nmake More... over 15 years ago
Allow for older ruby builds where RARRAY_LEN is not defined More... over 15 years ago
ruby 1.9 compatibility enhancements More... over 15 years ago
Update gemspec for new test file More... over 15 years ago
Remove test_file from gemspec - test dependent installs can be a pain More... over 15 years ago
corrected misspelling in desc text More... over 15 years ago
fixed a variable redefinition problem that was incorrect C++ in windows vc6. More... over 15 years ago
added const to an integer used as an array size. otherwise, fails to compile on windows vc6. More... over 15 years ago
Turn off debugging output in httpcli2 More... over 15 years ago
Handle @content.nil? case in httpcli2 More... over 15 years ago
Fixed fastfilereaderext tests for CI More... over 15 years ago
removed duplicate that should have been removed earlier More... over 15 years ago
Added start_tls argument checks from brianmario More... over 15 years ago
Notes More... over 15 years ago
Fixed gemspec task to run a clean first - protect against glob filelist issues. Regenerated gemspec More... over 15 years ago
Closes #72, patch from tmm1 for popen errors on exit More... over 15 years ago
Added dev versioned gemspec More... over 15 years ago
Added gemspec task, and gemspec file for use on github. Reversioned to dev version 0.12.13. More... over 15 years ago
Merge of branches/raggi Most notable work and patches by Aman Gupta, Roger Pack, and James Tucker. Patches / Tickets also submitted by: Jeremy Evans, aanand, darix, mmmurf, danielaquino, macournoyer. - Moved docs into docs/ dir - Major refactor of rakefile, added generic rakefile helpers in tasks - Added example CPP build rakefile in tasks/cpp.rake - Moved rake tests out to tasks/tests.rake - Added svn ignores where appropriate - Fixed jruby build on older java platforms - Gem now builds from Rakefile rather than directly via extconf - Gem unified for jruby, C++ and pure ruby. - Correction for pure C++ build, removing ruby dependency - Fix for CYGWIN builds on ipv6 - Major refactor for extconf.rb - Working mingw builds - extconf optionally uses pkg_config over manual configuration - extconf builds for 1.9 on any system that has 1.9 - extconf no longer links pthread explicitly - looks for kqueue on all *nix systems - better error output on std::runtime_error, now says where it came from - Fixed some tests on jruby - Added test for general send_data flaw, required for a bugfix in jruby build - Added timeout to epoll tests - Added fixes for java reactor ruby api - Small addition of some docs in httpclient.rb and httpcli2.rb - Some refactor and fixes in smtpserver.rb - Added parenthesis where possible to avoid excess ruby warnings - Refactor of $eventmachine_library logic for accuracy and maintenance, jruby - EM::start_server now supports unix sockets - EM::connect now supports unix sockets - EM::defer @threadqueue now handled more gracefully - Added better messages on exceptions raised - Fix edge case in timer fires - Explicitly require buftok.rb - Add protocols to autoload, rather than require them all immediately - Fix a bug in pr_eventmachine for outbound_q - Refactors to take some of the use of defer out of tests. - Fixes in EM.defer under start/stop conditions. Reduced scope of threads. More... over 15 years ago
supported optional version string in HTTP client. More... over 15 years ago
Applied a patch from Aman Gupta (tmm1) with contributions from Riham Aldakkak, adds file-descriptor attach/detach and two new event notifications, to support file descriptors not generated internally by the reactor. More... over 15 years ago