aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-05-07Added --trace-ascii supportDaniel Stenberg
2002-05-07--trace-ascii and --junk-session-cookies were addedDaniel Stenberg
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-06recent fiddlingDaniel Stenberg
2002-05-06CURLOPT_FILE and CURLOPT_INFILE have better aliases now:Daniel Stenberg
2002-05-06Added multi-post.c, based on the source file posted by Gustaf HuiDaniel Stenberg
2002-05-05Better support for being used with the multi interface without the *fd_set()Daniel Stenberg
2002-05-05--trace is a 7.9.7 functionDaniel Stenberg
2002-05-05added -Z/--max-redirs and --traceDaniel 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-03another week of changesDaniel Stenberg
2002-05-03- Added "--trace [file]" to the command line tool. It makes a very detailedDaniel 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-03-D now stores all headers to the same file if multiple URLs are given on theDaniel Stenberg
2002-05-02clarified that you must keep the variables that you point to!Daniel Stenberg
2002-05-02spellDaniel 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-30how to set more than one cookieDaniel Stenberg
2002-04-27implemented curl_multi_info_read() which I had forgotten before!Daniel Stenberg
2002-04-27updated some docsDaniel Stenberg
2002-04-27clarifiedDaniel Stenberg
2002-04-27one added, one editedDaniel Stenberg
2002-04-27shorter introductionDaniel Stenberg
2002-04-27updatedDaniel Stenberg
2002-04-27Added BINDINGS, lists all available libcurl bindings as of this date.Daniel Stenberg
2002-04-27fixes on rainy saturday in the end of April, 2002Daniel 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-26openbsd on Alpha was no problemosDaniel Stenberg
2002-04-26test suite portability fixDaniel Stenberg
2002-04-26handles much larger POSTs, replaced snprintf() with sprintf() since thisDaniel Stenberg
2002-04-26another week of changesDaniel 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-25the TOTAL_TIME is not really total, as it excludes the connect time...Daniel Stenberg
2002-04-25use the hostname pointer instead of using IPv4-only info from a structDaniel Stenberg
2002-04-24clarified a bit with the timecondition stuffDaniel Stenberg
2002-04-24no, this doesn't look like it bugsDaniel Stenberg