- Aug 11, 2007
-
-
Daniel Stenberg authored
size earlier when doing HTTP downloads, so that applications and the progress meter etc know get the info earlier in the flow than before.
-
Daniel Stenberg authored
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.
-
- 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
-
Dan Fandrich authored
-
- Aug 08, 2007
-
-
Guenter Knauf authored
-
Dan Fandrich authored
countermeasures code path.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Patrick Monnerat authored
Improve "universal" alignment type in struct memdebug
-
- Aug 07, 2007
-
-
Daniel Stenberg authored
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.
-
Dan Fandrich authored
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
Patrick Monnerat authored
undef standard *printf before (re)defining them
-
Dan Fandrich authored
-
- Aug 06, 2007
-
-
Guenter Knauf authored
Peteris Krumins pointed out that MingW32 doesnt provide a batch file to set the path to the bin folder.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
some brief hints about gssapi and libssh2
-
Daniel Stenberg 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
-
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
-
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.
-
Guenter Knauf authored
-
Guenter Knauf authored
Peteris Krumins pointed out that the standard MingW32 build depends on zlib; removed that, and added another option for zlib build, and renamed all other targets to reflect zlib dependency.
-
Daniel Stenberg authored
-
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!
-