aboutsummaryrefslogtreecommitdiff
path: root/www/serf
Commit message (Collapse)AuthorAgeFilesLines
* - update to version 0.7.2Olli Hauer2011-05-144-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - additional bump subversion PORTREVISION Changes: http://code.google.com/p/serf/source/browse/trunk/CHANGES Serf 0.7.2 [2011-03-12, branch 0.7.x r1451] Actually disable Nagle when creating a connection (r1441). Return error when app asks for HTTPS over proxy connection (r1433). Serf 0.7.1 [2011-01-25, branch 0.7.x r1431] Fix memory leak when using SSL (r1408, r1416). Fix build for blank apr-util directory (r1421). Serf 0.7.0 [2010-08-25, r1407] Fix double free abort when destroying request buckets. Fix test server in unit test framework to avoid random test failures. Allow older Serf programs which don't use the new authn framework to still handle authn without forcing them to switch to the new framework. (r1401) Remove the SERF_DECLARE macros, preferring a .DEF file for Windows Barrier buckets now pass read_iovec to their wrapped bucket. Fix HTTP header parsing to allow for empty header values. Serf 0.6.1 [2010-05-14, r1370] Generally: this release fixes problems with the 0.4.0 packaging. Small compilation fix in outgoing.c for Windows builds. Serf 0.6.0 [2010-05-14, r1363] Not released. Serf 0.5.0 Not released. Serf 0.4.0 [2010-05-13, r1353] [NOTE: this release misstated itself as 0.5.0; use a later release instead] Provide authn framework, supporting Basic, Digest, Kerberos (SSPI, GSS), along with proxy authn using Basic or Digest Added experimental listener framework, along with test_server.c Improvements and fixes to SSL support, including connection setup changes Experimental support for unrequested, arriving ("async") responses Experimental BWTP support using the async arrival feature Headers are combined on read (not write), to ease certian classes of parsing Experimental feature on aggregate buckets for a callback-on-empty Fix the bucket allocator for when APR is using its pool debugging features Proxy support in the serf_get testing utility Fix to include the port number in the Host header serf_get propagates errors from the response, instead of aborting (Issue 52) Added serf_lib_version() for runtime version tests PR: ports/156849 Submitted by: Zhihao Yuan <lichray _at_ gmail.com> Notes: svn path=/head/; revision=274115
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Chase devel/apr -> devel/apr1 shufflingPhilip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254523
* - Convert ports/ to devel/apr1Philip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254522
* 4/5: Chase devel/apr shlib bumpPhilip M. Gollucci2010-05-051-0/+1
| | | | | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253784
* - Update to 0.3.1 [no shlib bump]Philip M. Gollucci2010-05-052-4/+4
| | | | | | | With Hat: apache@ Notes: svn path=/head/; revision=253709
* - Assign some ports to apache@Philip M. Gollucci2010-04-291-1/+1
| | | | | | | | Note: net/luasocket is a direct requirement for mod_wombat which will be very core to httpd 2.4.x+ (www/apache24) Notes: svn path=/head/; revision=253431
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* - Update to 0.3.0Philip M. Gollucci2009-01-312-7/+7
| | | | | | | | | | | | - Ensure apr 1.x is used - Fix typo in comments - Pass maintainer to submitter (me) PR: ports/131100 Approved by: rodrigc via irc (previous maintainer) Notes: svn path=/head/; revision=227282
* Update to 0.2.0Craig Rodrigues2008-07-042-6/+6
| | | | | | | | PR: 125160 Submitted by: Philip M. Gollucci <pgollucci p6m7g8 com> Notes: svn path=/head/; revision=216309
* - Fixed misplaced MKDIRDiane Bruce2008-05-282-2/+3
| | | | Notes: svn path=/head/; revision=213832
* The serf library is a C-based HTTP client library built upon theDiane Bruce2008-05-284-0/+54
Apache Portable Runtime (APR) library. It multiplexes connections, running the read/write communication asynchronously. Memory copies and transformations are kept to a minimum to provide high performance operation. WWW: http://serf.googlecode.com PR: ports/124059 Submitted by: Craig Rodrigues <rodrigc at FreeBSD.org> Notes: svn path=/head/; revision=213829