Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-02 | known bug #46: chunked-encoded CONNECT responses from a http proxy now works. | Daniel Stenberg | |
Added test case 1008 to verify. Note that #47 is still there. | |||
2007-10-02 | document --post301, based on the phrasing in curl_easy_setopt.3 for | Daniel Stenberg | |
CURLOPT_POST301 written by Philip Langdale | |||
2007-10-02 | CURLOPT_POST301 section, added by Philip Langdale | Daniel Stenberg | |
2007-09-25 | a new Lua binding and I shortened the wording on several bindings by cutting | Daniel Stenberg | |
out "written" | |||
2007-09-24 | Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handle | Daniel Stenberg | |
URLs ending with a slash properly (it should list the contents of that directory). Test case 351 brought back and also test 1010 was added. | |||
2007-09-24 | Bad use of "its" replaceed with a rephrase. I noticed this flaw thanks to the | Daniel Stenberg | |
Debian bug report http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443734 | |||
2007-09-21 | --proxy-negotiate is added in 7.17.1 | Daniel Stenberg | |
2007-09-21 | Mark Davies fixed Negotiate authentication over proxy, and also introduced | Daniel Stenberg | |
the --proxy-negotiate command line option to allow a user to explicitly select it. | |||
2007-09-20 | reformatted to be similar to the FAQ to make it look nicer on the site: | Daniel Stenberg | |
http://curl.haxx.se/docs/contribute.html | |||
2007-09-20 | Achint Mehta pointed out this dead link | Daniel Stenberg | |
2007-09-20 | the winsock stuff is made by curl_global_init | Daniel Stenberg | |
2007-09-20 | fix bad link | Daniel Stenberg | |
2007-09-18 | Rob Crittenden provided an NSS update with the following highlights: | Daniel Stenberg | |
o It looks for the NSS database first in the environment variable SSL_DIR, then in /etc/pki/nssdb, then it initializes with no database if neither of those exist. o If the NSS PKCS#11 libnspsem.so driver is available then PEM files may be loaded, including the ca-bundle. If it is not available then only certificates already in the NSS database are used. o Tries to detect whether a file or nickname is being passed in so the right thing is done o Added a bit of code to make the output more like the OpenSSL module, including displaying the certificate information when connecting in verbose mode o Improved handling of certificate errors (expired, untrusted, etc) The libnsspem.so PKCS#11 module is currently only available in Fedora 8/rawhide. Work will be done soon to upstream it. The NSS module will work with or without it, all that changes is the source of the certificates and keys. | |||
2007-09-18 | mention the prefered source code line length to be less than 80 columns | Daniel Stenberg | |
2007-09-13 | Compile samples with -DCURL_NO_OLDIES | Dan Fandrich | |
2007-09-13 | Remove remaining traces of ftp3rdparty.c and mention htmltidy.c | Dan Fandrich | |
2007-09-13 | added some further stuff from the feature-requests tracker, and a bunch of URLs | Daniel Stenberg | |
to the specific tracker entries | |||
2007-09-09 | A brand new binding for SP-Forth was written | Daniel Stenberg | |
2007-09-06 | two new CONNECT response problems that have appeared | Daniel Stenberg | |
2007-09-05 | Minor updates | Dan Fandrich | |
2007-09-03 | added some comments for MingW32 builds. | Gunter Knauf | |
2007-09-01 | bash is not required when compiling under Minix | Dan Fandrich | |
2007-08-31 | Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED. | Dan Fandrich | |
Renamed the curl_ftpssl enum to curl_usessl and its enumerated constants, creating macros for backward compatibility. | |||
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich | |
and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3) | |||
2007-08-23 | Mention OS/400 and TPF | Dan Fandrich | |
2007-08-23 | --libcurl does not support -F | Daniel Stenberg | |
2007-08-22 | 1) the talk about strings used by libcurl doesn't apply to libcurl >= 7.17.0 | Daniel Stenberg | |
2) added nroff header | |||
2007-08-17 | ignore all the binaries and the .deps and .libs | Daniel Stenberg | |
2007-08-17 | NEXT soname bump | Daniel Stenberg | |
* #undef CURL_FTP_HTTPSTYLE_HEAD in lib/ftp.c to remove the HTTP-style headers from being output in NOBODY requests over ftp | |||
2007-08-14 | LDAP is no longer excluded on Minix. | Dan Fandrich | |
2007-08-14 | updated NetWare docu about recent LDAP changes. | Gunter Knauf | |
2007-08-14 | the curl_multi_handle_control() idea | Daniel Stenberg | |
2007-08-11 | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg | |
the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case. | |||
2007-08-07 | Usage of the BCURLOPT_PROGRESSFUNCTION callback is not recommended when using | Daniel Stenberg | |
the multi interface, but having the comment in here caused more questions than we fixed problems so I remove it now. It still works fine. | |||
2007-08-07 | add URL to more "generated public config.h" details | Daniel Stenberg | |
2007-08-06 | Peteris Krumins pointed out that MingW32 doesnt provide a batch file to set ↵ | Gunter Knauf | |
the path to the bin folder. | |||
2007-08-06 | ontributors from the 7.16.4 release notes and a removed duplicate | Daniel Stenberg | |
2007-08-06 | removed the rsaglue hint since it doesn't apply to modern OpenSSL, and added | Daniel Stenberg | |
some brief hints about gssapi and libssh2 | |||
2007-08-06 | we now support GSS/Kerberos 5 for ftp file transfers! | Daniel Stenberg | |
2007-08-03 | Peteris Krumins pointed out some MingW32 related build issues. | Gunter Knauf | |
2007-08-02 | clarify that setting POSTFIELDS to NULL or "" is not enough to make a zero byte | Daniel Stenberg | |
POST | |||
2007-08-01 | Patrick Monnerat and I modified libcurl so that now it *copies* all strings | Daniel Stenberg | |
passed to it with curl_easy_setopt()! Previously it has always just refered to the data, forcing the user to keep the data around until libcurl is done with it. That is now history and libcurl will instead clone the given strings and keep private copies. | |||
2007-07-30 | users should use the CURLMOPT_TIMERFUNCTION rather than curl_multi_timeout | Daniel Stenberg | |
when using the socket API | |||
2007-07-30 | less blocking these days | Daniel Stenberg | |
2007-07-30 | updated based on suggestion from Jeff Pohlmeyer | Daniel Stenberg | |
2007-07-29 | Added "4.15 FTPS doesn't work" and updated a few other sections slightly | Daniel Stenberg | |
2007-07-20 | Document pwd as an sftp quote command for curl(1), and show it as | Dan Fandrich | |
lower case for consistency since sftp commands are case insensitive. | |||
2007-07-19 | minor addition, re-count of the number of lines of code | Daniel Stenberg | |
2007-07-18 | SFTP also supports PWD | James Housley | |
2007-07-18 | Added the list of sftp quote commands. | Dan Fandrich | |