aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-07-03trial to catch problem with Daniels cross-mingw ares builds.Gunter Knauf
2007-07-03added NetWare CLIB-own header to solve gcc warnings.Gunter Knauf
2007-07-03few minor changes to make ares compile for NetWare CLIB architecture.Gunter Knauf
2007-07-03fixed rule to build libcares when needed.Gunter Knauf
2007-07-03changed to build for CLIB / LIBC.Gunter Knauf
2007-07-03added libcares to static build if ares enabled.Gunter Knauf
2007-07-02contributors from the 7.16.3 release notesDaniel Stenberg
2007-07-02sync'd with lib makefile changes: use var for awk; fixed RECV* / SEND* define...Gunter Knauf
2007-07-02some more makefile tweaks and hacks to deal with both lib architectures.Gunter Knauf
2007-07-02Fix problem with the indenting noticed by PavelJames Housley
2007-07-01ignore make error when trying to copy curl.pdf which isnt in CVS.Gunter Knauf
2007-07-01mention the old nameDaniel Stenberg
2007-07-01Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg
2007-07-01Song Ma helped me verify and extend a fix for doing FTP over a SOCKS4/5 proxyDaniel Stenberg
2007-07-01changed RECV_* / SEND_* defines to correctly reflect NetWare APIs;Gunter Knauf
2007-07-01disabled 64bit type for CLIB build which removes compiler runtime dependency.Gunter Knauf