1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Aug 23, 2023 — Aug 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed the addDefaultHeaders parameter.
izrik
as Richard Sartor
More... about 12 years ago
Added a clientConnector paramter to makeRequest, to allow the caller to override the Deproxy object's default client connector.
izrik
as Richard Sartor
More... about 12 years ago
Added a defaultClientConnector parameter to the Deproxy constructor.
izrik
as Richard Sartor
More... about 12 years ago
Fixed the addDefaultHeaders parameter in makeRequest(Map). Un-ignored a test.
izrik
as Richard Sartor
More... about 12 years ago
Added a 'chunked' parameter to makeRequest.
izrik
as Richard Sartor
More... about 12 years ago
Added request params to sendRequest.
izrik
as Richard Sartor
More... about 12 years ago
Added the RequestParams class, a client-side corollary to HandlerContext for passing additional optional info to the client connector.
izrik
as Richard Sartor
More... about 12 years ago
cleanup
izrik
as Richard Sartor
More... about 12 years ago
Extracted the sendRequest1 and sendRequest2 methods into the BareClientConnector and ApacheClientConnector classes, respectively.
izrik
as Richard Sartor
More... about 12 years ago
Added the ClientConnector interface.
izrik
as Richard Sartor
More... about 12 years ago
Split sendRequest into two methods, 1 using the old raw-sockets code and 2 using HttpClient, with 2 as the default.
izrik
as Richard Sartor
More... about 12 years ago
Added the DeproxyHttpRequest class.
izrik
as Richard Sartor
More... about 12 years ago
Added a dependency for Apache HttpComponents HttpCore.
izrik
as Richard Sartor
More... about 12 years ago
Added a constructor.
izrik
as Richard Sartor
More... about 12 years ago
Made it pass a stream around instead of a PrintWriter. The PrintWriter is now instantiated later, in sendResponse.
izrik
as Richard Sartor
More... about 12 years ago
Made field types explicit.
izrik
as Richard Sartor
More... about 12 years ago
Added the HandlerContext class.
izrik
as Richard Sartor
More... about 12 years ago
Removed unused DeproxyTest class.
izrik
as Richard Sartor
More... about 12 years ago
Fixed DefaultHandlerTest2, so that it uses spock correctly.
izrik
as Richard Sartor
More... about 12 years ago
Added tests for chunked encoding.
izrik
as Richard Sartor
More... about 12 years ago
Moved PortFinder from test to main.
izrik
as Richard Sartor
More... about 12 years ago
Moved PortFinder from test to main.
izrik
as Richard Sartor
More... about 12 years ago
Merge pull request #6 from CoderLisa/orphanfix
izrik
as Richard Sartor
More... about 12 years ago
Fixing orphan handling
Lisa Clark
as L Clark
More... about 12 years ago
Added the Delay handler and tests for it.
izrik
as Richard Sartor
More... about 12 years ago
Merge pull request #5 from richard-sartor/repos
izrik
as Richard Sartor
More... about 12 years ago
Merge branch 'repos' of github.com:richard-sartor/gdeproxy into mergeissues More... about 12 years ago
ignoring failing test for now More... about 12 years ago
closes listen socket for deproxyendpoint once response has been sent More... about 12 years ago
fixed retrieving map keys from map of headers More... about 12 years ago