aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/portsnap/phttpget
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-1/+1
* Fix typo.Edward Tomasz Napierala2016-02-291-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-1/+89
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-281-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | Add a manual page for phttpget(8).Xin LI2015-01-022-1/+89
| |/ |/|
* | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
|/
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* 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