Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2007-07-01 | mention the old name | Daniel Stenberg | |
2007-07-01 | Thomas J. Moore provided a patch that introduces Kerberos5 support in | Daniel Stenberg | |
libcurl. This also makes the options change name to --krb (from --krb4) and CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still | |||
2007-07-01 | updated NetWare docu. | Gunter Knauf | |
2007-06-27 | James Bursa's improvement | Daniel Stenberg | |
2007-06-27 | fix little flaw that could make the transfer loop end prematurely | Daniel Stenberg | |
2007-06-27 | Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMS | James Housley | |
and CURLOPT_NEW_DIRECTORY_PERMS. These control the premissions for files and directories created on the remote server. CURLOPT_NEW_FILE_PERMS defaults to 0644 and CURLOPT_NEW_DIRECTORY_PERMS defaults to 0755 | |||
2007-06-26 | add an FTP rename example to 3.7 | Daniel Stenberg | |
2007-06-18 | 44. --ftp-method nocwd does not handle URLs ending with a slash properly (it | Daniel Stenberg | |
should list the contents of that directory). See test case 351. | |||
2007-06-18 | Daniel Johnson reported the tests now run fine on OS X! | Daniel Stenberg | |
2007-06-13 | Update documentation to reflect SFTP's ability to create directories on | James Housley | |
upload. Some text provieded by Tom Regner | |||
2007-06-11 | Daniel Black's clarfication about the NTLM support | Daniel Stenberg | |
2007-06-07 | bug #1720605, There seems to be a problem when connecting to the Microsoft ↵ | Daniel Stenberg | |
telnet server | |||
2007-05-30 | Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for setting | Daniel Stenberg | |
the maximum size of the connection cache maximum size of the multi handle. | |||
2007-05-26 | Clarify a bit about the fact that easy handles remain in the multi stack when | Daniel Stenberg | |
transfers are done and need to be removed and closed or re-added. |