aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/portsnap/phttpget
Commit message (Expand)AuthorAgeFilesLines
* Set SO_NOSIGPIPE on sockets used by phttpget. Without this, ifColin Percival2009-04-031-0/+6
* Improve conformance to the HTTP specification by using case-insensitiveColin Percival2008-02-131-6/+6
* Add support for HTTP/1.0 Persistent Connections to phttpget. Requests areColin Percival2007-06-301-3/+10
* Add support for the HTTP_TIMEOUT environment variable (integer numberColin Percival2006-11-071-0/+13
* Allow the HTTP_PROXY environment variable to be (mis)spelled asColin Percival2006-05-051-0/+2
* Correct handling of HTTP_PROXY_AUTH. A password may have `:'.Hajimu UMEMOTO2006-03-071-1/+1
* Merge from accidental commit to RELENG_5:Colin Percival2006-01-271-1/+1
* Correctly handle a TCP connection being shutdown by the server whileColin Percival2005-11-171-1/+2
* Add HTTP proxy authentication, via the HTTP_PROXY_AUTH environmentColin Percival2005-09-221-1/+101
* Style fix: "if (pointer)" -> "if (pointer != NULL)"Colin Percival2005-09-211-1/+1
* Remove unused variable.Colin Percival2005-08-101-2/+1
* Replace INT_MAX with OFF_MAX. I used INT_MAX originally (in ports)Colin Percival2005-08-091-3/+3
* When parsing the HTTP_PROXY environment variable, strip a trailing /Colin Percival2005-08-091-1/+5
* Add portsnap to the base system. This is a secure, easy to use,Colin Percival2005-08-082-0/+607