about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2010-07-08cleanup "stringio" require
2010-07-06socket_helper: tunables for tcp_defer_accept/accept_filter
2010-06-25test-exec: prefer ENV['PWD'] in working_directory tests
2010-06-17tests: reenable more tests for rbx
2010-06-10tests: set NO_PROXY when running tests
2010-06-08test: mark failing tests for Rubinius
2010-06-08test_socket_helper: additional test for path equality
2010-06-08test-exec: fix racyness in HUP test
2010-06-08test_http_parser: memory usage test for non-MRI
2010-06-08workaround IO#reopen bug in rbx when reopening logs
2010-06-08http: ignore Version: header if explicitly set by client
2010-06-05File.readable? and File.writable? are more readable
2010-06-04tests: disable Rails 2.x tests under Ruby 1.9.2
2010-06-03test: http_parser_ng: fix broken assertion
2010-06-03move Rails 2.3.x test to Rails 2.3.8
2010-05-07http: allow horizontal tab as leading whitespace in header values
2010-04-30add global Unicorn.listener_names method
2010-04-26http: pedantic fix for trailer-less chunked requests
2010-04-19http: negative/invalid Content-Length raises exception
2010-03-20tests: fix to run under Ruby 1.9.2dev
2010-02-26tee_input: avoid instance variables, it's a struct
2010-02-25unicorn_rails: make this "working_directory"-aware
2010-02-13http: fix memory leak exposed in concurrent servers
2010-02-08test_http_parser_ng: remove redundant "coding: binary"
2010-01-19initialize signal handlers before writing pid file
2010-01-07Merge branch 'rack-1.1'
2010-01-05bump Rails test to 2.3.5
2009-12-26exit with failure if master dies when daemonized
2009-12-19http: allow userinfo component in absoluteURIs
2009-12-14set env["rack.logger"] for applications
2009-12-06http: PATH_INFO/REQUEST_PATH includes semi-colons
2009-11-21test_exec: sleep a little longer to avoid race :<
2009-11-18Do not expand paths given on the shell
2009-11-15tee_input: expand client error handling
2009-11-15test_server: ensure stderr is written to before reading
2009-11-14configurator: listen :umask parameter for UNIX sockets
2009-11-13raise Unicorn::ClientShutdown if client aborts in TeeInput
2009-11-05Util::tmpio returns a TmpIO that responds to #size
2009-11-04test_exec: ensure master is killed after test
2009-11-04http: extra test for bytewise chunked bodies
2009-11-04http: allow headers/trailers to be written byte-wise
2009-11-04tests for RACK_ENV preservation
2009-11-03configurator: working_directory affects pid, std{err,out}_paths
2009-11-01configurator: add "working_directory" directive
2009-10-31test_signals: avoid portability issues with fchmod(2)
2009-10-30test_helper: connect(2) may fail with EINVAL
2009-10-13configurator: stop testing for non-portable listens
2009-10-07tests for read-in-full vs readpartial semantics
2009-10-02test_helper: unused_port rejects 8080 unconditionally
2009-10-02configurator: listen :delay must be Numeric