about summary refs log tree commit homepage
DateCommit message (Expand)
2010-12-26rev: unindent, needless autoload
2010-12-24doc: switch documentation generation to wrongdoc
2010-12-20thread_timeout: fix bad comparison
2010-12-20thread_timeout: avoid a threading bug under 1.9
2010-12-14FAQ: add a note about config.threadsafe!
2010-12-09respect client_body_buffer_size in Unicorn 3.1.0
2010-12-09bump Unicorn dependency to 3.1.0
2010-12-09thread_timeout: de-Struct-ify
2010-12-08respect "rewindable_input false" in Unicorn config
2010-12-08t/*.sh: indentation fixes
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-20tests: depend on Unicorn 3.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-17test_isolate: depend on newer Unicorn
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-28tests: avoid race conditions on reload tests
2010-10-28t0018: wait for old worker to be reaped
2010-10-28rev+event_machine: small cleanups with new parser API
2010-10-28HUP reload restores defaults on unset settings
2010-10-27use Unicorn 2.0.0 final
2010-10-26Rakefile: updates for prereleases
2010-10-26Rainbows! 1.0.0pre1 - kinder, gentler I/O v1.0.0pre1
2010-10-26gemspec: bump development dependency of Isolate
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-22local.mk.sample: remove testing under 1.9.1
2010-10-22README: update copyright year
2010-10-22dev_fd_response: do not wrap for Fiber-aware IOs
2010-10-22fiber_{pool,spawn}: unindent
2010-10-22fiber_pool: no need for old Fiber::IO
2010-10-22code shuffling for kgio
2010-10-21unicorn 2.x updates + kgio
2010-10-21http_server: more descriptive error for debugging
2010-09-28start using kgio library
2010-09-17event_machine: remove unnecessary "return"