summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* win32: make DLL loading a no-op for UWPbagder/uwpDaniel Stenberg2019-06-251-1/+6
* http: clarify header buffer size calculationDaniel Gustafsson2019-06-241-0/+3
* http2: call done_sending on end of uploadDaniel Stenberg2019-06-244-6/+15
* c-ares: honor port numbers in CURLOPT_DNS_SERVERSJames Brown2019-06-241-0/+4
* multi: enable multiplexing by default (again)Daniel Stenberg2019-06-231-0/+2
* http2: don't call stream-close on already closed streamsDaniel Stenberg2019-06-211-4/+3
* system_win32: fix typoGisle Vanem2019-06-201-1/+1
* configure: --disable-progress-meterDaniel Stenberg2019-06-181-55/+76
* netrc: Return the correct error code when out of memorySteve Holme2019-06-181-1/+1
* config-os400: add getpeername and getsockname definesDaniel Stenberg2019-06-181-0/+6
* openssl: fix pubkey/signature algorithm detection in certinfoGergely Nagy2019-06-181-10/+17
* conn_maxage: move the check to prune_dead_connections()Daniel Stenberg2019-06-171-27/+25
* openssl: remove outdated commentDaniel Gustafsson2019-06-171-8/+2
* os400: make vsetopt() non-static as Curl_vsetopt() for os400 support.Patrick Monnerat2019-06-162-6/+8
* multi: fix the transfer hash functionDaniel Stenberg2019-06-141-1/+1
* krb5: fix compiler warningMarcel Raad2019-06-131-4/+2
* multi: fix the transfer hashes in the socket hash entriesDaniel Stenberg2019-06-122-61/+22
* url: Fix CURLOPT_MAXAGE_CONN time comparisonCliff Crosland2019-06-121-1/+1
* http2: remove CURL_DISABLE_TYPECHECK defineDaniel Stenberg2019-06-111-2/+0
* wolfssl: fix key pinning build errorDaniel Stenberg2019-06-111-1/+1
* wolfssl: fixup for SNI useDaniel Stenberg2019-06-101-1/+1
* wolfssl: refer to it as wolfSSL onlyDaniel Stenberg2019-06-108-141/+115
* bindlocal: detect and avoid IP version mismatches in bind()Daniel Stenberg2019-06-101-0/+5
* multi: make sure 'data' can present in several sockhash entriesDaniel Stenberg2019-06-103-75/+95
* unpause: trigger a timeout for event-based transfersDaniel Stenberg2019-06-093-27/+31
* build: fix Codacy warningsMarcel Raad2019-06-0510-60/+31
* ssl: Update outdated "openssl-only" comments for supported backendsFrank Gevaerts2019-06-041-2/+3
* NTLM: reset proxy "multipass" state when CONNECT request is doneSergey Ogryzkov2019-06-021-0/+1
* http: don't parse body-related headers bodyless responsesMichael Kaufmann2019-06-022-10/+10
* singlesocket: use separate variable for inner loopDaniel Stenberg2019-06-011-4/+4
* http2: Stop drain from being permanently set onJosie Huddleston2019-05-301-3/+4
* conncache: Remove the DEBUGASSERT on length checkSteve Holme2019-05-291-4/+4
* system_win32: fix function prototypeGisle Vanem2019-05-291-1/+1
* url: Load if_nametoindex() dynamically from iphlpapi.dll on WindowsSteve Holme2019-05-294-30/+44
* http: fix "error: equality comparison with extraneous parentheses"Daniel Stenberg2019-05-291-1/+1
* parse_proxy: make sure portptr is initializedDaniel Stenberg2019-05-281-1/+1
* url: default conn->port to the same as conn->remote_portDaniel Stenberg2019-05-282-3/+6
* conncache: make "bundles" per host name when doing proxy tunnelsDaniel Stenberg2019-05-283-17/+23
* multi: track users of a socket betterDaniel Stenberg2019-05-282-12/+27
* curl-win32.h: Enable Unix Domain Sockets based on the Windows SDK versionSteve Holme2019-05-281-2/+6
* cmake: support CMAKE_OSX_ARCHITECTURES when detecting SIZEOF variablesJonas Vautherin2019-05-281-7/+16
* nss: allow to specify TLS 1.3 ciphers if supported by NSSHubert Kario2019-05-271-0/+5
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-254-24/+5
* sectransp: handle errSSLPeerAuthCompleted from SSLRead()Daniel Stenberg2019-05-241-7/+20
* Fix typo.Gisle Vanem2019-05-241-1/+1
* md4: include the mbedtls config.h to get the MD4 infoDaniel Stenberg2019-05-231-0/+3
* md4: build correctly with openssl without MD4Daniel Stenberg2019-05-231-0/+4
* config-win32: add support for if_nametoindex and getsocknameZenju2019-05-232-3/+19
* url: fix bad #ifdefDaniel Stenberg2019-05-231-1/+1
* Revert "progress: CURL_DISABLE_PROGRESS_METER"Daniel Stenberg2019-05-231-61/+49