Daniel Stenberg
|
894f6ec730
telnet: fix option parser to not send uninitialized contents
|
3 years ago |
Daniel Stenberg
|
e7416cfd2b
infof: remove newline from format strings, always append it
|
3 years ago |
Daniel Stenberg
|
6793332eba
CURLE_SETOPT_OPTION_SYNTAX: new error name for wrong setopt syntax
|
3 years ago |
Harry Sintonen
|
39ce47f219
telnet: check sscanf() for correct number of matches
|
3 years ago |
Daniel Stenberg
|
0c55fbab45
conn: add 'attach' to protocol handler, make libssh2 use it
|
3 years ago |
Erik Olsson
|
0a5827571f
lib: save a bit of space with some structure packing
|
3 years ago |
Daniel Stenberg
|
a304051620
lib: more conn->data cleanups
|
3 years ago |
Daniel Stenberg
|
215db086e0
lib: pass in 'struct Curl_easy *' to most functions
|
3 years ago |
Emil Engler
|
725ec470e2
language: s/behaviour/behavior/g
|
3 years ago |
Daniel Stenberg
|
a95a6ce6b8
urldata: remove 'void *protop' and create the union 'p'
|
4 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Daniel Stenberg
|
6434a73984
Curl_handler: add 'family' to each protocol
|
4 years ago |
Marc Hoersken
|
8bdc4f8aee
telnet.c: depend on static requirement of WinSock version 2
|
4 years ago |
Daniel Stenberg
|
0f55269aff
copyright: update mismatched copyright years
|
4 years ago |
Marc Hoersken
|
3186f50054
timeouts: move ms timeouts to timediff_t from int and long
|
4 years ago |
Jay Satiro
|
9c1806ae46
build: Disable Visual Studio warning "conditional expression is constant"
|
5 years ago |
Daniel Stenberg
|
65eb65fde6
urldata: simplify bytecounters
|
5 years ago |
Daniel Stenberg
|
dcd6f81025
snprintf: renamed and we now only use msnprintf()
|
6 years ago |
Marcel Raad
|
15ed9f87e3
curl-compilers: enable -Wimplicit-fallthrough=4 for GCC
|
6 years ago |
Marcel Raad
|
25d2a1bae7
Silence GCC 8 cast-function-type warnings
|
6 years ago |
Rikard Falkeborn
|
489ac01756
telnet: Remove unused macros TELOPTS and TELCMDS
|
6 years ago |
Gisle Vanem
|
ab4cf99694
telnet: fix clang warnings
|
6 years ago |
Marian Klymov
|
c45360d463
cppcheck: fix warnings
|
6 years ago |
Viktor Szakats
|
4bd91bc474
spelling fixes
|
6 years ago |
Rikard Falkeborn
|
8ea5d41fe0
strictness: correct {infof, failf} format specifiers
|
6 years ago |
Daniel Stenberg
|
cb529b713f
checksrc: make sure sizeof() is used *with* parentheses
|
6 years ago |
Daniel Gustafsson
|
2f13e3d23d
checksrc: force indentation of lines after an else
|
6 years ago |
Viktor Szakats
|
7e35eb7729
spelling fixes
|
6 years ago |
Daniel Stenberg
|
5d543fe906
time: rename Curl_tvnow to Curl_now
|
7 years ago |
Daniel Stenberg
|
b9d25f9a6b
timediff: return timediff_t from the time diff functions
|
7 years ago |