about summary refs log tree commit homepage
DateCommit message (Expand)
2012-12-07unicorn 4.5.0 - check_client_connection option v4.5.0
2012-12-04gemspec: enable licenses metadata attribute
2012-12-04README: clarify license and copyright
2012-12-04fix const error responses for Rainbows!
2012-11-29unicorn 4.5.0pre1 - check_client_connection option v4.5.0pre1
2012-11-29check_client_connection: document local-only requirement
2012-11-29Begin writing HTTP request headers early to detect disconnected clients
2012-11-13tests: remove assert_nothing_raised (part 2)
2012-10-11Rakefile: fm_update task updated for HTTPS
2012-10-11unicorn 4.4.0 - minor updates v4.4.0
2012-10-01util: only consider regular files as logs
2012-08-06avoid assert_nothing_raised in unit tests
2012-08-06do not touch TCP_NOPUSH/TCP_CORK at all by default
2012-08-02bind listeners after loading for preload_app users
2012-07-28remove Rails-oriented integration tests
2012-04-29unicorn 4.3.1 - shutdown() fixes v4.3.1
2012-04-29isolate_for_tests: upgrade to kgio-monkey 0.4.0
2012-04-27stream_input: call shutdown(2) if a client EOFs on us
2012-04-27http_server: ignore ENOTCONN (mostly from shutdown(2))
2012-04-17unicorn 4.3.0 - minor fixes and updates v4.3.0
2012-04-17tests: set executable bit on integration shell scripts
2012-04-17http: increase REQUEST_PATH maximum length to 4K
2012-04-12shutdown client socket for apps which fork in background
2012-04-12t/sslgen.sh: use larger keys for tests
2012-04-11misc documentation spelling fixes
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