summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cookies: Add support for Mozilla's Publix Suffix ListTim Rühsen2015-10-172-0/+30
* http2: Don't pass unitialized name+len pairs to nghttp2_submit_requestAnders Bakken2015-10-161-23/+30
* multi: fix off-by-one finit[] array sizeDaniel Stenberg2015-10-161-1/+1
* fread_func: move callback pointer from set to state structDaniel Stenberg2015-10-159-35/+64
* openssl: Fix set up of pkcs12 certificate verification chainErik Johansson2015-10-111-3/+3
* ntlm: error out without 64bit support as the code needs itDaniel Stenberg2015-10-091-0/+4
* curl_global_init: set the memory function pointers correctDaniel Stenberg2015-10-091-10/+22
* curl_global_init_mem: set function pointers before doing initDaniel Stenberg2015-10-091-12/+9
* http2: Fix http2_recv to return -1 if recv returned -1Jay Satiro2015-10-091-7/+3
* ntlm: get rid of unconditional use of long longDaniel Stenberg2015-10-081-7/+4
* des: Fix header conditional for Curl_des_set_odd_parityAnders Bakken2015-10-081-1/+1
* getinfo: Fix return code for unknown CURLINFO optionsJay Satiro2015-10-041-7/+6
* gopher: don't send NUL byteOrange Tsai2015-10-011-3/+5
* win32: make recent Borland compilers use long longThorsten Schöning2015-09-301-2/+3
* openssl: Fix algorithm initMichael Kalinin2015-09-281-10/+9
* http2: set TCP_NODELAY unconditionallyDaniel Stenberg2015-09-273-5/+11
* http2: avoid superfluous Curl_expire() callsDaniel Stenberg2015-09-271-8/+21
* readwrite_data: set a max number of loopsDaniel Stenberg2015-09-271-1/+2
* FTP: fix uploading ASCII with unknown sizeDaniel Stenberg2015-09-261-1/+2
* build: fix failures with -Wcast-align and -WerrorTatsuhiro Tsujikawa2015-09-264-10/+12
* gnutls: Report actual GnuTLS error message for certificate errorsMike Crowe2015-09-231-8/+10
* gnutls: Support CURLOPT_KEYPASSWDMike Crowe2015-09-221-9/+36
* CURLINFO_TLS_SESSION: always return backend infoDaniel Stenberg2015-09-221-5/+3
* vtls: Change designator name for server's pubkey hashJay Satiro2015-09-191-5/+3
* NTLM: Reset auth-done when using a fresh connectionIsaac Boukris2015-09-191-0/+2
* ssl: add server cert's "sha256//" hash to verboseDaniel Hwang2015-09-197-31/+37
* openldap: only part of LDAP query results receivedJakub Zakrzewski2015-09-191-32/+60
* openssl: don't output certinfo dataAlessandro Ghedini2015-09-191-41/+14
* openssl: refactor certificate parsing to use OpenSSL memory BIOAlessandro Ghedini2015-09-191-186/+76
* nss: prevent NSS from incorrectly re-using a sessionKamil Dudka2015-09-181-0/+4
* nss: check return values of NSS functionsKamil Dudka2015-09-181-2/+6
* openssl: build with < 0.9.8Daniel Stenberg2015-09-172-2/+2
* http2: removed unused functionDaniel Stenberg2015-09-131-9/+0
* curl_sspi: fix possibly undefined CRYPT_E_REVOKEDJay Satiro2015-09-103-1/+9
* parse_proxy: reject illegal port numbersDaniel Stenberg2015-09-081-1/+15
* FTP: do_more: add check for wait_data_conn in upload caseDaniel Stenberg2015-09-081-1/+7
* nss: do not directly access SSL_ImplementedCiphers[]Kamil Dudka2015-09-041-3/+9
* gitignore: ignore more generated VC MakefilesDaniel Stenberg2015-09-031-3/+1
* http2: don't pass on Connection: headersDaniel Stenberg2015-09-031-1/+5
* inet_pton.c: Fix MSVC run-time check failure (2)Marcel Raad2015-09-031-1/+1
* sasl: Only define Curl_sasl_digest_get_pair() when CRYPTO_AUTH enabledSteve Holme2015-08-311-4/+3
* sasl: Updated SPN variables and comments for consistencySteve Holme2015-08-314-15/+15
* win32: Use DES_set_odd_parity() from OpenSSL/BoringSSL by defaultSteve Holme2015-08-301-0/+6
* des: Fixed compilation warning from commit 613e5022feSteve Holme2015-08-302-2/+2
* makefiles: Added our standard copyright headerSteve Holme2015-08-305-8/+116
* cmake: added Windows SSL supportSergei Nikulov2015-08-251-0/+3
* getinfo: added CURLINFO_ACTIVESOCKETRazvan Cojocaru2015-08-241-0/+31
* http2: remove dead codeDaniel Stenberg2015-08-241-5/+0
* ntlm: mark deliberate switch case fall-throughDaniel Stenberg2015-08-241-1/+1
* http2: on_frame_recv: get a proper 'conn' for the debug loggingDaniel Stenberg2015-08-241-3/+1