Age | Commit message (Expand) | Author |
2002-06-03 | T. Bharath fixed the TIMER_REDIRECT. | Daniel Stenberg |
2002-05-28 | Getting an empty FTP file no longer makes us return error 19. An empty file | Daniel Stenberg |
2002-05-28 | Gustaf Hui provided new code that changes how curl_multi_info_read() | Daniel Stenberg |
2002-05-28 | Adjusted to make curl_multi_perform() work properly even when | Daniel Stenberg |
2002-05-28 | Cris Bailiff's CAPATH support added | Daniel Stenberg |
2002-05-21 | When re-using a connection, make sure that we use the current host name as | Daniel Stenberg |
2002-05-21 | James Cone's efforts to add another netrc parsing "mode" | Daniel Stenberg |
2002-05-21 | maprintf() and vmaprintf() now work better when printfing "%s" with an | Daniel Stenberg |
2002-05-21 | ASN1 files don't work for the *chain_file(), make them use the previous | Daniel Stenberg |
2002-05-21 | curl_formadd() now returns 'CURLFORMcode' instead of int, to better enable | Daniel Stenberg |
2002-05-20 | Roland Zimmermann's hint, we use SSL_CTX_use_certificate_chain_file() instead | Daniel Stenberg |
2002-05-17 | Fixes bug report #556930 - we need to make sure that the data is all right | Daniel Stenberg |
2002-05-07 | support for ingoring session cookies added | Daniel Stenberg |
2002-05-06 | the code for case CURLOPT_DEBUGDATA code broke the CURLOPT_STDERR one! | Daniel Stenberg |
2002-05-05 | Better support for being used with the multi interface without the *fd_set() | 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 | 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-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-27 | implemented curl_multi_info_read() which I had forgotten before! | 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-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 | use the hostname pointer instead of using IPv4-only info from a struct | 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-22 | allow binding the local end of a connection even when using IPv6, thus we | Daniel Stenberg |
2002-04-22 | use double where it is supposed to | Daniel Stenberg |
2002-04-22 | use sclose() to close sockets | Daniel Stenberg |
2002-04-22 | renamed the TIMECOND defines to be CURL_ prefixed | Daniel Stenberg |
2002-04-22 | Jacky Lam's adjust resolve-buffer size patch applied. Slightly edited | Daniel Stenberg |
2002-04-19 | pack_hostent does not handle 64 bit pointers correctly. | Daniel Stenberg |
2002-04-17 | Prune old hostcache entries with each call... | Sterling Hughes |
2002-04-17 | Dirk Manske's fix for HTTP response code 301, that now behaves more like | Daniel Stenberg |
2002-04-16 | Dirk Manske brought the patch that introduces two new CURLINFO_* values: | Daniel Stenberg |
2002-04-15 | Jonatan Lander fixed the "Disables POST, goes with GET" output to be more | Daniel Stenberg |
2002-04-15 | This makes formposting with a specified file missing fail. curl_easy_perform | Daniel Stenberg |
2002-04-14 | Dirk Manske made libcurl strip off white spaces from the beginning of cookie | Daniel Stenberg |