Age | Commit message (Expand) | Author |
2017-09-11 | Curl_checkheaders: make it available for IMAP and SMTP too | Daniel Stenberg |
2017-09-05 | mime: unified to use the typedef'd mime structs everywhere | Daniel Stenberg |
2017-09-02 | mime: new MIME API. | Patrick Monnerat |
2017-08-15 | progress: Track total times following redirects | Ryan Winograd |
2017-08-13 | redirect: skip URL encoding for host names | Salah-Eddin Shaban |
2017-07-03 | url: make the original string get used on subsequent transfers | Daniel Stenberg |
2017-05-30 | transfer: init the infilesize from the postfields... | Daniel Stenberg |
2017-05-23 | redirect: store the "would redirect to" URL when max redirs is reached | Daniel Stenberg |
2017-05-10 | multi: use a fixed array of timers instead of malloc | Daniel Stenberg |
2017-05-10 | multi: assign IDs to all timers and make each timer singleton | Daniel Stenberg |
2017-05-01 | buffer: use data->set.buffer_size instead of BUFSIZE | Daniel Stenberg |
2017-05-01 | upload: UPLOAD_BUFSIZE is now for the upload buffer | Daniel Stenberg |
2017-05-01 | transfer: fix minor buffer_size mistake | Daniel Stenberg |
2017-04-25 | transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload() | Daniel Stenberg |
2017-04-04 | llist: replace Curl_llist_alloc with Curl_llist_init | Daniel Stenberg |
2017-03-26 | spelling fixes | klemens |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2017-02-07 | transfer: only retry nobody-requests for HTTP | Markus Westerlind |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-18 | lib: fix compiler warnings after de4de4e3c7c | Marcel Raad |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-10-18 | select: switch to macros in uppercase | Daniel Stenberg |
2016-09-11 | http: refuse to pass on response body with NO_NODY was set | Daniel Stenberg |
2016-09-05 | http2: return EOF when done uploading without known size | Daniel Stenberg |
2016-09-04 | speed caps: not based on average speeds anymore | Olivier Brunel |
2016-08-11 | HTTP: retry failed HEAD requests too | Daniel Stenberg |
2016-08-04 | transfer: return without select when the read loop reached maxcount | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-05-15 | ftp: fix incorrect out-of-memory code in Curl_pretransfer | Jay Satiro |
2016-05-15 | ftp wildcard: segfault due to init only in multi_perform | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-03 | code: style updates | Daniel Stenberg |
2016-04-01 | upload: missing rewind call could make libcurl hang | Daniel Stenberg |
2016-03-30 | multi: multi_reconnect_request is the former Curl_reconnect_request | Daniel Stenberg |
2016-03-16 | transfer: Removed redundant HTTP authentication include files | Steve Holme |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2016-01-08 | http2: Ensure that http2_handle_stream_close is called | Tatsuhiro Tsujikawa |
2015-11-02 | http redirects: %-encode bytes outside of ascii range | Daniel Stenberg |
2015-10-15 | fread_func: move callback pointer from set to state struct | Daniel Stenberg |
2015-09-27 | readwrite_data: set a max number of loops | Daniel Stenberg |
2015-09-26 | FTP: fix uploading ASCII with unknown size | Daniel Stenberg |
2015-07-25 | HTTP: ignore "Content-Encoding: compress" | Michael Kaufmann |
2015-06-23 | pretransfer: init state.infilesize here, not in add_handle | Daniel Stenberg |
2015-06-10 | debug: remove http2 debug leftovers | Daniel Stenberg |
2015-05-20 | read_callback: move to SessionHandle from connectdata | Daniel Stenberg |
2015-05-19 | transfer: remove erroneous and misleading comment | Daniel Stenberg |
2015-05-19 | transfer: Replace __func__ instances with function name | Jay Satiro |
2015-05-18 | CURLMOPT_PIPELINE: bit 1 is for multiplexing | Daniel Stenberg |