summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-04-18nss: fix MinGW compiler warningsMarcel Raad
2017-04-18TLS: Fix switching off SSL session id when client cert is usedJay Satiro
2017-04-17openssl: don't try to print nonexistant peer private keysDavid Benjamin
2017-04-17openssl: fix thread-safety bugs in error-handlingDavid Benjamin
2017-04-17openssl: make SSL_ERROR_to_str more future-proofDavid Benjamin
2017-04-17code: fix typos and style in commentsDaniel Gustafsson
2017-04-17.gitattributes: force shell scripts to LFMarcel Raad
2017-04-15http2: fix handle leak in error pathLarry Stefani
2017-04-15mbedtls: fix memory leak in error pathLarry Stefani
2017-04-11Curl_expire_latest: ignore already expired timersDaniel Stenberg
2017-04-11polarssl: unbreak build with versions < 1.3.8Marcel Raad
2017-04-11poll: prefer <poll.h> over <sys/poll.h>Marcel Raad
2017-04-10openssl: fix this statement may fall through [-Wimplicit-fallthrough=]Alexis La Goutte
2017-04-10nss: load CA certificates even with --insecureKamil Dudka
2017-04-08vtls: fix unreferenced variable warningsMarcel Raad
2017-04-07schannel: fix compiler warningsMarcel Raad
2017-04-07sspi: print out InitializeSecurityContext() error messageIsaac Boukris
2017-04-06gtls: fix compiler warningMarcel Raad
2017-04-06low_speed_limit: improved function for longer time periodsDaniel Stenberg
2017-04-06nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7dMarcel Raad
2017-04-04multi: fix queueing of pending easy handlesDániel Bakai
2017-04-04curl_sasl: declare mechtable staticMartin Kepplinger
2017-04-04url: don't free postponed data on connection reuseAntti Hätälä
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