about summary refs log tree commit homepage
path: root/test/unit/test_server.rb
DateCommit message (Expand)
2012-11-13tests: remove assert_nothing_raised (part 2)
2011-08-29add GPLv3 option to the license
2011-06-17ensure at_exit handlers run on graceful shutdown
2011-02-02Fix Ruby 1.9.3dev warnings
2010-04-30add global Unicorn.listener_names method
2010-01-19initialize signal handlers before writing pid file
2009-12-14set env["rack.logger"] for applications
2009-11-15tee_input: expand client error handling
2009-11-15test_server: ensure stderr is written to before reading
2009-11-13raise Unicorn::ClientShutdown if client aborts in TeeInput
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-09-03Support HTTP/0.9 entity-body-only responses
2009-08-09Switch to Ragel/C-based chunk/trailer parser
2009-06-29"Fix" tests that break with stream_input=false
2009-06-10Optimize body-less GET/HEAD requests (again)
2009-04-10close listeners when removing them from our array
2009-04-05Add test for :preload_app config option
2009-03-27Always try to send a valid HTTP response back
2009-03-27test_server: quieter tests
2009-02-13tests: replace process_based_port with unused_port
2009-02-09Remove hard dependency on Rack
2009-02-09Support multiple listeners per-process
2009-02-09Remove threading and use worker processes instead
2009-02-09s/Mongrel/Unicorn/g
2009-01-31Mongrel.run(app, opts)
2009-01-31Started in test_server
2009-01-31Rename.