summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* llist: replace Curl_llist_alloc with Curl_llist_initbagder/remove-llist_allocDaniel Stenberg2017-04-0318-310/+214
* docs: added examples for CURLINFO_FILETIME.3 and CURLOPT_FILETIME.3Daniel Stenberg2017-04-032-4/+38
* fail-early.d: fix typosJay Satiro2017-03-311-4/+3
* docs: Explain --fail-early does not imply --failJay Satiro2017-03-311-2/+6
* telnet: (win32) fix read callback return variableDaniel Stenberg2017-04-011-6/+6
* CTestConfig.cmake: removed, unusedDaniel Stenberg2017-03-311-13/+0
* libcurl.def: removed, unusedDaniel Stenberg2017-03-311-53/+0
* docs/index.html: removed, was not shipped anywayDaniel Stenberg2017-03-311-20/+0
* dist: add missing files to the tarballDaniel Stenberg2017-03-312-9/+13
* cmake: fix build with cmake 2.8.12.2Peter Wu2017-03-303-5/+5
* ssh: fix narrowing conversion warningMarcel Raad2017-03-301-1/+1
* http2: silence unused parameter warningsMarcel Raad2017-03-301-0/+6
* curl: fix callback functions to match prototypeHanno Böck2017-03-302-3/+4
* gcc7: fix ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool...Alexis La Goutte2017-03-302-2/+2
* schannel: fix unused variable warningMarcel Raad2017-03-301-0/+2
* connect: fix unreferenced parameter warningMarcel Raad2017-03-302-4/+4
* select: use correct SIZEOF_ constantMarcel Raad2017-03-301-1/+1
* cmake: add cmake file in docs/libcurl/opts/ to distDaniel Stenberg2017-03-301-2/+2
* cmake: add more missing files to the distDaniel Stenberg2017-03-302-4/+4
* docs/Makefile.am: include CMakeLists.txt in the dist tarballDaniel Stenberg2017-03-301-1/+1
* NTLM: check for features with #ifdef instead of #ifMarcel Raad2017-03-294-29/+24
* curl: fix callback argument inconsistencyHanno Böck2017-03-294-4/+4
* RELEASE-NOTES: synced with 556c51a2dfDaniel Stenberg2017-03-291-8/+43
* KNOWN_BUGS: typomadblobfish2017-03-291-1/+1
* make: use the variable MAKE for recursive callsMaksim Stsepanenka2017-03-294-9/+9
* conncache: make hashkey avoid mallocDaniel Stenberg2017-03-291-18/+15
* http: do not treat FTPS over CONNECT as HTTPSKamil Dudka2017-03-281-1/+1
* pause: handle mixed types of data when pausedDaniel Stenberg2017-03-288-56/+292
* http: Fix proxy connection reuse with basic-authIsaac Boukris2017-03-283-16/+17
* openssl: exclude DSA code when OPENSSL_NO_DSA is definedJay Satiro2017-03-281-0/+4
* examples/fopen: checksrc complianceJay Satiro2017-03-281-2/+2
* schannel: fix variable shadowing warningMarcel Raad2017-03-281-1/+1
* multi: fix MinGW-w64 compiler warningsMarcel Raad2017-03-271-2/+2
* .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