- Aug 09, 2007
-
-
Guenter Knauf authored
fixed warning with gcc 4.x (hopefully); dynamincally imported UseAccurateCaseForPaths() for CLIB port to be stonetime-compatible (NW 3.x).
-
Guenter Knauf authored
-
- Aug 08, 2007
-
-
Guenter Knauf authored
-
Dan Fandrich authored
countermeasures code path.
-
Guenter Knauf authored
-
Patrick Monnerat authored
Improve "universal" alignment type in struct memdebug
-
- Aug 07, 2007
-
-
Dan Fandrich authored
-
Guenter Knauf authored
-
Patrick Monnerat authored
undef standard *printf before (re)defining them
-
Dan Fandrich authored
-
- Aug 05, 2007
-
-
Daniel Stenberg authored
based on his comments/suggestions.
-
- Aug 04, 2007
-
-
Guenter Knauf authored
fixed link order in case libssh2 is build with zlib.
-
Daniel Stenberg authored
non-ASCII systems.
-
Dan Fandrich authored
-
- Aug 03, 2007
-
-
Dan Fandrich authored
it into a few new functions. Fixed a few leaks in out of memory conditions, including for test case 231.
-
Guenter Knauf authored
-
James Housley authored
-
James Housley authored
LIBSSH2_APINO
-
Guenter Knauf authored
changed 'rm -f' to 'del /f' so it works without GnuUtils as Peteris Krumins pointed out; changed to use latest external libs.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
release the next curl until there is a libssh2 0.16 released.
-
- Aug 02, 2007
-
-
Daniel Stenberg authored
(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.
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
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!
-
Daniel Stenberg authored
was set, this should make it work for all cases!
-
- Aug 01, 2007
-
-
Daniel Stenberg authored
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.
-
Daniel Stenberg authored
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)
-
- Jul 30, 2007
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Jul 29, 2007
-
-
http://curl.haxx.se/bug/view.cgi?id=1759542Daniel Stenberg authored
of a socket after it has been closed, when the FTP-SSL data connection is taken down.
-
- Jul 27, 2007
-
-
Daniel Stenberg authored
-
- Jul 24, 2007
-
-
Dan Fandrich authored
-
- Jul 23, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
support for the OS/400 Secure Sockets Layer library
-
Dan Fandrich authored
some few internal identifiers to avoid conflicts, which could be useful on other platforms.
-
- Jul 22, 2007
-
-
Daniel Stenberg authored
-
- Jul 21, 2007
-
-
Dan Fandrich authored
-
- Jul 20, 2007
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1757328) and submitted a patch. It turns out we broke login to FTP servers that don't require (nor understand) PASS after the USER command
-