about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2010-12-27thread_*: unindent
2010-12-27introduce worker_yield method
2010-12-27writer_thread_spawn: factor out Client.quit
2010-12-27writer_thread_*: split out classes into separate files
2010-12-27writer_thread_*: split out common socket_proxy code
2010-12-27writer_thread_*: unindent
2010-12-27revactor: split out tee_socket and use autoload
2010-12-26more :: prefix elimination
2010-12-26fiber/queue: unindent
2010-12-26remove unnecessary "::" constant prefixing
2010-12-26never_block: simplify and split out code
2010-12-26event_machine: split out server and client classes
2010-12-26rev_thread_*: unindent and split out
2010-12-26rainbows/rev/* require/autoload cleanup
2010-12-26rename rev/thread => rev/thread_client
2010-12-26rev_thread_spawn: disable under Ruby 1.8
2010-12-26avoid HttpParser#keepalive? and HttpParser#reset
2010-12-26rainbows/rev/*: uninident some more
2010-12-26rev: split out Rainbows::Rev::Server
2010-12-26rev: unindent, needless autoload
2010-12-20thread_timeout: fix bad comparison
2010-12-20thread_timeout: avoid a threading bug under 1.9
2010-12-09respect client_body_buffer_size in Unicorn 3.1.0
2010-12-09thread_timeout: de-Struct-ify
2010-12-08respect "rewindable_input false" in Unicorn config
2010-12-08rev+revactor: fix LARGE pipelined uploads
2010-12-03Rainbows! 2.0.1 - upload pipelining fixes v2.0.1
2010-12-03fix pipelining of requests with bodies
2010-12-02ev_core: refactor and split cap_input out
2010-12-01ev_core: split out prepare_request_body
2010-11-20Rainbows! 2.0.0 - minority rules! v2.0.0
2010-11-19revactor: fix braindamaged commit/coding style
2010-11-19simpler keepalive check for synchronous models
2010-11-19max_body: rewrite wrappers to be safer
2010-11-19max_body: do not enable for RevThread* models
2010-11-19upgrade to Kgio 2.x and Unicorn 3.x
2010-11-16reimplement client_max_body_size handlers
2010-11-05avoid Errno::EAGAIN, harder
2010-11-04avoid Kgio::WaitReadable/WaitWritable constants
2010-11-04process_client: fix attempted keepalive on HTTP 0.9
2010-10-28Rainbows! 1.0.0 - internal cleanups v1.0.0
2010-10-28rev+event_machine: small cleanups with new parser API
2010-10-28HUP reload restores defaults on unset settings
2010-10-26Rainbows! 1.0.0pre1 - kinder, gentler I/O v1.0.0pre1
2010-10-26doc: RDoc updates
2010-10-25reduce dependency on IO#write_nonblock
2010-10-23http_request: remove this (sub)class
2010-10-22unindent most files
2010-10-22dev_fd_response: do not wrap for Fiber-aware IOs
2010-10-22fiber_{pool,spawn}: unindent