0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 19 hours ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Version bump to 0.6.0 More... about 14 years ago
Made the mechanism by which the server is stopped more reliable. More... about 14 years ago
Added rubygems requirement to spec helper. More... about 14 years ago
Fixed dependency specifications. More... about 14 years ago
Version bump to 0.5.1 More... about 14 years ago
Fixed HTTP/1.0 behaviour when given chunked data to send to the client. More... about 14 years ago
Cleaned up the jaws initializer. No longer tries to do things for descendent classes. More... about 14 years ago
Updated dependency on http_parser gem to 0.1.2 More... about 14 years ago
Version bump to 0.5.0 More... about 14 years ago
Implemented some preliminary specs for making sure the server actually works. More... about 14 years ago
Removed jaws.handler ENV variable of questionable value (was put in so I could test something) More... about 14 years ago
Broke out construction of the rack environment object to make things easier on derived classes. More... about 14 years ago
Made jaws deal properly with status codes, including adding text if not supplied, and not returning a body for the appropriate response types. More... about 14 years ago
Added REMOTE_PORT and REMOTE_ADDR to the environment values passed in by Jaws. More... about 14 years ago
Implemented stopping the jaws server programmatically. Important for testing purposes. More... about 14 years ago
Pulled much of the rack environment setup into the http parser itself, updated gem dependency to that end. More... about 14 years ago
Fixed it so that it prioritizes Transfer-Encoding over Content-Length, ignoring the latter in favour of the former. More... about 14 years ago
Made it so that it actually verifies content length if the app gives one. More... about 14 years ago
Made it use a larger listen backlog than max_clients and made it close the reply body if necessary. More... about 14 years ago
Preliminary implementation of jaws as a rack webserver. Works with some quirks. More... about 14 years ago
Version bump to 0.1.0 More... about 14 years ago
Updated initial documentation and gemspec for jaws. More... about 14 years ago
Initial commit to jaws. More... about 14 years ago