index
:
unicorn.git
1.1.x-stable
4.x-stable
5.3-stable
5.4-stable
ccc-tcp
ccc-tcp-v2
ccc-tcp-v3
chroot
doc-5.3.0
gperf
httpdate-nogvl
jr/init
maint
master
no-kgio-wip
rfc2616-sec19.3
ts/tmpio
website-move
worker_exec
Rack HTTP server for Unix and fast clients
summary
refs
log
tree
commit
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-11
unicorn 4.8.0 - big internal changes, but compatible
v4.8.0
Eric Wong
1
-1
/
+1
2014-01-11
GNUmakefile: add "check" target for running all tests
Eric Wong
2
-2
/
+3
2013-12-09
unicorn 4.8.0pre1
v4.8.0.pre1
Eric Wong
1
-1
/
+1
2013-12-09
rework master-to-worker signaling to use a pipe
Eric Wong
4
-42
/
+118
2013-11-26
doc: clarify SIGNALS and reference init example
Eric Wong
1
-2
/
+5
2013-11-26
always write PID file early for compatibility
Eric Wong
1
-9
/
+4
2013-11-08
t0300: kill off stray processes in test
Eric Wong
1
-1
/
+6
2013-11-07
stream_input: avoid IO#close on client disconnect
Eric Wong
1
-4
/
+1
2013-11-04
tests: fix SO_REUSEPORT tests for old Linux and non-Linux
Eric Wong
1
-2
/
+4
2013-11-04
unicorn 4.7.0 - minor updates, license tweak
v4.7.0
Eric Wong
1
-1
/
+1
2013-11-01
bin/*: enforce -p/--port argument to be a valid integer
Eric Wong
2
-6
/
+6
2013-11-01
construct listener_fds Hash in 1.8.6 compatible way
Ernest W. Durbin III
1
-3
/
+4
2013-10-29
configurator: validate :reuseport for boolean-ess
Eric Wong
1
-1
/
+1
2013-10-26
license: allow all future versions of the GNU GPL
Eric Wong
13
-20
/
+24
2013-10-25
http_server: fixup comments for PID file renaming
Eric Wong
1
-3
/
+3
2013-10-25
avoid IO_PURGATORY on Ruby 1.9+
Eric Wong
2
-4
/
+13
2013-10-25
support SO_REUSEPORT on new listeners (:reuseport)
Eric Wong
3
-8
/
+49
2013-10-25
tests: limit oobgc check to accepted sockets
Eric Wong
2
-4
/
+2
2013-10-24
attempt to rename PID file when possible
Eric Wong
1
-11
/
+37
2013-10-20
workaround reopen atomicity issues for stdio vs non-stdio
Eric Wong
1
-2
/
+22
2013-09-30
Rakefile: kill raa_update task
Eric Wong
2
-38
/
+0
2013-09-11
tests: upgrade several gems (rack, kgio, raindrops)
Eric Wong
1
-3
/
+3
2013-09-04
Sandbox: document SIGUSR2 + bundler issue with 2.0.0
Eric Wong
1
-0
/
+7
2013-08-17
test_util: fix encoding test for Ruby trunk (2.1.0dev)
Eric Wong
1
-2
/
+8
2013-08-17
http_server: improve handling of client-triggerable socket errors
Eric Wong
1
-4
/
+5
2013-06-21
unicorn 4.6.3 - fix --no-default-middleware option
v4.6.3
Eric Wong
1
-1
/
+1
2013-06-07
Make -N/--no-default-middleware option work
Micah Chalmer
3
-1
/
+25
2013-05-08
HttpParser#next? becomes response_start_sent-aware
Eric Wong
2
-4
/
+19
2013-05-04
test_signals: increase delay between Process.kill
Eric Wong
1
-1
/
+1
2013-04-05
doc: update documentation for systemd + PrivateTmp users
Eric Wong
3
-7
/
+13
2013-02-26
unicorn 4.6.2 - HTTP parser fix for Rainbows!
v4.6.2
Eric Wong
1
-1
/
+1
2013-02-26
http: avoid frozen string bug in filter_body
Eric Wong
1
-4
/
+0
2013-02-24
httpdate: minor size reduction in DSO
Eric Wong
1
-9
/
+5
2013-02-21
unicorn 4.6.1 - minor cleanups
v4.6.1
Eric Wong
1
-1
/
+1
2013-02-09
http_request: drop conditional assignment for hijack
Eric Wong
1
-1
/
+1
2013-02-08
http_request: remove FIXME for rack.version clarification
Eric Wong
1
-3
/
+0
2013-02-08
auto-generate Unicorn::Const::UNICORN_VERSION
Eric Wong
4
-39
/
+37
2013-02-06
unicorn 4.6.0 - hijacking support
v4.6.0
Eric Wong
1
-1
/
+1
2013-02-04
tests: "wc -l" portability for *BSDs
Eric Wong
5
-11
/
+16
2013-02-04
tests: "wc -c" portability for *BSDs
Eric Wong
4
-9
/
+14
2013-02-04
tests: replace non-portable "date +%s" with ruby equivalent
Eric Wong
2
-2
/
+7
2013-02-04
tests: remove utee
Eric Wong
1
-12
/
+0
2013-01-29
manpage: update middleware-related documentation
Eric Wong
1
-4
/
+8
2013-01-29
unicorn 4.6.0pre1 - hijacking support
v4.6.0pre1
Eric Wong
1
-1
/
+1
2013-01-29
Merge branch 'hijack'
Eric Wong
6
-11
/
+140
2013-01-29
Add -N or --no-default-middleware option.
Lin Jen-Shin
2
-0
/
+7
2013-01-29
test_exec: do not count '\n' as column width
Eric Wong
1
-0
/
+1
2013-01-29
tests: upgrade to rack 1.5.1
Eric Wong
1
-1
/
+1
2013-01-22
ignore normal Rack response at request-time hijack
Eric Wong
4
-2
/
+17
2013-01-22
support for Rack hijack in request and response
Eric Wong
6
-11
/
+125
[next]