Age | Commit message (Expand) | Author |
2008-12-12 | - More work with Igor Novoseltsev to first fix the remaining stuff for | Daniel Stenberg |
2008-12-12 | Make the getoff all pipelines function only set _inuse to FALSE if the | Daniel Stenberg |
2008-12-11 | - Bug report #2416182 titled "crash in ConnectionExists when using | Daniel Stenberg |
2008-12-11 | Dan F pointed out that we don't need to scan IPv6 addresses for '%'-letters | Daniel Stenberg |
2008-12-11 | - Keshav Krity found out that libcurl failed to deal with dotted IPv6 | Daniel Stenberg |
2008-12-11 | _ Use getaddrinfo/getnameinfo ascii wrappers on OS400. | Patrick Monnerat |
2008-12-10 | - Internet Explorer had a broken HTTP digest authentication before v7 and | Daniel Stenberg |
2008-12-09 | - Ken Hirsch simplified how libcurl does FTPS: now it doesn't assume any | Daniel Stenberg |
2008-12-08 | - Fred Machado posted about a weird FTP problem on the curl-users list and when | Daniel Stenberg |
2008-12-08 | - Christian Krause filed bug #2221237 | Daniel Stenberg |
2008-12-04 | Fixed the getifaddrs version of Curl_if2ip to work on systems without IPv6 | Dan Fandrich |
2008-12-03 | - Igor Novoseltsev filed bug #2351645 | Daniel Stenberg |
2008-12-03 | - Pawel Kierski pointed out a mistake in the cookie code that could lead to a | Daniel Stenberg |
2008-12-02 | explain the two *channel_inuse fields somewhat better | Daniel Stenberg |
2008-11-29 | Further adjust a libssh2 preprocessor function-symbol definition check | Yang Tse |
2008-11-29 | Adjust some libssh2 preprocessor symbol definition checks | Yang Tse |
2008-11-26 | narrow the comment to < 80 columns | Daniel Stenberg |
2008-11-24 | - Based on a patch by Vlad Grachov, libcurl now uses a new libssh2 0.19 | 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 | - 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-18 | Avoid creating garbage on an OOM error | Dan Fandrich |
2008-11-18 | Made an array static const | Dan Fandrich |
2008-11-18 | Added #include "rawstr.h" | 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 | 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-15 | based on a report by Jim Meyering, I went over and added checks for return | Daniel Stenberg |
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 | 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-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse |
2008-11-13 | - Fixed a potential data loss in Curl_client_write() when the transfer is | Michal Marek |
2008-11-13 | changed to latest libidn version. | Gunter Knauf |
2008-11-13 | changed defines to make autobuild logs display libidn usage. | Gunter Knauf |
2008-11-11 | - Rainer Canavan filed bug #2255627 | Daniel Stenberg |
2008-11-11 | updated OpenSSL version. | Gunter Knauf |
2008-11-11 | added libidn build. | Gunter Knauf |
2008-11-11 | updated coment, updated OpenSSL version. | Gunter Knauf |
2008-11-11 | added libidn build. | Gunter Knauf |
2008-11-11 | Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) | Yang Tse |
2008-11-07 | The getifaddrs() version of Curl_if2ip() crashed when used on a Linux | Dan Fandrich |
2008-11-06 | Add missing curl_addrinfo, and sort the list. | Yang Tse |
2008-11-06 | Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one | Yang Tse |
2008-11-06 | Factored out some common code into a new function output_auth_headers | Dan Fandrich |
2008-11-05 | corrected and clarified the *_SPEED_LARGE comments | Daniel Stenberg |