Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 | |
from the host names before comparing | |||
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 | 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 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-14 | Dirk Manske made libcurl strip off white spaces from the beginning of cookie | Daniel Stenberg | |
contents. | |||
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 | store TIMER_CONNECT even if the connect failed | Daniel Stenberg | |
2002-04-12 | corrected the verbose output for connects and fixed the connect time stamp | Daniel Stenberg | |
better for FTP (any protocol with protocol-specific connect actions) | |||
2002-04-12 | the HTTP request is a CURLINFO_HEADER_OUT | Daniel Stenberg | |
2002-04-12 | Jean-Philippe Barrette-LaPierre provided his patch that introduces | Daniel Stenberg | |
CURLOPT_DEBUGFUNCTION and CURLOPT_DEBUGDATA. | |||
2002-04-10 | added RISCOS makefile | Daniel Stenberg | |
2002-04-10 | brougth by Michael Curtis | Daniel Stenberg | |
2002-04-10 | added info in to failf() lines and added a infof() call just before the | Daniel Stenberg | |
connect() so that it tells to which host and what port it is about to attempt the connection | |||
2002-04-10 | default proxy port set, as reported by Sebastien Willemijns | Daniel Stenberg | |
2002-04-10 | error code cleanup, use the new SEND/RECV errors | Daniel Stenberg | |
2002-04-08 | Michael Curtis' updates | Daniel Stenberg | |
2002-04-08 | based on Jacky Lam's "HTTP 1.0 304-only" fix, this change makes a 304 reply | Daniel Stenberg | |
always stop reading after the headers no matter what 'close' is. | |||
2002-04-04 | T. Bharath pointed out the flaw in ConnectionExists() for how we didn't | Daniel Stenberg | |
check proxy connections for "deadness" before they were re-used | |||
2002-04-04 | Fixes the problem Jacky Jam pointed out, where libcurl will "hang" for an | Daniel Stenberg | |
extra second after having downloaded headers-only | |||
2002-04-04 | This corrects VERBOSE PASV ftp transfers on AIX (and OSF1/Tru64) | Daniel Stenberg | |
Gerhard Herre reported this in bug report #536238 | |||
2002-04-03 | Tor Arntsen's fix for "CGI_Lite" compliance! | Daniel Stenberg | |
2002-04-02 | Clarence Gardner pointed out the not-taken-care-of return codes from SSL_read | Daniel Stenberg | |
2002-04-02 | Jacky Lam added memdebug.h include to prevent crashes when that is used | Daniel Stenberg | |
2002-03-25 | Jacky Lam cookie parser fix for domains with preceeding dot | Daniel Stenberg | |
2002-03-23 | Miklos Nemeth's update | Daniel Stenberg | |
2002-03-20 | no longer include "multi.h", it comes with the regular curl/curl.h now | Daniel Stenberg | |
2002-03-20 | crlf replacement on uploads did not work. test case 128 was added just now | Daniel Stenberg | |
to make sure it remains functional. | |||
2002-03-20 | verbose FTP PASV output could output a "random" name from the stack based | Daniel Stenberg | |
array Also, uploading data with --crlf cannot check that the proper size was uploaded and thus should not warn if the sizes differ. This can be changed in the future by having the expected size in the connectdata struct and then increase the expected size for each byte that is added in the --crlf replacement process. | |||
2002-03-19 | removed multi.h | Daniel Stenberg | |
2002-03-19 | moved to ../include/curl/ | Daniel Stenberg | |
2002-03-19 | copyright string (year) update | Daniel Stenberg | |