summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* NTLM: handle auth for only a single requestIsaac Boukris2015-08-061-1/+8
* SSH: three state machine fixupsDaniel Stenberg2015-08-021-4/+7
* curl_gssapi: remove 'const' to fix compiler warningsDaniel Stenberg2015-08-021-3/+3
* sspi: Fix typo from left over from old code which referenced NTLMSteve Holme2015-08-011-1/+1
* win32: Fix compilation warnings from commit 40c921f8b8Steve Holme2015-08-012-2/+11
* schannel: Fix compilation warning from commit 7a8e861a56Steve Holme2015-08-011-1/+5
* http: move HTTP/2 cleanup code off http_disconnect()Kamil Dudka2015-07-302-23/+13
* HTTP: ignore "Content-Encoding: compress"Michael Kaufmann2015-07-254-14/+0
* openssl: work around MSVC warningMarcel Raad2015-07-241-1/+1
* http2: verify success of strchr() in http2_send()Kamil Dudka2015-07-231-3/+16
* Windows: Fix VerifyVersionInfo callsJay Satiro2015-07-222-19/+20
* schannel: Replace deprecated GetVersion with VerifyVersionInfoMarcel Raad2015-07-221-5/+14
* libcurl: VERSIONINFO updatePatrick Monnerat2015-07-211-2/+2
* http2: satisfy external references even if http2 is not compiled in.Patrick Monnerat2015-07-211-1/+22
* http2: add stream != NULL checks for reliabilityDaniel Stenberg2015-07-201-0/+25
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-173-13/+35
* ntlm_wb: Fix theoretical memory leakDavid Woodhouse2015-07-161-1/+1
* strerror: Add CRYPT_E_REVOKED to SSPI error stringsJay Satiro2015-07-151-0/+3
* openssl: VMS support for SHA256John Malmberg2015-07-143-3/+15
* http2: Fix memory leak in push header arrayTatsuhiro Tsujikawa2015-07-071-0/+6
* cyassl: fixed mismatched sha256sum function prototypeDan Fandrich2015-07-021-1/+1
* SSL: Pinned public key hash supportmoparisthebest2015-07-0110-0/+149
* OpenVMS: VMS Software, Inc now the supplier.John Malmberg2015-07-011-0/+4
* http2: Use nghttp2 library error code for error return valueTatsuhiro Tsujikawa2015-06-241-1/+1
* http2: Harden header validation for curl_pushheader_bynameTatsuhiro Tsujikawa2015-06-241-3/+8
* http2: curl_pushheader_byname now takes a const char *Daniel Stenberg2015-06-241-1/+1
* http2: free all header memory after the push callbackDaniel Stenberg2015-06-241-1/+4
* http2: init the pushed transfer properlyDaniel Stenberg2015-06-243-10/+21
* http2: fixed the header accessor functions for the push callbackDaniel Stenberg2015-06-243-18/+69
* http2: setup the new pushed stream properlyDaniel Stenberg2015-06-246-38/+127
* http2: initial implementation of the push callbackDaniel Stenberg2015-06-244-8/+86
* pretransfer: init state.infilesize here, not in add_handleDaniel Stenberg2015-06-232-5/+5
* cookie: Fix bug in export if any-domain cookie is presentJay Satiro2015-06-181-7/+2
* FTP: fixed compiling with --disable-proxy, broken in b88f980aDan Fandrich2015-06-181-1/+1
* Makefile.m32: add support for CURL_LDFLAG_EXTRASViktor Szakats2015-06-181-1/+1
* RTSP: removed another piece of dead codeDaniel Stenberg2015-06-181-2/+1
* openssl: fix use of uninitialized bufferDaniel Stenberg2015-06-181-7/+7
* openssl: fix build with BoringSSLDaniel Stenberg2015-06-181-0/+5
* openssl: Fix build with openssl < ~ 0.9.8fPaul Howarth2015-06-171-0/+2
* FTP: do the HTTP CONNECT for data connection blockingDaniel Stenberg2015-06-173-12/+19
* 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