Age | Commit message (Expand) | Author |
2007-07-30 | Patrick Monnerat restored qssl successful compilation and loading | Daniel Stenberg |
2007-07-30 | Properly set USE_SSL on OS/400 | Dan Fandrich |
2007-07-30 | Fixed compiler warning on non-SSL builds | Dan Fandrich |
2007-07-29 | Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad use | Daniel Stenberg |
2007-07-27 | added missing part for the qsossl support | Daniel Stenberg |
2007-07-24 | Removed unused variable. | Dan Fandrich |
2007-07-23 | #if that should be #ifdef | Daniel Stenberg |
2007-07-23 | Implemented the parts of Patrick Monnerat's OS/400 patch that introduces | Daniel Stenberg |
2007-07-23 | Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed | Dan Fandrich |
2007-07-22 | HTTP Digest auth fix on a re-used connection | Daniel Stenberg |
2007-07-21 | Make the pointers of a few static const arrays const, too, for safety. | Dan Fandrich |
2007-07-20 | Ralf S. Engelschall filed bug report #1757328 | Daniel Stenberg |
2007-07-20 | Fix a loop with PWD | James Housley |
2007-07-20 | Made some const arrays static to avoid unnecessary stack usage. | Dan Fandrich |
2007-07-18 | As has been pointed out, err_msg should not be freed here. The actual | James Housley |
2007-07-17 | Jofell Gallardo posted a libcurl log using FTP that exposed a bug which made | Daniel Stenberg |
2007-07-15 | make users use the latest OpenSSL and Zlib libraries; | Gunter Knauf |
2007-07-14 | for now unless we do better fixed LIBSSH2_APINO compares to use long constants. | Gunter Knauf |
2007-07-13 | Colin Hogben filed bug report #1750274 | Daniel Stenberg |
2007-07-13 | Daniel Cater made libcurl build with CURL_NO_OLDIES defined (which doesn't | Daniel Stenberg |
2007-07-12 | Made the krb5 code build with Heimdal's GSSAPI lib | Daniel Stenberg |
2007-07-12 | Shmulik Regev found an (albeit rare) case where the proxy CONNECT operation | Daniel Stenberg |
2007-07-12 | added nwos.c so that it gets distributed with releases and tarballs. | Gunter Knauf |
2007-07-11 | Made CURLOPT_SSL_VERIFYHOST set to 1 acts as described in the documentation: | Daniel Stenberg |
2007-07-11 | removed now obsolete NETDB_DEFINE_CONTEXT macro calls. | Gunter Knauf |
2007-07-11 | updated makefile to compile nwos.c. | Gunter Knauf |
2007-07-11 | added NetWare-own file to provide some init functions (for now only CLIB); | Gunter Knauf |
2007-07-11 | added netdb.h for NetWare CLIB since gethostname() is defined there. | Gunter Knauf |
2007-07-11 | fixed endif comment. | Gunter Knauf |
2007-07-11 | fixed endif comment. | Gunter Knauf |
2007-07-10 | Shmulik Regev: | Daniel Stenberg |
2007-07-10 | Giancarlo Formicuccia reported and fixed a problem with a closed connection | Daniel Stenberg |
2007-07-10 | * Finish moving sftp:// into a state machine so it won't block in multi mode | James Housley |
2007-07-10 | 7.16.4 preps | Daniel Stenberg |
2007-07-09 | added better CodeWarrior detection (forgot to add with previos version). | Gunter Knauf |
2007-07-08 | added better CodeWarrior detection; | Gunter Knauf |
2007-07-07 | removed some obsolete include paths and defines. | Gunter Knauf |
2007-07-06 | Thomas J. Moore made it build with less warnings | Daniel Stenberg |
2007-07-05 | Gavrie Philipson provided a patch that will use a more specific error | James Housley |
2007-07-04 | Fix spelling error in error message | James Housley |
2007-07-04 | enabled ares build. | Gunter Knauf |
2007-07-03 | fixed rule to build libcares when needed. | Gunter Knauf |
2007-07-02 | some more makefile tweaks and hacks to deal with both lib architectures. | Gunter Knauf |
2007-07-01 | Thomas J. Moore provided a patch that introduces Kerberos5 support in | Daniel Stenberg |
2007-07-01 | Song Ma helped me verify and extend a fix for doing FTP over a SOCKS4/5 proxy | Daniel Stenberg |
2007-07-01 | changed RECV_* / SEND_* defines to correctly reflect NetWare APIs; | Gunter Knauf |
2007-07-01 | disabled 64bit type for CLIB build which removes compiler runtime dependency. | Gunter Knauf |
2007-07-01 | added lib architecture to NLM description. | Gunter Knauf |
2007-06-30 | added HAVE_SYS_IOCTL_H define; added gcc runtime. | Gunter Knauf |
2007-06-30 | moved includes to setup.h so that the project headers also pick them up (elem... | Gunter Knauf |