about summary refs log tree commit homepage
DateCommit message (Expand)
2011-06-14http_server: small cleanups for attr assignments
2011-06-14http_server: do not rescue from proper exits
2011-06-14http: fix documentation for dechunk!
2011-06-13http: dechunk! method to enter dechunk mode
2011-06-13http: document reasoning for memcpy in filter_body
2011-06-13http: rename variables in filter_body implementation
2011-06-13change TCP defaults to favor low latency
2011-06-13gemspec: bump kgio dependency to ~> 2.4
2011-06-11runtime stack size reductions
2011-06-10test/benchmark/stack.ru: app for measuring stack depth
2011-06-09unicorn 3.7.0 - minor feature update v3.7.0
2011-06-07configurator: add :ipv6only directive
2011-06-07build: ensure gem and tgz targets build manpages
2011-06-07examples/nginx.conf: better wording for ipv6only comment
2011-06-06examples/nginx.conf: add ipv6only comment
2011-06-06Documentation: remove --sanitize-html for pandoc
2011-06-06Document the method for building the Unicorn gem.
2011-05-23isolate_for_tests: use rake 0.8.7
2011-05-23gemspec: use latest Isolate (3.1)
2011-05-23http: call rb_str_modify before rb_str_resize
2011-05-23strip trailing and leading linear whitespace in headers
2011-05-23doc: add Links page to help folks find relevant info
2011-05-23GNUmakefile: locale-independent grep invocation
2011-05-08doc: PHILOSOPHY: formatting fixes
2011-05-05http_parser: add max_header_len accessor
2011-05-05t0002-parser-error: fix race conditions
2011-05-04doc: remove redundant "of" typo
2011-05-04http_parser: new add_parse method
2011-05-04return 414 for URI length violations
2011-04-30Sandbox: update doc for latest Bundler versions
2011-04-30unicorn 3.6.2 - fix Unicorn::OobGC module v3.6.2
2011-04-30Merge commit 'v1.1.7'
2011-04-29TUNING: more minor doc updates
2011-04-30unicorn 1.1.7 - major fixes to minor components v1.1.7 1.1.x-stable
2011-04-30oob_gc: reimplement to fix breakage and add tests
2011-04-29TUNING: document worker_processes tuning
2011-04-29oob_gc: reimplement to fix breakage and add tests
2011-04-29TUNING: original sentence was incomplete
2011-04-29examples/big_app_gc: fix comment
2011-04-29examples/big_app_gc: update this example
2011-04-27configurator: attempt to clarify :tcp_nopush/:tcp_nodelay
2011-04-27examples/nginx.conf: clarify proxy_buffering for Rails 3.1
2011-04-26unicorn 3.6.1 - fix OpenSSL PRNG workaround v3.6.1
2011-04-26properly reseed OpenSSL::Random after forking
2011-04-21unicorn 3.6.0 - small fixes, PRNG workarounds v3.6.0
2011-04-21http_server: fix Rainbows! compatibility
2011-04-20KNOWN_ISSUES: document PRNG changes in 3.6.0
2011-04-18documentation cleanup/reduction
2011-04-18reseed OpenSSL PRNG upon fork() of workers
2011-04-18reinitialize PRNG for latest Ruby 1.8.7 releases