10
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 minutes ago. based on code collected about 15 hours ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved the password handling in the postgres handler. More... over 15 years ago
Rebased HeaderAndContentProtocol from LineAndTextProtocol to LineText2, in order to hack around problems with BufferedTokenizer. If those problems can be fixed, we may back out this change. More... over 15 years ago
notes More... over 15 years ago
Moved the include of header_and_content.rb below linetext2 because it may be changed to depend on linetext2. More... over 15 years ago
notes More... over 15 years ago
Added #set_binary_mode, a method alias for back-compatility with LineAndTextProtocol. More... over 15 years ago
Added some directories that are needed for the tests to run. Started adding keepalive support. More... over 15 years ago
FIX: aggresive EM connect_server timeouts More... over 15 years ago
Patch by tmm1: fixes bug in the Java implementation: send_data would not send complete buffers. More... over 15 years ago
Added basic auth support in the HTTP client. Patch by Mike Murphy. More... almost 16 years ago
tweaks to permit compilation in non-Ruby environments. More... almost 16 years ago
notes More... almost 16 years ago
fixed syntax error in sample code More... almost 16 years ago
caught spelling error More... almost 16 years ago
initial implementation More... almost 16 years ago
commented out the postgres require will it's shaken out. More... almost 16 years ago
postgres integration More... almost 16 years ago
initial file creation More... almost 16 years ago
Make the reactor stop when an unbind handler throws an uncaught exception More... almost 16 years ago
notes More... almost 16 years ago
created EM#fork_reactor, applying patch from Aman Gupta. More... almost 16 years ago
added an ACK verb More... almost 16 years ago
returned a signature from start_unix_domain, for symmetry with start_server More... almost 16 years ago
EM#run now calls the passed-in block rather than scheduling it, when a reactor is already running. More... almost 16 years ago
added a test case for a still-unresolved bug More... almost 16 years ago
Fixed bug in set_text_mode which made it break when called inside receive_binary_data. More... almost 16 years ago
added receive_end_of_binary_data. Not really necessary but might come in handy someday. More... almost 16 years ago
fixed a parameter error More... almost 16 years ago
removed defer calls for java, which doesn't seem to like them More... almost 16 years ago
used deferrable's timeout, a little cleaner More... almost 16 years ago