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
v6-wip
worker_exec
Rack HTTP server for Unix and fast clients
about
summary
refs
log
tree
commit
homepage
log msg
author
committer
range
path:
root
/
lib
/
unicorn.rb
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-20
doc: s/bogomips.org/yhbt.net/g
Eric Wong
1
-1
/
+1
2019-05-03
Rescue failed pipe resizes due to permissions
Stephen Demjanenko
1
-0
/
+3
2018-09-21
Support default_middleware configuration option
Jeremy Evans
1
-6
/
+2
2018-08-20
shrink pipes under Linux
Eric Wong
1
-2
/
+16
2018-07-23
use IO#wait instead of kgio_wait_readable
Eric Wong
1
-0
/
+1
2017-11-16
require 'pp' if $DEBUG is set by Rack app
Eric Wong
1
-1
/
+4
2017-03-14
doc: fix links to raindrops project
Eric Wong
1
-1
/
+1
2016-01-27
doc update for ClientShutdown exceptions class
Eric Wong
1
-1
/
+3
2016-01-27
rack is optional at runtime, required for dev
Eric Wong
1
-18
/
+27
2015-07-15
doc: remove references to old servers
Eric Wong
1
-3
/
+3
2015-04-24
support TempfileReaper in deployment and development envs
Eric Wong
1
-0
/
+2
2015-03-02
save about 200 bytes of memory on x86-64
Eric Wong
1
-2
/
+1
2015-02-05
use require_relative to reduce syscalls at startup
Eric Wong
1
-11
/
+5
2015-02-05
favor IO#close_on_exec= over fcntl in 1.9+
Eric Wong
1
-2
/
+1
2013-12-09
rework master-to-worker signaling to use a pipe
Eric Wong
1
-0
/
+5
2013-06-07
Make -N/--no-default-middleware option work
Micah Chalmer
1
-1
/
+5
2013-01-29
Add -N or --no-default-middleware option.
Lin Jen-Shin
1
-0
/
+2
2012-08-02
bind listeners after loading for preload_app users
Eric Wong
1
-1
/
+1
2011-08-19
Rack::Chunked and ContentLength middlewares by default
Eric Wong
1
-0
/
+7
2011-08-19
filter exception messages with control characters
Eric Wong
1
-2
/
+4
2011-06-24
allow multiline comments in config.ru
Eric Wong
1
-1
/
+1
2011-06-17
error logging is more consistent
Eric Wong
1
-0
/
+5
2011-06-15
memory reductions in worker process
Eric Wong
1
-2
/
+2
2011-06-11
runtime stack size reductions
Eric Wong
1
-3
/
+0
2011-04-18
documentation cleanup/reduction
Eric Wong
1
-7
/
+19
2010-11-11
add stream_input class and build tee_input on it
Eric Wong
1
-0
/
+1
2010-10-07
start using more compact parser API
Eric Wong
1
-1
/
+1
2010-10-06
various cleanups and reduce indentation
Eric Wong
1
-763
/
+66
2010-10-05
update comment about non-blocking accept()
Eric Wong
1
-1
/
+1
2010-10-05
Unicorn::Util.tmpio => Unicorn::TmpIO.new
Eric Wong
1
-1
/
+2
2010-10-05
start using kgio, the kinder, gentler I/O library
Eric Wong
1
-15
/
+13
2010-10-04
http_request: avoid globals
Eric Wong
1
-2
/
+2
2010-10-04
split out worker to a separate file
Eric Wong
1
-40
/
+4
2010-10-04
http_response: avoid singleton method
Eric Wong
1
-4
/
+7
2010-08-07
miscellaneous loop and begin cleanups
Eric Wong
1
-112
/
+88
2010-08-07
log ERROR messages if workers exit with failure
Eric Wong
1
-2
/
+2
2010-07-16
SIGTTIN works after SIGWINCH
Eric Wong
1
-0
/
+2
2010-07-13
SIGHUP deals w/ dual master pid path scenario
Eric Wong
1
-0
/
+5
2010-07-08
cleanup "stringio" require
Eric Wong
1
-0
/
+1
2010-07-08
prefer "[]" to "first"/"last" where possible
Eric Wong
1
-6
/
+6
2010-06-17
revert rbx-only workaround for IO#reopen
Eric Wong
1
-6
/
+1
2010-06-15
workaround rbx not reopening logs to stderr/stdout
Eric Wong
1
-1
/
+6
2010-06-10
respect "working_directory" wrt config.ru
Eric Wong
1
-4
/
+3
2010-06-08
spew backtrace when config reloading fails
Eric Wong
1
-1
/
+1
2010-06-08
cleanup master_sleep loop
Eric Wong
1
-4
/
+4
2010-05-06
doc: kill Dir.chdir example
Eric Wong
1
-6
/
+0
2010-05-06
always load Rack up front at startup
Eric Wong
1
-14
/
+2
2010-04-30
add global Unicorn.listener_names method
Eric Wong
1
-0
/
+7
2010-04-19
avoid nuking workers after waking up from suspend/hibernate
Eric Wong
1
-3
/
+6
2010-04-19
prefer explicit requires when possible
Eric Wong
1
-7
/
+14
[next]