Age | Commit message (Expand) | Author |
2015-11-09 | oauth2: Use OAuth 2.0 rather than XOAUTH2 in comments | Steve Holme |
2015-11-09 | imap: avoid freeing constant string | Daniel Stenberg |
2015-11-08 | imap: Don't check for continuation when executing a CUSTOMREQUEST | Justin Ehlert |
2015-11-07 | imap: checksrc: remove space after while before paren | Daniel Stenberg |
2015-11-07 | checksrc.whitelist: "missing space after close paren" | Daniel Stenberg |
2015-11-07 | imap: Quote other 'atom-specials' and not just the space character | Steve Holme |
2015-11-07 | imap: Fixed double quote in LIST command when mailbox contains spaces | Steve Holme |
2015-11-06 | imap: fix compiler warning | Daniel Stenberg |
2015-11-06 | imap: Don't call imap_atom() when no mailbox specified in LIST command | Steve Holme |
2015-11-06 | getinfo: CURLINFO_ACTIVESOCKET: fix bad socket value | Jay Satiro |
2015-11-05 | curl_ntlm_core: fix 2 curl_off_t constant overflows. | Patrick Monnerat |
2015-11-02 | rawstr: Speed up Curl_raw_toupper by 40% | Lauri Kasanen |
2015-11-02 | http redirects: %-encode bytes outside of ascii range | Daniel Stenberg |
2015-11-02 | formadd: support >2GB files on windows | Daniel Stenberg |
2015-10-31 | curl.h: s/HTTPPOST_/CURL_HTTPOST_ | Daniel Stenberg |
2015-10-29 | mbedtls: fix "Structurally dead code" | Daniel Stenberg |
2015-10-29 | mbedtls: fix "Logically dead code" | Daniel Stenberg |
2015-10-29 | Revert "openssl: engine: remove double-free" | Daniel Stenberg |
2015-10-27 | openssl: engine: remove double-free | Daniel Stenberg |
2015-10-27 | socks: Fix incorrect port numbers in failed connect messages | Jay Satiro |
2015-10-23 | polarssl/mbedtls: fix name space pollution | Daniel Stenberg |
2015-10-23 | mbedTLS: THREADING_SUPPORT compilation fix | Dmitry S. Baikov |
2015-10-23 | ftp: allow CURLOPT_IGNORE_CONTENT_LENGTH to ignore size | Kurt Fankhauser |
2015-10-23 | http2: s/priority/weight | Daniel Stenberg |
2015-10-23 | http2: on_frame_recv: trust the conn/data input | Daniel Stenberg |
2015-10-23 | http2: added three stream prio/deps options | Daniel Stenberg |
2015-10-22 | mbedtls:new profile with RSA min key len = 1024. | m-gardet |
2015-10-21 | checksrc: add crude // detection | Daniel Stenberg |
2015-10-21 | build: fix for MSDOS/djgpp | Gisle Vanem |
2015-10-20 | copyrights: update Gisle Vanem's email | Daniel Stenberg |
2015-10-20 | vtls: fix compiler warning for TLS backends without sha256 | Daniel Stenberg |
2015-10-20 | vtls: added support for mbedTLS | Jonas Minnberg |
2015-10-17 | cookies: Add support for Mozilla's Publix Suffix List | Tim Rühsen |
2015-10-16 | http2: Don't pass unitialized name+len pairs to nghttp2_submit_request | Anders Bakken |
2015-10-16 | multi: fix off-by-one finit[] array size | Daniel Stenberg |
2015-10-15 | fread_func: move callback pointer from set to state struct | Daniel Stenberg |
2015-10-11 | openssl: Fix set up of pkcs12 certificate verification chain | Erik Johansson |
2015-10-09 | ntlm: error out without 64bit support as the code needs it | Daniel Stenberg |
2015-10-09 | curl_global_init: set the memory function pointers correct | Daniel Stenberg |
2015-10-09 | curl_global_init_mem: set function pointers before doing init | Daniel Stenberg |
2015-10-09 | http2: Fix http2_recv to return -1 if recv returned -1 | Jay Satiro |
2015-10-08 | ntlm: get rid of unconditional use of long long | Daniel Stenberg |
2015-10-08 | des: Fix header conditional for Curl_des_set_odd_parity | Anders Bakken |
2015-10-04 | getinfo: Fix return code for unknown CURLINFO options | Jay Satiro |
2015-10-01 | gopher: don't send NUL byte | Orange Tsai |
2015-09-30 | win32: make recent Borland compilers use long long | Thorsten Schöning |
2015-09-28 | openssl: Fix algorithm init | Michael Kalinin |
2015-09-27 | http2: set TCP_NODELAY unconditionally | Daniel Stenberg |
2015-09-27 | http2: avoid superfluous Curl_expire() calls | Daniel Stenberg |
2015-09-27 | readwrite_data: set a max number of loops | Daniel Stenberg |