aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-08-31cookies: support creation-time attribute for cookiesDaniel Gustafsson
2018-08-24curl_threads: silence bad-function-cast warningMarcel Raad
2018-08-24schannel: client certificate store opening fixIhor Karpenko
2018-08-24gopher: Do not translate `?' to `%09'Leonardo Taccari
2018-08-22http2: abort the send_callback if not setup yetDaniel Stenberg
2018-08-21http2: remove four unused nghttp2 callbacksDaniel Stenberg
2018-08-21x509asn1: use FALLTHROUGHDaniel Stenberg
2018-08-21curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad
2018-08-21Remove unused definitionsMarcel Raad
2018-08-21x509asn1: make several functions staticDaniel Stenberg
2018-08-21http2: avoid set_stream_user_data() before stream is assignedDaniel Stenberg
2018-08-18upload: change default UPLOAD_BUFSIZE to 64KBDaniel Stenberg
2018-08-18upload: allocate upload buffer on-demandDaniel Stenberg
2018-08-18vtls: reinstantiate engine on duplicated handlesLaurent Bonnans
2018-08-17http2: make sure to send after RST_STREAMDaniel Stenberg
2018-08-16urldata: remove unused pipe_broke struct fieldDaniel Stenberg
2018-08-15http2: check nghttp2_session_set_stream_user_data return codeDaniel Stenberg
2018-08-15CMake: CMake config files are defining CURL_STATICLIB for static buildsAdrien
2018-08-14ssh-libssh: fix infinite connect loop on invalid private keyKamil Dudka
2018-08-14ssh-libssh: reduce excessive verbose output about pubkey authKamil Dudka
2018-08-13http: fix for tiny "HTTP/0.9" responseDaniel Stenberg
2018-08-11GCC: silence -Wcast-function-type uniformlyMarcel Raad
2018-08-11Silence GCC 8 cast-function-type warningsMarcel Raad
2018-08-11CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg
2018-08-10openssl: fix potential NULL pointer deref in is_pkcs11_uriDaniel Stenberg
2018-08-09asyn-thread: Remove unused macroRikard Falkeborn
2018-08-09http_proxy: Remove unused macro SELECT_TIMEOUTRikard Falkeborn
2018-08-09formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULTRikard Falkeborn
2018-08-09telnet: Remove unused macros TELOPTS and TELCMDSRikard Falkeborn
2018-08-09openssl: fix debug messagesDaniel Jelinski
2018-08-08windows: follow up to the buffer-tuning 1ba1dba7Daniel Stenberg
2018-08-08windows: implement send buffer tuningDaniel Jelinski
2018-08-08ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki
2018-08-08CMake: Respect BUILD_SHARED_LIBSRuslan Baratov
2018-08-03lib/Makefile: only do symbol hiding if told toDaniel Stenberg
2018-08-02hostip: fix unused variable warningMarcel Raad
2018-08-01smb: don't mark it done in smb_doDaniel Stenberg
2018-08-01general: fix printf specifiersRikard Falkeborn
2018-07-31HTTP: Don't attempt to needlessly decompress redirect bodyHarry Sintonen
2018-07-31retry: return error if rewind was necessary but didn't happenDaniel Jelinski
2018-07-30http2: clear the drain counter in Curl_http2_doneDaniel Stenberg
2018-07-30smb: fix memory leak on early failureDaniel Stenberg
2018-07-28conn_free: updated comment to clarifyDaniel Stenberg
2018-07-28mime: check Curl_rand_hex's return codeDaniel Stenberg
2018-07-26wolfSSL/CyaSSL: Fix memory leak in Curl_cyassl_randomCarie Pointer
2018-07-26reuse_conn(): free old_conn->optionsEven Rouault
2018-07-25system_win32: fix version checkingdjelinski
2018-07-24auth: pick Bearer authentication whenever a token is availableJohannes Schindelin
2018-07-24auth: only ever pick CURLAUTH_BEARER if we *have* a Bearer tokenJohannes Schindelin
2018-07-22vtls: set conn->data when closing TLSDaniel Stenberg