summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2002-05-07support for ingoring session cookies addedDaniel Stenberg
2002-05-06the code for case CURLOPT_DEBUGDATA code broke the CURLOPT_STDERR one!Daniel Stenberg
2002-05-05Better support for being used with the multi interface without the *fd_set()Daniel Stenberg
2002-05-04made VERBOSE output more like it used to be, HEADER_IN is thus also ignoredDaniel Stenberg
2002-05-03CURL_MAX_WRITE_SIZE is a new exported define that informs about the biggestDaniel Stenberg
2002-05-03fixed return codeDaniel Stenberg
2002-05-03made the DEBUGFUNCTION get called properly on a few more places, especiallyDaniel Stenberg
2002-05-03make sure our own printf() clones are usedDaniel Stenberg
2002-05-02use and set the fd_set pointers instead of the actual values, as then weDaniel Stenberg
2002-05-02added two pointers to the fd_set variables to read/write from, as sometimesDaniel Stenberg
2002-05-02return CURLM_CALL_MULTI_PERFORM in one more case, and check return codeDaniel Stenberg
2002-05-02make sure the dns cache pointers in the easy handles are NULLedDaniel Stenberg
2002-05-02Hanno Kranzhoff noticed we didn't properly reset the download/upload countersDaniel Stenberg
2002-05-01Jacky Lam's fix to make the realloc() of the hostent data work properlyDaniel Stenberg
2002-04-27implemented curl_multi_info_read() which I had forgotten before!Daniel Stenberg
2002-04-27Fixed the FTP response reader to deal with timeouts better. Previously itDaniel Stenberg
2002-04-27(Curl_GetFTPResponse) moved some code to only get performed when actuallyDaniel Stenberg
2002-04-27Now uses Curl_ as prefix for internal global symbols. curl_ should only beDaniel Stenberg
2002-04-27DNC cache prune crash removed, made the name spacing follow the generalDaniel Stenberg
2002-04-25adjusted to the new Curl_resolv() protoDaniel Stenberg
2002-04-25prevent persistant connections to do name resolvesDaniel Stenberg
2002-04-25In order to not get problems with DNS cache pruning, we no longer storeDaniel Stenberg
2002-04-25use the hostname pointer instead of using IPv4-only info from a structDaniel Stenberg
2002-04-23removed warning about signed/unsigned comparisonDaniel Stenberg
2002-04-23the 80 column police narrowed this source code! B-]Daniel Stenberg
2002-04-23fixes bug report #547484, no_proxy doesn't properly strip off port numbersDaniel Stenberg
2002-04-22allow binding the local end of a connection even when using IPv6, thus weDaniel Stenberg
2002-04-22use double where it is supposed toDaniel Stenberg
2002-04-22use sclose() to close socketsDaniel Stenberg
2002-04-22renamed the TIMECOND defines to be CURL_ prefixedDaniel Stenberg
2002-04-22Jacky Lam's adjust resolve-buffer size patch applied. Slightly editedDaniel Stenberg
2002-04-19pack_hostent does not handle 64 bit pointers correctly.Daniel Stenberg
2002-04-17Prune old hostcache entries with each call...Sterling Hughes
2002-04-17Dirk Manske's fix for HTTP response code 301, that now behaves more likeDaniel Stenberg
2002-04-16Dirk Manske brought the patch that introduces two new CURLINFO_* values:Daniel Stenberg
2002-04-15Jonatan Lander fixed the "Disables POST, goes with GET" output to be moreDaniel Stenberg
2002-04-15This makes formposting with a specified file missing fail. curl_easy_performDaniel Stenberg
2002-04-14Dirk Manske made libcurl strip off white spaces from the beginning of cookieDaniel Stenberg
2002-04-14removed unused variableDaniel Stenberg
2002-04-13Add protos and change return value of curl_hash_count....Sterling Hughes
2002-04-12Speed up the hash code considerably, removing a bunch of legacy crudSterling Hughes
2002-04-12store TIMER_CONNECT even if the connect failedDaniel Stenberg
2002-04-12corrected the verbose output for connects and fixed the connect time stampDaniel Stenberg
2002-04-12the HTTP request is a CURLINFO_HEADER_OUTDaniel Stenberg
2002-04-12Jean-Philippe Barrette-LaPierre provided his patch that introducesDaniel Stenberg
2002-04-10added RISCOS makefileDaniel Stenberg
2002-04-10brougth by Michael CurtisDaniel Stenberg
2002-04-10added info in to failf() lines and added a infof() call just before theDaniel Stenberg
2002-04-10default proxy port set, as reported by Sebastien WillemijnsDaniel Stenberg
2002-04-10error code cleanup, use the new SEND/RECV errorsDaniel Stenberg