index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
transfer.c
Age
Commit message (
Expand
)
Author
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
2015-05-18
http2: force "drainage" of streams
Daniel Stenberg
2015-05-18
http2: move the mem+len pair to the stream struct
Daniel Stenberg
2015-05-18
http2: more stream-oriented data, stream ID 0 is for connections
Daniel Stenberg
2015-04-07
lib/transfer.c: Remove factor of 8 from sleep time calculation
Da-Yoon Chung
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-03-17
checksrc: use space before paren in "return (expr);"
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2015-01-14
Curl_pretransfer: reset expected transfer sizes
Daniel Stenberg
2014-11-30
transfer: Code style policing
Steve Holme
2014-11-30
transfer: Fixed existing scratch buffer being checked for NULL twice
Steve Holme
2014-11-30
smtp: Fixed dot stuffing being performed when no new data read
Steve Holme
2014-11-26
smtp: Added support for the conversion of Unix newlines during mail send
Steve Holme
2014-11-03
Curl_single_getsock: fix hold/pause sock handling
Carlo Wood
2014-11-01
resume: consider a resume from [content-length] to be OK
Daniel Stenberg
2014-10-29
transfer: drop the code handling the ssl_connect_retry flag
Kamil Dudka
2014-10-24
code cleanup: we prefer 'CURLcode result'
Daniel Stenberg
2014-06-09
transfer: fix info messages when switching method on 301 and 302
Alessandro Ghedini
2014-05-22
bits.close: introduce connection close tracking
Daniel Stenberg
2014-04-26
INFILESIZE: fields in UserDefined must not be changed run-time
Daniel Stenberg
2014-04-23
handler: make 'protocol' always specified as a single bit
Daniel Stenberg
2014-03-14
chunked-encoding: provide a readable error string for chunked errors
Daniel Stenberg
2014-02-28
transfer.c: Fixed non-HTTP2 builds from commit cde0cf7c5e
Steve Holme
2014-02-28
Fix bug that HTTP/2 hangs if whole response body is read with headers
Tatsuhiro Tsujikawa
2014-02-13
transfer: make Expect: 100-continue timeout configurable.
Tiit Pikma
2014-02-06
100-continue: fix timeout condition
Remi Gacogne
2014-01-12
multi: remove MULTI_TIMEOUT_INACCURACY
Daniel Stenberg
2013-12-31
mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU
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-12-15
multi: add timer inaccuracy margin to timeout/connecttimeout
Daniel Stenberg
2013-10-07
HTTP: Output http response 304 when modified time is too old
Derek Higgins
2013-08-28
multi_socket: improved 100-continue timeout handling
Daniel Stenberg
2013-08-20
transfer: the recent sessionhandle change broke CURL_DOES_CONVERSIONS
Gisle Vanem
2013-08-12
SessionHandle: the protocol specific pointer is now a void *
Daniel Stenberg
2013-03-13
Multiple pipelines and limiting the number of connections.
Linus Nielsen Feltzing
[next]