summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* progress: make the progress meter appear againbagder/progress-repairDaniel Stenberg2019-07-181-118/+108
* nss: inspect returnvalue of token checkDaniel Gustafsson2019-07-171-1/+4
* libcurl: Restrict redirect schemes (follow-up)Jay Satiro2019-07-172-3/+3
* libcurl: Restrict redirect schemesLinos Giannopoulos2019-07-141-3/+1
* openssl: define HAVE_SSL_GET_SHUTDOWN based on version numberZenju2019-07-144-10/+5
* http: allow overriding timecond with custom headerPeter Simonyi2019-07-143-6/+12
* smb: Use the correct error code for access denied on file openJuergen Hoetzel2019-07-111-0/+2
* system_win32: fix clang warningGisle Vanem2019-07-111-1/+1
* headers: Remove no longer exported functionsDaniel Gustafsson2019-07-1011-37/+6
* cleanup: fix typo in commentDaniel Gustafsson2019-07-081-1/+1
* nss: support using libnss on macOSDaniel Gustafsson2019-07-061-1/+4
* nss: don't set unused parameterDaniel Gustafsson2019-07-061-1/+1
* nss: only cache valid CRL entriesDaniel Gustafsson2019-07-061-6/+8
* lib: Use UTF-8 encoding in commentsGergely Nagy2019-07-064-5/+5
* docs: Fix links to OpenSSL docsJay Satiro2019-06-301-2/+0
* openssl: disable engine if OPENSSL_NO_UI_CONSOLE is definedDaniel Stenberg2019-06-261-1/+1
* win32: make DLL loading a no-op for 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