summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* .gitattributes: turn off CRLF for *.amMarcel Raad2017-03-271-0/+1
* spelling fixesklemens2017-03-2692-165/+165
* curl: check for end of input in writeout backslash handlingDaniel Stenberg2017-03-253-3/+38
* tests/README: make "Run" section foolproofMarcel Raad2017-03-241-4/+4
* openssl: fix comparison between signed and unsigned integer expressionsDaniel Stenberg2017-03-231-1/+1
* asiohiper: make sure socket is open in event_cbEdward Kimmel2017-03-231-8/+14
* openssl: made the error table static constDan Fandrich2017-03-231-1/+1
* openssl: fall back on SSL_ERROR_* string when no error detailJay Satiro2017-03-231-8/+33
* mkhelp: disable compression if the perl gzip module is unavailableDan Fandrich2017-03-231-2/+13
* tests/README: mention nroff for --manual testsAnders Roxell2017-03-231-0/+1
* CURLINFO_PRIMARY_IP.3: add exampleDaniel Stenberg2017-03-221-2/+20
* travis: run tests-nonflaky instead of tests-fullDaniel Stenberg2017-03-221-1/+1
* make: introduce 'test-nonflaky' targetDaniel Stenberg2017-03-222-1/+10
* test2033: flakyDaniel Stenberg2017-03-221-0/+1
* mbedtls: add support for CURLOPT_SSL_CTX_FUNCTIONAles Mlakar2017-03-213-9/+25
* cmake: add support for building HTML and PDF docsPeter Wu2017-03-213-1/+68
* cmake: build manual pages (including curl.1)Peter Wu2017-03-214-6/+24
* docs: split file lists into Makefile.incPeter Wu2017-03-216-374/+383
* examples: comment typos in http2 examplesDaniel Stenberg2017-03-213-6/+6
* RELEASE-NOTES: typoDaniel Stenberg2017-03-211-1/+1
* RELEASE-NOTES: synced with 6e0f26c8a8c28dfDaniel Stenberg2017-03-211-8/+20
* multi: fix streamclose() crash in debug modeDaniel Stenberg2017-03-211-4/+4
* CONTRIBUTE: mention referring to github issues in commit msgsDaniel Stenberg2017-03-211-3/+4
* runtests.pl: fixed display of the Gopher IPv6 port numberDan Fandrich2017-03-201-1/+1
* tests: fixed the documented test server port numbersDan Fandrich2017-03-201-8/+14
* test714/5: added HTTP as a required featureDan Fandrich2017-03-202-0/+6
* tests: strip more options from non-HTTP --libcurl testsDan Fandrich2017-03-203-18/+9
* darwinssl: fix typo in variable namePalo Markovic2017-03-181-1/+1
* tool_operate: Fix showing HTTPS-Proxy options on CURLE_SSL_CACERTJay Satiro2017-03-161-3/+2
* CURLINFO_LOCAL_PORT.3: fix typoJay Satiro2017-03-161-1/+1
* CURLINFO_LOCAL_PORT.3: added exampleDaniel Stenberg2017-03-161-2/+24
* SSLCERTS.md: mention HTTPS proxies and their separate optionsDaniel Stenberg2017-03-161-0/+10
* BINDINGS: a Delphi bindingDaniel Stenberg2017-03-151-0/+2
* KNOWN_BUGS: remove libidn related issueDaniel Stenberg2017-03-141-9/+0
* build: removed redundant DEPENDENCIES from makefilesDan Fandrich2017-03-143-5/+0
* Improve code readbilitySylvestre Ledru2017-03-1337-497/+406
* winbuild: add basic support for OpenSSL 1.1.xAnatol Belski2017-03-131-0/+8
* RELEASE-NOTES: synced with c25e0761d0fc49c4Daniel Stenberg2017-03-132-8/+35
* make: regenerate docs/curl.1 by runinng make in docsDaniel Stenberg2017-03-132-3/+4
* test1440/1: depend on well-defined file: behaviourDan Fandrich2017-03-122-2/+10
* tests: clear the SSL_CERT_FILE variable on --libcurl testsDan Fandrich2017-03-129-2/+29
* test1287: added verbose logs keywordDan Fandrich2017-03-121-0/+1
* tool_writeout: fixed a buffer read overrun on --write-outDan Fandrich2017-03-124-2/+64
* url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang2017-03-1220-12/+245
* http_proxy: Ignore TE and CL in CONNECT 2xx responsesJay Satiro2017-03-113-21/+112
* mbedtls: fix typo in variable nameThomas Glanzmann2017-03-111-1/+1
* tests: fix the authretry testsMichael Kaufmann2017-03-111-5/+0
* proxy: skip SSL initialization for closed connectionsMichael Kaufmann2017-03-111-0/+4
* curl_easy_reset: Also reset the authentication stateMichael Kaufmann2017-03-111-0/+4
* authneg: clear auth.multi flag at http_doneIsaac Boukris2017-03-112-5/+10