1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Aug 31, 2024 — Aug 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
131 More... about 11 years ago
130 More... about 11 years ago
Remove defaultConfig flavor. Was derping up gradle inclusion. More... about 11 years ago
129 More... about 11 years ago
Deprecate socket.io. No longer works on 1.0+. More... about 11 years ago
Use the system proxy when it's defined. The default HttpUrlConnection does that, as well as okhttp. This should only work on API v12 and above. Before that the system proxy had to be caught manually by the UrlConnection user. More... about 11 years ago
128 More... about 11 years ago
pass host and port to ssl engine configurator More... about 11 years ago
Merge pull request #192 from robUx4/empty_body More... about 11 years ago
Merge pull request #193 from robUx4/negative_content_length More... about 11 years ago
Merge pull request #194 from robUx4/safe_unknown_size More... about 11 years ago
a 0-sized Content-Length should not use the chunked encoding More... about 11 years ago
setting the content length to -1 should not write a header (safety first) More... about 11 years ago
do not count the unknown length in the written count (safety first) More... about 11 years ago
fix paths More... about 11 years ago
restructure tests for gradle More... about 11 years ago
gradle More... about 11 years ago
test issue 189, shuffle UntypedHashTable around. More... about 11 years ago
Workarounds the L preview. More... about 11 years ago
Add new growing smart allocator to consolidate code. Refactor 304 responses and cached responses in http response cache. More... about 11 years ago
Caching: Remove transfer encoding and content encoding headers. Set Content-Lenght. More... about 11 years ago
Fix bug in conditional cache response if content-length exists. More careful location error handling. More... about 11 years ago
Multipart now uses long lengths. Allows setting of content-type. More... about 11 years ago
Future refactoring and add ConvertFuture. More... about 11 years ago
SSL: Add some experimental code for negotiation (commented out) More... about 11 years ago
Rearrange where the default SSLContext lives. More... about 11 years ago
Merge pull request #180 from gdaniels/master More... about 11 years ago
Restore legacy constructor. More... about 11 years ago
Merge in upstream/master, and redo configurator API to support multiple AsyncSSLEngineConfigurators. More... about 11 years ago
Introduce method to adjust SSLEngine parameters via AsyncSSLSocketMiddleware More... about 11 years ago