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-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
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
[next]