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
/
event_machine.rb
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-20
ev_core: simplify setup steps
Eric Wong
1
-6
/
+0
2011-01-06
eliminate G constant and just use the Rainbows! module
Eric Wong
1
-4
/
+5
2011-01-04
globally refactor Range handling for responses
Eric Wong
1
-1
/
+1
2010-12-26
event_machine: split out server and client classes
Eric Wong
1
-135
/
+12
2010-12-26
rainbows/rev/* require/autoload cleanup
Eric Wong
1
-1
/
+0
2010-12-26
avoid HttpParser#keepalive? and HttpParser#reset
Eric Wong
1
-2
/
+1
2010-12-09
respect client_body_buffer_size in Unicorn 3.1.0
Eric Wong
1
-0
/
+1
2010-10-28
rev+event_machine: small cleanups with new parser API
Eric Wong
1
-1
/
+0
2010-10-22
unindent most files
Eric Wong
1
-194
/
+188
2010-09-28
start using kgio library
Eric Wong
1
-4
/
+2
2010-09-17
event_machine: remove unnecessary "return"
Eric Wong
1
-1
/
+1
2010-08-28
"keepalive_timeout 0" (really) disables keepalive
Eric Wong
1
-1
/
+2
2010-08-26
split out accept() callers to acceptor module
Eric Wong
1
-1
/
+2
2010-08-02
event_machine: protect IO#close from EBADF
Eric Wong
1
-1
/
+8
2010-07-28
event_machine: better handling of staggered pipelines
Eric Wong
1
-10
/
+17
2010-07-27
event_machine: prevent double close of client socket
Eric Wong
1
-1
/
+1
2010-07-27
event_machine: fix pipelining of static files
Eric Wong
1
-32
/
+39
2010-07-20
event_machine: avoid redundant open() for static files
Eric Wong
1
-4
/
+3
2010-07-19
ensure client aborted file/stream response bodies are closed
Eric Wong
1
-5
/
+6
2010-07-19
event_machine: close body descriptor before streaming file
Eric Wong
1
-0
/
+1
2010-07-19
ensure file response bodies are properly closed
Eric Wong
1
-1
/
+4
2010-07-19
ensure stream response bodies get closed
Eric Wong
1
-1
/
+1
2010-07-19
event_machine: don't set @body unless it's EM::Deferrable
Eric Wong
1
-2
/
+2
2010-07-19
event_machine: small simplification for async responses
Eric Wong
1
-5
/
+2
2010-07-19
event_machine: split out uncommonly used modules
Eric Wong
1
-77
/
+3
2010-07-19
rev + em: enable keepalive for pipe/socket responses
Eric Wong
1
-20
/
+14
2010-07-19
rev + em: more easily allow Content-Length in pipe responses
Eric Wong
1
-9
/
+1
2010-07-19
event_machine: ResponseChunkPipe style cleanup
Eric Wong
1
-13
/
+11
2010-07-19
event_machine: garbage avoidance for pipe responses
Eric Wong
1
-2
/
+6
2010-07-19
event_machine: avoid race in unchunked fast pipe responses
Eric Wong
1
-5
/
+15
2010-07-19
remove unnecessary header munging for static file serving
Eric Wong
1
-2
/
+0
2010-07-19
refactor response handling for each concurrency model
Eric Wong
1
-39
/
+52
2010-07-10
doc: avoid documenting internals on RDoc website
Eric Wong
1
-7
/
+7
2010-07-09
event_machine: rename response_write => em_write_response
Eric Wong
1
-3
/
+3
2010-07-08
restore Rainbows::HttpResponse.write for Cramp
Eric Wong
1
-2
/
+2
2010-07-04
refactor response body handling for sendfile(2)
Eric Wong
1
-8
/
+13
2010-06-18
avoid needless HeaderHash#to_hash calls
Eric Wong
1
-2
/
+2
2010-06-18
prefer Array#[] lookup to Array#first/Array#last
Eric Wong
1
-4
/
+4
2010-06-06
centralize body => IO conversion logic
Eric Wong
1
-6
/
+3
2010-05-04
eventmachine: "rack.multithread" is always true when deferring
Eric Wong
1
-0
/
+8
2010-05-04
eventmachine: add app.deferred?(env) support as middleware
Eric Wong
1
-0
/
+23
2010-05-03
event_machine: update documentation for async frameworks
Eric Wong
1
-5
/
+17
2009-12-30
EventMachine: support deferrables in responses
Eric Wong
1
-3
/
+14
2009-12-16
get rid of the magic EvCore.setup
Eric Wong
1
-1
/
+1
2009-12-06
EventMachine: allow usage as a base class
Eric Wong
1
-4
/
+6
2009-12-05
move "async.callback" constant to EvCore
Eric Wong
1
-3
/
+0
2009-11-29
event_machine: small noise reduction cleanup
Eric Wong
1
-2
/
+1
2009-11-28
common Rainbows.accept method
Eric Wong
1
-6
/
+3
2009-11-24
rev/event_machine: avoid needless rewinds
Eric Wong
1
-1
/
+1
2009-11-18
make keepalive_timeout configurable
Eric Wong
1
-1
/
+1
[next]