Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2007-07-16 | Fixed some more simple compile warnings in the examples. | Dan Fandrich | |
2007-07-16 | 45. libcurl built to support ipv6 uses getaddrinfo() to resolve host names. | Daniel Stenberg | |
getaddrinfo() sorts the response list which effectively kills how libcurl deals with round-robin DNS entries. All details: http://curl.haxx.se/mail/lib-2007-07/0168.html initial suggested function to use for randomizing the response: http://curl.haxx.se/mail/lib-2007-07/0178.html | |||
2007-07-13 | The examples don't need access to curl internal source files. | Dan Fandrich | |
2007-07-13 | Daniel Cater added the mentioning of CURL_DISABLE_TFTP | Daniel Stenberg | |
2007-07-13 | Daniel Cater: libcurl-errors needs updating to reflect a couple of deprecated | Daniel Stenberg | |
error codes | |||
2007-07-12 | Fixed some compile warnings and errors and improved portability in the | Dan Fandrich | |
examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer. | |||
2007-07-12 | make it compile fine | Daniel Stenberg | |
2007-07-12 | fix include path | Daniel Stenberg | |
2007-07-12 | Compile most of the example apps in docs/examples when doing a 'make check'. | Dan Fandrich | |
2007-07-11 | Added the first libcurl version to which the SSH options were added. | Dan Fandrich | |
2007-07-06 | add note about windows and dlls with CURLOPT_WRITEDATA | Daniel Stenberg | |
2007-07-02 | contributors from the 7.16.3 release notes | Daniel Stenberg | |
2007-07-02 | Fix problem with the indenting noticed by Pavel | James Housley | |