Age | Commit message (Expand) | Author |
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 |
2008-11-20 | use unsigned short better intead of mixing with ints to prevent compiler | Daniel Stenberg |
2008-11-20 | please the picky compilers by staying with short as the data we get is short | Daniel Stenberg |
2008-11-19 | 194 - remove "Pragma: no-cache" from default HTTP requests | Daniel Stenberg |
2008-11-19 | - I removed the default use of "Pragma: no-cache" from libcurl when a proxy is | Daniel Stenberg |
2008-11-19 | Josef Wolf's extension that allows a $TESTDIR/gdbinit$testnum file that when | Daniel Stenberg |
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 |
2008-11-19 | - Brad Spencer brought the new function ares_gethostbyname_file() which simply | Daniel Stenberg |
2008-11-19 | - Christian Krause reported and fixed a memory leak that would occur with HTTP | Daniel Stenberg |
2008-11-19 | - Andreas Wurf and Markus Koetter helped me analyze a problem that Andreas got | Daniel Stenberg |
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 |
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 |
2008-11-17 | the IP address we want/request/use from the interface is the 'local' | Yang Tse |
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 |
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 |
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 |
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 |
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 |
2008-11-14 | Added some #ifdefs around header files and change the EAGAIN test to | Dan Fandrich |
2008-11-14 | Added .xml as one of the few common file extensions known by the multipart | Dan Fandrich |
2008-11-14 | check for NULL returns from strdup() - reported by Jim Meyering | Daniel Stenberg |
2008-11-14 | fix an OOM problem detected by Jim Meyering | Daniel Stenberg |
2008-11-14 | Remove a chunk of unused code that was #ifdef'de on defines we never set. | Daniel Stenberg |
2008-11-14 | fix typo affecting inclusion of <arpa/inet.h> in configure | Yang Tse |
2008-11-14 | #include <string.h> in the getaddrinfo() runtime check for the memset() proto... | Yang Tse |
2008-11-14 | fix symbol definition check for fcntl.h inclusion | Yang Tse |
2008-11-14 | #include <stdlib.h> in the getifaddrs() runtime check for the exit() prototype | Yang Tse |