aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch/fetch.h
Commit message (Expand)AuthorAgeFilesLines
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Add a file descriptor in struct url for netrcBaptiste Daroussin2017-02-201-0/+1
* Add support for arbitrary http requestsBaptiste Daroussin2014-06-051-0/+2
* latin1 -> utf8Dag-Erling Smørgrav2011-10-191-1/+1
* Update copyright dates and strip my middle name.Dag-Erling Smørgrav2011-09-271-1/+1
* Add support for HTTP 1.1 If-Modified-Since behavior.Murray Stokely2008-12-151-0/+1
* Update copyright years.Dag-Erling Smørgrav2004-09-211-1/+1
* Surround prototypes with __BEGIN_DECLS / __END_DECLS.Dag-Erling Smørgrav2002-07-221-0/+4
* Reindent, and add parentheses to return statements. Some functions inDag-Erling Smørgrav2002-02-051-20/+24
* Introduce a fetchDebug global. Change the DEBUG macro so it only runs theDag-Erling Smørgrav2001-12-091-0/+3
* Add rudimentary support for an authentication callback function.Dag-Erling Smørgrav2001-05-261-1/+5
* Apply 'const' liberally.Archie Cobbs2001-04-241-27/+28
* Add SCHEME_HTTPS.Dag-Erling Smørgrav2000-12-011-0/+1
* Add macros for the names of the URL schemes we support.Dag-Erling Smørgrav2000-10-121-0/+5
* Introduce fetchXGet*(), which combine the functionalities of fetchGet*() andDag-Erling Smørgrav2000-07-171-0/+5
* Don't forget to declare fetchRestartCalls.Dag-Erling Smørgrav2000-07-171-0/+1
* Remove fetchContentType(), which disappeared in the HTTP rewrite.Dag-Erling Smørgrav2000-07-171-1/+0
* Add (and document) fetchMakeURL()Dag-Erling Smørgrav2000-05-251-0/+1
* Dump com_err, it's a stinking crock of shit.Dag-Erling Smørgrav2000-05-251-3/+24
* Reorganize some of the http code and split it into more functions.Dag-Erling Smørgrav2000-05-111-4/+7
* While we're at it, add a length field too in case we want to fully implementDag-Erling Smørgrav2000-05-071-0/+1
* Add offset field to struct urlDag-Erling Smørgrav2000-05-071-0/+1
* More old uncommitted patches: implement timeouts at the protocol level.Dag-Erling Smørgrav2000-01-071-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement and document file list retrieval.Dag-Erling Smørgrav1998-12-211-1/+11
* Add verbose flag, and support functions.Dag-Erling Smørgrav1998-12-161-5/+6
* Second of a series of cleanups to libfetch.Dag-Erling Smørgrav1998-11-061-27/+31
* First of a series of cleanups to libfetch. Changed files, inDag-Erling Smørgrav1998-11-051-3/+3
* Commit a bunch of patches that have been accumulating:Dag-Erling Smørgrav1998-08-171-1/+3
* FTP retrieve works.Dag-Erling Smørgrav1998-07-111-0/+1
* Too many changes to list. Basically, FTP is nearly there and errorDag-Erling Smørgrav1998-07-111-5/+8
* Imported libfetch into the tree. It compiles, but there's still someDag-Erling Smørgrav1998-07-091-0/+74