6
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 24 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add toString() for debugging and logging. More... almost 7 years ago
Use camel case for instance variable names (which are all private and final.) Add toString(). More... almost 7 years ago
Fixed delineation of 200 status message in response to CONNECT method More... almost 7 years ago
[HTTPCORE-450] Add a Provider parameter in SSLContextBuilder. Add SSLContextBuilder.setProvider(String). More... almost 7 years ago
Fix Javadoc typos ("SSl" -> "SSL"). More... almost 7 years ago
Rename variables "sslcontext" to "sslContext". More... almost 7 years ago
Use try-with-resources. Fix Checkstyle in Javadocs. More... almost 7 years ago
Javadocs. More... almost 7 years ago
Checkstyle fixes. More... almost 7 years ago
Add parse methods in TimeValue and Timeout to consume what toString() produces. Also allow a TimeValue to be easily converted to a Timeout with the new toTimeout() method. More... almost 7 years ago
Add test. More... almost 7 years ago
Upgraded HttpCore version to 5.0-alpha4-SNAPSHOT More... almost 7 years ago
Updated NOTICE and BUILDING More... almost 7 years ago
HttpHost to use URIScheme More... almost 7 years ago
Provide protocol scheme identifiers for server side connections and incoming HTTP/1.1 requests More... almost 7 years ago
Added some basic convenience request/response producers/consumers More... almost 7 years ago
HTTPCORE-458: Validate port values. Add checks and Javadoc. More... almost 7 years ago
HTTPCORE-458: Validate port values. Add checks and Javadoc. More... almost 7 years ago
HTTPCORE-458: Validate port values. Javadoc. More... almost 7 years ago
HTTPCORE-458: Validate port values. Javadoc. More... almost 7 years ago
Replace @exception with the more modern @throws. More... almost 7 years ago
HTTPCORE-458: Validate port values. First use case. More... almost 7 years ago
Refactor range validation into new Args util methods. More... almost 7 years ago
Refactor range validation into new Args util methods. More... almost 7 years ago
Fix Checkstyle error. More... almost 7 years ago
Use try-with-resources to fix compiler warnings. More... almost 7 years ago
Sort members. More... almost 7 years ago
Less verbose. More... almost 7 years ago
Javaodc: Remove extra blank line. More... almost 7 years ago
Fix generics compiler warning. More... almost 7 years ago