Age | Commit message (Expand) | Author |
2008-11-16 | Christian Krause fixed a build failure when building with gss support | Daniel Stenberg |
2008-11-13 | - Fixed a potential data loss in Curl_client_write() when the transfer is | Michal Marek |
2008-11-02 | Marked with TODO comments a number of problems in the Kerberos code detected | Dan Fandrich |
2008-10-22 | Changed some arrays of char* to arrays of char[] to reduce data size and | Dan Fandrich |
2008-09-30 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2008-09-29 | made Curl_read_plain() return an 'int' instead of CURLcode since it actually | Daniel Stenberg |
2008-09-22 | - Made the SOCKS code use the new Curl_read_plain() function to fix the bug | Daniel Stenberg |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse |
2008-09-05 | Use realloc when paused in Curl_client_write | Dan Fandrich |
2008-09-05 | - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By | Daniel Stenberg |
2008-09-04 | Made some variables const | Dan Fandrich |
2008-06-20 | - Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy | Daniel Stenberg |
2008-05-09 | - Make Curl_write and it's callees accept a const pointer, in preparation | Michal Marek |
2008-02-20 | - Based on initial work done by Gautam Kachroo to address a bug, we now keep | Daniel Stenberg |
2008-01-28 | this was modified this year so we bump the copyright year | Daniel Stenberg |
2008-01-21 | Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed | Daniel Stenberg |
2008-01-08 | Introducing curl_easy_pause() and new magic return codes for both the read | Daniel Stenberg |
2007-12-09 | Andrew Moise filed bug report #1847501 | Daniel Stenberg |
2007-12-08 | All static functions that were previously name Curl_* something no longer | Daniel Stenberg |
2007-11-05 | removed space after if and while before the parenthesis for better source code | Daniel Stenberg |
2007-10-29 | Reverted the const change--what was I thinking? | Dan Fandrich |
2007-10-29 | Made some pointers const | Dan Fandrich |
2007-09-27 | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich |
2007-07-23 | Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed | Dan Fandrich |
2007-07-01 | Thomas J. Moore provided a patch that introduces Kerberos5 support in | Daniel Stenberg |
2007-05-02 | spell and language fix | Daniel Stenberg |
2007-04-24 | Robert Iakobashvili made the 'master_buffer' get allocated first once it is | Daniel Stenberg |
2007-03-21 | reverted back to previous version => http://curl.haxx.se/mail/lib-2007-03/025... | Yang Tse |
2007-03-21 | avoid the use of variadic macros for greater portability | Yang Tse |
2007-02-26 | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse |
2007-02-04 | Suppress warning "'nread' might be used uninitialized in this function". | Gisle Vanem |
2007-02-02 | prefer using the (upcoming) non-blocking libssh2 API | Daniel Stenberg |
2007-01-27 | Compiler warning fix | Yang Tse |
2007-01-17 | Supress "comparison between signed and unsigned" warning. | Gisle Vanem |
2007-01-16 | restore previous addition to the amount of data that is returned | Daniel Stenberg |
2007-01-14 | - David McCreedy provided libcurl changes for doing HTTP communication on | Daniel Stenberg |
2007-01-03 | - Matt Witherspoon fixed the flaw which made libcurl 7.16.0 always store | Daniel Stenberg |
2006-12-05 | Stefan Krause pointed out a compiler warning with a picky MSCV compiler when | Daniel Stenberg |
2006-11-24 | James Housley did lots of work and introduced SFTP downloads. | Daniel Stenberg |
2006-11-11 | cleaned up Curl_write() and the sub functions it uses for various protocols. | Daniel Stenberg |
2006-11-06 | add TODO note | Yang Tse |
2006-11-02 | James Housley brought support for SCP transfers | Daniel Stenberg |
2006-10-23 | Ravi Pratap provided a major update with pipelining fixes. We also no longer | Daniel Stenberg |
2006-10-21 | Compiler warning fix | Yang Tse |
2006-10-18 | Check for USE_WINSOCK instead of WIN32 where the check was done | Yang Tse |
2006-10-17 | Explicit typecast for Curl_debug() size argument | Yang Tse |
2006-09-30 | Support for FTP third party transfers is now dropped | Daniel Stenberg |
2006-09-12 | Compiler warning fix | Yang Tse |
2006-09-07 | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg |