aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-24x509asn1: Restore the parameter check in Curl_getASN1ElementJay Satiro
2016-11-25RELEASE-NOTES: update option countersDaniel Stenberg
2016-11-25add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts
2016-11-25RELEASE-NOTES: synced with 63198a4750aebDaniel Stenberg
2016-11-25curl.1: the new --proxy options ship in 7.52.0Daniel Stenberg
2016-11-24checksrc: move open braces to comply with function declaration styleDaniel Stenberg
2016-11-24checksrc: detect wrongly placed open braces in func declarationsDaniel Stenberg
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-11-24checksrc: verify ASTERISKNOSPACEDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-24checksrc: add ASTERISKSPACEDaniel Stenberg
2016-11-24openssl: remove dead codeDaniel Stenberg
2016-11-24HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij
2016-11-24darwinssl: adopted to the HTTPS proxy changesDaniel Stenberg
2016-11-24gtls: fix indent to silence compiler warningDaniel Stenberg
2016-11-24mbedtls: Fix compile errorsThomas Glanzmann
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-24Declare endian read functions argument as a const pointer.Patrick Monnerat
2016-11-24Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.Patrick Monnerat
2016-11-22url: Fix conn reuse for local ports and interfacesJay Satiro
2016-11-21rand: pass in number of randoms as an unsigned argumentDaniel Stenberg
2016-11-20rand: Fix potentially uninitialized result warningJay Satiro
2016-11-19vtls: fix build warningsMarcel Raad
2016-11-18lib: fix compiler warnings after de4de4e3c7cMarcel Raad
2016-11-17Don't mix unix domain sockets with regular onesIsaac Boukris
2016-11-17tests: Fix HTTP2-Settings header for huge window sizeJay Satiro
2016-11-16http2: Use huge HTTP/2 windowsJay Satiro
2016-11-16cmdline-docs: more conversionDaniel Stenberg
2016-11-16gen: support 'protos'Daniel Stenberg
2016-11-16gen: support 'single' to make an individual page man pageDaniel Stenberg
2016-11-16cmdline-docs: more options converted overDaniel Stenberg
2016-11-16gen: support 'redirect'Daniel Stenberg
2016-11-16cmdline/gen: replace options in texts betterDaniel Stenberg
2016-11-16http2: Fix address sanitizer memcpy warningJay Satiro
2016-11-16tool_help: Clarify --dump-header only writes received headersJay Satiro
2016-11-16curl.1: Clarify --dump-header only writes received headersJay Satiro
2016-11-15docs: Spelling fixesAlex Chan
2016-11-15docs: the next release will be 7.52.0Kamil Dudka
2016-11-15cmdline-opts: support generating the --help outputDaniel Stenberg
2016-11-15darwinssl: fix SSL client certificate not found on MacOS SierraDavid Schweikert
2016-11-15curl: add --fail-early to help outputDaniel Stenberg
2016-11-15glob: fix [a-c] globbing regressionDaniel Stenberg
2016-11-14curl: add --fail-earlyDaniel Stenberg
2016-11-14Curl_rand: fixed and moved to rand.cDaniel Stenberg
2016-11-13cmdline-opts: first test version of a new man page generator kitDaniel Stenberg
2016-11-13time_t fix: follow-up to de4de4e3c7cDaniel Stenberg
2016-11-12timeval: prefer time_t to hold seconds instead of longDaniel Stenberg
2016-11-12tests: fixed variable might be clobbered warningDan Fandrich
2016-11-12RELEASE-NOTES: synced with 346340808cDaniel Stenberg
2016-11-11URL-parser: for file://[host]/ URLs, the [host] must be localhostDaniel Stenberg