Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2007-06-30 | minor patches to enable building for NetWare CLIB. | Gunter Knauf | |
sent by Dmitry Mityugov. | |||
2007-06-30 | minor patches to enable building for NetWare CLIB. | Gunter Knauf | |
sent by Dmitry Mityugov. | |||
2007-06-30 | enabled building for NetWare CLIB architecture. | Gunter Knauf | |
2007-06-28 | revert previous patch since it turned out that older cp dont know this ↵ | Gunter Knauf | |
switch, argh! | |||
2007-06-28 | Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMS | James Housley | |
file.c, but the debug interface was missing. This adds the routines needed to make the memory debuging work for fdopen(). | |||
2007-06-28 | reality sync | Daniel Stenberg | |
2007-06-28 | fixed nasty cp warnings about not beeing able to preserve ownership. | Gunter Knauf | |
2007-06-27 | James Bursa's improvement | Daniel Stenberg | |
2007-06-27 | fix little flaw that could make the transfer loop end prematurely | Daniel Stenberg | |
2007-06-27 | Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMS | James Housley | |
and CURLOPT_NEW_DIRECTORY_PERMS. These control the premissions for files and directories created on the remote server. CURLOPT_NEW_FILE_PERMS defaults to 0644 and CURLOPT_NEW_DIRECTORY_PERMS defaults to 0755 | |||
2007-06-27 | removed trailing spaces. | Gunter Knauf | |
2007-06-27 | fixed wrong var name | Gunter Knauf | |
2007-06-26 | add an FTP rename example to 3.7 | Daniel Stenberg | |
2007-06-26 | Robert Iakobashvili re-arranged the internal hash code to work with a custom | Daniel Stenberg | |
hash function for different hashes, and also expanded the default size for the socket hash table used in multi handles to greatly enhance speed when very many connections are added and the socket API is used. | |||
2007-06-26 | The results for a list only directory should be sent to the callback | James Housley | |
2007-06-26 | ftp_list_only mode should list all file types, not just directories. | James Housley | |
2007-06-25 | gah, adding missing braces, removed silly debug output, added new debug output | Daniel Stenberg | |
2007-06-25 | Adjusted how libcurl treats HTTP 1.1 responses without content-lenth or | Daniel Stenberg | |
chunked encoding (that also lacks "Connection: close"). It now simply assumes that the connection WILL be closed to signal the end, as that is how RFC2616 section 4.4 point #5 says we should behave. | |||
2007-06-25 | fix the version string as well | Daniel Stenberg | |
2007-06-25 | start working towards 7.16.4 | Daniel Stenberg | |
2007-06-25 | 7.16.3 | Daniel Stenberg | |
2007-06-24 | As reported by "Tro" in http://curl.haxx.se/mail/lib-2007-06/0161.html and | Daniel Stenberg | |
http://curl.haxx.se/mail/lib-2007-06/0238.html, libcurl didn't properly do no-body requests on FTP files on re-used connections properly, or at least it didn't provide the info back in the header callback properly in the subsequent requests. | |||
2007-06-22 | added netware install target | Gunter Knauf | |
2007-06-22 | made debug flag settable from outside; add allways debug stuff when DB != NDEBUG | Gunter Knauf | |
2007-06-22 | remove annoying debug output | Daniel Stenberg | |
2007-06-21 | Gerrit Bruchhäuser pointed out a warning that the Intel(R) Thread Checker | Daniel Stenberg | |
tool reports and it was indeed a legitimate one and it is one fixed. It was a use of a share without doing the proper locking first. |