about summary refs log tree commit homepage
DateCommit message (Expand)
2012-03-26unicorn 4.2.1 - minor fix and doc updates v4.2.1
2012-03-24tests: depend on kgio 2.7.4
2012-03-20log EPERM errors from invalid pid files
2012-03-20KNOWN_ISSUES: document signal conflicts in libs/apps
2012-03-20examples/nginx.conf: use $scheme instead of hard-coded "https"
2012-03-20examples/nginx.conf: remove redundant word
2012-02-29Start the server if another user has a PID matching our stale pidfile.
2012-01-28unicorn 4.2.0 v4.2.0
2012-01-28doc: update doc for Ruby 2.0.0dev CoW-friendliness
2012-01-27script/isolate_for_tests: disable sqlite3-ruby for Ruby 2.0.0dev
2012-01-27disable old Rails tests for Ruby 2.0.0
2012-01-27script/isolate_for_tests: update to kgio 2.7.2
2012-01-24update tests for Rack 1.4.1
2012-01-08Rakefile: swap freshmeat.net URL for freecode.com
2011-12-28update tests for rack 1.4.0
2011-12-17http: test case for "Connection: TE"
2011-12-13cleanup exception handling on SIGUSR1
2011-12-13quiet possible IOError from SIGUSR1 (reopen logs)
2011-12-05socket_helper: fix grammerr fail
2011-12-05socket_helper: set SO_KEEPALIVE on TCP sockets
2011-12-05socket_helper: remove out-of-date comment for TCP_NODELAY
2011-12-05bump dependencies
2011-11-15tests: try to set a shorter path for Unix domain sockets
2011-11-15tests: just use the sha1sum implemented in Ruby
2011-11-15test_helper: ensure test client connects to valid address
2011-11-15t0011: fix test under OpenBSD
2011-11-15configurator: limit timeout to 30 days
2011-11-15t: ensure SSL certificates exist on fresh test
2011-10-04OobGC: force GC.start
2011-09-15add preliminary SSL support
2011-09-14Detect daemonization via configuration.
2011-09-09Links: add a link to the UnXF middleware
2011-09-09http_server: update comment on tick == 0
2011-09-03http_server: a few more things eligible for GC in worker
2011-08-29add GPLv3 option to the license
2011-08-25unicorn 4.1.1 - fix last-resort timeout accuracy v4.1.1
2011-08-24doc: add Application Timeouts document
2011-08-23test_helper: remove needless LOAD_PATH mangling
2011-08-23fix sleep/timeout activation accuracy
2011-08-22.document: re-add OobGC documentation
2011-08-20unicorn 4.1.0 - small updates and fixes v4.1.0
2011-08-20rdoc cleanups
2011-08-19close race if an exit signal hits the worker before trap
2011-08-19gemspec: bump wrongdoc dependency for dev
2011-08-19tests: bump test deps to the latest versions
2011-08-19Rack::Chunked and ContentLength middlewares by default
2011-08-19filter exception messages with control characters
2011-08-11http_server: small simplification for redirects
2011-08-11future-proof against close-on-exec by default
2011-08-11test_socket_helper: Socket#bind may fail with EINVAL if IPv6 is missing