about summary refs log tree commit homepage
path: root/lib/rainbows/http_server.rb
DateCommit message (Expand)
2015-11-21http_server: add master_pid attribute
2015-11-18http_parser: handle keepalive_requests internally
2011-10-12http_server: fix log message if using Base (no concurrency)
2011-06-29Revert "http_server: cap timeout at 32-bit LONG_MAX seconds"
2011-06-27http_server: cap timeout at 32-bit LONG_MAX seconds
2011-06-11configurator: add client_max_header_size directive
2011-06-09move reopen_worker_logs to base
2011-05-16use :pool_size for RLIMIT_NPROC with thread pool models
2011-05-16add "copy_stream" config directive
2011-05-10configurator: move validation logic over
2011-05-05http_server: XEpollThreadSpawn sets RLIMIT_NPROC
2011-05-03Rainbows! defaults more DRY
2011-05-03s/max_bytes/client_max_body_size/ for consistency
2011-05-03add client_header_buffer_size tuning parameter
2011-05-02http_server: default all options to 50 connections
2011-04-21increase RLIMIT_NPROC for thread-crazy folks
2011-04-21http_server: attempt to increase RLIMIT_NOFILE
2011-04-19http_server: less hacky loading of concurrency model
2011-03-20fix various warnings with "check-warnings" target
2011-02-07fix optional "use" argument handling
2011-02-05http_server: kill a warning
2011-02-04rename XAcceptEpoll to XEpoll
2011-01-24initial XAcceptEpoll concurrency model
2011-01-19initial edge-triggered epoll model
2011-01-06eliminate G constant and just use the Rainbows! module
2011-01-06simplify keepalive_timeout accounting
2010-12-28enable the keepalive_requests config option
2010-12-27initial cool.io support
2010-10-28HUP reload restores defaults on unset settings
2010-10-22unindent most files
2010-10-21unicorn 2.x updates + kgio
2010-10-21http_server: more descriptive error for debugging
2010-07-10doc: avoid documenting internals on RDoc website
2010-06-18prefer Array#[] lookup to Array#first/Array#last
2010-06-09http_server: use super instead of alias_method
2010-05-04drop EventMachineDefer concurrency model
2010-05-03add client_max_body_size config directive
2010-04-02rainbows/http_*: remove unnecessary circular requires
2009-12-08EventMachineDefer: preliminary (and) broken version
2009-11-29preliminary NeverBlock support with EventMachine
2009-11-29Allow options to be added to "use"
2009-11-18make keepalive_timeout configurable
2009-11-15Revert "Threaded models have trouble with late loading under 1.9"
2009-11-13gracefully exit workers if reopening logs fails
2009-11-07remove unnecessary class variable
2009-11-05Threaded models have trouble with late loading under 1.9
2009-11-04http_server: add one second to any requested timeout
2009-11-02Allow 'use "model"' as a string as well as symbol
2009-10-26eventmachine 0.12.8 passes all tests
2009-10-18rev: async response bodies with DevFdResponse middleware