Age | Commit message (Expand) | Author |
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 |
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 | The timecond stuff now have CURL_ prefixes | 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 two new infos | Daniel Stenberg |
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-15 | 7.9.6 commit | Daniel Stenberg |
2002-04-14 | Dirk Manske made libcurl strip off white spaces from the beginning of cookie | Daniel Stenberg |
2002-04-14 | check for _MSC_VER as well as __STDC__ when deciding to use the ## operator | Daniel Stenberg |
2002-04-14 | removed unused variable | Daniel Stenberg |
2002-04-13 | Add protos and change return value of curl_hash_count.... | Sterling Hughes |
2002-04-12 | Speed up the hash code considerably, removing a bunch of legacy crud | Sterling Hughes |
2002-04-12 | cut off an old section | Daniel Stenberg |