summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg2007-08-1110-296/+79
* fixed warning with gcc 4.x (hopefully); dynamincally imported UseAccurateCase...curl-7_17_0-preldapfixGunter Knauf2007-08-091-3/+8
* fixed a warning which MingW gcc 4.2.1.Gunter Knauf2007-08-091-3/+3
* moved ugly CLIB define to nwos.c.Gunter Knauf2007-08-082-4/+3
* Song Ma noted a zlib memory leak in the illegal compressed headerDan Fandrich2007-08-081-1/+1
* blocked ssize_t define for MingW32.Gunter Knauf2007-08-081-1/+2
* Fix getsockname argument typePatrick Monnerat2007-08-082-2/+5
* Fixed torture test for test 509Dan Fandrich2007-08-071-1/+2
* moved HAVE_LONGLONG from makefiles to config-win32.h.Gunter Knauf2007-08-073-2/+7
* Some #if --> #ifdefPatrick Monnerat2007-08-072-2/+2
* Fixed some icc compiler warnings.Dan Fandrich2007-08-071-1/+1
* Patrick Monnerat updated the _FORM_DEBUG-enabled code, and I updated commentsDaniel Stenberg2007-08-051-19/+25
* changed to use libssh2 0.16;Gunter Knauf2007-08-041-10/+10
* Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work onDaniel Stenberg2007-08-042-7/+49
* Fixed a couple of compiler warnings.Dan Fandrich2007-08-041-1/+5
* Refactored CreateConnection() somewhat to reduce its length by splittingDan Fandrich2007-08-031-438/+509
* some more makefile fixes/changes.Gunter Knauf2007-08-031-10/+15
* Start adding some expanded error conversion of libssh2 errors.James Housley2007-08-031-4/+5
* The previous commit to force the use of libssh2-0.16 by removingJames Housley2007-08-032-6/+2
* changed 'rm -f' to 'del /f' so it works without GnuUtils as Peteris Krumins p...Gunter Knauf2007-08-031-3/+3
* remove left-over partly support for libssh2 0.14Daniel Stenberg2007-08-031-38/+0
* The SSH code now only works with libssh2 0.16 or later. Thus we must notDaniel Stenberg2007-08-032-1118/+14
* Scott Cantor filed bug report #1766320Daniel Stenberg2007-08-021-4/+3
* Fixed a compiler warning.Dan Fandrich2007-08-021-1/+1
* Patrick Monnerat's cleanup fix after my alloc-strings commitDaniel Stenberg2007-08-022-5/+5
* Dmitriy Sergeyev reported a regression: resumed file:// transfers brokeDaniel Stenberg2007-08-021-12/+18
* argh, Greg Morse pointed out that the NTLM POST fix only worked if VERBOSEDaniel Stenberg2007-08-021-5/+5
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-0116-206/+329
* Greg Morse reported a problem with POSTing using ANYAUTH to a server requiringDaniel Stenberg2007-08-011-9/+14
* Patrick Monnerat restored qssl successful compilation and loadingDaniel Stenberg2007-07-302-1/+13
* Properly set USE_SSL on OS/400Dan Fandrich2007-07-301-2/+2
* Fixed compiler warning on non-SSL buildsDan Fandrich2007-07-301-0/+4
* Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad useDaniel Stenberg2007-07-2910-79/+74
* added missing part for the qsossl supportDaniel Stenberg2007-07-271-0/+7
* Removed unused variable.Dan Fandrich2007-07-241-4/+1
* #if that should be #ifdefDaniel Stenberg2007-07-231-1/+1
* Implemented the parts of Patrick Monnerat's OS/400 patch that introducesDaniel Stenberg2007-07-234-14/+632
* Implemented only the parts of Patrick Monnerat's OS/400 patch that renamedDan Fandrich2007-07-238-32/+32
* HTTP Digest auth fix on a re-used connectionDaniel Stenberg2007-07-221-2/+5
* Make the pointers of a few static const arrays const, too, for safety.Dan Fandrich2007-07-212-4/+4
* Ralf S. Engelschall filed bug report #1757328Daniel Stenberg2007-07-201-1/+1
* Fix a loop with PWDJames Housley2007-07-201-0/+2
* Made some const arrays static to avoid unnecessary stack usage.Dan Fandrich2007-07-205-7/+7
* As has been pointed out, err_msg should not be freed here. The actualJames Housley2007-07-181-2/+0
* Jofell Gallardo posted a libcurl log using FTP that exposed a bug which madeDaniel Stenberg2007-07-171-1/+1
* make users use the latest OpenSSL and Zlib libraries;Gunter Knauf2007-07-151-4/+7
* for now unless we do better fixed LIBSSH2_APINO compares to use long constants.Gunter Knauf2007-07-144-46/+46
* Colin Hogben filed bug report #1750274Daniel Stenberg2007-07-131-1/+3
* Daniel Cater made libcurl build with CURL_NO_OLDIES defined (which doesn'tDaniel Stenberg2007-07-132-7/+7
* Made the krb5 code build with Heimdal's GSSAPI libDaniel Stenberg2007-07-121-1/+11