Commit History

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