summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* imap: fix compiler warningDaniel Stenberg2015-11-061-1/+1
* imap: Don't call imap_atom() when no mailbox specified in LIST commandSteve Holme2015-11-061-2/+2
* getinfo: CURLINFO_ACTIVESOCKET: fix bad socket valueJay Satiro2015-11-061-12/+1
* curl_ntlm_core: fix 2 curl_off_t constant overflows.Patrick Monnerat2015-11-051-2/+2
* rawstr: Speed up Curl_raw_toupper by 40%Lauri Kasanen2015-11-021-1/+7
* http redirects: %-encode bytes outside of ascii rangeDaniel Stenberg2015-11-021-18/+23
* formadd: support >2GB files on windowsDaniel Stenberg2015-11-022-19/+26
* curl.h: s/HTTPPOST_/CURL_HTTPOST_Daniel Stenberg2015-10-311-0/+8
* mbedtls: fix "Structurally dead code"Daniel Stenberg2015-10-291-19/+15
* mbedtls: fix "Logically dead code"Daniel Stenberg2015-10-291-18/+13
* Revert "openssl: engine: remove double-free"Daniel Stenberg2015-10-291-2/+2
* openssl: engine: remove double-freeDaniel Stenberg2015-10-271-2/+2
* socks: Fix incorrect port numbers in failed connect messagesJay Satiro2015-10-271-14/+14
* polarssl/mbedtls: fix name space pollutionDaniel Stenberg2015-10-235-34/+34
* mbedTLS: THREADING_SUPPORT compilation fixDmitry S. Baikov2015-10-232-8/+10
* ftp: allow CURLOPT_IGNORE_CONTENT_LENGTH to ignore sizeKurt Fankhauser2015-10-231-2/+14
* http2: s/priority/weightDaniel Stenberg2015-10-233-9/+9
* http2: on_frame_recv: trust the conn/data inputDaniel Stenberg2015-10-231-3/+0
* http2: added three stream prio/deps optionsDaniel Stenberg2015-10-234-5/+116
* mbedtls:new profile with RSA min key len = 1024.m-gardet2015-10-221-1/+22
* checksrc: add crude // detectionDaniel Stenberg2015-10-212-0/+6
* build: fix for MSDOS/djgppGisle Vanem2015-10-211-1/+3
* copyrights: update Gisle Vanem's emailDaniel Stenberg2015-10-202-2/+2
* vtls: fix compiler warning for TLS backends without sha256Daniel Stenberg2015-10-201-0/+2
* vtls: added support for mbedTLSJonas Minnberg2015-10-208-6/+858
* 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