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
/
configurator.rb
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
configurator: SIGHUP resets early_hints if unset
Eric Wong
1
-0
/
+1
2020-07-16
Add early hints support
Jean Boussier
1
-0
/
+9
2020-01-20
doc: s/bogomips.org/yhbt.net/g
Eric Wong
1
-3
/
+3
2018-10-18
doc: update more URLs to use HTTPS and avoid redirects
Eric Wong
1
-1
/
+1
2018-09-21
Support default_middleware configuration option
Jeremy Evans
1
-0
/
+11
2017-04-08
reduce method calls with String#start_with?
Eric Wong
1
-1
/
+1
2017-03-24
doc: note after_worker_exit is also 5.3.0+
Eric Wong
1
-0
/
+2
2017-03-23
doc: add version annotations for new features
Eric Wong
1
-0
/
+4
2017-03-23
Merge remote-tracking branch 'origin/worker_exec'
Eric Wong
1
-0
/
+10
2017-03-23
input: update documentation and hide internals.
Eric Wong
1
-7
/
+6
2017-03-10
Add worker_exec configuration option
Jeremy Evans
1
-0
/
+10
2017-02-23
Add after_worker_ready configuration option
chroot
Jeremy Evans
1
-0
/
+22
2017-02-23
Fix code example in after_worker_exit documentation
Jeremy Evans
1
-1
/
+1
2017-02-21
Add after_worker_exit configuration option
Jeremy Evans
1
-0
/
+21
2016-10-25
relocate website to https://bogomips.org/unicorn/
Eric Wong
1
-3
/
+3
2016-01-07
various documentation updates
Eric Wong
1
-2
/
+3
2015-07-15
doc: remove references to old servers
Eric Wong
1
-14
/
+10
2015-07-15
configurator: document net.core.somaxconn sysctl dependency
Eric Wong
1
-0
/
+5
2015-04-07
favor more string literals for cold call sites
Eric Wong
1
-2
/
+2
2015-02-06
doc: update support status for Ruby versions
Eric Wong
1
-2
/
+0
2014-12-21
remove SSL support
Eric Wong
1
-2
/
+0
2014-05-29
http: remove xftrust options
Eric Wong
1
-13
/
+0
2013-10-29
configurator: validate :reuseport for boolean-ess
Eric Wong
1
-1
/
+1
2013-10-25
support SO_REUSEPORT on new listeners (:reuseport)
Eric Wong
1
-0
/
+19
2013-04-05
doc: update documentation for systemd + PrivateTmp users
Eric Wong
1
-2
/
+8
2012-11-29
check_client_connection: document local-only requirement
Eric Wong
1
-6
/
+5
2012-11-29
Begin writing HTTP request headers early to detect disconnected clients
Tom Burns
1
-0
/
+25
2011-11-15
configurator: limit timeout to 30 days
Eric Wong
1
-1
/
+2
2011-09-15
add preliminary SSL support
Eric Wong
1
-4
/
+9
2011-06-29
configurator: limit timeout to 32-bit INT_MAX-1
Eric Wong
1
-1
/
+1
2011-06-27
configurator: truncate timeouts to 32-bit LONG_MAX
Eric Wong
1
-0
/
+2
2011-06-13
change TCP defaults to favor low latency
Eric Wong
1
-3
/
+5
2011-06-07
configurator: add :ipv6only directive
Eric Wong
1
-1
/
+17
2011-04-29
TUNING: document worker_processes tuning
Eric Wong
1
-0
/
+2
2011-04-27
configurator: attempt to clarify :tcp_nopush/:tcp_nodelay
Eric Wong
1
-7
/
+15
2011-04-18
documentation cleanup/reduction
Eric Wong
1
-7
/
+14
2011-04-13
configurator: fix broken local variable
Eric Wong
1
-2
/
+2
2011-04-13
configurator: miscellaneous RDoc improvements
Eric Wong
1
-77
/
+104
2011-04-13
configurator: remove outdated user example in after_fork
Eric Wong
1
-5
/
+0
2011-02-02
allow binding on IPv6 sockets with listen "[#{addr}]:#{port}"
Eric Wong
1
-4
/
+10
2011-01-31
enable TCP_NOPUSH/TCP_CORK by default
Eric Wong
1
-6
/
+6
2011-01-19
configurator: undocument trust_x_forwarded_for
Eric Wong
1
-1
/
+1
2010-12-21
configurator: RDoc cleanups and improvements
Eric Wong
1
-3
/
+5
2010-12-21
http: hook up "trust_x_forwarded" to configurator
Eric Wong
1
-0
/
+9
2010-12-10
unicorn 3.1.0 - client_buffer_body_size tuning
v3.1.0
Eric Wong
1
-0
/
+2
2010-12-09
allow client_buffer_body_size to be tuned
Eric Wong
1
-10
/
+14
2010-12-09
configurator: ensure examples in FAQ still work
Eric Wong
1
-0
/
+1
2010-11-11
configurator: enable "rewindable_input" directive
Eric Wong
1
-6
/
+26
2010-10-27
configurator: reloading with unset values restores default
Eric Wong
1
-5
/
+11
2010-10-27
configurator: use "__send__" instead of "send"
Eric Wong
1
-1
/
+1
[next]