aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-31Marty Kuhrt's VMS updatesDaniel Stenberg
2007-01-30fix temp string buffer variable nameYang Tse
2007-01-30Support for OpenWatcom (Win32): It do have getpid(), but noGisle Vanem
2007-01-30start working on 7.16.2Daniel Stenberg
2007-01-30skip test on platforms on which we use select() insteadYang Tse
2007-01-29fix compiler warning "discards qualifiers from pointer target type" in debug ...Yang Tse
2007-01-29the same source file is re-used for multiple tests and I missed to add theDaniel Stenberg
2007-01-29Some compilers lacks <sys/time.h>. Include "timeval.h" to simplify the #ifdefs.Gisle Vanem
2007-01-29Use DOS line-endings.Gisle Vanem
2007-01-29release timeDaniel Stenberg
2007-01-29the user-agent fixDaniel Stenberg
2007-01-29the libtest source codes that use curlx_tv* functions MUST use theDaniel Stenberg
2007-01-29- Michael Wallner reported that when doing a CONNECT with a custom User-AgentDaniel Stenberg
2007-01-29fixed segfault when compiled with MingW32 and cmd or command shell.Gunter Knauf
2007-01-28Andreas Rieke added extra infof() for when a connection is not re-used due toDaniel Stenberg
2007-01-28silence compiler warningsDaniel Stenberg
2007-01-28enabled build with sspi.Gunter Knauf
2007-01-28enabled build with hardcoded ca-bundle path;Gunter Knauf
2007-01-28force to create ca-bunde.h even if it exists already.Gunter Knauf
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