Age | Commit message (Expand) | Author |
2016-11-24 | checksrc: detect wrongly placed open braces in func declarations | Daniel Stenberg |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-24 | checksrc: verify ASTERISKNOSPACE | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-24 | checksrc: add ASTERISKSPACE | Daniel Stenberg |
2016-11-24 | openssl: remove dead code | Daniel Stenberg |
2016-11-24 | HTTPS-proxy: fixed mbedtls and polishing | Okhin Vasilij |
2016-11-24 | darwinssl: adopted to the HTTPS proxy changes | Daniel Stenberg |
2016-11-24 | gtls: fix indent to silence compiler warning | Daniel Stenberg |
2016-11-24 | mbedtls: Fix compile errors | Thomas Glanzmann |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-24 | Declare endian read functions argument as a const pointer. | Patrick Monnerat |
2016-11-24 | Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows. | Patrick Monnerat |
2016-11-22 | url: Fix conn reuse for local ports and interfaces | Jay Satiro |
2016-11-21 | rand: pass in number of randoms as an unsigned argument | Daniel Stenberg |
2016-11-20 | rand: Fix potentially uninitialized result warning | Jay Satiro |
2016-11-19 | vtls: fix build warnings | Marcel Raad |
2016-11-18 | lib: fix compiler warnings after de4de4e3c7c | Marcel Raad |
2016-11-17 | Don't mix unix domain sockets with regular ones | Isaac Boukris |
2016-11-17 | tests: Fix HTTP2-Settings header for huge window size | Jay Satiro |
2016-11-16 | http2: Use huge HTTP/2 windows | Jay Satiro |
2016-11-16 | cmdline-docs: more conversion | Daniel Stenberg |
2016-11-16 | gen: support 'protos' | Daniel Stenberg |
2016-11-16 | gen: support 'single' to make an individual page man page | Daniel Stenberg |
2016-11-16 | cmdline-docs: more options converted over | Daniel Stenberg |
2016-11-16 | gen: support 'redirect' | Daniel Stenberg |
2016-11-16 | cmdline/gen: replace options in texts better | Daniel Stenberg |
2016-11-16 | http2: Fix address sanitizer memcpy warning | Jay Satiro |
2016-11-16 | tool_help: Clarify --dump-header only writes received headers | Jay Satiro |
2016-11-16 | curl.1: Clarify --dump-header only writes received headers | Jay Satiro |
2016-11-15 | docs: Spelling fixes | Alex Chan |
2016-11-15 | docs: the next release will be 7.52.0 | Kamil Dudka |
2016-11-15 | cmdline-opts: support generating the --help output | Daniel Stenberg |
2016-11-15 | darwinssl: fix SSL client certificate not found on MacOS Sierra | David Schweikert |
2016-11-15 | curl: add --fail-early to help output | Daniel Stenberg |
2016-11-15 | glob: fix [a-c] globbing regression | Daniel Stenberg |
2016-11-14 | curl: add --fail-early | Daniel Stenberg |
2016-11-14 | Curl_rand: fixed and moved to rand.c | Daniel Stenberg |
2016-11-13 | cmdline-opts: first test version of a new man page generator kit | Daniel Stenberg |
2016-11-13 | time_t fix: follow-up to de4de4e3c7c | Daniel Stenberg |
2016-11-12 | timeval: prefer time_t to hold seconds instead of long | Daniel Stenberg |
2016-11-12 | tests: fixed variable might be clobbered warning | Dan Fandrich |
2016-11-12 | RELEASE-NOTES: synced with 346340808c | Daniel Stenberg |
2016-11-11 | URL-parser: for file://[host]/ URLs, the [host] must be localhost | Daniel Stenberg |
2016-11-11 | test558: adapt to 0649433da | Daniel Stenberg |
2016-11-11 | openssl: make sure to fail in the unlikely event that PRNG seeding fails | Daniel Stenberg |
2016-11-11 | openssl: avoid unnecessary seeding if already done | Daniel Stenberg |
2016-11-11 | openssl: RAND_status always exists in OpenSSL >= 0.9.7 | Daniel Stenberg |
2016-11-11 | Curl_pgrsUpdate: use dedicated function for time passed | Daniel Stenberg |
2016-11-11 | realloc: use Curl_saferealloc to avoid common mistakes | Daniel Stenberg |