index
:
rainbows.git
em-deferred
master
Unicorn for sleepy apps and slow clients
summary
refs
log
tree
commit
homepage
log msg
author
committer
range
path:
root
/
lib
/
rainbows
/
http_server.rb
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-02
quiet mismatched indentation warnings
Eric Wong
1
-4
/
+4
2015-11-21
tiny bytecode reductions for cold paths
Eric Wong
1
-2
/
+2
2015-11-21
http_server: add master_pid attribute
Eric Wong
1
-0
/
+1
2015-11-18
http_parser: handle keepalive_requests internally
Eric Wong
1
-2
/
+2
2011-10-12
http_server: fix log message if using Base (no concurrency)
Eric Wong
1
-1
/
+2
2011-06-29
Revert "http_server: cap timeout at 32-bit LONG_MAX seconds"
Eric Wong
1
-3
/
+2
2011-06-27
http_server: cap timeout at 32-bit LONG_MAX seconds
Eric Wong
1
-2
/
+3
2011-06-11
configurator: add client_max_header_size directive
Eric Wong
1
-0
/
+4
2011-06-09
move reopen_worker_logs to base
Eric Wong
1
-8
/
+0
2011-05-16
use :pool_size for RLIMIT_NPROC with thread pool models
Eric Wong
1
-0
/
+2
2011-05-16
add "copy_stream" config directive
Eric Wong
1
-0
/
+1
2011-05-10
configurator: move validation logic over
Eric Wong
1
-60
/
+16
2011-05-05
http_server: XEpollThreadSpawn sets RLIMIT_NPROC
Eric Wong
1
-1
/
+1
2011-05-03
Rainbows! defaults more DRY
Eric Wong
1
-2
/
+1
2011-05-03
s/max_bytes/client_max_body_size/ for consistency
Eric Wong
1
-2
/
+2
2011-05-03
add client_header_buffer_size tuning parameter
Eric Wong
1
-0
/
+6
2011-05-02
http_server: default all options to 50 connections
Eric Wong
1
-2
/
+2
2011-04-21
increase RLIMIT_NPROC for thread-crazy folks
Eric Wong
1
-0
/
+7
2011-04-21
http_server: attempt to increase RLIMIT_NOFILE
Eric Wong
1
-0
/
+26
2011-04-19
http_server: less hacky loading of concurrency model
Eric Wong
1
-6
/
+5
2011-03-20
fix various warnings with "check-warnings" target
Eric Wong
1
-1
/
+1
2011-02-07
fix optional "use" argument handling
Graham Hughes
1
-2
/
+2
2011-02-05
http_server: kill a warning
Eric Wong
1
-1
/
+1
2011-02-04
rename XAcceptEpoll to XEpoll
Eric Wong
1
-1
/
+1
2011-01-24
initial XAcceptEpoll concurrency model
Eric Wong
1
-1
/
+1
2011-01-19
initial edge-triggered epoll model
Eric Wong
1
-1
/
+1
2011-01-06
eliminate G constant and just use the Rainbows! module
Eric Wong
1
-5
/
+3
2011-01-06
simplify keepalive_timeout accounting
Eric Wong
1
-2
/
+2
2010-12-28
enable the keepalive_requests config option
Eric Wong
1
-1
/
+7
2010-12-27
initial cool.io support
Eric Wong
1
-1
/
+2
2010-10-28
HUP reload restores defaults on unset settings
Eric Wong
1
-8
/
+18
2010-10-22
unindent most files
Eric Wong
1
-83
/
+80
2010-10-21
unicorn 2.x updates + kgio
Eric Wong
1
-1
/
+1
2010-10-21
http_server: more descriptive error for debugging
Eric Wong
1
-1
/
+4
2010-07-10
doc: avoid documenting internals on RDoc website
Eric Wong
1
-0
/
+1
2010-06-18
prefer Array#[] lookup to Array#first/Array#last
Eric Wong
1
-1
/
+1
2010-06-09
http_server: use super instead of alias_method
Eric Wong
1
-3
/
+1
2010-05-04
drop EventMachineDefer concurrency model
Eric Wong
1
-5
/
+1
2010-05-03
add client_max_body_size config directive
Eric Wong
1
-0
/
+12
2010-04-02
rainbows/http_*: remove unnecessary circular requires
Eric Wong
1
-1
/
+0
2009-12-08
EventMachineDefer: preliminary (and) broken version
Eric Wong
1
-1
/
+6
2009-11-29
preliminary NeverBlock support with EventMachine
Eric Wong
1
-1
/
+1
2009-11-29
Allow options to be added to "use"
Eric Wong
1
-0
/
+8
2009-11-18
make keepalive_timeout configurable
Eric Wong
1
-0
/
+5
2009-11-15
Revert "Threaded models have trouble with late loading under 1.9"
Eric Wong
1
-7
/
+1
2009-11-13
gracefully exit workers if reopening logs fails
Eric Wong
1
-0
/
+8
2009-11-07
remove unnecessary class variable
Eric Wong
1
-4
/
+2
2009-11-05
Threaded models have trouble with late loading under 1.9
Eric Wong
1
-1
/
+7
2009-11-04
http_server: add one second to any requested timeout
Eric Wong
1
-0
/
+15
2009-11-02
Allow 'use "model"' as a string as well as symbol
Eric Wong
1
-2
/
+2
[next]