aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-07-20Ralf S. Engelschall filed bug report #1757328Daniel Stenberg
2007-07-20Fix a loop with PWDJames Housley
2007-07-20Made some const arrays static to avoid unnecessary stack usage.Dan Fandrich
2007-07-18As has been pointed out, err_msg should not be freed here. The actualJames Housley
2007-07-17Jofell Gallardo posted a libcurl log using FTP that exposed a bug which madeDaniel Stenberg
2007-07-15make users use the latest OpenSSL and Zlib libraries;Gunter Knauf
2007-07-14for now unless we do better fixed LIBSSH2_APINO compares to use long constants.Gunter Knauf
2007-07-13Colin Hogben filed bug report #1750274Daniel Stenberg
2007-07-13Daniel Cater made libcurl build with CURL_NO_OLDIES defined (which doesn'tDaniel Stenberg
2007-07-12Made the krb5 code build with Heimdal's GSSAPI libDaniel Stenberg
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