| Commit message (Expand) | Author | Age | Files | Lines |
* | travis: add build for "configure --disable-verbose" | Daniel Stenberg | 2018-10-18 | 1 | -1/+1 |
* | Curl_debug: remove dead printhost code | Daniel Stenberg | 2018-06-12 | 1 | -2/+1 |
* | cppcheck: fix warnings | Marian Klymov | 2018-06-11 | 1 | -2/+2 |
* | header callback: don't chop headers into smaller pieces | Daniel Stenberg | 2018-02-16 | 1 | -3/+1 |
* | http_proxy: Fix proxy CONNECT hang on pending data | Jay Satiro | 2016-12-19 | 1 | -0/+2 |
* | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg | 2016-06-22 | 1 | -3/+3 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | Curl_client_write() & al.: chop long data, convert data only once. | Patrick Monnerat | 2014-12-09 | 1 | -0/+2 |
* | compile: warn on unused return code from Curl_client_write() | Daniel Stenberg | 2014-12-08 | 1 | -2/+2 |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+90 |
* | build: rename 76 lib/*.h files | Yang Tse | 2012-12-28 | 1 | -90/+0 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -1/+1 |
* | fix a bunch of MSVC compiler warnings | Yang Tse | 2011-09-03 | 1 | -3/+3 |
* | sendrecv: split the I/O handling into private handler | Howard Chu | 2010-05-07 | 1 | -7/+12 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | fix compiler warning | Yang Tse | 2010-01-25 | 1 | -5/+3 |
* | Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new | Daniel Stenberg | 2010-01-21 | 1 | -3/+5 |
* | Removed function prototype without implementation | Yang Tse | 2009-12-11 | 1 | -4/+1 |
* | made Curl_read_plain() return an 'int' instead of CURLcode since it actually | Daniel Stenberg | 2008-09-29 | 1 | -4/+4 |
* | - Made the SOCKS code use the new Curl_read_plain() function to fix the bug | Daniel Stenberg | 2008-09-22 | 1 | -0/+6 |
* | - Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy | Daniel Stenberg | 2008-06-20 | 1 | -2/+8 |
* | - Make Curl_write and it's callees accept a const pointer, in preparation | Michal Marek | 2008-05-09 | 1 | -1/+1 |
* | Reverted the const change--what was I thinking? | Dan Fandrich | 2007-10-29 | 1 | -1/+1 |
* | Made some pointers const | Dan Fandrich | 2007-10-29 | 1 | -1/+1 |
* | Platforms that lack autotools support should define HAVE_VARIADIC_MACROS_C99 | Yang Tse | 2007-03-27 | 1 | -15/+0 |
* | fix yet another leftover in previous commit | Yang Tse | 2007-03-23 | 1 | -1/+1 |
* | fix leftover in previous commit | Yang Tse | 2007-03-23 | 1 | -0/+4 |
* | fix compiler warning: empty body in an if/else-statement | Yang Tse | 2007-03-23 | 1 | -9/+24 |
* | Use C99-style variadic macros when available. | Dan Fandrich | 2007-03-22 | 1 | -5/+6 |
* | reverted back to previous version => http://curl.haxx.se/mail/lib-2007-03/025... | Yang Tse | 2007-03-21 | 1 | -0/+12 |
* | avoid the use of variadic macros for greater portability | Yang Tse | 2007-03-21 | 1 | -13/+1 |
* | Update copyright year, since the file has been modified | Yang Tse | 2006-10-27 | 1 | -1/+1 |
* | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg | 2006-09-07 | 1 | -0/+3 |
* | Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE | Daniel Stenberg | 2006-08-19 | 1 | -1/+1 |
* | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg | 2005-02-09 | 1 | -1/+1 |
* | FTP third transfer support overhaul. See CHANGES for details. | Daniel Stenberg | 2005-01-21 | 1 | -1/+2 |
* | Dan fixed the CURL_DISABLE_VERBOSE_STRINGS stuff for older gcc versions since | Daniel Stenberg | 2004-11-13 | 1 | -2/+4 |
* | Dan Fandrich added --disable-verbose | Daniel Stenberg | 2004-11-11 | 1 | -0/+10 |
* | killed trailing whitespace | Daniel Stenberg | 2004-09-30 | 1 | -5/+5 |
* | Alexander Krasnostavsky's FTP third party transfer (proxy) support | Daniel Stenberg | 2004-06-03 | 1 | -1/+1 |
* | curl_socket_t mistakes cleanup | Daniel Stenberg | 2004-03-10 | 1 | -2/+4 |
* | Use curl_socket_t instead of int for holding sockets. The typedefs and | Daniel Stenberg | 2004-03-09 | 1 | -1/+1 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | send_buffer is no more here | Daniel Stenberg | 2002-12-10 | 1 | -7/+0 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | Jean-Philippe Barrette-LaPierre provided his patch that introduces | Daniel Stenberg | 2002-04-12 | 1 | -0/+5 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | Curl_write's 5th argument now is signed | Daniel Stenberg | 2002-01-16 | 1 | -1/+1 |