Added LocalSocketPair class and tests. |
|
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 |
|
More...
|
about 12 years ago
|
Fix java.lang.IncompatibleClassChangeError with in DeproxyEndpointHandlerThread. |
|
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 |
|
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 |
|
More...
|
about 12 years ago
|
Renamed a local variable to make the meaning more clear. |
|
More...
|
about 12 years ago
|
A little clean up and cruft removal. |
|
More...
|
about 12 years ago
|
Turn on persistent connections by default. |
|
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. |
|
More...
|
about 12 years ago
|
Fixed assigning of default ClientConnector in the constructor. |
|
More...
|
about 12 years ago
|
Re-use the HttpClient object. |
|
More...
|
about 12 years ago
|
Added a test for connection reuse. |
|
More...
|
about 12 years ago
|
Added the connection field to Handling. |
|
More...
|
about 12 years ago
|
Added the connectionName paramter to handleOneRequest. |
|
More...
|
about 12 years ago
|
Merge pull request #18 from izrik/auto-version |
|
More...
|
about 12 years ago
|
Removed an old, unused connectionNumber field and associated lock object. |
|
More...
|
about 12 years ago
|
Added the connectionName parameter to the processNewConnection method. |
|
More...
|
about 12 years ago
|
Added a connectionName field and constructor parameter to DeproxyEndpointHandlerThread. |
|
More...
|
about 12 years ago
|
Moved DeproxyEndpointHandlerThread into DeproxyEndpoint as a nested inner class. |
|
More...
|
about 12 years ago
|
Moved DeproxyEndpointListenerThread into DeproxyEndpoint as a nested inner class. |
|
More...
|
about 12 years ago
|
Changed the VERSION static field to read from the resource, instead of being hard-coded. |
|
More...
|
about 12 years ago
|
Added a resource file to hold the version number and turned on resource filtering. |
|
More...
|
about 12 years ago
|
Updated history for version 0.11. |
|
More...
|
about 12 years ago
|