aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-net-http-persistent
Commit message (Collapse)AuthorAgeFilesLines
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-10-261-1/+0
| | | | Notes: svn path=/head/; revision=331721
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Update to 2.9Sunpoet Po-Chuan Hsieh2013-07-272-3/+3
| | | | | | | Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt Notes: svn path=/head/; revision=323804
* - Add LICENSESunpoet Po-Chuan Hsieh2013-06-131-0/+2
| | | | Notes: svn path=/head/; revision=320766
* - Update to 2.8Sunpoet Po-Chuan Hsieh2012-12-042-8/+4
| | | | | | | | Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt Feature safe: yes Notes: svn path=/head/; revision=308194
* - Update to 2.7Sunpoet Po-Chuan Hsieh2012-06-072-3/+3
| | | | | | | Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt Notes: svn path=/head/; revision=298701
* - Update to 2.6Sunpoet Po-Chuan Hsieh2012-03-282-3/+3
| | | | | | | | Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt Feature safe: yes Notes: svn path=/head/; revision=293919
* - Update to 2.5.2Sunpoet Po-Chuan Hsieh2012-02-152-3/+3
| | | | | | | Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt Notes: svn path=/head/; revision=291406
* - Update to 2.5.1Sunpoet Po-Chuan Hsieh2012-02-122-3/+3
| | | | | | | Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt Notes: svn path=/head/; revision=291000
* - Update to 2.5Sunpoet Po-Chuan Hsieh2012-02-093-3/+4
| | | | | | | | | - Add RG link Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt Notes: svn path=/head/; revision=290762
* - Update to 2.3.3Sunpoet Po-Chuan Hsieh2011-12-222-4/+3
| | | | | | | Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt Notes: svn path=/head/; revision=287880
* - One WWW line in pkg-descr will do just finePhilip M. Gollucci2011-12-201-1/+0
| | | | Notes: svn path=/head/; revision=287684
* - Remove RUN_DEPENDS: they are actually development dependenciesSunpoet Po-Chuan Hsieh2011-12-171-3/+1
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=287548
* - Fix CATEGORIES: it should be rubygems, not rubySunpoet Po-Chuan Hsieh2011-11-161-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285929
* - Update to 2.3.2Sunpoet Po-Chuan Hsieh2011-11-122-3/+3
| | | | | | | | Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt Feature safe: yes Notes: svn path=/head/; revision=285657
* - Add rubygem-net-http-persistent 2.3.1Sunpoet Po-Chuan Hsieh2011-10-313-0/+35
net-http-persistent manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8. It's thread-safe too! Using persistent HTTP connections can dramatically increase the speed of HTTP. Creating a new HTTP connection for every request involves an extra TCP round-trip and causes TCP congestion avoidance negotiation to start over. Net::HTTP supports persistent connections with some API methods but does not handle reconnection gracefully. Net::HTTP::Persistent supports reconnection and retry according to RFC 2616. WWW: https://github.com/drbrain/net-http-persistent WWW: https://rubygems.org/gems/net-http-persistent Notes: svn path=/head/; revision=284772