aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
* Respect MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-271-1/+4
* Respect FETCH_BIND_ADDRESS when opening the data connection.Dag-Erling Smørgrav2006-06-131-0/+5
* Fix a bug introduced in rev 1.92, where, when changing from one directoryDag-Erling Smørgrav2006-06-131-0/+2
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* In order to maintain interoperability with certain broken FTP servers,Dag-Erling Smørgrav2006-01-191-2/+18
* Fix misspelling in Poul-Henning Kamp's email address under AUTHORS, fromTom McLaughlin2005-11-301-1/+1
* Ignore HTTP_PROXY if it is defined but empty. This was already handledDag-Erling Smørgrav2005-08-241-1/+1
* Change directory one level at a time, and use CDUP to back out. This is aDag-Erling Smørgrav2005-08-121-29/+152
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
* Set the TCP_NODELAY socket option and clear TCP_NOPUSH in order to flushKelly Yancey2005-03-021-2/+15
* Fix a memory leak: when freeing the connection structure, don't forget toDag-Erling Smørgrav2005-02-161-0/+1
* Set TCP_NOPUSH on HTTP requests, reducing the number of round-tripsKelly Yancey2005-02-161-1/+9
* Expand contractions.Ruslan Ermilov2005-02-131-2/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-1/+1
* Update copyright years.Dag-Erling Smørgrav2004-09-218-8/+9
* Don't forget to allocate space for the terminating NUL when converting toDag-Erling Smørgrav2004-08-071-1/+1
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Slight tweak to previous commit: don't forget to call _http_seterr() ifDag-Erling Smørgrav2004-02-111-0/+1
* When restarting a transfer that has already completed, the server willDag-Erling Smørgrav2004-02-111-9/+41
* Re-wrap some comments.Dag-Erling Smørgrav2004-02-111-6/+7
* I don't normally use my middle name, so remove it from attributions inDag-Erling Smørgrav2004-01-251-2/+2
* preparation for RFC3493. EAI_NODATA was deprecated.Hajimu UMEMOTO2003-10-231-0/+2
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-4/+4
* Don't close a FILE * which we know is bogus.Dag-Erling Smørgrav2003-08-291-1/+0
* Some servers respond to RETR in active mode with 125 (connection alreadyDag-Erling Smørgrav2003-08-191-1/+1
* Make sure the crypto versions of libfetch and fetch(1) appear inRuslan Ermilov2003-07-221-0/+1
* Add an EXAMPLES section.Tom Rhodes2003-06-101-0/+22
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-221-1/+1
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-191-1/+1
* Mark libfetch as c99-clean. Always build at WARNS level 2 rather thanDag-Erling Smørgrav2003-05-011-2/+2
* Don't dereference flags if NULL (see http.c rev 1.87)Dag-Erling Smørgrav2003-03-291-1/+1
* The flags passed in to _ftp_get_proxy may be nullMike Makonnen2003-03-191-1/+1
* Don't parse the proxy URL unless we're actually going to use it. No realDag-Erling Smørgrav2003-03-112-8/+16
* Add and document support for a FETCH_BIND_ADDRESS environment variableDag-Erling Smørgrav2003-03-033-4/+37
* No need for the OPENSSL_NO_KRB5 switch anymore.Mark Murray2003-01-311-1/+1
* Adjust for OpenSSL 0.9.7.Mark Murray2003-01-281-1/+1
* style(9): add parentheses to sizeof even when not strictly required.Dag-Erling Smørgrav2003-01-285-22/+22
* Fix signed/unsigned comparison warning/error from 'make release'John W. De Boskey2003-01-281-4/+4
* Document .netrc support.Dag-Erling Smørgrav2003-01-221-0/+8
* Hook in the .netrc code + don't use pointers as if they were booleans.Dag-Erling Smørgrav2003-01-221-4/+6
* Experimental support for .netrc.Dag-Erling Smørgrav2003-01-222-0/+92
* Initialization paranoia.Dag-Erling Smørgrav2003-01-221-0/+8
* A negative offset means "get it all".Dag-Erling Smørgrav2003-01-221-2/+2
* Set auto-retry mode to avoid some spurious errors.Dag-Erling Smørgrav2003-01-031-0/+1
* english(4) police.Jens Schweikhardt2002-12-271-2/+2
* Reduce WARNS level to 3 in the non-crypto case to fix make release on sparc64.Jake Burkholder2002-12-041-1/+1
* Implement and document support for an HTTP_REFERER environment variable.Dag-Erling Smørgrav2002-11-282-12/+26
* Fix two typos.Bill Fenner2002-11-081-2/+2