about summary refs log tree commit homepage
DateCommit message (Expand)
2011-05-16doc: cleanup rdoc for Rainbows module
2011-05-16use :pool_size for RLIMIT_NPROC with thread pool models
2011-05-16more reliable shutdown for epoll concurrency models
2011-05-16tests: unify checks for copy_stream and threaded app dispatch
2011-05-16add "copy_stream" config directive
2011-05-10configurator: update user-facing documentation
2011-05-10max_body: documentation updates
2011-05-10LICENSE: add GPLv3 to license terms
2011-05-10configurator: move validation logic over
2011-05-09doc: better document :pool_size options
2011-05-09TODO: misc updates
2011-05-09doc: update comparison and README
2011-05-09xepoll_thread_*: add rdoc for users
2011-05-09xepoll_thread_spawn/client: remove rdoc
2011-05-09max_body: rdoc updates
2011-05-09xepoll_thread_pool: add optional :pool_size argument
2011-05-09split out pool_size module
2011-05-09t0041: less confusing skip message
2011-05-09add XEpollThreadPool concurrency option
2011-05-08Revert "epoll: fixes for Ruby 1.9.3dev"
2011-05-08join_threads: simplify thread stoppage check
2011-05-08require kgio 2.4.0
2011-05-08epoll_wait: flags argument is unused
2011-05-08xepoll: cleanup acceptor logic
2011-05-08xepoll_thread_spawn: rework acceptor logic
2011-05-08xepoll_thread_spawn/client: close returns nil
2011-05-08xepoll_thread_spawn: inline needless method
2011-05-08process_client: fix pipeline_ready arity
2011-05-06remove unnecessary variable assignments
2011-05-06test_isolate: update to latest raindrops and unicorn
2011-05-06ensure some requires get loaded in master
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-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