Commit Verlauf

Autor SHA1 Nachricht Datum
  Daniel Stenberg ceda8d10ea tiny-curl: base and FreeRTOS support vor 4 Jahren
  Daniel Stenberg 3c9e021f86 Curl_easy: remember last connection by id, not by pointer vor 4 Jahren
  Stefan Yohansson 50dd05a552 transfer: move retrycount from connect struct to easy handle vor 4 Jahren
  Daniel Stenberg d75e3ab74c CURLINFO_EFFECTIVE_METHOD: added vor 4 Jahren
  Daniel Stenberg 9bfe665913 vtls: compare cert blob when finding a connection to reuse vor 4 Jahren
  Daniel Stenberg 032e838b73 terminology: call them null-terminated strings vor 4 Jahren
  Daniel Stenberg d5ed571948 url: allow user + password to contain "control codes" for HTTP(S) vor 4 Jahren
  Daniel Stenberg dc90f51065 connect: improve happy eyeballs handling vor 4 Jahren
  Daniel Stenberg e15e51384a http: move header storage to Curl_easy from connectdata vor 4 Jahren
  Daniel Stenberg d957ed4941 trailers: switch h1-trailer logic to use dynbuf vor 4 Jahren
  Daniel Stenberg 9c845be279 urldata: let the HTTP method be in the set.* struct vor 4 Jahren
  Daniel Stenberg f3d501dc67 build: disable more code/data when built without proxy support vor 4 Jahren
  Daniel Stenberg c4e6968127 url: alloc the download buffer at transfer start vor 4 Jahren
  Daniel Stenberg 155551c446 urldata: fix comments: Curl_done() is called multi_done() now vor 4 Jahren
  Daniel Stenberg 7414fb25a2 urldata: connect related booleans live in struct ConnectBits vor 4 Jahren
  Daniel Stenberg 67d2802dea hostip: on macOS avoid DoH when given a numerical IP address vor 4 Jahren
  Daniel Stenberg ad829b21ae url: accept "any length" credentials for proxy auth vor 4 Jahren
  Viktor Szakats 308c243db5 all: fix codespell errors vor 4 Jahren
  Gilles Vollant 7f40633422 setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency vor 4 Jahren
  Gilles Vollant cac5374298 setopt: support certificate options in memory with struct curl_blob vor 4 Jahren
  Daniel Stenberg 8df455479f source cleanup: remove all custom typedef structs vor 4 Jahren
  Gilles Vollant 148534db57 CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl) vor 5 Jahren
  Daniel Stenberg e0af243b61 urldata.h: remove #define HEADERSIZE, not used anymore vor 4 Jahren
  Daniel Stenberg dae126ff12 http_proxy: ported to use dynbuf instead of a static size buffer vor 4 Jahren
  Daniel Stenberg ed35d6590e dynbuf: introduce internal generic dynamic buffer functions vor 4 Jahren
  Marcel Raad 6ad062ae71 lib: clean up whitespace vor 4 Jahren
  Bjorn Stenberg 2522903b79 mqtt: add new experimental protocol vor 4 Jahren
  Johannes Schindelin 5450428491 schannel: add "best effort" revocation check option vor 4 Jahren
  Daniel Stenberg f38c7290b1 transfer: cap retries of "dead connections" to 5 vor 4 Jahren
  Daniel Stenberg dbd16c3e25 connect: happy eyeballs cleanup vor 4 Jahren