Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-11 | Added the first libcurl version to which the SSH options were added. | Dan Fandrich | |
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 | Added a code coverage section using gcc and gcov. | Dan Fandrich | |
2007-07-10 | Shmulik Regev: | Daniel Stenberg | |
The tiny patch below fixes a bug (that I introduced :) which happens when negotiating authentication with a proxy (probably with web servers as well) that uses chunked transfer encoding for the 407 error pages. In this case the ''ignorebody'' flag was ignored (no pun intended). | |||
2007-07-10 | Giancarlo Formicuccia reported and fixed a problem with a closed connection | Daniel Stenberg | |
to a proxy during CONNECT auth negotiation. | |||
2007-07-10 | Force the time zone to GMT in the cookie tests in case the user is | Dan Fandrich | |
using one of the so-called 'right' time zones that take into account leap seconds, which causes the tests to fail (as reported by Daniel Black in bug report #1745964). | |||
2007-07-10 | The previous commits changed the error code | James Housley | |
2007-07-10 | * Finish moving sftp:// into a state machine so it won't block in multi mode | James Housley | |
* Move scp:// into a state machine so it won't block in multi mode * When available use the full directory entry from the sftp:// server | |||
2007-07-10 | Fixed a curl memory leak reported by Song Ma with a modified version | Dan Fandrich | |
of the patch he suggested. Added his test case as test289 to verify. | |||
2007-07-10 | start working on 7.16.5... | Daniel Stenberg | |
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 | |
added defines for setlocale(). | |||
2007-07-08 | added better CodeWarrior detection; | Gunter Knauf | |
moved autounload flag so that its used for both lib architectures. | |||
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-06 | Gavrie Philipson's change, updated numbers | Daniel Stenberg | |
2007-07-06 | add note about windows and dlls with CURLOPT_WRITEDATA | Daniel Stenberg | |
2007-07-06 | fixed NetWare CLIB implementation of getpass_r() | Gunter Knauf | |
2007-07-05 | Gavrie Philipson provided a patch that will use a more specific error | James Housley | |
message for an scp:// upload failure. If libssh2 has his matching patch, then the error message return by the server will be used instead of a more generic error. | |||
2007-07-05 | Add -a when running torture tests now that it's supported. | Dan Fandrich | |
2007-07-04 | Fix spelling error in error message | James Housley | |
2007-07-04 | add test for gettimeofday() so that HAVE_GETTIMEOFDAY gets defined. | Gunter Knauf | |
2007-07-04 | enabled ares build. | Gunter Knauf | |
2007-07-04 | although the check for HAVE_STRUCT_TIMEVAL solved the redefine it is ↵ | Gunter Knauf | |
incorrect; lets see if a check for HAVE_GETTIMEOFDAY also works; if gettimeofday() is present then we can assume we have the timezone struct too. | |||
2007-07-04 | added check for sys/param.h. | Gunter Knauf | |
2007-07-03 | trial to catch problem with Daniels cross-mingw ares builds. | Gunter Knauf | |
2007-07-03 | added NetWare CLIB-own header to solve gcc warnings. | Gunter Knauf | |
2007-07-03 | few minor changes to make ares compile for NetWare CLIB architecture. | Gunter Knauf | |
2007-07-03 | fixed rule to build libcares when needed. | Gunter Knauf | |
2007-07-03 | changed to build for CLIB / LIBC. | Gunter Knauf | |
2007-07-03 | added libcares to static build if ares enabled. | Gunter Knauf | |
2007-07-02 | contributors from the 7.16.3 release notes | Daniel Stenberg | |
2007-07-02 | sync'd with lib makefile changes: use var for awk; fixed RECV* / SEND* ↵ | Gunter Knauf | |
defines; debug var can be overwritten; added better compiler path handling. | |||
2007-07-02 | some more makefile tweaks and hacks to deal with both lib architectures. | Gunter Knauf | |
2007-07-02 | Fix problem with the indenting noticed by Pavel | James Housley | |
2007-07-01 | ignore make error when trying to copy curl.pdf which isnt in CVS. | Gunter Knauf | |
2007-07-01 | mention the old name | Daniel Stenberg | |
2007-07-01 | Thomas J. Moore provided a patch that introduces Kerberos5 support in | Daniel Stenberg | |
libcurl. This also makes the options change name to --krb (from --krb4) and CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still | |||
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 | |
some more minor Makefile tidyups. | |||
2007-07-01 | disabled 64bit type for CLIB build which removes compiler runtime dependency. | Gunter Knauf | |
2007-07-01 | updated NetWare docu. | 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 ↵ | Gunter Knauf | |
(eleminate gcc warning). | |||
2007-06-30 | fixed path to Metrowerks tools and runtime since they changed between ↵ | Gunter Knauf | |
compiler versions. |