aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-28use var for awk.Gunter Knauf
2007-01-28curl_easy_reset() now resets the CA bundle path correctlyDaniel Stenberg
2007-01-28another small fix to directory listing output; disabled CURL_LIBSSH2_DEBUG.Gunter Knauf
2007-01-28recent contributorsDaniel Stenberg
2007-01-28Compiler warning fixYang Tse
2007-01-27- David McCreedy fixed the Curl command line tool for HTTP on non-ASCIIDaniel Stenberg
2007-01-27fix sftp directory listing so that it works without -v and is redirectable wi...Gunter Knauf
2007-01-27tell us what we put out here...Gunter Knauf
2007-01-27update copyright year noticeYang Tse
2007-01-27Compiler warning fixYang Tse
2007-01-27sync with lib/setup_once.hYang Tse
2007-01-27sync comment with realityYang Tse
2007-01-26remove the res file too with clean target.Gunter Knauf
2007-01-26removed CFLAGS from linking.Gunter Knauf
2007-01-26fix redefine warning when build from CVS.Gunter Knauf
2007-01-26Fixed compiler warning.Dan Fandrich
2007-01-26Remove LoadLibrary() (from my private build).Gisle Vanem
2007-01-26Free 'config->libcurl' at exit.Gisle Vanem
2007-01-26Use "%Od" instead of CURL_FORMAT_OFF_T for <curlx.h> functions.Gisle Vanem
2007-01-26Options of type CURLOPTTYPE_FUNCTIONPOINT are never printable.Gisle Vanem
2007-01-26updated mingw build instructions for libssh2.Gunter Knauf
2007-01-26added project header to lib resource file; fixed header copyright.Gunter Knauf
2007-01-26use provided resource file for exe.Gunter Knauf
2007-01-25fix compiler warnings for SSL-disabled buildsDaniel Stenberg
2007-01-25ugha, prevent a buffer overflow and allow very long strings in the generatedDaniel Stenberg
2007-01-25- Added the --libcurl [file] option to curl. Append this option to anyDaniel Stenberg
2007-01-25removed unused define.Gunter Knauf
2007-01-25set proper lib extension for non-configure mingw32 builds on Win32.Gunter Knauf
2007-01-25fixed copyright for new year.Gunter Knauf
2007-01-25added targets for libssh2 builds.Gunter Knauf
2007-01-25enabled build with libssh2.Gunter Knauf
2007-01-25fix non-SSL builds againDaniel Stenberg
2007-01-25Fixed a dangling pointer problem that prevented the http_proxy environmentDan Fandrich
2007-01-25removed not used define.Gunter Knauf
2007-01-24Only shut down SSL if the CCC command succeeded.Dan Fandrich
2007-01-24moved the SSL pending function to the proper place and nameDaniel Stenberg
2007-01-24bail out on strdup() errorsDaniel Stenberg
2007-01-23- David McCreedy did NTLM changes mainly for non-ASCII platforms:Daniel Stenberg
2007-01-23recountDaniel Stenberg
2007-01-23#79 is no problem to me (and no response on my mail)Daniel Stenberg
2007-01-23very minor indent changeDaniel Stenberg
2007-01-23Ignore XML DOCTYPEs and declarations.Dan Fandrich
2007-01-23Speed-up djgpp's stat() by avoid checking for uneeded stuff.Gisle Vanem
2007-01-23Convert (most of) the test data files into genuine XML. A handful stillDan Fandrich
2007-01-23enabled build with libssh2; fixed copyright for new year..Gunter Knauf
2007-01-18Make the test script tag parser a bit more robust.Dan Fandrich
2007-01-18Added precheck that curl supports the 'openssl' engine in test 307.Dan Fandrich
2007-01-17Fixed some tag typos in the test data files.Dan Fandrich
2007-01-17Disabled test 307 for now.Dan Fandrich
2007-01-17Supress "comparison between signed and unsigned" warning.Gisle Vanem