about summary refs log tree commit homepage
DateCommit message (Expand)
2009-04-23Fix data corruption with small uploads via browsers
2009-04-21Cleanup GNUmakefile and fix dependencies
2009-04-21Cleanup some unnecessary requires
2009-04-21test: empty port test for absolute URIs
2009-04-21http11: support underscores in URI hostnames
2009-04-21Remove @start_ctx instance variable
2009-04-21rename socket.rb => socket_helper.rb
2009-04-21Stop extending core classes
2009-04-21http_response: small speedup by eliminating loop
2009-04-21http11: rfc2616 handling of absolute URIs
2009-04-21http11: cleanup some CPP macros
2009-04-21http11: make parser obey HTTP_HOST with empty port
2009-04-21http11: minor cleanups in return types
2009-04-21replace DATA_GET macro with a function
2009-04-21http11: remove callbacks from structure
2009-04-21http11: formatting cleanups
2009-04-21const: remove unused QUERY_STRING constant
2009-04-21GNUmakefile: mark test_signals as a slow test
2009-04-21HttpParser: set QUERY_STRING for Rack-compliance
2009-04-21http_request: freeze modifiable elements
2009-04-21http11: remove unused variables/elements
2009-04-21Move absolute URI parsing into HTTP parser
2009-04-21GNUmakefile: kill trailing whitespace after ragel
2009-04-21GNUmakefile: Fix ragel dependencies
2009-04-21http11: cleanup #includes and whitespace
2009-04-16test_upload: ensure StringIO objects are binary
2009-04-16unicorn 0.5.3 v0.5.3
2009-04-16Small garbage reduction in HttpResponse
2009-04-16remove DATE constant
2009-04-16fix 100% CPU usage when idle
2009-04-16Fix my local.mk file to always run Rails tests
2009-04-16Fix forgotten Rails tests
2009-04-16update Manifest (add test_signals.rb)
2009-04-16unicorn 0.5.2 v0.5.2
2009-04-16unicorn/const: kill trailing whitespace
2009-04-16GNUmakefile: small dependency cleanups
2009-04-16test: fix dependency issue with "make test-unit"
2009-04-16ensure responses always have the "Status:" header
2009-04-15http11: default server port is 443 for https
2009-04-15worker_loop cleanups, var golf, and yak-shaving
2009-04-15before_commit and before_exec can never be nil/false
2009-04-14s/rotating/reopening/g in log messages
2009-04-14Explicitly trap SIGINT/SIGTERM again
2009-04-13unicorn 0.5.1 v0.5.1
2009-04-13Fix SIGINT/SIGTERM handling (broken in 0.5.0)
2009-04-13unicorn 0.5.0 v0.5.0
2009-04-13Configurator: add example for user/group switching
2009-04-13Expose worker to {before,after}_fork hooks
2009-04-13Remove unnecessary local variables in process_client
2009-04-13small cleanups in signal handling and worker init