| Commit message (Expand) | Author | Age | Files | Lines |
* | BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZE | Daniel Stenberg | 2017-05-01 | 1 | -1/+1 |
* | sendf: remove use of BUFSIZE from debug data conversions | Daniel Stenberg | 2017-05-01 | 1 | -25/+26 |
* | buffer: use data->set.buffer_size instead of BUFSIZE | Daniel Stenberg | 2017-05-01 | 1 | -6/+5 |
* | failf: use private buffer, don't clobber receive buffer | Daniel Stenberg | 2017-05-01 | 1 | -8/+7 |
* | pause: handle mixed types of data when paused | Daniel Stenberg | 2017-03-28 | 1 | -34/+53 |
* | spelling fixes | klemens | 2017-03-26 | 1 | -2/+2 |
* | Improve code readbility | Sylvestre Ledru | 2017-03-13 | 1 | -5/+3 |
* | Curl_recv_has_postponed_data: silence compiler warnings | Daniel Stenberg | 2016-12-19 | 1 | -0/+2 |
* | http_proxy: Fix proxy CONNECT hang on pending data | Jay Satiro | 2016-12-19 | 1 | -0/+11 |
* | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg | 2016-12-13 | 1 | -3/+3 |
* | checksrc: code style: use 'char *name' style | Daniel Stenberg | 2016-11-24 | 1 | -1/+1 |
* | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg | 2016-06-22 | 1 | -9/+9 |
* | lib: include curl_printf.h as one of the last headers | Daniel Stenberg | 2016-04-29 | 1 | -2/+2 |
* | sendf.c: added ability to call recv() before send() as workaround | Karlson2k | 2016-04-20 | 1 | -1/+101 |
* | connect: implement TCP Fast Open for Linux | Alessandro Ghedini | 2016-04-18 | 1 | -2/+13 |
* | Curl_read: check for activated HTTP/1 pipelining, not only requested | Daniel Stenberg | 2016-02-24 | 1 | -2/+5 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | Curl_read_plain: clean up ifdefs that break statements | Flavio Medeiros | 2015-11-30 | 1 | -2/+4 |
* | CURLMOPT_PIPELINE: bit 1 is for multiplexing | Daniel Stenberg | 2015-05-18 | 1 | -2/+1 |
* | http2: Curl_read should not use the single buffer | Daniel Stenberg | 2015-05-18 | 1 | -1/+2 |
* | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich | 2015-03-24 | 1 | -2/+2 |
* | checksrc: use space before paren in "return (expr);" | Daniel Stenberg | 2015-03-17 | 1 | -3/+3 |
* | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg | 2015-03-03 | 1 | -5/+2 |
* | Curl_client_write() & al.: chop long data, convert data only once. | Patrick Monnerat | 2014-12-09 | 1 | -72/+97 |
* | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg | 2014-10-24 | 1 | -17/+17 |
* | Curl_debug: document switch fallthroughs | Daniel Stenberg | 2014-10-03 | 1 | -0/+2 |
* | handler: make 'protocol' always specified as a single bit | Daniel Stenberg | 2014-04-23 | 1 | -2/+2 |
* | sendf.c: Fixed compilation warning from f2d234a4dd9bcc | Steve Holme | 2013-12-27 | 1 | -3/+3 |
* | FILE: Fixed sending of data would always return CURLE_WRITE_ERROR | Steve Holme | 2013-12-27 | 1 | -10/+10 |
* | FILE: we don't support paused transfers using this protocol | Daniel Stenberg | 2013-12-26 | 1 | -2/+10 |
* | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg | 2013-12-20 | 1 | -1/+1 |
* | vtls: created subdir, moved sslgen.[ch] there, updated all include lines | Daniel Stenberg | 2013-12-20 | 1 | -1/+1 |
* | FTP: remove krb4 support | Daniel Stenberg | 2013-08-25 | 1 | -9/+1 |
* | Multiple pipelines and limiting the number of connections. | Linus Nielsen Feltzing | 2013-03-13 | 1 | -2/+1 |
* | 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/+687 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -687/+0 |
* | build: make use of 93 lib/*.c renamed files | Yang Tse | 2013-01-03 | 1 | -2/+2 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -12/+12 |
* | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse | 2012-12-14 | 1 | -9/+2 |
* | Curl_write: remove unneeded typecast | Daniel Stenberg | 2012-11-12 | 1 | -1/+1 |
* | remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORY | Yang Tse | 2011-09-26 | 1 | -11/+0 |
* | allow write callbacks to indicate OOM to libcurl | Yang Tse | 2011-09-25 | 1 | -0/+11 |
* | fix bool variables checking and assignment | Yang Tse | 2011-09-05 | 1 | -3/+3 |
* | Curl_read_plain: indent code | Daniel Stenberg | 2011-08-26 | 1 | -4/+4 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -5/+0 |
* | errno.h inclusion conditionally done in setup_once.h | Yang Tse | 2011-07-24 | 1 | -1/+0 |
* | compiler warning: fix | Yang Tse | 2011-05-21 | 1 | -1/+1 |
* | RTSP: cleanups | Daniel Stenberg | 2011-05-05 | 1 | -1/+0 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -2/+4 |