aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-30curl: fix callback functions to match prototypeHanno Böck
2017-03-30gcc7: fix ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool...Alexis La Goutte
2017-03-30schannel: fix unused variable warningMarcel Raad
2017-03-30connect: fix unreferenced parameter warningMarcel Raad
2017-03-30select: use correct SIZEOF_ constantMarcel Raad
2017-03-30cmake: add cmake file in docs/libcurl/opts/ to distDaniel Stenberg
2017-03-30cmake: add more missing files to the distDaniel Stenberg
2017-03-30docs/Makefile.am: include CMakeLists.txt in the dist tarballDaniel Stenberg
2017-03-29NTLM: check for features with #ifdef instead of #ifMarcel Raad
2017-03-29curl: fix callback argument inconsistencyHanno Böck
2017-03-29RELEASE-NOTES: synced with 556c51a2dfDaniel Stenberg
2017-03-29KNOWN_BUGS: typomadblobfish
2017-03-29make: use the variable MAKE for recursive callsMaksim Stsepanenka
2017-03-29conncache: make hashkey avoid mallocDaniel Stenberg
2017-03-28http: do not treat FTPS over CONNECT as HTTPSKamil Dudka
2017-03-28pause: handle mixed types of data when pausedDaniel Stenberg
2017-03-28http: Fix proxy connection reuse with basic-authIsaac Boukris
2017-03-28openssl: exclude DSA code when OPENSSL_NO_DSA is definedJay Satiro
2017-03-28examples/fopen: checksrc complianceJay Satiro
2017-03-28schannel: fix variable shadowing warningMarcel Raad
2017-03-27multi: fix MinGW-w64 compiler warningsMarcel Raad
2017-03-27.gitattributes: turn off CRLF for *.amMarcel Raad
2017-03-26spelling fixesklemens
2017-03-25curl: check for end of input in writeout backslash handlingDaniel Stenberg
2017-03-24tests/README: make "Run" section foolproofMarcel Raad
2017-03-23openssl: fix comparison between signed and unsigned integer expressionsDaniel Stenberg
2017-03-23asiohiper: make sure socket is open in event_cbEdward Kimmel
2017-03-23openssl: made the error table static constDan Fandrich
2017-03-23openssl: fall back on SSL_ERROR_* string when no error detailJay Satiro
2017-03-23mkhelp: disable compression if the perl gzip module is unavailableDan Fandrich
2017-03-23tests/README: mention nroff for --manual testsAnders Roxell
2017-03-22CURLINFO_PRIMARY_IP.3: add exampleDaniel Stenberg
2017-03-22travis: run tests-nonflaky instead of tests-fullDaniel Stenberg
2017-03-22make: introduce 'test-nonflaky' targetDaniel Stenberg
2017-03-22test2033: flakyDaniel Stenberg
2017-03-21mbedtls: add support for CURLOPT_SSL_CTX_FUNCTIONAles Mlakar
2017-03-21cmake: add support for building HTML and PDF docsPeter Wu
2017-03-21cmake: build manual pages (including curl.1)Peter Wu
2017-03-21docs: split file lists into Makefile.incPeter Wu
2017-03-21examples: comment typos in http2 examplesDaniel Stenberg
2017-03-21RELEASE-NOTES: typoDaniel Stenberg
2017-03-21RELEASE-NOTES: synced with 6e0f26c8a8c28dfDaniel Stenberg
2017-03-21multi: fix streamclose() crash in debug modeDaniel Stenberg
2017-03-21CONTRIBUTE: mention referring to github issues in commit msgsDaniel Stenberg
2017-03-20runtests.pl: fixed display of the Gopher IPv6 port numberDan Fandrich
2017-03-20tests: fixed the documented test server port numbersDan Fandrich
2017-03-20test714/5: added HTTP as a required featureDan Fandrich
2017-03-20tests: strip more options from non-HTTP --libcurl testsDan Fandrich
2017-03-18darwinssl: fix typo in variable namePalo Markovic
2017-03-16tool_operate: Fix showing HTTPS-Proxy options on CURLE_SSL_CACERTJay Satiro