about summary refs log tree commit homepage
DateCommit message (Expand)
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-02rainbows: get rid of MODEL_WORKER_CONNECTIONS constant
2011-05-02http_server: default all options to 50 connections
2011-05-01doc: add Sandbox document
2011-04-30lower header buffer sizes for synchronous models
2011-04-30xepoll_thread_spawn: lower memory usage
2011-04-29epoll: fix timeout
2011-04-29xepoll_thread_spawn: fix race condition with acceptors
2011-04-29xepoll_thread_spawn: initial implementation
2011-04-28document epoll and xepoll
2011-04-26doc: stop recommending Fiber* stuff
2011-04-26revactor: remove documentation for internal methods
2011-04-26revactor: do not recommend, upstream is dormant
2011-04-26stream_file: hide internals
2011-04-25make all concurrency options use 50 by default
2011-04-21thread_timeout: annotate as much as possible
2011-04-21increase RLIMIT_NPROC for thread-crazy folks
2011-04-21http_server: attempt to increase RLIMIT_NOFILE
2011-04-21thread_timeout: document Thread.pass usage
2011-04-21join_threads: workaround blocking accept() issues
2011-04-21bump dependency to Unicorn 3.6.0
2011-04-19http_server: less hacky loading of concurrency model
2011-04-11t: only enable Revactor tests under 1.9.2 for now
2011-04-11epoll: fixes for Ruby 1.9.3dev
2011-04-11thread_timeout: rewrite for safety
2011-04-10thread_pool: get used of dead thread_join method
2011-03-22queue_pool: switch to ivars to protect internals
2011-03-22thread_pool+thread_spawn: update documentation
2011-03-21simplify LISTENERS closing
2011-03-20fix various warnings with "check-warnings" target
2011-03-20pkg.mk: new task for checking Ruby warnings
2011-03-15fiber/io: fix broken call to Kgio.trywrite
2011-03-15Rainbows! 3.2.0 - trying to send files to slow clients v3.2.0
2011-03-15bump Unicorn dependency to 3.5.0
2011-03-10doc: update Static_Files for new sendfile gem
2011-03-10switch from IO#sendfile_nonblock to IO#trysendfile
2011-03-10test_isolate: bump dependencies
2011-02-28use IO#wait instead of IO.select for single readers
2011-02-16README: clarify license terms and versions
2011-02-15tests: updates for cramp 0.12
2011-02-11Rainbows! 3.1.0 - minor updates v3.1.0
2011-02-11pkg.mk: update to the latest
2011-02-11reverse_proxy: document as "not ready for production"
2011-02-07Revert t/bin/unused_listen simplification
2011-02-07new test for optional :pool_size handling
2011-02-07fix optional "use" argument handling
2011-02-07gemspec: remove unnecessary statements
2011-02-07doc: rdoc cleanups and fixes