Age | Commit message (Expand) | Author |
2007-08-03 | The previous commit to force the use of libssh2-0.16 by removing | James Housley |
2007-08-01 | Patrick Monnerat and I modified libcurl so that now it *copies* all strings | Daniel Stenberg |
2007-07-23 | Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed | Dan Fandrich |
2007-07-14 | for now unless we do better fixed LIBSSH2_APINO compares to use long constants. | Gunter Knauf |
2007-07-10 | * Finish moving sftp:// into a state machine so it won't block in multi mode | 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 |
2007-06-22 | remove annoying debug output | Daniel Stenberg |
2007-05-24 | stay within 80 cols | Daniel Stenberg |
2007-05-18 | Feng Tu reported that curl -w did wrong on TFTP transfers in | Daniel Stenberg |
2007-05-02 | Anders Gustafsson remarked that requiring CURLOPT_HTTP_VERSION set to 1.0 | Daniel Stenberg |
2007-05-02 | Tobias Rundstrom reported a problem they experienced with xmms2 and recent | Daniel Stenberg |
2007-04-26 | Peter O'Gorman found a problem with SCP downloads when the downloaded file | Daniel Stenberg |
2007-04-24 | Robert Iakobashvili made the 'master_buffer' get allocated first once it is | Daniel Stenberg |
2007-04-16 | - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a | Daniel Stenberg |
2007-04-10 | Ravi Pratap provided fixes for HTTP pipelining | Daniel Stenberg |
2007-04-07 | fix compiler warning | Yang Tse |
2007-04-03 | Rob Jones fixed better #ifdef'ing for a bunch of #include lines. | Daniel Stenberg |
2007-03-31 | *** empty log message *** | Daniel Stenberg |
2007-03-30 | Pointer "conn" dereferenced before NULL check. found by coverity.com scan | Daniel Stenberg |
2007-03-26 | Internal function Curl_select() renamed to Curl_socket_ready() | Yang Tse |
2007-03-11 | reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html | Daniel Stenberg |
2007-03-10 | - Bryan Henderson introduces two things: | Daniel Stenberg |
2007-02-26 | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem |
2007-02-21 | - Ravi Pratap provided work on libcurl making pipelining more robust and | Daniel Stenberg |
2007-02-21 | curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h | Yang Tse |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse |
2007-02-12 | - Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent | Daniel Stenberg |
2007-02-06 | compiler warning fix | Yang Tse |
2007-02-05 | - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS | Daniel Stenberg |
2007-01-26 | Fixed compiler warning. | Dan Fandrich |
2007-01-24 | moved the SSL pending function to the proper place and name | Daniel Stenberg |
2007-01-16 | - Armel Asselin improved libcurl to behave a lot better when an easy handle | Daniel Stenberg |
2007-01-14 | - David McCreedy provided libcurl changes for doing HTTP communication on | Daniel Stenberg |
2007-01-13 | fixed bad variable use when getting the size which we should read when | Daniel Stenberg |
2006-12-21 | removed unused variables | Daniel Stenberg |
2006-12-21 | Robson Braga Araujo reported bug #1618359 | Daniel Stenberg |
2006-12-07 | fixed the printf formatting after I changed the type of 'excess' | Daniel Stenberg |
2006-12-06 | Sebastien Willemijns reported bug #1603712 | Daniel Stenberg |
2006-12-05 | Stefan Krause pointed out a compiler warning with a picky MSCV compiler when | Daniel Stenberg |
2006-12-01 | Toon Verwaest reported that there are servers that send the Content-Range: | Daniel Stenberg |
2006-11-27 | no need to access it with conn->data since data is already a local variable | Daniel Stenberg |
2006-11-25 | Venkat Akella found out that libcurl did not like HTTP responses that simply | Daniel Stenberg |
2006-11-25 | James Housley fixed SCP downloading by setting the maxdownload. | Daniel Stenberg |
2006-10-25 | Fixed CURLOPT_FAILONERROR to return CURLE_HTTP_RETURNED_ERROR even for the | Daniel Stenberg |
2006-10-23 | Ravi Pratap provided a major update with pipelining fixes. We also no longer | Daniel Stenberg |
2006-10-20 | Compiler warning fix | Yang Tse |
2006-10-17 | Avoid typecasting a signed char to an int when using is*() functions, as that | Daniel Stenberg |
2006-10-17 | Explicit typecast for Curl_debug() size argument | Yang Tse |
2006-10-11 | Remove redundant __CYGWIN__ symbol check | Yang Tse |