aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-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-01telnet: (win32) fix read callback return variableDaniel Stenberg
2017-03-31libcurl.def: removed, unusedDaniel Stenberg
2017-03-30ssh: fix narrowing conversion warningMarcel Raad
2017-03-30http2: silence unused parameter warningsMarcel Raad
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-29NTLM: check for features with #ifdef instead of #ifMarcel Raad
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-28schannel: fix variable shadowing warningMarcel Raad
2017-03-27multi: fix MinGW-w64 compiler warningsMarcel Raad
2017-03-26spelling fixesklemens
2017-03-23openssl: fix comparison between signed and unsigned integer expressionsDaniel Stenberg
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-21mbedtls: add support for CURLOPT_SSL_CTX_FUNCTIONAles Mlakar
2017-03-21multi: fix streamclose() crash in debug modeDaniel Stenberg
2017-03-18darwinssl: fix typo in variable namePalo Markovic
2017-03-13Improve code readbilitySylvestre Ledru
2017-03-12url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang
2017-03-11http_proxy: Ignore TE and CL in CONNECT 2xx responsesJay Satiro
2017-03-11mbedtls: fix typo in variable nameThomas Glanzmann
2017-03-11proxy: skip SSL initialization for closed connectionsMichael Kaufmann
2017-03-11curl_easy_reset: Also reset the authentication stateMichael Kaufmann
2017-03-11authneg: clear auth.multi flag at http_doneIsaac Boukris
2017-03-11url: don't compile detect_proxy if HTTP support is disabledDan Fandrich
2017-03-10openssl: add two /* FALLTHROUGH */ to satisfy coverityDaniel Stenberg
2017-03-09polarssl: fixed compile errors introduced in 6448f98cDan Fandrich
2017-03-08openssl: unbreak the build after 6448f98c1857deDaniel Stenberg
2017-03-08vtls: add options to specify range of enabled TLS versionsJozef Kralik
2017-03-07http2: Fix assertion error on redirect with CL=0Tatsuhiro Tsujikawa
2017-03-07ares: Curl_resolver_wait_resolv: clear *entry first in functionDaniel Stenberg
2017-03-07ares: better error return on timeoutsDaniel Stenberg
2017-03-06URL: return error on malformed URLs with junk after port numberDaniel Stenberg
2017-03-06ares: return error at once if timed out before name resolve startsDaniel Stenberg
2017-03-05CMake: Add DarwinSSL supportMichael Maltese
2017-03-04fix potential use of uninitialized variablesAndrew Krieger
2017-03-03url: split off proxy init and parsing from create_connJay Satiro
2017-03-03build: fix gcc7 implicit fallthrough warningsAlexis La Goutte
2017-03-02darwinssl: Warn that disabling host verify also disables SNIJDepooter
2017-02-28warnless: suppress compiler warningMarcel Raad