2009-04-16 |
Eric Wong | test: fix dependency issue with "make test-unit"
|
commit | commitdiff | tree |
2009-04-16 |
Eric Wong | ensure responses always have the "Status:" header
|
commit | commitdiff | tree |
2009-04-15 |
Eric Wong | http11: default server port is 443 for https
|
commit | commitdiff | tree |
2009-04-15 |
Eric Wong | worker_loop cleanups, var golf, and yak-shaving
|
commit | commitdiff | tree |
2009-04-15 |
Eric Wong | before_commit and before_exec can never be nil/false
|
commit | commitdiff | tree |
2009-04-15 |
Eric Wong | s/rotating/reopening/g in log messages
|
commit | commitdiff | tree |
2009-04-14 |
Eric Wong | Explicitly trap SIGINT/SIGTERM again
|
commit | commitdiff | tree |
2009-04-13 |
Eric Wong | unicorn 0.5.1
|
commit | commitdiff | tree |
2009-04-13 |
Eric Wong | Fix SIGINT/SIGTERM handling (broken in 0.5.0)
|
commit | commitdiff | tree |
2009-04-13 |
Eric Wong | unicorn 0.5.0
|
commit | commitdiff | tree |
2009-04-13 |
Eric Wong | Configurator: add example for user/group switching
|
commit | commitdiff | tree |
2009-04-13 |
Eric Wong | Expose worker to {before,after}_fork hooks
|
commit | commitdiff | tree |
2009-04-13 |
Eric Wong | Remove unnecessary local variables in process_client
|
commit | commitdiff | tree |
2009-04-13 |
Eric Wong | small cleanups in signal handling and worker init
|
commit | commitdiff | tree |
2009-04-13 |
Eric Wong | old_rails: try harder to ensure valid responses
|
commit | commitdiff | tree |
2009-04-13 |
Eric Wong | Don't bother restoring ENV or umask across reexec
|
commit | commitdiff | tree |
2009-04-13 |
Eric Wong | Remove unnecessary sync assignment
|
commit | commitdiff | tree |
2009-04-13 |
Eric Wong | Save one fcntl() syscall on every request
|
commit | commitdiff | tree |
2009-04-13 |
Eric Wong | test_http_parser: fix broken URL in comment
|
commit | commitdiff | tree |
2009-04-13 |
Eric Wong | test_exec: fix potential races in fd leak test
|
commit | commitdiff | tree |
2009-04-13 |
Eric Wong | http11: cleanup+safer rack.url_scheme handling
|
commit | commitdiff | tree |
2009-04-11 |
Eric Wong | Remove _all_ non-POSIX socket options
|
commit | commitdiff | tree |
2009-04-10 |
Eric Wong | listen backlog, sndbuf, rcvbuf are always changeable
|
commit | commitdiff | tree |
2009-04-10 |
Eric Wong | Restore unlinked UNIX sockets on SIGHUP
|
commit | commitdiff | tree |
2009-04-10 |
Eric Wong | README: doc updates
|
commit | commitdiff | tree |
2009-04-10 |
Eric Wong | config: handle listener unbind/replace in config file
|
commit | commitdiff | tree |
2009-04-10 |
Eric Wong | close listeners when removing them from our array
|
commit | commitdiff | tree |
2009-04-09 |
Eric Wong | http11: handle "X-Forwarded-Proto: https"
|
commit | commitdiff | tree |
2009-04-08 |
Eric Wong | http11: Remove qsort/bsearch code paths
|
commit | commitdiff | tree |
2009-04-08 |
Eric Wong | test_request: tests esoteric/rare REQUEST_URIs
|
commit | commitdiff | tree |
2009-04-08 |
Eric Wong | cleanup some log messages
|
commit | commitdiff | tree |
2009-04-06 |
Eric Wong | test_configurator: rename test name that never ran
|
commit | commitdiff | tree |
2009-04-06 |
Eric Wong | GNUmakefile: allow "make V=1 ..." for verbosity
|
commit | commitdiff | tree |
2009-04-06 |
Eric Wong | GNUmakefile: remove unnecessary asterisks in output
|
commit | commitdiff | tree |
2009-04-06 |
Eric Wong | Add test for :preload_app config option
|
commit | commitdiff | tree |
2009-04-06 |
Eric Wong | local.mk: touch files after set-file-times
|
commit | commitdiff | tree |
2009-04-06 |
Eric Wong | Enforce umask 0000 with UNIX domain sockets
|
commit | commitdiff | tree |
2009-04-03 |
Eric Wong | Documentation updates
|
commit | commitdiff | tree |
2009-04-03 |
Eric Wong | Add a test for signal recovery
|
commit | commitdiff | tree |
2009-04-03 |
Eric Wong | configurator: allow hooks to be passed callable objects
|
commit | commitdiff | tree |
2009-04-03 |
Eric Wong | test_helper: redirect_io uses append and sync
|
commit | commitdiff | tree |
2009-04-02 |
Eric Wong | unicorn 0.4.2
|
commit | commitdiff | tree |
2009-04-02 |
Eric Wong | GNUmakefile: "install" preserves unicorn_rails
|
commit | commitdiff | tree |
2009-04-02 |
Eric Wong | unicorn: remove unnecessary lambda generation
|
commit | commitdiff | tree |
2009-04-02 |
Eric Wong | Add log directories to tests
|
commit | commitdiff | tree |
2009-04-02 |
Eric Wong | Use File.basename instead of a regexp
|
commit | commitdiff | tree |
2009-04-02 |
Eric Wong | test/rails: v2.1.2 + ActiveRecordStore all around
|
commit | commitdiff | tree |
2009-04-02 |
Eric Wong | unicorn_rails: cleanup redundant bits
|
commit | commitdiff | tree |
2009-04-02 |
Eric Wong | More descriptive process titles
|
commit | commitdiff | tree |
2009-04-02 |
Eric Wong | test_upload: fix a race condition in unlink test
|
commit | commitdiff | tree |
2009-04-02 |
Eric Wong | Close std{err,out} redirection targets
|
commit | commitdiff | tree |
2009-04-02 |
Eric Wong | FD_CLOEXEC all non-listen descriptors before exec
|
commit | commitdiff | tree |
2009-04-01 |
Eric Wong | All IOs created in workers have FD_CLOEXEC set
|
commit | commitdiff | tree |
2009-04-01 |
Eric Wong | Remove set_cloexec wrapper and require FD_CLOEXEC
|
commit | commitdiff | tree |
2009-04-01 |
Eric Wong | test_exec: add test case for per-worker listeners
|
commit | commitdiff | tree |
2009-04-01 |
Eric Wong | Merge unicorn
|
commit | commitdiff | tree |
2009-04-01 |
Eric Wong | unicorn 0.4.1
|
commit | commitdiff | tree |
2009-04-01 |
Eric Wong | Manifest: updates
|
commit | commitdiff | tree |
2009-04-01 |
Eric Wong | Add local.mk.sample file that I use
|
commit | commitdiff | tree |
2009-04-01 |
Eric Wong | Documentation updates, prep for 0.4.1 release
|
commit | commitdiff | tree |
2009-04-01 |
Eric Wong | Manifest update
|
commit | commitdiff | tree |
2009-04-01 |
Eric Wong | test_rails: 4x speedup
|
commit | commitdiff | tree |
2009-04-01 |
Eric Wong | Add more tests for Rails
|
commit | commitdiff | tree |
2009-04-01 |
Eric Wong | cgi_wrapper: HTTP status code cleanups
|
commit | commitdiff | tree |
2009-04-01 |
Eric Wong | GNUmakefile: prefix errors with $(extra) variable
|
commit | commitdiff | tree |
2009-04-01 |
Eric Wong | cgi_wrapper: fix cookies and other headers
|
commit | commitdiff | tree |
2009-04-01 |
Eric Wong | test: factor out exec helpers into common code for...
|
commit | commitdiff | tree |
2009-04-01 |
Eric Wong | Rails stack tests for unicorn_rails
|
commit | commitdiff | tree |
2009-04-01 |
Eric Wong | unicorn_rails: cleanup path mapping usage
|
commit | commitdiff | tree |
2009-03-31 |
Eric Wong | Use {read,write}_nonblock on the pipe
|
commit | commitdiff | tree |
2009-03-31 |
Eric Wong | unicorn_rails: minor cleanup for dead variable
|
commit | commitdiff | tree |
2009-03-31 |
Eric Wong | configurator: remove unnecessary SocketHelper include
|
commit | commitdiff | tree |
2009-03-31 |
Eric Wong | Better canonicalization of listener paths + tests
|
commit | commitdiff | tree |
2009-03-31 |
Eric Wong | cgi_wrapper: ensure "Status:" header is not set
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | GNUmakefile: add test-exec and test-unit targets
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | unicorn_rails: give more info when aborting
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | app/old_rails/static: define missing constant
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | bin/*: parse CLI switches in config.ru sooner
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | test_exec: fix another race condition
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | Fix default listener setup
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | test_exec: fix response bodies
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | test_exec: fix race conditions
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | Avoid having two pid files pointing to the same pid
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | http11: use :http_body instead of "HTTP_BODY"
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | configurator: favor "listen" directive over "listeners"
|
commit | commitdiff | tree |
2009-03-30 |
Eric Wong | configurator: per-listener backlog, {rcv,snd}buf config
|
commit | commitdiff | tree |
2009-03-29 |
Eric Wong | TODO: update roadmap to 1.0.0
|
commit | commitdiff | tree |
2009-03-29 |
Eric Wong | test_response: ensure response body is closed
|
commit | commitdiff | tree |
2009-03-29 |
Eric Wong | test_response: ensure closed socket after write
|
commit | commitdiff | tree |
2009-03-28 |
Eric Wong | Always try to send a valid HTTP response back
|
commit | commitdiff | tree |
2009-03-28 |
Eric Wong | Remove needless line break
|
commit | commitdiff | tree |
2009-03-28 |
Eric Wong | test_server: quieter tests
|
commit | commitdiff | tree |
2009-03-27 |
Eric Wong | No need to disable luserspace buffering on client socket
|
commit | commitdiff | tree |
2009-03-27 |
Eric Wong | style: symbols instead of strings for signal names
|
commit | commitdiff | tree |
2009-03-27 |
Eric Wong | Deferred log rotation in workers
|
commit | commitdiff | tree |
2009-03-27 |
Eric Wong | Don't allow failed log rotation to to break app
|
commit | commitdiff | tree |
2009-03-25 |
Eric Wong | Merge commit 'v0.2.3'
|
commit | commitdiff | tree |
2009-03-25 |
Eric Wong | unicorn 0.2.3
|
commit | commitdiff | tree |
2009-03-25 |
Eric Wong | Ensure Tempfiles are unlinked after every request
|
commit | commitdiff | tree |
2009-03-25 |
Eric Wong | Don't bother unlinking UNIX sockets
|
commit | commitdiff | tree |