Age | Commit message (Expand) | Author |
2002-05-06 | Added multi-post.c, based on the source file posted by Gustaf Hui | Daniel Stenberg |
2002-05-05 | Better support for being used with the multi interface without the *fd_set() | Daniel Stenberg |
2002-05-05 | --trace is a 7.9.7 function | Daniel Stenberg |
2002-05-05 | added -Z/--max-redirs and --trace | Daniel Stenberg |
2002-05-04 | made VERBOSE output more like it used to be, HEADER_IN is thus also ignored | Daniel Stenberg |
2002-05-03 | CURL_MAX_WRITE_SIZE is a new exported define that informs about the biggest | Daniel Stenberg |
2002-05-03 | fixed return code | Daniel Stenberg |
2002-05-03 | another week of changes | Daniel Stenberg |
2002-05-03 | - Added "--trace [file]" to the command line tool. It makes a very detailed | Daniel Stenberg |
2002-05-03 | made the DEBUGFUNCTION get called properly on a few more places, especially | Daniel Stenberg |
2002-05-03 | make sure our own printf() clones are used | Daniel Stenberg |
2002-05-03 | -D now stores all headers to the same file if multiple URLs are given on the | Daniel Stenberg |
2002-05-02 | clarified that you must keep the variables that you point to! | Daniel Stenberg |
2002-05-02 | spell | Daniel Stenberg |
2002-05-02 | use and set the fd_set pointers instead of the actual values, as then we | Daniel Stenberg |
2002-05-02 | added two pointers to the fd_set variables to read/write from, as sometimes | Daniel Stenberg |
2002-05-02 | return CURLM_CALL_MULTI_PERFORM in one more case, and check return code | Daniel Stenberg |
2002-05-02 | make sure the dns cache pointers in the easy handles are NULLed | Daniel Stenberg |
2002-05-02 | Hanno Kranzhoff noticed we didn't properly reset the download/upload counters | Daniel Stenberg |
2002-05-01 | Jacky Lam's fix to make the realloc() of the hostent data work properly | Daniel Stenberg |
2002-04-30 | how to set more than one cookie | Daniel Stenberg |
2002-04-27 | implemented curl_multi_info_read() which I had forgotten before! | Daniel Stenberg |
2002-04-27 | updated some docs | Daniel Stenberg |
2002-04-27 | clarified | Daniel Stenberg |
2002-04-27 | one added, one edited | Daniel Stenberg |
2002-04-27 | shorter introduction | Daniel Stenberg |
2002-04-27 | updated | Daniel Stenberg |
2002-04-27 | Added BINDINGS, lists all available libcurl bindings as of this date. | Daniel Stenberg |
2002-04-27 | fixes on rainy saturday in the end of April, 2002 | Daniel Stenberg |
2002-04-27 | Fixed the FTP response reader to deal with timeouts better. Previously it | Daniel Stenberg |
2002-04-27 | (Curl_GetFTPResponse) moved some code to only get performed when actually | Daniel Stenberg |
2002-04-27 | Now uses Curl_ as prefix for internal global symbols. curl_ should only be | Daniel Stenberg |
2002-04-27 | DNC cache prune crash removed, made the name spacing follow the general | Daniel Stenberg |
2002-04-26 | openbsd on Alpha was no problemos | Daniel Stenberg |
2002-04-26 | test suite portability fix | Daniel Stenberg |
2002-04-26 | handles much larger POSTs, replaced snprintf() with sprintf() since this | Daniel Stenberg |
2002-04-26 | another week of changes | Daniel Stenberg |
2002-04-25 | adjusted to the new Curl_resolv() proto | Daniel Stenberg |
2002-04-25 | prevent persistant connections to do name resolves | Daniel Stenberg |
2002-04-25 | In order to not get problems with DNS cache pruning, we no longer store | Daniel Stenberg |
2002-04-25 | the TOTAL_TIME is not really total, as it excludes the connect time... | Daniel Stenberg |
2002-04-25 | use the hostname pointer instead of using IPv4-only info from a struct | Daniel Stenberg |
2002-04-24 | clarified a bit with the timecondition stuff | Daniel Stenberg |
2002-04-24 | no, this doesn't look like it bugs | Daniel Stenberg |
2002-04-24 | NetBSD alpha works, also tried a newer FreeBSD on alpha | Daniel Stenberg |
2002-04-23 | removed warning about signed/unsigned comparison | Daniel Stenberg |
2002-04-23 | the 80 column police narrowed this source code! B-] | Daniel Stenberg |
2002-04-23 | fixes bug report #547484, no_proxy doesn't properly strip off port numbers | Daniel Stenberg |
2002-04-23 | use new timecond defines | Daniel Stenberg |
2002-04-22 | allow binding the local end of a connection even when using IPv6, thus we | Daniel Stenberg |