aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-07-12Shmulik Regev found an (albeit rare) case where the proxy CONNECT operationDaniel Stenberg
2007-07-12added nwos.c so that it gets distributed with releases and tarballs.Gunter Knauf
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 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-10Shmulik Regev:Daniel Stenberg
2007-07-10Giancarlo Formicuccia reported and fixed a problem with a closed connectionDaniel Stenberg
2007-07-10* Finish moving sftp:// into a state machine so it won't block in multi modeJames Housley
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-07removed some obsolete include paths and defines.Gunter Knauf
2007-07-06Thomas J. Moore made it build with less warningsDaniel Stenberg
2007-07-05Gavrie Philipson provided a patch that will use a more specific errorJames Housley
2007-07-04Fix spelling error in error messageJames Housley
2007-07-04enabled ares build.Gunter Knauf
2007-07-03fixed rule to build libcares when needed.Gunter Knauf
2007-07-02some more makefile tweaks and hacks to deal with both lib architectures.Gunter Knauf
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
2007-07-01added lib architecture to NLM description.Gunter Knauf
2007-06-30added HAVE_SYS_IOCTL_H define; added gcc runtime.Gunter Knauf
2007-06-30moved includes to setup.h so that the project headers also pick them up (elem...Gunter Knauf
2007-06-30fixed path to Metrowerks tools and runtime since they changed between compile...Gunter Knauf
2007-06-30minor patches to enable building for NetWare CLIB.Gunter Knauf
2007-06-30enabled building for NetWare CLIB architecture.Gunter Knauf
2007-06-28Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMSJames Housley
2007-06-27Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMSJames Housley
2007-06-27removed trailing spaces.Gunter Knauf
2007-06-27fixed wrong var nameGunter Knauf
2007-06-26Robert Iakobashvili re-arranged the internal hash code to work with a customDaniel Stenberg
2007-06-26The results for a list only directory should be sent to the callbackJames Housley
2007-06-26ftp_list_only mode should list all file types, not just directories.James Housley
2007-06-25gah, adding missing braces, removed silly debug output, added new debug outputDaniel Stenberg
2007-06-25Adjusted how libcurl treats HTTP 1.1 responses without content-lenth orDaniel Stenberg
2007-06-24As reported by "Tro" in http://curl.haxx.se/mail/lib-2007-06/0161.html andDaniel Stenberg
2007-06-22made debug flag settable from outside; add allways debug stuff when DB != NDEBUGGunter Knauf
2007-06-22remove annoying debug outputDaniel Stenberg
2007-06-21Gerrit Bruchhäuser pointed out a warning that the Intel(R) Thread CheckerDaniel Stenberg
2007-06-20If the creation of rsa and rsa_pub fail due to memory, don't tryJames Housley
2007-06-19Check both variables, not the same one twice. Pointed out by Colin HogbenJames Housley
2007-06-19and fix another flaw in the singlecwd case when we get ftp://site.com/, alsoDaniel Stenberg
2007-06-19extra precaution to make PATH_MAX always be definedDaniel Stenberg
2007-06-19Change rsa and rsa_pub from static arrays in ssh_conn to be dynamicallyJames Housley