aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-01fixed --limit-rateDaniel Stenberg
2006-02-01Make --limit-rate [num] mean bytes. Seems I broke it back in november 2005...Daniel Stenberg
2006-01-30Squelch the "warning: 'port' might be used uninitialized in this function".Gisle Vanem
(occurs w/o ENABLE_IPV6).
2006-01-30Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with theDaniel Stenberg
curl tool with --local-port. Plain and simply set the range of ports to bind the local end of connections to. Implemented on to popular demand. Not extensively tested. Please let me know how it works.
2006-01-30Based on an error report by Philippe Vaucher, we no longer count a retriedDaniel Stenberg
connection setup as a follow-redirect. It turns out 1) this fails when a FTP connection is re-setup and 2) it does make the max-redirs counter behave wrong. This fix was not verified since the reporter vanished, but I believe this is the right fix nonetheless.
2006-01-29more mirrorsDaniel Stenberg
2006-01-28we should fix the system includes in the public headers to be based on checksDaniel Stenberg
of the system instead of depending on what particular systems we think need various headers
2006-01-28include sys/select.h on NetBSD as wellDaniel Stenberg
2006-01-27typo pointed out by Mike GriffithsDaniel Stenberg
2006-01-27Cyrill Osterwalder pointed out that sending "" as data in a header is inDaniel Stenberg
fact equal to a blank one according to the spec.
2006-01-26updated source headerDaniel Stenberg
2006-01-24Michal Marek provided a patch for FTP that makes libcurl continue to try PASVDaniel Stenberg
even after EPSV returned a positive response code, if libcurl failed to connect to the port number the EPSV response said. Obviously some people are going through protocol-sensitive firewalls (or similar) that don't understand EPSV and then they don't allow the second connection unless PASV was used. This also called for a minor fix of test case 238.
2006-01-20Fixed some statements about handling multiple occurrences of options.Dan Fandrich
Tried to make some of the wording a bit more consistent.
2006-01-20the second -P fixDaniel Stenberg
2006-01-19Duane Cathey was one of our friends who reported that curl -P [IP]Daniel Stenberg
(CURLOPT_FTPPORT) didn't work for ipv6-enabed curls if the IP wasn't a "native" IP while it works fine for ipv6-disabled builds! In the process of fixing this, I removed the support for LPRT since I can't think of many reasons to keep doing it and asking on the mailing list didn't reveal anyone else that could either. The code that sends EPRT and PORT is now also a lot simpler than before (IMHO).
2006-01-19Jon Turner pointed out that doing -P [hostname] with curl (built ipv4-only)Daniel Stenberg
didn't work.
2006-01-19clarify what "-P -" doesDaniel Stenberg
2006-01-19corrected factual mistake about BSD license in the krb4.c codeDaniel Stenberg
2006-01-18reality syncDaniel Stenberg
2006-01-18configure no longer warns on "missing" if the current path contains a spaceDaniel Stenberg
2006-01-17David Shaw: Here is the latest libcurl.m4 autoconf tests. It is updated withDaniel Stenberg
the latest features and protocols that libcurl supports and has a minor fix to better deal with the obscure case where someone has more than one libcurl installed at the same time.
2006-01-17happy new year!Daniel Stenberg
2006-01-16David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg
not supporting it. It hasn't been functioning for years anyway, so this is just finally stating what already was true. And a cleanup at the same time.
2006-01-16improved the description of the -L/--location optionDaniel Stenberg
2006-01-15Bryan Henderson turned the 'initialized' variable for curl_global_init()Daniel Stenberg
into a counter, and thus you can now do multiple curl_global_init() and you are then supposed to do the same amount of calls to curl_global_cleanup(). Bryan also updated the docs accordingly.
2006-01-15adjusted to use curl_multi_setopt() to set the callbackDaniel Stenberg
2006-01-15adjusted to the new concept of the callbackDaniel Stenberg
2006-01-13Andrew Benham fixed a race condition in the test suite that could cause theDaniel Stenberg
test script to kill all processes in the current process group!
2006-01-12Fixed FTP_SKIP_PASV_IP and FTP_USE_EPSV to "do right" when used on FTP thruDaniel Stenberg
HTTP proxy.
2006-01-12Michael Jahn fixed ftp over CONNECTDaniel Stenberg
2006-01-10mention the "secret" option as I've got no feedback and it is actually presentDaniel Stenberg
in 7.15.1
2006-01-10When using a bad path over FTP, as in when libcurl couldn't CWD into allDaniel Stenberg
given subdirs, libcurl would still "remember" the full path as if it is the current directory libcurl is in so that the next curl_easy_perform() would get really confused if it tried the same path again - as it would not issue any CWD commands at all, assuming it is already in the "proper" dir. Starting now, a failed CWD command sets a flag that prevents the path to be "remembered" after returning.
2006-01-09Made the copyright year match the latest modification's year.Daniel Stenberg
2006-01-09Alexander Lazic improved the getservbyport_r() configure check.Daniel Stenberg
2006-01-08one more mirror, now fortunately in JapanDaniel Stenberg
2006-01-08use the proper dashDaniel Stenberg
2006-01-07Mike Jean fixed so that the second CONNECT when doing FTP over a HTTP proxyDaniel Stenberg
actually used a new connection and not sent the second request on the first socket!
2006-01-06buildconf fixesDaniel Stenberg
2006-01-06As Alexander Lazic pointed out, run the buildconf from the ares dir if thatDaniel Stenberg
is present instead of trying to duplicate that stuff in this script.
2006-01-06Use $ACLOCAL_FLAGS too, pointed out by Alexander LazicDaniel Stenberg
2006-01-05summary of what we haveDaniel Stenberg
2006-01-05James Bursa fixes: find the hosts file on RISC OS, and made it build withDaniel Stenberg
newer gcc versions that no longer defines "riscos".
2006-01-05Yang Tse has been helping outDaniel Stenberg
2006-01-04modified output to prevent the autobuild system to trap on the 'FAILED' outputDaniel Stenberg
mistaking it for an actual failed test case
2006-01-04Added ares_getsock.obj.Gisle Vanem
2006-01-04updated test programs to use the API as it currently worksDaniel Stenberg
2006-01-04removed easy handle argument from protoDaniel Stenberg
2006-01-04upcoming new error codeDaniel Stenberg
2006-01-04Andres Garcia made the TFTP test server build with mingw.Daniel Stenberg
2006-01-04not much recent stuff, but still I had this modified locallyDaniel Stenberg