2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
support for HTTP pipelining with parallel server-side execution & deferred send More... almost 14 years ago
env doesn't need to be an ivar More... almost 14 years ago
bring back ASYNC_CLOSE, add documentation for request.rb More... almost 14 years ago
collapse async_process and post_process.. they're the same thing More... almost 14 years ago
terminate_request > terminate_connection More... almost 14 years ago
what's the point of async_close? More... almost 14 years ago
move env initialization into connection - don't need to pass all the vars into request More... almost 14 years ago
Merge branch 'master' into keepalive More... almost 14 years ago
drop session, move processing into request - less delegation magic More... almost 14 years ago
don't fix the host header if it's not set right, the port is set automatically via the server port info, no need to parse the headers for that More... almost 14 years ago
shuffle constants - lighten request before merge More... almost 14 years ago
move parser into connection More... almost 14 years ago
first working keepalive - plenty of room for refactor/improvements More... almost 14 years ago
revert json spec More... almost 14 years ago
use 1.0.0.beta.1 em-http for keepalive More... almost 14 years ago
Revert "return StringIOs instead of strings" More... almost 14 years ago
Merge branch 'master' into keepalive More... almost 14 years ago
updated documentation More... almost 14 years ago
example of setting up custom server
dj2
as dan sinclair
More... almost 14 years ago
playing with map api
dj2
as dan sinclair
More... almost 14 years ago
made the server more RACK compliant and added a new example to use rack maps to route traffic based on the url. More... almost 14 years ago
Updated the README to cover the basics of the built-in server. More... almost 14 years ago
setting some default pid and log files so a daemonized goliath server doesn't crash if the values are not set. More... almost 14 years ago
fixed a folder naming typo More... almost 14 years ago
remove; can get to the headers through the HTTP_* versions
dj2
as dan sinclair
More... almost 14 years ago
beginnings of keep-alive support More... almost 14 years ago
ignore rubinius rbc files More... almost 14 years ago
don't blowup if there are not headers (like in the spec tests)
dj2
as dan sinclair
More... almost 14 years ago
Handle exceptions raised from the parser.
dj2
as dan sinclair
More... almost 14 years ago
Initial pass at doc'ing the public API
dj2
as dan sinclair
More... almost 14 years ago