Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-08 | CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This is | Daniel Stenberg | |
because I just made SCP uploads return this value if the file size of the upload file isn't given with CURLOPT_INFILESIZE*. Docs updated to reflect this news, and a define for the old name was added to the public header file. | |||
2007-05-03 | 42. Daniel Black filed bug report #1705802 where he accurately mentions that | Daniel Stenberg | |
several FTP-SSL test cases fail when we build libcurl with NSS for TLS/SSL: http://curl.haxx.se/bug/view.cgi?id=1705802 | |||
2007-05-03 | Fixed a few typos. | Dan Fandrich | |
2007-05-03 | document the new 200alias behaviour | Daniel Stenberg | |
2007-05-02 | - Jeff Pohlmeyer improved the hiperfifo.c example to use the | Daniel Stenberg | |
CURLMOPT_TIMERFUNCTION callback option. | |||
2007-04-22 | - Song Ma's warning if -r/--range is given with a "bad" range, also noted in | Daniel Stenberg | |
the man page now. | |||
2007-04-22 | clarify a bit on the follow-redirect logic and when curl switches from POST | Daniel Stenberg | |
to GET on redirect | |||
2007-04-16 | - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a | Daniel Stenberg | |
function that deprecates the curl_multi_socket() function. Using the new function the application tell libcurl what action that was found in the socket that it passes in. This gives a significant performance boost as it allows libcurl to avoid a call to poll()/select() for every call to curl_multi_socket*(). | |||
2007-04-11 | add recent contributors | Daniel Stenberg | |
2007-04-10 | blah | Daniel Stenberg | |
2007-04-10 | 41. When doing an operation over FTP that requires the ACCT command (but not | Daniel Stenberg | |
when logging in), the operation will fail since libcurl does detect this and thus fails to issue the correct command: http://curl.haxx.se/bug/view.cgi?id=1693337 | |||
2007-04-04 | Building Windows DLLs and C run-time (CRT) linkage issues | Yang Tse | |
2007-03-31 | add units to a few info | Daniel Stenberg | |
2007-03-31 | new URL for wxWidgets binding | Daniel Stenberg | |
2007-03-29 | Added a libssh2 section. | Dan Fandrich | |
2007-03-29 | Show an absolute sftp: file path to give an additional example. | Dan Fandrich | |
2007-03-25 | Added the How to get your patches into the libcurl sources instruction posted | Daniel Stenberg | |
recently | |||
2007-03-25 | addressed (replied to with comments) most out-stading release issues and moved | Daniel Stenberg | |
one over to KNOWN_BUGS | |||
2007-03-23 | Added --pubkey option to curl and made --key also work for SCP/SFTP, | Dan Fandrich | |
plus made --pass work on an SSH private key as well. | |||
2007-03-22 | -z hasn't supported "yesterday" for quite some time... | Daniel Stenberg | |
2007-03-17 | Added cvs id. Use TOPDIR variable. Updated CSOURCES. | Gisle Vanem | |
Dependencies are now put in external file depend.dj. | |||
2007-03-12 | RECV is for download | Daniel Stenberg | |
2007-03-11 | reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html | Daniel Stenberg | |
2007-03-10 | - Bryan Henderson introduces two things: | Daniel Stenberg | |
1) the progress callback gets called more frequently (at times) 2) libcurl *might* call the callback when it receives a signal | |||
2007-03-09 | Updated the test harness to check for protocol support before running each | Dan Fandrich | |
test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify their required servers and features. | |||
2007-03-01 | remove unncessary and wrong remark | Daniel Stenberg | |
2007-02-28 | clarify that -K files are expected to have one option per line | Daniel Stenberg | |
2007-02-27 | Somewhat updated, changes include: I tried to be more agnostic about the | Daniel Stenberg | |
specific SSL library that might be used, and I cut out the closepolicy stuff that we no longer support | |||
2007-02-23 | Works for me | Daniel Stenberg | |
2007-02-23 | - Added warning outputs if the command line uses more than one of the options | Daniel Stenberg | |
-v, --trace and --trace-ascii, since it could really confuse the user. Clarified this fact in the man page. | |||
2007-02-22 | setting CURLOPT_PROXY to "" explicitly disables the use of a proxy (even if | Daniel Stenberg | |
there is an environment variable set) | |||
2007-02-20 | New FTP CCC functionality - adds passive and active mode to accomodate for ↵ | Linus Nielsen Feltzing | |
different server behaviour | |||
2007-02-20 | New FTP CCC functionality - adds passive and active mode to accomodate for ↵ | Linus Nielsen Feltzing | |
different server behaviour | |||
2007-02-19 | Ian Turner fixed the libcurl.m4 macro's support for --with-libcurl. | Daniel Stenberg | |
AC_PATH_PROG was not used properly. | |||
2007-02-19 | - Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 and | Daniel Stenberg | |
5). | |||
2007-02-18 | - Jeff Pohlmeyer identified two problems: first a rather obscure problem with | Daniel Stenberg | |
the multi interface and connection re-use that could make a curl_multi_remove_handle() ruin a pointer in another handle. The second problem was less of an actual problem but more of minor quirk: the re-using of connections wasn't properly checking if the connection was marked for closure. | |||
2007-02-14 | Added --ftp-ssl-ccc issue. | Dan Fandrich | |
2007-02-12 | Rob Crittenden added support for NSS (Network Security Service) for the | Daniel Stenberg | |
SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/ | |||
2007-02-12 | - Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent | Daniel Stenberg | |
to the debug callback. - Shmulik Regev added CURLOPT_HTTP_CONTENT_DECODING and CURLOPT_HTTP_TRANSFER_DECODING that if set to zero will disable libcurl's internal decoding of content or transfer encoded content. This may be preferable in cases where you use libcurl for proxy purposes or similar. The command line tool got a --raw option to disable both at once. | |||
2007-02-11 | updated with recent info and cut out some of the more speculating parts and | Daniel Stenberg | |
instead focus on explaining on how the libs differ from each other | |||
2007-02-11 | updated | Daniel Stenberg | |
2007-02-10 | darned tab completion on a late evening... :-P | Daniel Stenberg | |
2007-02-10 | minor updates to reflect reality better | Daniel Stenberg | |
2007-02-10 | file:// transfers are blocking | Daniel Stenberg | |
2007-02-05 | - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS | Daniel Stenberg | |
and CURLOPT_CONNECTTIMEOUT_MS that, as their names should hint, do the timeouts with millisecond resolution instead. The only restriction to that is the alarm() (sometimes) used to abort name resolves as that uses full seconds. I fixed the FTP response timeout part of the patch. Internally we now count and keep the timeouts in milliseconds but it also means we multiply set timeouts with 1000. The effect of this is that no timeout can be set to more than 2^31 milliseconds (on 32 bit systems), which equals 24.86 days. We probably couldn't before either since the code did *1000 on the timeout values on several places already. | |||
2007-02-03 | some additional info | Daniel Stenberg | |
2007-01-28 | recent contributors | Daniel Stenberg | |
2007-01-27 | - David McCreedy fixed the Curl command line tool for HTTP on non-ASCII | Daniel Stenberg | |
platforms. | |||
2007-01-26 | updated mingw build instructions for libssh2. | Gunter Knauf | |
2007-01-25 | - Added the --libcurl [file] option to curl. Append this option to any | Daniel Stenberg | |
ordinary curl command line, and you will get a libcurl-using source code written to the file that does the equivalent operation of what your command line operation does! |