0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
no more StatsMBean More... almost 14 years ago
upgrading from the old scala-stats to Ostrich More... almost 14 years ago
com.twitter is the correct organization More... almost 14 years ago
updating Cachet to use sbt, made a few test changes to fix quirks with newer versions of specs More... almost 14 years ago
new .gitignore More... almost 14 years ago
Merge branch 'wip' of [email protected]:nkallen/cachet into wip More... over 14 years ago
new ErrorHandler with lots of tests. More... over 14 years ago
Added a FIXME comment. More... over 14 years ago
In Server, changing to NO_SESSIONS. More... over 14 years ago
Updating the version number to help us audit 100% Twoxy rollout. More... over 14 years ago
Adding a test through ProxyServletFilter for an edge case we see in prod. More... over 14 years ago
BufferedRequestWrapper should only look at the body if it's a POST and urlencoded. More... over 14 years ago
Adding another header to this test. More... over 14 years ago
Refactor and add a test for an edge case we see in prod. More... over 14 years ago
adding required import. More... over 14 years ago
Don't let it handle HTTP Auth. Just pass along the headers, friend. More... over 14 years ago
Turn off Cookies, we don't need to support them in individual Servlets as we're just proxying requests/responses. More... over 14 years ago
creating a static hashtable of Hop-By-Hop headers for quick lookup instead of linear traversal. Also switching from using a for loop to using old-school java enumerators for what we hope will be a major speed-up. More... over 14 years ago
setting up graceful shutdown period. More... over 14 years ago
bring back consumeContent. If it's a no-op, we'll remove it. If it helps with our CLOSE_WAIT problem, then it stays (with a comment) More... over 14 years ago
more bounds checking More... over 14 years ago
Putting string literals in Object for readability. More... over 14 years ago
Fixed a bug causing "Array out of bounds" exception. More... over 14 years ago
Merge branch 'wip' of [email protected]:nkallen/cachet into wip More... over 14 years ago
allow us to overwrite Headers. More... over 14 years ago
small formatting improvements. More... over 14 years ago
Merge branch 'wip' of [email protected]:nkallen/cachet into wip More... over 14 years ago
removing reliance on long-deprecated HttpUtils. adding ability to parse query strings in both body and in URL in BufferedRequestWrapper. More... over 14 years ago
adding and testing getParameter support to BufferedRequestWrapper. More... over 14 years ago
using a filterable specs runner to make our lives easier. More... over 14 years ago