2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added an accessor to inspect the recentest recent latency. It's kindof a hack -- it sets a class variable each time the timer goes off -- is there a better way? More... almost 14 years ago
YAML unit tests pass (tests were incompletely migrated) More... almost 14 years ago
Merge branch 'master' of github.com:postrank-labs/goliath More... almost 14 years ago
YAML formatter for text/yaml More... almost 14 years ago
minor cleanups
dj2
as dan sinclair
More... almost 14 years ago
Merge branch 'master' of https://github.com/postrank-labs/goliath More... almost 14 years ago
Added Chunked Transfer Encoding HTTP streaming, with example More... almost 14 years ago
use latest EM beta build More... almost 14 years ago
Add some links in coverage More... almost 14 years ago
formatting
dj2
as dan sinclair
More... almost 14 years ago
Merge branch 'master' of https://github.com/infochimps/goliath into infochimps-master
dj2
as dan sinclair
More... almost 14 years ago
rescuing Goliath::Validation::Error separately from general Exception. Required that Goliath::Validation::Error be split off into own file and require'd into goliath/api.rb More... almost 14 years ago
Define subclass of Goliath::Validation::Error for each standard HTTP error code (4xx and 5xx): Goliath::Validation::NotFoundError, Goliath::Validation::GatewayTimeoutError, and so forth. More... almost 14 years ago
Goliath::Rack::Validation::NumericRange accepts :as => Float -- coerce param to a float, not an integer More... almost 14 years ago
Api catches *all* errors, which means you can't use Goliath::Rack::ValidationError to catch an error raised within the Goliath::API class. I don't really like this implementation, but here's a patch to make Goliath::API pass through any Goliath::Validation::Error exceptions if Goliath::Rack::ValidationError is included More... almost 14 years ago
oops, no need to hash the filename twice in rasterize example More... almost 14 years ago
goliath + phantomjs rasterize example More... almost 14 years ago
pass through user specified response code and headers when streaming More... almost 14 years ago
only cleanup current if we have a current
dj2
More... almost 14 years ago
bump version number
dj2
More... almost 14 years ago
fix reloader when using other middleware, reloader is on by default in development now More... almost 14 years ago
less strings, more symbols for server env More... almost 14 years ago
simplify reloader check More... almost 14 years ago
fix reloader magic
dj2
More... almost 14 years ago
always set LOADED_FEATURES with our basename
dj2
More... almost 14 years ago
make sure LOADED_FEATURES gets updated if Rack::Reloader is used in other modes
dj2
More... almost 14 years ago
use constants for regexes
dj2
More... almost 14 years ago
Better handling of POST data
dj2
More... almost 14 years ago
sigh
dj2
More... almost 14 years ago
Reloader is always present in development mode.
dj2
More... almost 14 years ago