Daniel Stenberg
|
6eb60c2dc5
transfer: return without select when the read loop reached maxcount
|
8 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Jay Satiro
|
b49edf5f02
ftp: fix incorrect out-of-memory code in Curl_pretransfer
|
8 years ago |
Daniel Stenberg
|
cba9621342
ftp wildcard: segfault due to init only in multi_perform
|
8 years ago |
Daniel Stenberg
|
4f45240bc8
lib: include curl_printf.h as one of the last headers
|
8 years ago |
Daniel Stenberg
|
a71012c03e
code: style updates
|
8 years ago |
Daniel Stenberg
|
3e005a8555
upload: missing rewind call could make libcurl hang
|
8 years ago |
Daniel Stenberg
|
93935c08c1
multi: multi_reconnect_request is the former Curl_reconnect_request
|
8 years ago |
Steve Holme
|
0e18b8b107
transfer: Removed redundant HTTP authentication include files
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Tatsuhiro Tsujikawa
|
b019af41e7
http2: Ensure that http2_handle_stream_close is called
|
9 years ago |
Daniel Stenberg
|
3f7b1bb89f
http redirects: %-encode bytes outside of ascii range
|
9 years ago |
Daniel Stenberg
|
c6aedf680f
fread_func: move callback pointer from set to state struct
|
9 years ago |
Daniel Stenberg
|
790d6de485
readwrite_data: set a max number of loops
|
9 years ago |
Daniel Stenberg
|
32fc638ddf
FTP: fix uploading ASCII with unknown size
|
9 years ago |
Michael Kaufmann
|
c5d060cab4
HTTP: ignore "Content-Encoding: compress"
|
9 years ago |
Daniel Stenberg
|
903b6e0556
pretransfer: init state.infilesize here, not in add_handle
|
9 years ago |
Daniel Stenberg
|
8d0d688296
debug: remove http2 debug leftovers
|
9 years ago |
Daniel Stenberg
|
b0143a2a33
read_callback: move to SessionHandle from connectdata
|
9 years ago |
Daniel Stenberg
|
301ba7772c
transfer: remove erroneous and misleading comment
|
9 years ago |
Jay Satiro
|
dd23c49546
transfer: Replace __func__ instances with function name
|
9 years ago |
Daniel Stenberg
|
02ec1ced9b
CURLMOPT_PIPELINE: bit 1 is for multiplexing
|
9 years ago |
Daniel Stenberg
|
01e1bdb10c
http2: force "drainage" of streams
|
9 years ago |
Daniel Stenberg
|
7bbac214f5
http2: move the mem+len pair to the stream struct
|
9 years ago |
Daniel Stenberg
|
84c6b6561f
http2: more stream-oriented data, stream ID 0 is for connections
|
9 years ago |
Da-Yoon Chung
|
a9e46749b2
lib/transfer.c: Remove factor of 8 from sleep time calculation
|
9 years ago |
Dan Fandrich
|
35648f2e79
curl_memory: make curl_memory.h the second-last header file loaded
|
9 years ago |
Daniel Stenberg
|
9395999543
checksrc: use space after comma
|
9 years ago |
Daniel Stenberg
|
a6b8fe2a5f
checksrc: use space before paren in "return (expr);"
|
9 years ago |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 years ago |