summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* checksrc: move open braces to comply with function declaration styleDaniel Stenberg2016-11-249-47/+57
* checksrc: detect wrongly placed open braces in func declarationsDaniel Stenberg2016-11-241-0/+13
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-2428-58/+59
* checksrc: verify ASTERISKNOSPACEDaniel Stenberg2016-11-241-3/+10
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-2442-249/+249
* checksrc: add ASTERISKSPACEDaniel Stenberg2016-11-241-1/+8
* openssl: remove dead codeDaniel Stenberg2016-11-241-1/+1
* HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij2016-11-2410-93/+119
* darwinssl: adopted to the HTTPS proxy changesDaniel Stenberg2016-11-241-151/+153
* gtls: fix indent to silence compiler warningDaniel Stenberg2016-11-241-1/+1
* mbedtls: Fix compile errorsThomas Glanzmann2016-11-241-22/+23
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-2440-946/+1749
* Declare endian read functions argument as a const pointer.Patrick Monnerat2016-11-243-25/+25
* Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.Patrick Monnerat2016-11-245-25/+47
* url: Fix conn reuse for local ports and interfacesJay Satiro2016-11-221-3/+2
* rand: pass in number of randoms as an unsigned argumentDaniel Stenberg2016-11-212-3/+5
* rand: Fix potentially uninitialized result warningJay Satiro2016-11-201-1/+1
* vtls: fix build warningsMarcel Raad2016-11-192-3/+3
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-1818-54/+54
* Don't mix unix domain sockets with regular onesIsaac Boukris2016-11-172-5/+35
* http2: Use huge HTTP/2 windowsJay Satiro2016-11-161-2/+13
* http2: Fix address sanitizer memcpy warningJay Satiro2016-11-161-1/+2
* darwinssl: fix SSL client certificate not found on MacOS SierraDavid Schweikert2016-11-151-9/+45
* Curl_rand: fixed and moved to rand.cDaniel Stenberg2016-11-1410-98/+211
* time_t fix: follow-up to de4de4e3c7cDaniel Stenberg2016-11-131-2/+2
* timeval: prefer time_t to hold seconds instead of longDaniel Stenberg2016-11-125-27/+29
* URL-parser: for file://[host]/ URLs, the [host] must be localhostDaniel Stenberg2016-11-111-25/+30
* openssl: make sure to fail in the unlikely event that PRNG seeding failsDaniel Stenberg2016-11-111-21/+25
* openssl: avoid unnecessary seeding if already doneDaniel Stenberg2016-11-111-2/+2
* openssl: RAND_status always exists in OpenSSL >= 0.9.7Daniel Stenberg2016-11-111-18/+4
* Curl_pgrsUpdate: use dedicated function for time passedDaniel Stenberg2016-11-111-4/+2
* realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg2016-11-1110-27/+48
* openssl: raise the max_version to 1.3 if asked forDaniel Stenberg2016-11-101-0/+1
* vtls: Fail on unrecognized param for CURLOPT_SSLVERSIONJay Satiro2016-11-099-30/+81
* SPNEGO: Fix memory leak when authentication failsIsaac Boukris2016-11-091-2/+8
* printf: fix ".*f" handlingDaniel Stenberg2016-11-081-1/+0
* nss: silence warning 'SSL_NEXT_PROTO_EARLY_VALUE not handled in switch'Kamil Dudka2016-11-071-0/+5
* openssl: initial TLS 1.3 adaptionsDaniel Stenberg2016-11-071-0/+20
* ssh: check md5 fingerprints case insensitively (regression)Daniel Stenberg2016-11-071-1/+1
* vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka2016-11-076-0/+32
* nss: map CURL_SSLVERSION_DEFAULT to NSS defaultKamil Dudka2016-11-071-1/+13
* s/cURL/curlDaniel Stenberg2016-11-072-2/+2
* http2: Don't send header fields prohibited by HTTP/2 specTatsuhiro Tsujikawa2016-11-071-14/+85
* easy: Initialize info variables on easy init and duphandleJay Satiro2016-11-054-3/+11
* mbedtls: fix build with mbedtls versions < 2.4.0Daniel Stenberg2016-11-041-1/+5
* msvc: removed a straggling reference to strequal.cDan Fandrich2016-11-021-1/+0
* ftp_done: don't clobber the passed in error codeDaniel Stenberg2016-11-021-4/+5
* ftp: remove dead code in ftp_doneDaniel Stenberg2016-11-021-2/+0
* file: fix compiler warningMichael Kaufmann2016-11-011-1/+1
* strcase: fixed Metalink builds by redefining checkprefix()Dan Fandrich2016-11-011-1/+1