aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-04-29curl_rtmp: fix missing-variable-declarations warningsMarcel Raad
2017-04-29url: fixed a memory leak on OOM while setting CURLOPT_BUFFERSIZEDan Fandrich
2017-04-27http-proxy: removed unused argument in CURL_DISABLE_PROXY caseDan Fandrich
2017-04-26lib: remove unused codeMarcel Raad
2017-04-26http-proxy: remove unused argument from Curl_proxyCONNECT()Daniel Stenberg
2017-04-26url: declare get_protocol_family() staticMartin Kepplinger
2017-04-25nss: load libnssckbi.so if no other trust is specifiedKamil Dudka
2017-04-25nss: factorize out nss_{un,}load_module to separate fncsKamil Dudka
2017-04-25nss: do not leak PKCS #11 slot while loading a keyKamil Dudka
2017-04-25transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload()Daniel Stenberg
2017-04-25if2ip: fix -Wcast-align warningMarcel Raad
2017-04-24nss: adapt to the new Curl_llist APIKamil Dudka
2017-04-24llist: fix a comment after cbae73e1dd9Daniel Stenberg
2017-04-22schannel: Don't treat encrypted partial record as pending dataJay Satiro
2017-04-22multi: clarify condition in curl_multi_waitAlan Jenkins
2017-04-22lib: fix maybe-uninitialized warningsMarcel Raad
2017-04-22gnutls: removed some code when --disable-verbose is configuredDan Fandrich
2017-04-22llist: no longer uses mallocDaniel Stenberg
2017-04-21mbedtls: enable NTLM (& SMB) even if MD4 support is unavailableDan Fandrich
2017-04-20openssl: fix memory leak in servercertDaniel Stenberg
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