Sergey Markelov
|
98543fc2cf
multi: remove total timer reset in file_do() while fetching file://
|
9 months ago |
Daniel Stenberg
|
693cd16793
http_proxy: a blank CURLOPT_USERAGENT should not be used in CONNECT
|
9 months ago |
Daniel Stenberg
|
dd0f680fc0
sectransp: do verify_cert without memdup for blobs
|
9 months ago |
Daniel Stenberg
|
24ae4a07f3
hsts: remove assert for zero length domain
|
9 months ago |
Daniel Stenberg
|
a9e128d569
headers: make sure the trailing newline is not stored
|
9 months ago |
Daniel Stenberg
|
77c3c1a8fb
curl_easy_header.3: tiny language fix
|
10 months ago |
Daniel Stenberg
|
5d75bcd2ea
examples/range.c: add
|
10 months ago |
Daniel Stenberg
|
1404bcdeae
examples/netrc.c: add
|
10 months ago |
Daniel Stenberg
|
dd09f88f13
examples/ipv6.c: new example showing IPv6-only internet transfer
|
10 months ago |
Daniel Stenberg
|
ebbc6243d7
examples/address-scope.c: renamed from ipv6.c
|
10 months ago |
Stefan Eissing
|
48d86999af
multi: pollset adjust, init with FIRSTSOCKET during connect
|
10 months ago |
Daniel Stenberg
|
6d9bf0db7e
WEBSOCKET.md: remove dead link
|
10 months ago |
Daniel Stenberg
|
e2fbe56610
CI: spellcheck/appveyor: invoke configure --without-libpsl
|
10 months ago |
Daniel Stenberg
|
89bb115e4a
cmdline/docs/*.d: switch to using ## instead of .IP
|
10 months ago |
Daniel Stenberg
|
a859e29a60
gen.pl: support ## for doing .IP in table-like lists
|
10 months ago |
Jay Satiro
|
0ad13e0618
cookie.d: Document use of empty string to enable cookie engine
|
10 months ago |
Daniel Stenberg
|
ac4dbc9cb5
setopt: use memdup0 when cloning COPYPOSTFIELDS
|
10 months ago |
Daniel Stenberg
|
2959f45b7d
telnet: use dynbuf instad of malloc for escape buffer
|
10 months ago |
Daniel Stenberg
|
d18811b52b
CI: install libpsl or configure --without-libpsl in builds
|
10 months ago |
Daniel Stenberg
|
2998874bb6
configure: make libpsl detection failure cause error
|
10 months ago |
Daniel Stenberg
|
912d80c680
RELEASE-NOTES: synced
|
10 months ago |
Daniel Stenberg
|
a3abc81a48
pop3: replace calloc + memcpy with memdup0
|
10 months ago |
Daniel Stenberg
|
cfe7902111
lib: add debug log outputs for CURLE_BAD_FUNCTION_ARGUMENT
|
10 months ago |
Daniel Stenberg
|
8e0323b4b5
mime: use memdup0 instead of malloc + memcpy
|
10 months ago |
Daniel Stenberg
|
fb414370ac
tool_getparam: move the --rate logic into set_rate()
|
10 months ago |
Daniel Stenberg
|
9e4e527735
tool_getparam: switch to an enum for every option
|
10 months ago |
Daniel Stenberg
|
1f4433dad4
tool_getparam: build post data using dynbuf (more)
|
10 months ago |
Daniel Stenberg
|
1dba44b2f1
tool_getparam: replace malloc + copy by dynbuf for --data
|
10 months ago |
Daniel Stenberg
|
f37840a46e
tool_getparam: make data_urlencode avoid direct malloc
|
10 months ago |
Daniel Stenberg
|
3870d03b5d
tool_getparam: move the --url-query logic into url_query()
|
10 months ago |