| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Mar 2013 08:25:48
4.2.4
|
ale  |
Update to 4.2.4 release. |
10 Dec 2012 13:43:44
4.2.3
|
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
28 Nov 2012 15:18:41
4.2.3
|
ale  |
Update to 4.2.3 release.
Feature safe: yes |
24 Sep 2012 14:57:01
4.2.2
|
ale  |
Update to 4.2.2 release. |
15 Jun 2012 14:28:39
4.2.1
|
ale  |
Update to 4.2.1 release. |
28 May 2012 13:48:00
4.2
|
ale  |
Update to 4.2 release. |
09 Jan 2012 15:55:38
4.1.4
|
ale  |
Update to 4.1.4 release. |
09 Jan 2012 15:41:08
4.1.3
|
tabthorpe  |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav |
24 Oct 2011 04:17:38
4.1.3
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
09 Aug 2011 11:55:34
4.1.3
|
ale  |
Update to 4.1.3 release. |
25 May 2011 15:58:10
4.1.1
|
ale  |
Update to 4.1.1 release. |
28 Jan 2011 11:58:57
4.1
|
ale  |
Update to 4.1 release.
Feature safe: yes |
23 Jun 2009 05:47:08
4.0.1
|
ale  |
Update to 4.0.1 release. |
09 Apr 2009 07:49:19
4.0
|
ale  |
Update to 4.0 final release. |
20 Oct 2008 06:29:33
4.0.b3
|
ale  |
Update to 4.0-beta3 release. |
03 Sep 2008 08:06:18
4.0.b2
|
ale  |
The HttpCore components implement the most fundamental aspects of the HTTP
protocol. They are nonetheless sufficient to develop basic client-side and
server-side HTTP services with a minimal footprint and no external
dependencies.
The HttpCore base module contains the public API and the default
implementation based on the Java classic (blocking) I/O model. It requires
a Java 1.3 compatible runtime and has no dependency on any external libraries.
HttpCore NIO extensions contain optional components that leverage the event
driven, non-blocking I/O (NIO) model. HttpCore NIO extensions require a
Java 5.0 compatible runtime and the HttpCore base module. HttpCore NIO
extensions are intended for those usage scenarios where raw throughput is
less important than the ability to handle thousands of simultaneous HTTP
connections in a resource efficient manner.
WWW: http://hc.apache.org/httpcomponents-core/ |