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
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
2009-08-16
unicorn 0.90.0
v0.90.0
Eric Wong
3
-7
/
+10
2009-08-16
app/inetd: explicitly close pipe descriptors on CatBody#close
Eric Wong
1
-0
/
+2
2009-08-15
Remove explicit requires for Rack things
Eric Wong
5
-12
/
+0
2009-08-15
Make launchers __END__-aware
Eric Wong
2
-0
/
+2
2009-08-15
TODO: remove keep-alive/pipelining
Eric Wong
1
-2
/
+0
2009-08-15
http: support for "Connection: keep-alive"
Eric Wong
2
-3
/
+7
2009-08-15
update TODO
Eric Wong
1
-7
/
+5
2009-08-15
const: remove unused constants
Eric Wong
1
-4
/
+0
2009-08-15
http_response: pass through unknown status codes
Eric Wong
2
-1
/
+12
2009-08-15
Fix documentation for Util.reopen_logs
Eric Wong
1
-3
/
+3
2009-08-15
GNUmakefile: Fix "install" target
Eric Wong
1
-3
/
+3
2009-08-15
http: fix warning when sizeof(off_t) == sizeof(long long)
Eric Wong
1
-1
/
+5
2009-08-15
Drop the micro benchmarks
Eric Wong
5
-138
/
+0
2009-08-15
tee_input: make interface more usable outside of Unicorn
Eric Wong
3
-54
/
+150
2009-08-15
http_request: reinstate empty StringIO optimization
Eric Wong
2
-1
/
+29
2009-08-15
README: everybody loves Ruby DSLs
Eric Wong
1
-0
/
+2
2009-08-12
http: freeze fields when creating them, always
Eric Wong
1
-1
/
+1
2009-08-11
http: add "HttpParser#keepalive?" method
Eric Wong
4
-8
/
+128
2009-08-10
http: add CONST_MEM_EQ macro
Eric Wong
1
-0
/
+3
2009-08-10
http: rename read_body to filter_body
Eric Wong
3
-40
/
+40
2009-08-10
test_signals: unlink log files of KILL-ed process
Eric Wong
1
-0
/
+2
2009-08-10
Documentation updates
Eric Wong
2
-12
/
+19
2009-08-09
test_exec: wait for worker readiness
Eric Wong
1
-0
/
+4
2009-08-09
test_util: explicitly close tempfiles for GC-safety
Eric Wong
1
-0
/
+5
2009-08-09
http: join repeated headers with a comma
Eric Wong
2
-3
/
+21
2009-08-09
http: add test for invalid trailer
Eric Wong
1
-0
/
+16
2009-08-09
http: unit tests for overflow and bad lengths
Eric Wong
2
-0
/
+66
2009-08-09
Switch to Ragel/C-based chunk/trailer parser
Eric Wong
13
-483
/
+140
2009-08-09
test_upload: extra CRLF is needed
Eric Wong
1
-1
/
+1
2009-08-09
http: preliminary chunk decoding
Eric Wong
5
-9
/
+415
2009-08-09
http: process Content-Length and Transfer-Encoding
Eric Wong
4
-19
/
+109
2009-08-09
http: generic C string vs VALUEs comparison function
Eric Wong
2
-15
/
+19
2009-08-09
http: prepare http_parser struct for body processing
Eric Wong
1
-9
/
+21
2009-08-09
http: move non-Ruby-specific macros c_util.h
Eric Wong
3
-15
/
+16
2009-08-09
http: remove noise functions
Eric Wong
1
-17
/
+4
2009-08-09
http: cleanup setting for common values => globals
Eric Wong
1
-2
/
+7
2009-08-09
http: move global initialization code
Eric Wong
2
-24
/
+31
2009-08-09
http: split out server params handling
Eric Wong
1
-11
/
+19
2009-08-09
http: minor cleanup of http_field handling
Eric Wong
1
-10
/
+5
2009-08-09
http: small cleanup in "https" detection
Eric Wong
1
-3
/
+7
2009-08-09
http: "hp" denotes http_parser structs for consistency
Eric Wong
1
-36
/
+36
2009-08-09
http: remove some redundant functions
Eric Wong
1
-79
/
+43
2009-08-09
http: split uncommon_field into a separate function
Eric Wong
2
-19
/
+16
2009-08-09
http: find_common_field_value => find_common_field
Eric Wong
2
-3
/
+3
2009-08-09
Refactoring unicorn_http C/Ragel code
Eric Wong
8
-459
/
+474
2009-08-09
extconf: SIZEOF_OFF_T should be a ruby.h macro
Eric Wong
1
-1
/
+2
2009-08-09
unicorn_http: add helpful macros
Eric Wong
2
-1
/
+25
2009-08-09
unicorn_http: change "global_" prefix to "g_"
Eric Wong
1
-49
/
+49
2009-08-09
unicorn_http: update copyright
Eric Wong
1
-0
/
+1
2009-08-09
unicorn_http: remove typedef from http_parser
Eric Wong
2
-14
/
+14
[next]