summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* hostip: include easy_lock.h before using GLOBAL_INIT_IS_THREADSAFEDaniel Stenberg2023-05-172-15/+4
* ssh: Add support for libssh2 read timeoutDaniel Silverstone2023-05-151-0/+10
* md(4|5): don't use deprecated iOS functionsMarcel Raad2023-05-132-6/+10
* md4: only build when usedMarcel Raad2023-05-131-2/+2
* url: fix null dispname for --connect-to optionShohei Maeda2023-05-121-5/+5
* headers: clear (possibly) lingering pointer in initDaniel Stenberg2023-05-121-0/+1
* ngtcp2: use 0.15.0Daniel Stenberg2023-05-121-20/+17
* openssl: fix indentJay Satiro2023-05-101-1/+1
* hostip: use time_t for storing oldest DNS entryDaniel Stenberg2023-05-091-6/+10
* http: free the url before storing a new copyDaniel Stenberg2023-05-091-1/+1
* libssh2: free fingerprint betterDaniel Stenberg2023-05-081-2/+1
* hostip: enforce a maximum DNS cache size independent of timeout valueDaniel Stenberg2023-05-081-11/+32
* hostip: store dns timeout as 'int'Daniel Stenberg2023-05-081-2/+2
* transfer: refuse POSTFIELDS + RESUME_FROM comboDaniel Stenberg2023-05-081-0/+6
* quiche: disable pacing while pacing is not actually performedFrançois Michel2023-05-031-0/+1
* easy_cleanup: require a "good" handle to actDaniel Stenberg2023-05-021-8/+6
* amiga: Fix CA certificate paths for AmiSSL and MorphOSAndreas Falkenhahn2023-05-011-0/+8
* http2: (void)-mark when we explicitly ignore the return codeDaniel Stenberg2023-04-301-2/+2
* checksrc: find bad indentation in conditions without open braceDaniel Stenberg2023-04-2812-15/+15
* multi: add multi-ignore logic to multi_socket_actionDaniel Stenberg2023-04-281-5/+16
* http2: do flow window accounting for cancelled streamsStefan Eissing2023-04-281-1/+14
* pingpong: fix compiler warning "assigning an enum to unsigned char"Stefan Eissing2023-04-281-2/+2
* checksrc: check for spaces before the colon of switch labelsEmanuele Torre2023-04-272-3/+3
* libssh: tell it to use SFTP non-blockingDaniel Stenberg2023-04-271-1/+1
* http2: enlarge the connection windowStefan Eissing2023-04-271-4/+11
* checksrc: fix SPACEBEFOREPAREN for conditions starting with "*"Daniel Stenberg2023-04-2710-11/+11
* ws: fix CONT opcode checkDaniel Stenberg2023-04-271-1/+2
* urlapi: make internal function start with Curl_Daniel Stenberg2023-04-273-3/+3
* cf-socket: turn off IPV6_V6ONLY on Windows if it is supportedYX Hao2023-04-261-1/+19
* urldata: shrink *select_bits int => unsigned charDaniel Stenberg2023-04-266-16/+16
* tests/http: more tests with specific clientsStefan Eissing2023-04-265-78/+139
* libssh2: fix crash in keyboard callbackJay Satiro2023-04-261-1/+1
* hostip: add locks around use of global buffer for alarm()Harry Sintonen2023-04-261-4/+15
* curl_path: bring back support for SFTP path ending in /~Daniel Stenberg2023-04-261-14/+17
* hostcheck: fix host name wildcard checkingDaniel Stenberg2023-04-261-28/+22
* Websocket en-/decodingStefan Eissing2023-04-257-502/+864
* urldata: copy CURLOPT_AWS_SIGV4 value on handle duplicationPatrick Monnerat2023-04-251-2/+1
* http3: expire unpaused transfers in all HTTP/3 backendsStefan Eissing2023-04-253-0/+46
* http2: always EXPIRE_RUN_NOW unpaused http/2 transfersStefan Eissing2023-04-251-0/+9
* http2: pass `stream` to http2_handle_stream_close to avoid NULL checksStefan Eissing2023-04-251-5/+5
* h2/h3: replace `state.drain` counter with `state.dselect_bits`Stefan Eissing2023-04-257-168/+150
* socketpair: verify with a random valueDaniel Stenberg2023-04-252-6/+12
* lib: unify the upload/method handlingDaniel Stenberg2023-04-2515-38/+36
* http: store the password in the correct variableDaniel Stenberg2023-04-241-1/+1
* HTTP3/quiche: terminate h1 response header when no body is sentStefan Eissing2023-04-241-0/+6
* quiche: Enable IDLE egress handlingStefan Eissing2023-04-181-2/+2
* http2: support HTTP/2 to forward proxies, non-tunnelingStefan Eissing2023-04-1716-678/+1165
* nbtlm: use semicolons instead of commas for (void) argsAndreas Falkenhahn2023-04-161-2/+2
* multi: free up more data earleier in DONEDaniel Stenberg2023-04-151-8/+9
* url: fix PVS nitsDaniel Stenberg2023-04-141-22/+16