about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2014-12-02initial cut at OpenSSL support
2014-09-01extras/autoindex: do not link beyond top-level
2014-07-16test_server: avoid multiple workers for dead parent check
2014-05-12test_wbuf: workaround Linux-specific behavior
2014-03-22tests: avoid autoclose when inheriting
2014-03-13test/helper: compat w/ coverage in Feature #9508
2014-02-08test: log skipped tests on non-Linux systems
2014-02-08test_server: check_client_connection uses Unix sockets
2014-02-08test_client_expire: add delays for non-Linux OSes
2014-02-08wbuf_common: avoid trysendfile on empty sf_count
2014-02-04response: do not use MSG_MORE on empty bodies
2014-02-04http_response: use kgio_syssend with MSG_MORE
2013-12-27tests: document and check for ab(1) dependency
2013-11-12exec_cgi: drop chunk/content-length
2013-11-12extras/try_gzip_static: return 404 on ENOTDIR
2013-11-10test: workaround sockets not being binary on rbx
2013-11-10test_server: remove unneccessary IO#wait call
2013-11-10test: exec_cgi test uses worker_processes
2013-11-06http_response: reorder wbuf_maybe on successful early flush
2013-11-05extras: add autoindex module
2013-11-05http_response: fix app-controlled close + test
2013-11-02add extras for exec_cgi and try_gzip_static
2013-11-02tests: smaller buffer for big header test
2013-11-02http: do not drop Content-Range from response headers
2013-11-02account for truncated/expanded static files
2013-11-01test trysendfile usage with UNIX sockets
2013-11-01tests: further speed up output buffering test
2013-11-01input and output buffers support tmpdir: arguments
2013-11-01wbuf: bypass buffering if buffers are caught up
2013-11-01tests: more intelligent waiting for output buffering
2013-11-01config: allow Float for timeouts
2013-10-31allow atfork_* hooks inside app blocks for ease-of-management
2013-10-31remove arity enforcement for atfork_* hooks
2013-10-31implement before_exec hook
2013-10-31implement shutdown_timeout and expiry on graceful shutdown
2013-10-30test_server: improve working_directory test robustness
2013-10-30test for overriding rack.errors destination
2013-10-30test_unix_socket: remember to close IO when done
2013-10-30add test for working_directory config parameter
2013-10-30tests for SIGTTIN and SIGTTOU
2013-10-30test for binding Unix stream sockets
2013-10-30allow multiple blocking threads per listen socket
2013-10-30test_input: close client when we're done with it
2013-10-30test output_buffering with hijacked responses
2013-10-30stream_input: use thread-local rbuf to avoid some garbage
2013-10-29implement client_timeout for streaming inputs
2013-10-29implement user switching
2013-10-28associate private/anonymous queues correctly
2013-10-26test_client_expire: disable output buffering in test
2013-10-26fix SIGCHLD w/o workers + PID file renames