Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-19 | ignore errors of the RM command; seems that the del command fails on W2K ↵ | Gunter Knauf | |
when the file to delete isnt found while on XP it only prints the warning but make continues.... | |||
2007-08-19 | added some comments in the makefiles about build options. | Gunter Knauf | |
2007-08-17 | - Robson Braga Araujo filed bug report #1776232 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1776232) about libcurl calling Curl_client_write(), passing on a const string that the caller may not modify and yet it does (on some platforms). | |||
2007-08-17 | Robson Braga Araujo filed bug report #1776235 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1776235) about ftp requests with NOBODY on a directory would do a "SIZE (null)" request. This is now fixed and test case 1000 was added to verify. | |||
2007-08-17 | Song Ma provided a patch that cures a problem libcurl has when doing resume | Daniel Stenberg | |
HTTP PUT using Digest authentication. Test case 5320 and 5322 were also added to verify the functionality. | |||
2007-08-16 | fixed warning about uninitialized. | Gunter Knauf | |
2007-08-16 | added basic ldaps support; for now its ifdef'd with HAVE_LDAP_SSL unless we ↵ | Gunter Knauf | |
know its fully working, and available with all LDAP SDKs. Win32 requires to have the trusted CA in local keystore - I've not found yet a way to disable the cert check. | |||
2007-08-15 | added define PORT_LDAPS. | Gunter Knauf | |
2007-08-15 | Fix a potential buffer overflow bug in lib/version.c | Patrick Monnerat | |
2007-08-15 | added ldap_msgfree() to fix memory leak. | Gunter Knauf | |
2007-08-14 | added a dependency for libcares if build with ares support; | Gunter Knauf | |
other minor makefile tweaks. | |||
2007-08-14 | only include LDAP headers if we build with LDAP support. | Gunter Knauf | |
2007-08-14 | added -lwldap32 to link libs. | Gunter Knauf | |
2007-08-14 | changed autoload dependent LDAP NLM. | Gunter Knauf | |
2007-08-14 | trial to enable LDAP support again with patched Novell headers. | Gunter Knauf | |
2007-08-14 | Andrew Wansink provided an NTLM bugfix: in the case the server sets the flag | Daniel Stenberg | |
NTLMFLAG_NEGOTIATE_UNICODE, we need to filter it off because libcurl doesn't unicode encode the strings it packs into the NTLM authenticate packet. | |||
2007-08-13 | Removed unused variable. | Dan Fandrich | |
2007-08-13 | Simplify and rename internal structure to avoid potential name clash with ↵ | Patrick Monnerat | |
LDAP header file. | |||
2007-08-12 | Fixed the LDAP_DEPRECATED #define as suggested by Daniel Johnson, and | Daniel Stenberg | |
indented some of the code to curl-style | |||
2007-08-12 | disable LDAP since we can no longer compile due to header incompatiblities. | Gunter Knauf | |
2007-08-11 | Allen Pulsifer provided a patch that makes libcurl set the expected download | Daniel Stenberg | |
size earlier when doing HTTP downloads, so that applications and the progress meter etc know get the info earlier in the flow than before. | |||
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-09 | fixed warning with gcc 4.x (hopefully); dynamincally imported ↵ | Gunter Knauf | |
UseAccurateCaseForPaths() for CLIB port to be stonetime-compatible (NW 3.x). | |||
2007-08-09 | fixed a warning which MingW gcc 4.2.1. | Gunter Knauf | |
2007-08-08 | moved ugly CLIB define to nwos.c. | Gunter Knauf | |
2007-08-08 | Song Ma noted a zlib memory leak in the illegal compressed header | Dan Fandrich | |
countermeasures code path. | |||
2007-08-08 | blocked ssize_t define for MingW32. | Gunter Knauf | |
2007-08-08 | Fix getsockname argument type | Patrick Monnerat | |
Improve "universal" alignment type in struct memdebug | |||
2007-08-07 | Fixed torture test for test 509 | Dan Fandrich | |
2007-08-07 | moved HAVE_LONGLONG from makefiles to config-win32.h. | Gunter Knauf | |
2007-08-07 | Some #if --> #ifdef | Patrick Monnerat | |
undef standard *printf before (re)defining them | |||
2007-08-07 | Fixed some icc compiler warnings. | Dan Fandrich | |
2007-08-05 | Patrick Monnerat updated the _FORM_DEBUG-enabled code, and I updated comments | Daniel Stenberg | |
based on his comments/suggestions. | |||
2007-08-04 | changed to use libssh2 0.16; | Gunter Knauf | |
fixed link order in case libssh2 is build with zlib. | |||
2007-08-04 | Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work on | Daniel Stenberg | |
non-ASCII systems. | |||
2007-08-04 | Fixed a couple of compiler warnings. | Dan Fandrich | |
2007-08-03 | Refactored CreateConnection() somewhat to reduce its length by splitting | Dan Fandrich | |
it into a few new functions. Fixed a few leaks in out of memory conditions, including for test case 231. | |||
2007-08-03 | some more makefile fixes/changes. | Gunter Knauf | |
2007-08-03 | Start adding some expanded error conversion of libssh2 errors. | James Housley | |
2007-08-03 | The previous commit to force the use of libssh2-0.16 by removing | James Housley | |
LIBSSH2_APINO | |||
2007-08-03 | changed 'rm -f' to 'del /f' so it works without GnuUtils as Peteris Krumins ↵ | Gunter Knauf | |
pointed out; changed to use latest external libs. | |||
2007-08-03 | remove left-over partly support for libssh2 0.14 | Daniel Stenberg | |
2007-08-03 | The SSH code now only works with libssh2 0.16 or later. Thus we must not | Daniel Stenberg | |
release the next curl until there is a libssh2 0.16 released. | |||
2007-08-02 | Scott Cantor filed bug report #1766320 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1766320) pointing out that the libcurl code accessed two curl_easy_setopt() options (CURLOPT_DNS_CACHE_TIMEOUT and CURLOPT_DNS_USE_GLOBAL_CACHE) as ints even though they're documented to be passed in as longs, and that makes a difference on 64 bit architectures. | |||
2007-08-02 | Fixed a compiler warning. | Dan Fandrich | |
2007-08-02 | Patrick Monnerat's cleanup fix after my alloc-strings commit | Daniel Stenberg | |
2007-08-02 | Dmitriy Sergeyev reported a regression: resumed file:// transfers broke | Daniel Stenberg | |
after 7.16.2. This is much due to the different treatment file:// gets internally, but now I added test 231 to make it less likely to happen again without us noticing! | |||
2007-08-02 | argh, Greg Morse pointed out that the NTLM POST fix only worked if VERBOSE | Daniel Stenberg | |
was set, this should make it work for all cases! | |||
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-08-01 | Greg Morse reported a problem with POSTing using ANYAUTH to a server requiring | Daniel Stenberg | |
NTLM, and he provided test code and a test server and we worked out a bug fix. We failed to count sent body data at times, which then caused internal confusions when libcurl tried to send the rest of the data in order to maintain the same connection alive. (and then I did some minor reformatting of code in lib/http.c) |