Age | Commit message (Expand) | Author |
2019-02-26 | strerror: make the strerror function use local buffers | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-11-03 | infof: clearly indicate truncation | Daniel Gustafsson |
2018-06-12 | Curl_debug: remove dead printhost code | Daniel Stenberg |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-02-23 | spelling fixes | Viktor Szakats |
2018-02-16 | header callback: don't chop headers into smaller pieces | Daniel Stenberg |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2017-12-07 | include: get netinet/in.h before linux/tcp.h | Per Malmberg |
2017-11-24 | connect: add support for new TCP Fast Open API on Linux | Alessandro Ghedini |
2017-10-04 | failf: skip the sprintf() if there are no consumers | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-05-01 | BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZE | Daniel Stenberg |
2017-05-01 | sendf: remove use of BUFSIZE from debug data conversions | Daniel Stenberg |
2017-05-01 | buffer: use data->set.buffer_size instead of BUFSIZE | Daniel Stenberg |
2017-05-01 | failf: use private buffer, don't clobber receive buffer | Daniel Stenberg |
2017-03-28 | pause: handle mixed types of data when paused | Daniel Stenberg |
2017-03-26 | spelling fixes | klemens |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2016-12-19 | Curl_recv_has_postponed_data: silence compiler warnings | Daniel Stenberg |
2016-12-19 | http_proxy: Fix proxy CONNECT hang on pending data | Jay Satiro |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-20 | sendf.c: added ability to call recv() before send() as workaround | Karlson2k |
2016-04-18 | connect: implement TCP Fast Open for Linux | Alessandro Ghedini |
2016-02-24 | Curl_read: check for activated HTTP/1 pipelining, not only requested | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-11-30 | Curl_read_plain: clean up ifdefs that break statements | Flavio Medeiros |
2015-05-18 | CURLMOPT_PIPELINE: bit 1 is for multiplexing | Daniel Stenberg |
2015-05-18 | http2: Curl_read should not use the single buffer | Daniel Stenberg |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-17 | checksrc: use space before paren in "return (expr);" | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2014-12-09 | Curl_client_write() & al.: chop long data, convert data only once. | Patrick Monnerat |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-10-03 | Curl_debug: document switch fallthroughs | Daniel Stenberg |
2014-04-23 | handler: make 'protocol' always specified as a single bit | Daniel Stenberg |
2013-12-27 | sendf.c: Fixed compilation warning from f2d234a4dd9bcc | Steve Holme |
2013-12-27 | FILE: Fixed sending of data would always return CURLE_WRITE_ERROR | Steve Holme |
2013-12-26 | FILE: we don't support paused transfers using this protocol | Daniel Stenberg |
2013-12-20 | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg |
2013-12-20 | vtls: created subdir, moved sslgen.[ch] there, updated all include lines | Daniel Stenberg |
2013-08-25 | FTP: remove krb4 support | Daniel Stenberg |
2013-03-13 | Multiple pipelines and limiting the number of connections. | Linus Nielsen Feltzing |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |