Daniel Stenberg
|
550bcdd442
sendf: improve the message on client write errors
|
4 years ago |
Daniel Stenberg
|
f6c6a159f5
Revert "sendf: make failf() use the mvsnprintf() return code"
|
4 years ago |
Daniel Stenberg
|
74623551f3
sendf: make failf() use the mvsnprintf() return code
|
4 years ago |
Daniel Stenberg
|
ed35d6590e
dynbuf: introduce internal generic dynamic buffer functions
|
4 years ago |
Daniel Stenberg
|
15f51474c8
http2: make pausing/unpausing set/clear local stream window
|
4 years ago |
Daniel Stenberg
|
4a4b63daaa
socks: make the connect phase non-blocking
|
4 years ago |
Daniel Stenberg
|
1ad49feb71
global_init: assume the EINTR bit by default
|
4 years ago |
Jay Satiro
|
9c1806ae46
build: Disable Visual Studio warning "conditional expression is constant"
|
5 years ago |
Jay Satiro
|
1f6a18685e
lib: Move lib/ssh.h -> lib/vssh/ssh.h
|
5 years ago |
Taiyu Len
|
0eec832603
WRITEFUNCTION: add missing set_in_callback around callback
|
5 years ago |
Daniel Stenberg
|
2f44e94efb
pipelining: removed
|
5 years ago |
Daniel Stenberg
|
880cd5dd20
strerror: make the strerror function use local buffers
|
5 years ago |
Daniel Stenberg
|
dcd6f81025
snprintf: renamed and we now only use msnprintf()
|
6 years ago |
Daniel Gustafsson
|
c37b66aaae
infof: clearly indicate truncation
|
6 years ago |
Daniel Stenberg
|
5ae22272d1
Curl_debug: remove dead printhost code
|
6 years ago |
Marian Klymov
|
c45360d463
cppcheck: fix warnings
|
6 years ago |
Viktor Szakats
|
7e35eb7729
spelling fixes
|
6 years ago |
Daniel Stenberg
|
367689d8c9
header callback: don't chop headers into smaller pieces
|
6 years ago |
Björn Stenberg
|
b46cfbc068
TODO fixed: Detect when called from within callbacks
|
6 years ago |
Per Malmberg
|
c103cac3c8
include: get netinet/in.h before linux/tcp.h
|
7 years ago |
Alessandro Ghedini
|
979b012eeb
connect: add support for new TCP Fast Open API on Linux
|
7 years ago |
Daniel Stenberg
|
120d963a64
failf: skip the sprintf() if there are no consumers
|
7 years ago |
Daniel Stenberg
|
e5743f08e7
code style: use spaces around pluses
|
7 years ago |
Daniel Stenberg
|
6b84438d9a
code style: use spaces around equals signs
|
7 years ago |
Daniel Stenberg
|
e3ed5cb380
BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZE
|
7 years ago |
Daniel Stenberg
|
7ee52c25f3
sendf: remove use of BUFSIZE from debug data conversions
|
7 years ago |
Daniel Stenberg
|
e40e9d7f0d
buffer: use data->set.buffer_size instead of BUFSIZE
|
7 years ago |
Daniel Stenberg
|
f2fadf490f
failf: use private buffer, don't clobber receive buffer
|
7 years ago |
Daniel Stenberg
|
452203341d
pause: handle mixed types of data when paused
|
7 years ago |
klemens
|
f7df67cff0
spelling fixes
|
7 years ago |