summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace LF with CRLF. Ref RFC-2229, sec 2.3:before_ftp_statemachineGisle Vanem2005-02-091-9/+9
* -O clarificationDaniel Stenberg2005-02-081-0/+3
* inflate and out of memory fixesDaniel Stenberg2005-02-081-0/+8
* ares_gethostbyname wants a 'ares_host_callback' in the 4th argumentDaniel Stenberg2005-02-081-1/+1
* Curl_addrinfo?_callback() and addrinfo_callback() now returnsGisle Vanem2005-02-084-32/+38
* Don't free too much in freedirs() if realloc() fails.Gisle Vanem2005-02-081-2/+2
* Curl_wait_for_resolv() no longer disconnects on failure, but leaves thatDaniel Stenberg2005-02-082-1/+3
* Fix for a bug report that compressed files that are exactly 64 KiB longDan Fandrich2005-02-071-1/+1
* Preserve previous status in Curl_http_done().Gisle Vanem2005-02-061-2/+4
* valgrind errors occur too often when 'make test' is used. It is because tooDaniel Stenberg2005-02-051-0/+8
* fix typeDaniel Stenberg2005-02-041-1/+1
* Eric Vergnaud found a use of an uninitialized variableDaniel Stenberg2005-02-042-2/+9
* David Byron pointed out that this -1 on the buffer size is pointless sinceDaniel Stenberg2005-02-041-1/+1
* another exampleDaniel Stenberg2005-02-021-1/+1
* HTML parsing example with libtidy, by Jeff PohlmeyerDaniel Stenberg2005-02-021-0/+118
* and we start over againDaniel Stenberg2005-02-012-42/+9
* 7.13 coming upcurl-7_13_0Daniel Stenberg2005-02-014-4/+18
* somewhat nicer libcurl usageDaniel Stenberg2005-01-311-0/+4
* htmltitleDaniel Stenberg2005-01-311-0/+2
* HTML <head> parsing (with libxml) example code by Lars Nilsson.Daniel Stenberg2005-01-312-1/+298
* four changesDaniel Stenberg2005-01-301-0/+19
* if the DO operation returns failure, bail out and close down nicely toDaniel Stenberg2005-01-301-0/+7
* Let's add a cookie interface in 7.14Daniel Stenberg2005-01-301-0/+5
* Bugfixed the parser that scans the valgrind report outputs. I noticed that itDaniel Stenberg2005-01-301-2/+25
* properly mark tests as requiring feature 'SSL'Daniel Stenberg2005-01-307-0/+21
* Use calloc() to save us the memset() call and terminate conn->host.nameDaniel Stenberg2005-01-301-4/+2
* Clear the urlglob struct when allocated, since we might otherwise useDaniel Stenberg2005-01-291-1/+1
* include "url.h" for the Curl_safefree() protoDaniel Stenberg2005-01-291-0/+1
* Using the multi interface, and doing a requsted a re-used connection thatDaniel Stenberg2005-01-294-29/+52
* Define CURL_MULTIEASY when building this, to use my new curl_easy_perform()Daniel Stenberg2005-01-291-0/+84
* corrected the URLDaniel Stenberg2005-01-291-1/+1
* conn->ip_addr MUST NOT be used on re-used connectionsDaniel Stenberg2005-01-296-32/+40
* when using valgrind, include a much longer stack traceDaniel Stenberg2005-01-291-1/+1
* multi interface: when a request is denied due to "Maximum redirects followed"Daniel Stenberg2005-01-292-0/+7
* Connect failures with the multi interface was often returned as "connect()Daniel Stenberg2005-01-282-1/+5
* adjusted to the moved unlock of the DNS entryDaniel Stenberg2005-01-281-6/+6
* KNOWN_BUGS #17 fixed. A DNS cache entry may not remain locked between twoDaniel Stenberg2005-01-284-24/+54
* Stephen More pointed out that CURLOPT_FTPPORT and the -P option didn't workDaniel Stenberg2005-01-283-36/+49
* test the EPRT/LPRT/PORT somewhat moreDaniel Stenberg2005-01-271-7/+7
* Use the same work-around for the memdebug stuff as in the command line client,Daniel Stenberg2005-01-271-1/+7
* a slightly involved work-around to prevent the debug-tracing from loggingDaniel Stenberg2005-01-271-1/+6
* Make the debug build get the debug dump file path from the environmentDaniel Stenberg2005-01-272-3/+4
* verify a part of the PORT lineDaniel Stenberg2005-01-271-6/+6
* Make the server ignore the given PORT address, to make it possible to testDaniel Stenberg2005-01-261-1/+2
* added more official web and download mirrorsDaniel Stenberg2005-01-261-1/+12
* new curlpp URLDaniel Stenberg2005-01-261-1/+1
* fixed sort, mention C, the java binding is now maintained by Vic HansonDaniel Stenberg2005-01-261-5/+9
* add number to the bugs to make them easier to refer toDaniel Stenberg2005-01-251-21/+22
* two known bugsDaniel Stenberg2005-01-251-0/+15
* Ian Ford asked about support for the FTP command ACCT, and I discovered it isDaniel Stenberg2005-01-2512-9/+136