Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
would reset the timeout for each incoming data, which would make veeery slow responses be allowed to take even more time since the timeout would only be reached if the time between two received data chunks was longer than the set timeout value... | |||
2002-04-27 | (Curl_GetFTPResponse) moved some code to only get performed when actually | Daniel Stenberg | |
needed | |||
2002-04-27 | Now uses Curl_ as prefix for internal global symbols. curl_ should only be | Daniel Stenberg | |
used for "exported" globals. | |||
2002-04-27 | DNC cache prune crash removed, made the name spacing follow the general | Daniel Stenberg | |
rule: "Curl_" prefix for library-wide private symbols, "curl_" is for exported symbols. | |||
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 | |
needs to be more portable and in the test server we can skip the extra safety | |||
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 | |
any name resolved data in any curl handle struct. That way, we won't mind if the cache entries are pruned for the next time we need them. We'll just resolve them again instead. This changes the Curl_resolv() proto. It modifies the SessionHandle struct but perhaps most importantly, it'll make the internals somewhat dependent on the DNS cache not being disabled as that will cripple operations somewhat. Especially for persistant connections. | |||
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 | |
from the host names before comparing | |||
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 | |
now have --interface working properly | |||
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 | |
by Daniel. | |||
2002-04-19 | pack_hostent does not handle 64 bit pointers correctly. | Daniel Stenberg | |
A Bjørn Reese patch. | |||
2002-04-17 | Prune old hostcache entries with each call... | Sterling Hughes | |
This can be optimized a tidbit, but this is a start. | |||
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 | |
browsers do. Which thus *breaks* the RFC 2616... | |||
2002-04-16 | Dirk Manske brought the patch that introduces two new CURLINFO_* values: | Daniel Stenberg | |
CURLINFO_REDIRECT_TIME and CURLINFO_REDIRECT_COUNT. | |||
2002-04-15 | Jonatan Lander fixed the "Disables POST, goes with GET" output to be more | Daniel Stenberg | |
connected with reality! ;-) | |||
2002-04-15 | This makes formposting with a specified file missing fail. curl_easy_perform | Daniel Stenberg | |
will then return CURLE_READ_ERROR. | |||
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 | |
contents. | |||
2002-04-14 | check for _MSC_VER as well as __STDC__ when deciding to use the ## operator | Daniel Stenberg | |
or not | |||
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 | |
2002-04-12 | http_proxy must be lower case | Daniel Stenberg | |
2002-04-12 | 7.9.6-pre5 | Daniel Stenberg | |