Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-26 | Brad Spencer provided changes to allow buildconf to work on OS X. | Yang Tse | |
2008-11-26 | narrow the comment to < 80 columns | Daniel Stenberg | |
2008-11-25 | Added tests 1087 and 1088 to test Basic authentication on a redirect | Dan Fandrich | |
with and without --location-trusted | |||
2008-11-25 | If a HTTP request is Basic and num is already >=1000, the HTTP test server | Dan Fandrich | |
adds 1 to num to get the data section to return. This allows testing authentication negotiations using the Basic authentication method. | |||
2008-11-25 | In preparation for the upcomming IPv6 nameservers patch, the internal | Yang Tse | |
ares_addr union is now changed into an internal struct which also holds the address family. | |||
2008-11-24 | Fully clean up after test 608 so that it can be run twice in succession. | Dan Fandrich | |
2008-11-24 | 191 - "proposed patch for curl/libssh2 bugfix" | Daniel Stenberg | |
http://curl.haxx.se/mail/archive-2008-10/0000.html Done! | |||
2008-11-24 | - Based on a patch by Vlad Grachov, libcurl now uses a new libssh2 0.19 | Daniel Stenberg | |
function when built to support SCP and SFTP that helps the library to know in which direction a particular libssh2 operation would return EAGAIN so that libcurl knows what socket conditions to wait for before trying the function call again. Previously (and still when using libssh2 0.18 or earlier), libcurl will busy-loop in this situation when the easy interface is used! | |||
2008-11-21 | Markus Koetter's adaptation of hiperfifo.c to instead use libev | Daniel Stenberg | |
2008-11-21 | restored from my messy previous commit mistake | Daniel Stenberg | |
2008-11-21 | Automatically detect OpenBSD's CA cert bundle. | Dan Fandrich | |
2008-11-20 | Make checking for struct ifreq a prerequisite for setting | Dan Fandrich | |
HAVE_IOCTL_SIOCGIFADDR since it's needed to use SIOCGIFADDR and Watcom C doesn't currently define it. | |||
2008-11-20 | use unsigned short better intead of mixing with ints to prevent compiler | Daniel Stenberg | |
warnings | |||
2008-11-20 | please the picky compilers by staying with short as the data we get is short | Daniel Stenberg | |
only | |||
2008-11-19 | 194 - remove "Pragma: no-cache" from default HTTP requests | Daniel Stenberg | |
done! | |||
2008-11-19 | - I removed the default use of "Pragma: no-cache" from libcurl when a proxy is | Daniel Stenberg | |
used. It has been used since forever but it was never a good idea to use unless explicitly asked for. | |||
2008-11-19 | Josef Wolf's extension that allows a $TESTDIR/gdbinit$testnum file that when | Daniel Stenberg | |
you use runtests.pl -g, will be sourced by gdb to allow additional fancy or whatever you see fit | |||
2008-11-19 | and now it compiles too! | Daniel Stenberg | |
2008-11-19 | I updated this example to use the modern paradigms of the socket API where | Daniel Stenberg | |
*_socket_all() and *_socket() aren't used at all but only *_socket_action() is. | |||
2008-11-19 | - Brad Spencer brought the new function ares_gethostbyname_file() which simply | Daniel Stenberg | |
resolves a host name from the given file, using the regular hosts syntax. | |||
2008-11-19 | - Christian Krause reported and fixed a memory leak that would occur with HTTP | Daniel Stenberg | |
GSS/kerberos authentication (http://curl.haxx.se/bug/view.cgi?id=2284386) | |||
2008-11-19 | - Andreas Wurf and Markus Koetter helped me analyze a problem that Andreas got | Daniel Stenberg | |
when uploading files to a single FTP server using multiple easy handle handles with the multi interface. Occasionally a handle would stall in mysterious ways. The problem turned out to be a side-effect of the ConnectionExists() function's eagerness to re-use a handle for HTTP pipelining so it would select it even if already being in use, due to an inadequate check for its chances of being used for pipelnining. | |||
2008-11-19 | user provided PATH_SEPARATOR always overrides auto-detected one | Yang Tse | |
2008-11-18 | attempting to keep lines below 80 chars | Yang Tse | |
2008-11-18 | Avoid creating garbage on an OOM error | Dan Fandrich | |
2008-11-18 | provide a common PATH_SEPARATOR check method which is required by | Yang Tse | |
upcomming work to support the broadest range of Autoconf versions | |||
2008-11-18 | Made an array static const | Dan Fandrich | |
2008-11-18 | Added #include "rawstr.h" | Dan Fandrich | |
2008-11-18 | check for gethostbyaddr and gethostbyname as it is done for other functions | Yang Tse | |
2008-11-17 | curl also builds fine for microblaze uclinux | Daniel Stenberg | |
2008-11-17 | libcurl has been built and ran on Cell OS on the Cell processor (playstation 3) | Daniel Stenberg | |
2008-11-17 | Added more compiler warning options for gcc 4.3 | Dan Fandrich | |
2008-11-17 | Display the time in verbose mode during the torture tests to help determine | Dan Fandrich | |
when the tests stall. | |||
2008-11-17 | the IP address we want/request/use from the interface is the 'local' | Yang Tse | |
address, the one on the box libcurl is running, not the 'remote' one. | |||
2008-11-17 | fix comment | Yang Tse | |
2008-11-17 | if2ip.c related preprocessor cleanup | Yang Tse | |
2008-11-17 | Make configure script check if ioctl with the SIOCGIFADDR command can be | Yang Tse | |
used, and define HAVE_IOCTL_SIOCGIFADDR if appropriate. | |||
2008-11-17 | fix leftover from previous commit | Yang Tse | |
2008-11-17 | pipelining for PUT is a good idea | Daniel Stenberg | |
2008-11-17 | Fixed an outdated mention of having keep strings around in curl_easy_setopt | Dan Fandrich | |
calls. Added a paragraph explaining that libcurl takes care of low-level protocol details. Made a few minor edits. | |||
2008-11-17 | update with my last changes | Yang Tse | |
2008-11-17 | fix inet_pton() runtime configure check | Yang Tse | |
2008-11-17 | backport fix for failures to reject certain malformed literals | Yang Tse | |
2008-11-16 | Christian Krause fixed a build failure when building with gss support | Daniel Stenberg | |
enabled and FTP disabled. | |||
2008-11-16 | fix OOM problem reported by Jim Meyering | Daniel Stenberg | |
2008-11-16 | trim down configure script size | Yang Tse | |
2008-11-15 | my recent changes | Daniel Stenberg | |
2008-11-15 | based on a report by Jim Meyering, I went over and added checks for return | Daniel Stenberg | |
codes for all calls to malloc and strdup that were missing. I also changed a few malloc(13) to use arrays on the stack and a few malloc(PATH_MAX) to instead use aprintf() to lower memory use. I also fixed a memory leak in Curl_nss_connect() when CURLOPT_ISSUERCERT is in use. | |||
2008-11-15 | Fixed an OOM condition reported by Jim Meyering | Daniel Stenberg | |
2008-11-14 | Added some more examples of options to reduce binary size. Added x86_64 Linux | Dan Fandrich | |
as a known-working environment. |