summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-04curl_sasl: declare mechtable staticMartin Kepplinger
2017-04-04url: don't free postponed data on connection reuseAntti Hätälä
2017-04-04RELEASE-NOTES: synced with 4f2e348f9b42c69c480Daniel Stenberg
2017-04-04hash: move key into hash struct to reduce mallocsDaniel Stenberg
2017-04-04llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg
2017-04-04easy: silence compiler warningJay Satiro
2017-04-04docs: minor typo in write-out.dRichlv
2017-04-03include: curl/system.h is a run-time version of curlbuild.hDaniel Stenberg
2017-04-03multi: make curl_multi_wait avoid malloc in the typical caseDaniel Stenberg
2017-04-03tests/server/util: remove in6addr_any for recent MinGWMarcel Raad
2017-04-03docs: added examples for CURLINFO_FILETIME.3 and CURLOPT_FILETIME.3Daniel Stenberg
2017-03-31fail-early.d: fix typosJay Satiro
2017-03-31docs: Explain --fail-early does not imply --failJay Satiro
2017-04-01telnet: (win32) fix read callback return variableDaniel Stenberg
2017-03-31CTestConfig.cmake: removed, unusedDaniel Stenberg
2017-03-31libcurl.def: removed, unusedDaniel Stenberg
2017-03-31docs/index.html: removed, was not shipped anywayDaniel Stenberg
2017-03-31dist: add missing files to the tarballDaniel Stenberg
2017-03-30cmake: fix build with cmake 2.8.12.2Peter Wu
2017-03-30ssh: fix narrowing conversion warningMarcel Raad
2017-03-30http2: silence unused parameter warningsMarcel Raad
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