aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-13The examples don't need access to curl internal source files.Dan Fandrich
2007-07-13Colin Hogben filed bug report #1750274Daniel Stenberg
2007-07-13Daniel Cater added the mentioning of CURL_DISABLE_TFTPDaniel Stenberg
2007-07-13Daniel Cater: libcurl-errors needs updating to reflect a couple of deprecatedDaniel Stenberg
2007-07-13Daniel Cater made libcurl build with CURL_NO_OLDIES defined (which doesn'tDaniel Stenberg
2007-07-13Daniel Cater made the vc8-generating line use double-quotes to run fine onDaniel Stenberg
2007-07-12Made the krb5 code build with Heimdal's GSSAPI libDaniel Stenberg
2007-07-12Fixed some compile warnings and errors and improved portability in theDan Fandrich
2007-07-12make it compile fineDaniel Stenberg
2007-07-12fix include pathDaniel Stenberg
2007-07-12Compile most of the example apps in docs/examples when doing a 'make check'.Dan Fandrich
2007-07-12Shmulik Regev found an (albeit rare) case where the proxy CONNECT operationDaniel Stenberg
2007-07-12start the retry delay at 10 ms, double it for every failed attempt which makesDaniel Stenberg
2007-07-12the timeout was probably too short with max = 1 sec, so lets test with 5 sec.Gunter Knauf
2007-07-12added nwos.c so that it gets distributed with releases and tarballs.Gunter Knauf
2007-07-12added time loop to sockfilt.c in order to wait for SO_REUSEADDR;Gunter Knauf
2007-07-11Updated to match curl.hMarty Kuhrt
2007-07-11Made CURLOPT_SSL_VERIFYHOST set to 1 acts as described in the documentation:Daniel Stenberg
2007-07-11removed now obsolete NETDB_DEFINE_CONTEXT macro calls.Gunter Knauf
2007-07-11updated makefile to compile nwos.c.Gunter Knauf
2007-07-11added NetWare-own file to provide some init functions (for now only CLIB);Gunter Knauf
2007-07-11Added the first libcurl version to which the SSH options were added.Dan Fandrich
2007-07-11added netdb.h for NetWare CLIB since gethostname() is defined there.Gunter Knauf
2007-07-11fixed endif comment.Gunter Knauf
2007-07-11fixed endif comment.Gunter Knauf
2007-07-10Added a code coverage section using gcc and gcov.Dan Fandrich
2007-07-10Shmulik Regev:Daniel Stenberg
2007-07-10Giancarlo Formicuccia reported and fixed a problem with a closed connectionDaniel Stenberg
2007-07-10Force the time zone to GMT in the cookie tests in case the user isDan Fandrich
2007-07-10The previous commits changed the error codeJames Housley
2007-07-10* Finish moving sftp:// into a state machine so it won't block in multi modeJames Housley
2007-07-10Fixed a curl memory leak reported by Song Ma with a modified versionDan Fandrich
2007-07-10start working on 7.16.5...Daniel Stenberg
2007-07-107.16.4 prepsDaniel Stenberg
2007-07-09added better CodeWarrior detection (forgot to add with previos version).Gunter Knauf
2007-07-08added better CodeWarrior detection;Gunter Knauf
2007-07-08added better CodeWarrior detection;Gunter Knauf
2007-07-08added better CodeWarrior detection.Gunter Knauf
2007-07-07removed some obsolete include paths and defines.Gunter Knauf
2007-07-06Thomas J. Moore made it build with less warningsDaniel Stenberg
2007-07-06Gavrie Philipson's change, updated numbersDaniel Stenberg
2007-07-06add note about windows and dlls with CURLOPT_WRITEDATADaniel Stenberg
2007-07-06fixed NetWare CLIB implementation of getpass_r()Gunter Knauf
2007-07-05Gavrie Philipson provided a patch that will use a more specific errorJames Housley
2007-07-05Add -a when running torture tests now that it's supported.Dan Fandrich
2007-07-04Fix spelling error in error messageJames Housley
2007-07-04add test for gettimeofday() so that HAVE_GETTIMEOFDAY gets defined.Gunter Knauf
2007-07-04enabled ares build.Gunter Knauf
2007-07-04although the check for HAVE_STRUCT_TIMEVAL solved the redefine it is incorrec...Gunter Knauf
2007-07-04added check for sys/param.h.Gunter Knauf