summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed the FTP response reader to deal with timeouts better. Previously itDaniel Stenberg2002-04-271-10/+11
* (Curl_GetFTPResponse) moved some code to only get performed when actuallyDaniel Stenberg2002-04-271-4/+5
* Now uses Curl_ as prefix for internal global symbols. curl_ should only beDaniel Stenberg2002-04-275-48/+47
* DNC cache prune crash removed, made the name spacing follow the generalDaniel Stenberg2002-04-271-23/+31
* adjusted to the new Curl_resolv() protoDaniel Stenberg2002-04-251-3/+3
* prevent persistant connections to do name resolvesDaniel Stenberg2002-04-251-2/+7
* In order to not get problems with DNS cache pruning, we no longer storeDaniel Stenberg2002-04-256-49/+42
* use the hostname pointer instead of using IPv4-only info from a structDaniel Stenberg2002-04-251-2/+2
* removed warning about signed/unsigned comparisonDaniel Stenberg2002-04-231-1/+1
* the 80 column police narrowed this source code! B-]Daniel Stenberg2002-04-231-2/+4
* fixes bug report #547484, no_proxy doesn't properly strip off port numbersDaniel Stenberg2002-04-231-2/+9
* allow binding the local end of a connection even when using IPv6, thus weDaniel Stenberg2002-04-221-10/+27
* use double where it is supposed toDaniel Stenberg2002-04-221-2/+2
* use sclose() to close socketsDaniel Stenberg2002-04-221-1/+1
* renamed the TIMECOND defines to be CURL_ prefixedDaniel Stenberg2002-04-221-3/+3
* Jacky Lam's adjust resolve-buffer size patch applied. Slightly editedDaniel Stenberg2002-04-221-23/+66
* pack_hostent does not handle 64 bit pointers correctly.Daniel Stenberg2002-04-191-3/+5
* Prune old hostcache entries with each call...Sterling Hughes2002-04-173-11/+61
* Dirk Manske's fix for HTTP response code 301, that now behaves more likeDaniel Stenberg2002-04-171-1/+21
* Dirk Manske brought the patch that introduces two new CURLINFO_* values:Daniel Stenberg2002-04-165-0/+25
* Jonatan Lander fixed the "Disables POST, goes with GET" output to be moreDaniel Stenberg2002-04-151-2/+5
* This makes formposting with a specified file missing fail. curl_easy_performDaniel Stenberg2002-04-153-14/+30
* Dirk Manske made libcurl strip off white spaces from the beginning of cookieDaniel Stenberg2002-04-141-7/+15
* removed unused variableDaniel Stenberg2002-04-141-1/+0
* Add protos and change return value of curl_hash_count....Sterling Hughes2002-04-132-2/+20
* Speed up the hash code considerably, removing a bunch of legacy crudSterling Hughes2002-04-122-154/+115
* store TIMER_CONNECT even if the connect failedDaniel Stenberg2002-04-121-1/+2
* corrected the verbose output for connects and fixed the connect time stampDaniel Stenberg2002-04-121-45/+59
* the HTTP request is a CURLINFO_HEADER_OUTDaniel Stenberg2002-04-121-1/+1
* Jean-Philippe Barrette-LaPierre provided his patch that introducesDaniel Stenberg2002-04-126-30/+69
* added RISCOS makefileDaniel Stenberg2002-04-101-4/+3
* brougth by Michael CurtisDaniel Stenberg2002-04-101-0/+128
* added info in to failf() lines and added a infof() call just before theDaniel Stenberg2002-04-101-2/+6
* default proxy port set, as reported by Sebastien WillemijnsDaniel Stenberg2002-04-101-0/+2
* error code cleanup, use the new SEND/RECV errorsDaniel Stenberg2002-04-104-10/+10
* Michael Curtis' updatesDaniel Stenberg2002-04-081-12/+377
* based on Jacky Lam's "HTTP 1.0 304-only" fix, this change makes a 304 replyDaniel Stenberg2002-04-081-8/+6
* T. Bharath pointed out the flaw in ConnectionExists() for how we didn'tDaniel Stenberg2002-04-041-24/+21
* Fixes the problem Jacky Jam pointed out, where libcurl will "hang" for anDaniel Stenberg2002-04-041-6/+6
* This corrects VERBOSE PASV ftp transfers on AIX (and OSF1/Tru64)Daniel Stenberg2002-04-041-1/+3
* Tor Arntsen's fix for "CGI_Lite" compliance!Daniel Stenberg2002-04-031-3/+3
* Clarence Gardner pointed out the not-taken-care-of return codes from SSL_readDaniel Stenberg2002-04-021-0/+3
* Jacky Lam added memdebug.h include to prevent crashes when that is usedDaniel Stenberg2002-04-021-0/+5
* Jacky Lam cookie parser fix for domains with preceeding dotDaniel Stenberg2002-03-251-1/+7
* Miklos Nemeth's updateDaniel Stenberg2002-03-231-6/+4
* no longer include "multi.h", it comes with the regular curl/curl.h nowDaniel Stenberg2002-03-201-2/+0
* crlf replacement on uploads did not work. test case 128 was added just nowDaniel Stenberg2002-03-201-8/+14
* verbose FTP PASV output could output a "random" name from the stack basedDaniel Stenberg2002-03-201-5/+7
* removed multi.hDaniel Stenberg2002-03-191-1/+1
* moved to ../include/curl/Daniel Stenberg2002-03-191-189/+0