0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 04, 2023 — Jun 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
FIXMEs for header rewriting. More... over 14 years ago
adding response headers before forwarding the request along to ensure they are written before the response is committed. Also adding a FIXME. More... over 14 years ago
Merge branch 'wip' of [email protected]:nkallen/cachet into wip More... over 14 years ago
Merge branch 'wip' of [email protected]:nkallen/cachet into wip More... over 14 years ago
small cleanups to Host header rewriting, preparing for complete overhaul. More... over 14 years ago
getting setContentLen back. More... over 14 years ago
Adding back the setting of connection length in ApacheHttpClient. More... over 14 years ago
Adding back 'Connection' as a hop-by-hop header. More... over 14 years ago
Adding ability to overwrite Host header. More... over 14 years ago
increasing the buffer size and logging how many bytes have been read in debug mode. More... over 14 years ago
Merge branch 'wip' of [email protected]:nkallen/cachet into wip More... over 14 years ago
BufferedRequestWrapper allows multiple calls to the servlet's InputStream to not interfere with each other. This fixes a bug where if we were reading the body in a servlet filter that a servlet later reading the body would see no data. More... over 14 years ago
Adding content length header. Also removing entity.consumeContent(). More... over 14 years ago
Removing Connection from hop-by-hop headers. More... over 14 years ago
SO_LINGER is in seconds. More... over 14 years ago
Making it possible to disable HTTP Keep-Alives. More... over 14 years ago
fixing merge conflict More... over 14 years ago
unifying Connector configuration and making SO_LINGER adjustable. More... over 14 years ago
Merge branch 'wip' of [email protected]:nkallen/cachet into wip More... over 14 years ago
Setting acceptqueuesize for SSL connector as well. More... over 14 years ago
also change the name for the SSL connector, d'oh. More... over 14 years ago
setting the connector name based on the domain name in the ListenConfig. More... over 14 years ago
upgrading to the latest stable scala version. More... over 14 years ago
Merge branch 'wip' of [email protected]:nkallen/cachet into wip More... over 14 years ago
Added a getRemoteAddr on requestSpecification. More... over 14 years ago
making more connector options configurable. More... over 14 years ago
upgrading jetty to 6.1.21 More... over 14 years ago
Minor logging modif. More... over 14 years ago
Fixed a bug (that occurred in staging) where the only backend was staging.twitter.com and default was still twitter.com. Now ensuring that defaultBackend is not null. More... over 14 years ago
Changed the logging of id of localhost. More... over 14 years ago