summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http: do not leak basic auth credentials on re-used connectionsKamil Dudka2015-06-171-12/+4
* SMB: rangecheck values read off incoming packetDaniel Stenberg2015-06-171-3/+9
* schannel: schannel_recv overhaulJay Satiro2015-06-173-86/+186
* rtsp_do: fix DEAD CODEDaniel Stenberg2015-06-151-1/+1
* security:choose_mech fix DEAD CODE warningDaniel Stenberg2015-06-151-46/+43
* urldata: store POST size in state.infilesize tooDaniel Stenberg2015-06-143-8/+11
* schannel: Add support for optional client certificatesJoel Depooter2015-06-111-0/+11
* debug: remove http2 debug leftoversDaniel Stenberg2015-06-102-6/+0
* INTERNALS: cat lib/README* >> INTERNALSDaniel Stenberg2015-06-099-479/+1
* openssl: LibreSSL and BoringSSL do not use TLS_client_methodJay Satiro2015-06-081-1/+2
* CURLOPT_OPENSOCKETFUNCTION: return error at onceDaniel Stenberg2015-06-091-1/+4
* openssl: Fix verification of server-sent legacy intermediatesJay Satiro2015-06-071-0/+14
* openssl: removed error string #ifdefDaniel Stenberg2015-06-051-9/+0
* openssl: removed USERDATA_IN_PWD_CALLBACK kludgeDaniel Stenberg2015-06-051-37/+3
* openssl: remove SSL_get_session()-using codeDaniel Stenberg2015-06-051-25/+3
* openssl: remove dummy callback use from SSL_CTX_set_verify()Daniel Stenberg2015-06-051-12/+1
* cookie: Stop exporting any-domain cookiesJay Satiro2015-06-031-1/+4
* curl_setup: Change fopen text macros to use 't' for MSDOSJay Satiro2015-06-021-1/+1
* checksrc: detect fopen() for text without the FOPEN_* macrosDaniel Stenberg2015-06-023-2/+15
* curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro2015-06-016-10/+26
* HTTP-NTLM: fail auth on connection close instead of loopingIsaac Boukris2015-05-311-0/+13
* README.pingpong: removedDaniel Stenberg2015-05-312-32/+1
* HTTP2: moved docs into docs/ and make it markdownDaniel Stenberg2015-05-301-99/+0
* README.http2: refreshed and added multiplexing infoDaniel Stenberg2015-05-301-18/+30
* openssl: typo in commentDaniel Melani2015-05-271-1/+1
* openssl: Use TLS_client_method for OpenSSL 1.1.0+Jay Satiro2015-05-271-0/+4
* http2: Copy data passed in Curl_http2_switched into HTTP/2 connection bufferTatsuhiro Tsujikawa2015-05-251-3/+33
* conncache: fixed memory leak on OOM (torture tests)Dan Fandrich2015-05-241-1/+3
* security: fix "Unchecked return value" from sscanf()Daniel Stenberg2015-05-221-9/+9
* security: simplify choose_mechDaniel Stenberg2015-05-221-33/+19
* RTSP: catch attempted unsupported requests betterDaniel Stenberg2015-05-221-3/+2
* share_init: fix OOM crashDaniel Stenberg2015-05-221-4/+5
* parse_proxy: switch off tunneling if non-HTTP proxyDaniel Stenberg2015-05-221-2/+3
* http2: on_frame_recv: return early on stream 0Daniel Stenberg2015-05-221-0/+3
* http: removed self assignmentDaniel Stenberg2015-05-221-2/+0
* http2: Make HTTP Upgrade workTatsuhiro Tsujikawa2015-05-221-0/+7
* strerror: Change SEC_E_ILLEGAL_MESSAGE descriptionJay Satiro2015-05-221-0/+6
* telnet: Fix read-callback change for Windows buildsJay Satiro2015-05-211-1/+2
* read_callback: move to SessionHandle from connectdataDaniel Stenberg2015-05-2010-38/+31
* http2: show stream IDs in decimalDaniel Stenberg2015-05-201-19/+19
* http2: Faster http2 uploadTatsuhiro Tsujikawa2015-05-201-0/+13
* gtls: don't fail on non-fatal alerts during handshakeDmitry Eremin-Solenikov2015-05-201-1/+2
* openssl: Use SSL_CTX_set_msg_callback and SSL_CTX_set_msg_callback_argBrian Prodoehl2015-05-191-12/+6
* transfer: remove erroneous and misleading commentDaniel Stenberg2015-05-191-7/+0
* http: silence compile-time warnings without USE_NGHTTP2Kamil Dudka2015-05-191-2/+4
* transfer: Replace __func__ instances with function nameJay Satiro2015-05-192-3/+4
* build: bump version in default nghttp2 pathsViktor Szakats2015-05-191-1/+1
* http: Add some include guards for the new HTTP/2 stuffJay Satiro2015-05-182-0/+8
* http2: store upload state per streamDaniel Stenberg2015-05-182-20/+51
* http2: fix build when NOT h2-enabledDaniel Stenberg2015-05-183-15/+17