Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-19 | clarify what "-P -" does | Daniel Stenberg | |
2006-01-19 | corrected factual mistake about BSD license in the krb4.c code | Daniel Stenberg | |
2006-01-18 | reality sync | Daniel Stenberg | |
2006-01-18 | configure no longer warns on "missing" if the current path contains a space | Daniel Stenberg | |
2006-01-17 | David Shaw: Here is the latest libcurl.m4 autoconf tests. It is updated with | Daniel 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-17 | happy new year! | Daniel Stenberg | |
2006-01-16 | David Shaw finally removed all traces of Gopher and we are now officially | Daniel 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-16 | improved the description of the -L/--location option | Daniel Stenberg | |
2006-01-15 | Bryan 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-15 | adjusted to use curl_multi_setopt() to set the callback | Daniel Stenberg | |
2006-01-15 | adjusted to the new concept of the callback | Daniel Stenberg | |
2006-01-13 | Andrew Benham fixed a race condition in the test suite that could cause the | Daniel Stenberg | |
test script to kill all processes in the current process group! | |||
2006-01-12 | Fixed FTP_SKIP_PASV_IP and FTP_USE_EPSV to "do right" when used on FTP thru | Daniel Stenberg | |
HTTP proxy. | |||
2006-01-12 | Michael Jahn fixed ftp over CONNECT | Daniel Stenberg | |
2006-01-10 | mention the "secret" option as I've got no feedback and it is actually present | Daniel Stenberg | |
in 7.15.1 | |||
2006-01-10 | When using a bad path over FTP, as in when libcurl couldn't CWD into all | Daniel 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-09 | Made the copyright year match the latest modification's year. | Daniel Stenberg | |
2006-01-09 | Alexander Lazic improved the getservbyport_r() configure check. | Daniel Stenberg | |
2006-01-08 | one more mirror, now fortunately in Japan | Daniel Stenberg | |
2006-01-08 | use the proper dash | Daniel Stenberg | |
2006-01-07 | Mike Jean fixed so that the second CONNECT when doing FTP over a HTTP proxy | Daniel Stenberg | |
actually used a new connection and not sent the second request on the first socket! | |||
2006-01-06 | buildconf fixes | Daniel Stenberg | |
2006-01-06 | As Alexander Lazic pointed out, run the buildconf from the ares dir if that | Daniel Stenberg | |
is present instead of trying to duplicate that stuff in this script. | |||
2006-01-06 | Use $ACLOCAL_FLAGS too, pointed out by Alexander Lazic | Daniel Stenberg | |
2006-01-05 | summary of what we have | Daniel Stenberg | |
2006-01-05 | James Bursa fixes: find the hosts file on RISC OS, and made it build with | Daniel Stenberg | |
newer gcc versions that no longer defines "riscos". | |||
2006-01-05 | Yang Tse has been helping out | Daniel Stenberg | |
2006-01-04 | modified output to prevent the autobuild system to trap on the 'FAILED' output | Daniel Stenberg | |
mistaking it for an actual failed test case | |||
2006-01-04 | Added ares_getsock.obj. | Gisle Vanem | |
2006-01-04 | updated test programs to use the API as it currently works | Daniel Stenberg | |
2006-01-04 | removed easy handle argument from proto | Daniel Stenberg | |
2006-01-04 | upcoming new error code | Daniel Stenberg | |
2006-01-04 | Andres Garcia made the TFTP test server build with mingw. | Daniel Stenberg | |
2006-01-04 | not much recent stuff, but still I had this modified locally | Daniel Stenberg | |
2006-01-03 | Added remake of the arpa/tftp.h file to make the TFTP server build on systems | Daniel Stenberg | |
without the real header file. | |||
2006-01-03 | killed trailing whitespace | Daniel Stenberg | |
2006-01-03 | Andres Garcia made the TFTP test server build with mingw ("I also had to copy | Daniel Stenberg | |
the 'tftp.h' file from a linux box, since it doesn't come with mingw.") | |||
2006-01-03 | CURLOPT_PROGRESSFUNCTION is really not a good idea when using the multi | Daniel Stenberg | |
interface | |||
2006-01-03 | fixed the prototype | Daniel Stenberg | |
2006-01-03 | modified to hush compiler warnings | Daniel Stenberg | |
2006-01-02 | Removed inaccurate comment for upcoming curl_multi_socket() and family. | Daniel Stenberg | |
Modified the callback proto used for it. | |||
2006-01-02 | minor edits | Daniel Stenberg | |
2006-01-02 | Initial description of the upcoming curl_multi_timeout() function | Daniel Stenberg | |
2006-01-02 | I removed the timeout argument from the socket callback and did some other | Daniel Stenberg | |
cleanups of this man page. The lengthy description has now also been removed from curl/multi.h since it immediately got tedious to maintain the info on two places when I did major updates... | |||
2006-01-02 | Include <sys/ioctl.h> before redefining ioctl(). | Gisle Vanem | |
2006-01-02 | 1. sws now supports two new "commands" and 2. if built with | Daniel Stenberg | |
CURL_SWS_FORK_ENABLED defined it forks for each new connection and thus can support any amount of connection clients (used for hiper tests and not for the standard plain curl test suite) | |||
2006-01-02 | we're working on 1.3.1 (or more) | Daniel Stenberg | |
2005-12-30 | fix questionable compare | Marty Kuhrt | |
2005-12-30 | fix questionable compare compiler error (unsigned can't be < 0) | Marty Kuhrt | |
2005-12-30 | removed defunct email address | Marty Kuhrt | |