1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Aug 23, 2023 — Aug 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added LocalSocketPair class and tests.
izrik
as Richard Sartor
More... about 12 years ago
[maven-release-plugin] prepare for next development iteration More... about 12 years ago
[maven-release-plugin] prepare release gdeproxy-0.14 More... about 12 years ago
Merge pull request #21 from rackerlabs/fix_threadname
izrik
as Richard Sartor
More... about 12 years ago
Fix java.lang.IncompatibleClassChangeError with in DeproxyEndpointHandlerThread.
izrik
as Richard Sartor
More... about 12 years ago
[maven-release-plugin] prepare for next development iteration More... about 12 years ago
[maven-release-plugin] prepare release gdeproxy-0.13 More... about 12 years ago
Merge pull request #20 from rackerlabs/fix_threadname
izrik
as Richard Sartor
More... about 12 years ago
fix java.lang.IncompatibleClassChangeError with in DeproxyEndpointListenerThread More... about 12 years ago
[maven-release-plugin] prepare for next development iteration More... about 12 years ago
[maven-release-plugin] prepare release gdeproxy-0.12 More... about 12 years ago
Merge pull request #19 from izrik/unique-connection-numbers
izrik
as Richard Sartor
More... about 12 years ago
Renamed a local variable to make the meaning more clear.
izrik
as Richard Sartor
More... about 12 years ago
A little clean up and cruft removal.
izrik
as Richard Sartor
More... about 12 years ago
Turn on persistent connections by default.
izrik
as Richard Sartor
More... about 12 years ago
If addDefaultHeaders is true, and the response doesn't give the needed info to determine message length, add a Content-Length header with a value of zero.
izrik
as Richard Sartor
More... about 12 years ago
Fixed assigning of default ClientConnector in the constructor.
izrik
as Richard Sartor
More... about 12 years ago
Re-use the HttpClient object.
izrik
as Richard Sartor
More... about 12 years ago
Added a test for connection reuse.
izrik
as Richard Sartor
More... about 12 years ago
Added the connection field to Handling.
izrik
as Richard Sartor
More... about 12 years ago
Added the connectionName paramter to handleOneRequest.
izrik
as Richard Sartor
More... about 12 years ago
Merge pull request #18 from izrik/auto-version
izrik
as Richard Sartor
More... about 12 years ago
Removed an old, unused connectionNumber field and associated lock object.
izrik
as Richard Sartor
More... about 12 years ago
Added the connectionName parameter to the processNewConnection method.
izrik
as Richard Sartor
More... about 12 years ago
Added a connectionName field and constructor parameter to DeproxyEndpointHandlerThread.
izrik
as Richard Sartor
More... about 12 years ago
Moved DeproxyEndpointHandlerThread into DeproxyEndpoint as a nested inner class.
izrik
as Richard Sartor
More... about 12 years ago
Moved DeproxyEndpointListenerThread into DeproxyEndpoint as a nested inner class.
izrik
as Richard Sartor
More... about 12 years ago
Changed the VERSION static field to read from the resource, instead of being hard-coded.
izrik
as Richard Sartor
More... about 12 years ago
Added a resource file to hold the version number and turned on resource filtering.
izrik
as Richard Sartor
More... about 12 years ago
Updated history for version 0.11.
izrik
as Richard Sartor
More... about 12 years ago