Commit Graph

  • b9cc4359f1 fixed header comments Roland Weber 2007-02-18 10:08:48 +0000
  • 41916e4de1 new port of 3.1 AutoCloseInputStream Roland Weber 2007-02-18 08:25:55 +0000
  • 0eb8e5cf27 don't shut down unless open Roland Weber 2007-02-17 20:49:27 +0000
  • 1c10f5e392 reusability flag in ManagedClientConnection Roland Weber 2007-02-17 19:41:26 +0000
  • 486dd14981 applied shutdownAll() part of HTTPCLIENT-625 Roland Weber 2007-02-17 17:49:06 +0000
  • 12d50dda30 HTTPCLIENT-625 for 4.0 Roland Weber 2007-02-11 16:26:38 +0000
  • 9ce698c4d5 HTTPCORE-40 Roland Weber 2007-02-11 11:33:30 +0000
  • 6314be6638 HTTPCORE-39 Roland Weber 2007-02-10 18:58:58 +0000
  • 6d72866b2d updated some @since tags, nothing in these packages is older than 4.0 Roland Weber 2007-02-10 12:40:02 +0000
  • d41a365bf5 switched ManagedClientConnection interface to HttpRoute Roland Weber 2007-02-10 12:20:45 +0000
  • b8e6a0558a ClientConnectionManager interface switched to HttpRoute Roland Weber 2007-02-10 12:05:00 +0000
  • dfd86e2600 director now supports tunnelling Roland Weber 2007-02-10 09:23:48 +0000
  • b30a062220 updated examples and a minor bug fix Roland Weber 2007-02-10 08:28:36 +0000
  • 7d2d2f47a8 request director uses route director; still missing tunnelling Roland Weber 2007-02-09 20:52:27 +0000
  • a72fc9c4c5 revised route tracking in managed connection Roland Weber 2007-02-09 17:14:22 +0000
  • 64dac236b7 unmodifiable route representation, excluding conn auth state Roland Weber 2007-02-08 20:15:48 +0000
  • 29ede44699 to be used in director and managed connections Roland Weber 2007-02-08 19:16:24 +0000
  • 4205d7ad28 @deprecated old connection stuff Roland Weber 2007-02-06 17:38:17 +0000
  • da98973e4d renamed SchemeSet to SchemeRegistry Roland Weber 2007-02-06 17:24:38 +0000
  • dc2b5d84df fixed JavaDoc warnings Roland Weber 2007-02-05 01:22:39 +0000
  • 6b2feac66d updated javadoc targets to impl package moves Roland Weber 2007-02-05 01:20:18 +0000
  • fa518c8390 there is no auth.impl to be moved to impl.auth Roland Weber 2007-02-05 01:17:01 +0000
  • e9b784a8ef moved cookie.impl to impl.cookie Roland Weber 2007-02-05 01:15:08 +0000
  • 7e49b65c5b moved conn.impl to impl.conn Roland Weber 2007-02-05 01:11:38 +0000
  • e3c171ac08 moved test/client.impl to impl.client Roland Weber 2007-02-05 01:08:18 +0000
  • ddc1b61f80 moved test/client.impl to impl.client Roland Weber 2007-02-05 01:07:33 +0000
  • fd0adccffe moved client.impl to impl.client Roland Weber 2007-02-05 01:03:53 +0000
  • 79287999b5 moved DefaultHttpParams to .params. package Roland Weber 2007-02-02 18:18:42 +0000
  • 026725e2ca new class SchemeSet, testcases included in TestScheme Roland Weber 2007-01-28 14:28:40 +0000
  • 787b02f73a first HttpClient example, and a few @author changes Roland Weber 2007-01-28 11:48:14 +0000
  • ec7c0556b4 straightening out DefaultClientRequestDirector Roland Weber 2007-01-28 09:06:18 +0000
  • 7bb7a457d4 HttpClient - stuff compiles, but the puzzle pieces don't fit yet Roland Weber 2007-01-27 22:01:23 +0000
  • d8a3a0b5f4 AbstractHttpClient += BasicHttpProcessor Roland Weber 2007-01-27 16:28:12 +0000
  • cf5f12ea44 HttpClient: first take on interface Roland Weber 2007-01-27 15:36:51 +0000
  • 0f68582bfb changed package o.a.httpclient to o.a.http.client Roland Weber 2007-01-27 14:27:33 +0000
  • 8816f2ee43 it's not quite gone yet :-) Roland Weber 2007-01-26 22:28:35 +0000
  • 813eeeb00c * Fixed AbstractClientConnectionAdapter breakage caused by the latest API changes in HttpCore * Removed unused imports Oleg Kalnichevski 2007-01-26 22:06:08 +0000
  • a0711fb641 connection manager, part 3 - SSL via proxy Roland Weber 2007-01-21 15:05:06 +0000
  • 694da1f8ac trivial change of comments Roland Weber 2007-01-21 13:59:42 +0000
  • dff91540f3 connection manager, part 2 - example and a fix Roland Weber 2007-01-21 13:28:45 +0000
  • b5a4cb74b0 new conn manager, part 1 - it compiles Roland Weber 2007-01-21 09:07:57 +0000
  • fcc94427da generalized connection interface Roland Weber 2007-01-21 08:12:57 +0000
  • 26fd5461e4 JavaDoc fixes Roland Weber 2007-01-20 20:02:57 +0000
  • 1304c985a3 renaming exercise Roland Weber 2007-01-20 17:16:04 +0000
  • 43601a506d SocketFactory.isSecure(...) Roland Weber 2007-01-20 16:48:33 +0000
  • 3d8d85a915 HTTPCLIENT-622 with minor modifications Roland Weber 2007-01-20 16:01:58 +0000
  • 613fb5221d fixed NOTICE.txt, copyright notice back in place in accordance with http://www.apache.org/legal/src-headers.html Roland Weber 2007-01-14 12:42:55 +0000
  • 785f340685 removed copyright from NOTICE, updated years for generating JavaDocs Roland Weber 2007-01-14 12:29:19 +0000
  • d451fc4f06 Removed unused imports Oleg Kalnichevski 2007-01-13 12:15:46 +0000
  • fe3d1bfb62 fixed test case Roland Weber 2007-01-05 18:27:08 +0000
  • d35c93558c new connection interfaces, step 5 - example for SSL tunnelling through proxy Roland Weber 2007-01-05 17:56:06 +0000
  • 61220f8af5 new connection interfaces, step 4 - first example, plus a debug contrib Roland Weber 2007-01-05 11:32:17 +0000
  • 4fe52a15b9 new connection interfaces, step 3 - HTTPCLIENT-475 Roland Weber 2007-01-04 06:33:16 +0000
  • ceb4ed1d39 new connection interfaces, step 2 - return of the Operator Roland Weber 2007-01-03 20:58:12 +0000
  • 4c84259042 JavaDoc build fixes Roland Weber 2007-01-03 15:49:54 +0000
  • 36c082fdfc JavaDoc fixes Roland Weber 2007-01-03 15:36:59 +0000
  • 661ee70ce0 new connection interfaces, step 1 Roland Weber 2007-01-03 15:16:08 +0000
  • fc00950965 HTTPCLIENT-475, take 1 with suggested modifications Roland Weber 2006-12-28 10:04:56 +0000
  • 648b815f52 added NOTICE.txt, fixed license headers Roland Weber 2006-12-22 12:34:57 +0000
  • 81e5ce2d12 HTTPCLIENT-614: allow different strategies when checking CN of x509 cert Oleg Kalnichevski 2006-12-14 20:49:34 +0000
  • dd9500e009 Ported AuthScheme and related classes from HttpClient 3.x to the new API Oleg Kalnichevski 2006-12-14 19:42:40 +0000
  • af6f1134a2 Added o.a.http.auth package Oleg Kalnichevski 2006-12-12 17:37:53 +0000
  • 62482e1439 Added o.a.http.auth package Oleg Kalnichevski 2006-12-12 17:37:50 +0000
  • c76c1a0d7e Ported HttpConnectionManagerParams, MultiThreadedHttpConnectionManager and IdleConnectionHandler classes from HttpClient 3.x to the new API Oleg Kalnichevski 2006-12-12 17:17:57 +0000
  • 87ae8567e7 added encoding UTF-8 to <javac> tasks Roland Weber 2006-12-12 15:32:17 +0000
  • 2c48177a11 Added params package Oleg Kalnichevski 2006-12-12 14:59:45 +0000
  • f2260d22e6 Ported HttpConfiguration, HttpConnection, HttpConnectionManager and SimpleHttpConnectionManager from HttpClient 3.x to the new API Oleg Kalnichevski 2006-12-08 20:59:42 +0000
  • e9f86cb250 Fix for [HTTPCLIENT-613] https should check CN of x509 cert Oleg Kalnichevski 2006-12-08 10:48:30 +0000
  • 0ce0dbaa6d Moved some classes around Oleg Kalnichevski 2006-11-12 16:18:18 +0000
  • 5367b431aa [HTTPCORE-14] Consider decoupling HttpHost and Scheme and moving Scheme, SocketFactory and SecureSocketFactory to HttpConn Oleg Kalnichevski 2006-09-29 20:15:32 +0000
  • 61f0758cc0 [HTTPCORE-14] Consider decoupling HttpHost and Scheme and moving Scheme, SocketFactory and SecureSocketFactory to HttpConn Oleg Kalnichevski 2006-09-29 20:11:15 +0000
  • 630148eb91 [HTTPCORE-14] Consider decoupling HttpHost and Scheme and moving Scheme, SocketFactory and SecureSocketFactory to HttpConn Oleg Kalnichevski 2006-09-29 20:08:44 +0000
  • 2801404f77 [HTTPCORE-14] Consider decoupling HttpHost and Scheme and moving Scheme, SocketFactory and SecureSocketFactory to HttpConn Oleg Kalnichevski 2006-09-29 20:06:44 +0000
  • 3a1b2a6de7 [HTTPCORE-14] Consider decoupling HttpHost and Scheme and moving Scheme, SocketFactory and SecureSocketFactory to HttpConn Oleg Kalnichevski 2006-09-29 19:59:13 +0000
  • c78f7920a2 [HTTPCORE-14] Consider decoupling HttpHost and Scheme and moving Scheme, SocketFactory and SecureSocketFactory to HttpConn Oleg Kalnichevski 2006-09-29 19:58:24 +0000
  • e6492548cd [HTTPCORE-14] Consider decoupling HttpHost and Scheme and moving Scheme, SocketFactory and SecureSocketFactory to HttpConn Oleg Kalnichevski 2006-09-29 19:57:43 +0000
  • 3ef2aa5d2c [HTTPCORE-14] Consider decoupling HttpHost and Scheme and moving Scheme, SocketFactory and SecureSocketFactory to HttpConn Oleg Kalnichevski 2006-09-29 19:54:01 +0000
  • 5e97770df4 Updated to the new HttpCore API Oleg Kalnichevski 2006-09-16 11:12:45 +0000
  • 8de8066f83 new build process for HttpClient, currently builds a single JAR for all, addon targets are pointless yet Roland Weber 2006-09-04 13:48:39 +0000
  • 85e0dcacb1 adapted to changes in HttpCore Roland Weber 2006-09-04 13:45:52 +0000
  • 0af06cd4dd [HTTPCORE-6] When transmitting HTTP messages, re-use Header buffers whenever possible. Oleg Kalnichevski 2006-07-03 09:56:19 +0000
  • b0357c0348 [HTTPCORE-5] Made NameValuePair, StatusLine, RequestLine interfaces Oleg Kalnichevski 2006-07-02 12:18:38 +0000
  • 88665f3e54 [HTTPCORE-5] Made HeaderElement an interface Oleg Kalnichevski 2006-07-02 11:35:06 +0000
  • 69e044571e [HTTPCORE-5] Made Header an interface Oleg Kalnichevski 2006-07-02 11:10:24 +0000
  • 370b72bdf7 * Cookie is no longer a subclass of NameValuePair * Removed #equals and #hashCode methods. The concept of identity equality and value equality of cookies is domain specific. It should be addressed at the application level Oleg Kalnichevski 2006-06-29 18:06:11 +0000
  • a7302e6278 Refactoring of the CookiePolicy class Oleg Kalnichevski 2006-06-29 17:48:45 +0000
  • d9186337ef * Made the browser compatibility and the RFC2109 cookie specs configurable. Configuration options can be passed as constructor parameters. * More test coverage Oleg Kalnichevski 2006-06-28 17:19:31 +0000
  • 4515632b29 Refactoring of the RFC2109 cookie draft spec Oleg Kalnichevski 2006-06-25 22:34:09 +0000
  • 5eeb07c808 Added RFC2109 specific cookie attribute handlers Oleg Kalnichevski 2006-06-25 17:22:45 +0000
  • 536068976f Refactoring of the Netscape cookie draft spec Oleg Kalnichevski 2006-06-17 21:51:43 +0000
  • cd657a4939 Minor bug fixes; more test coverage Oleg Kalnichevski 2006-05-28 21:03:18 +0000
  • 7d7da3d68b Renamed file Oleg Kalnichevski 2006-05-28 20:31:45 +0000
  • 4c3e71e629 Fixed a number of problems with null domain attribute Oleg Kalnichevski 2006-05-28 20:22:48 +0000
  • bee0ca1105 More test coverage Oleg Kalnichevski 2006-05-28 20:09:14 +0000
  • 227e13de1e Ported cookie path comparator test cases from the Commons HttpClient 3.x code line Oleg Kalnichevski 2006-05-28 19:58:04 +0000
  • 841549ce34 Ported browser compatibility test cases from the Commons HttpClient 3.x code line Oleg Kalnichevski 2006-05-28 19:48:24 +0000
  • b7476807f1 Refactored the browser compatibility cookie policy ported from the Commons HttpClient 3.x code line Oleg Kalnichevski 2006-05-28 19:46:39 +0000
  • 134c37f28a Added cookie handler impls for 'domain' attribute compatible with common practices of popular web browser applications Oleg Kalnichevski 2006-05-28 17:31:16 +0000
  • 8fd96e3afb Added cookie handler impls for 'domain' attribute compatible with common practices of popular web browser applications Oleg Kalnichevski 2006-05-28 17:30:41 +0000
  • 27e004244c Added cookie handler impls for 'expires' attribute shared by all common cookie specs Oleg Kalnichevski 2006-05-25 15:41:10 +0000