Age | Commit message (Expand) | Author |
2015-11-27 | nonblock: fix setting non-blocking mode for Amiga | Daniel Stenberg |
2015-11-27 | lib: Only define curl_dofreeaddrinfo if struct addrinfo is available | Dan Fandrich |
2015-11-25 | timecond: do not add if-modified-since without timecondition | Daniel Stenberg |
2015-11-24 | done: make sure the final progress update is made | Daniel Stenberg |
2015-11-24 | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg |
2015-11-21 | smb.c: Fixed compilation warnings | Steve Holme |
2015-11-21 | schannel: Corrected copy/paste error in commit 8d17117683 | Steve Holme |
2015-11-21 | schannel: Use GetVersionEx() when VerifyVersionInfo() isn't available | Steve Holme |
2015-11-20 | pop3: Differentiate between success and continuation responses | Steve Holme |
2015-11-20 | pop3: Added clarity on some server response codes | Steve Holme |
2015-11-17 | http2: http_done: don't free already-freed push headers | Daniel Stenberg |
2015-11-16 | getconnectinfo: Don't call recv(2) if socket == -1 | Anders Bakken |
2015-11-16 | http2: minor comment typo | Daniel Stenberg |
2015-11-15 | sasl; fix checksrc warnings | Daniel Stenberg |
2015-11-15 | oauth2: Support OAUTHBEARER failures sent as continuation responses | Steve Holme |
2015-11-14 | oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP, POP3 and SNMP | Steve Holme |
2015-11-13 | openssl: Free modules on cleanup | Sebastian Pohlschmidt |
2015-11-13 | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg |
2015-11-13 | ftplistparser: remove empty function | Daniel Stenberg |
2015-11-13 | openssl: remove #if check for 0.9.7 for ENGINE_load_private_key | Daniel Stenberg |
2015-11-13 | openssl: all supported versions have X509_STORE_set_flags | Daniel Stenberg |
2015-11-13 | openssl: remove 0.9.3 check | Daniel Stenberg |
2015-11-13 | openssl: remove #ifdefs for < 0.9.5 support | Daniel Stenberg |
2015-11-13 | lib/vtls/openssl: remove unused traces of yassl ifdefs | Daniel Stenberg |
2015-11-12 | unit1603: Added unit tests for hash functions | dfandrich |
2015-11-12 | sasl: Re-introduced XOAUTH2 in the default enabled authentication mechanism | Steve Holme |
2015-11-12 | sasl_sspi: fix identity memory leak in digest authentication | Stefan Bühler |
2015-11-12 | sasl_sspi: fixed unicode build for digest authentication | Stefan Bühler |
2015-11-12 | oauth2: Re-factored OAuth 2.0 state variable | Steve Holme |
2015-11-12 | sasl: Don't choose OAuth 2.0 if mechanism not advertised | Steve Holme |
2015-11-11 | oauth2: Introduced support for host and port details | Steve Holme |
2015-11-11 | curl_setup.h: Removed duplicate CURL_DISABLE_RTSP when HTTP_ONLY defined | Steve Holme |
2015-11-11 | cmake: Add missing feature macros in config header (Part 2) | Steve Holme |
2015-11-10 | cmake: Add missing feature macros in config header | Douglas Creager |
2015-11-10 | BoringSSL: Work with stricter BIO_get_mem_data() | Douglas Creager |
2015-11-10 | http2: rectify the http2 version #if check | Daniel Stenberg |
2015-11-09 | oauth2: Don't use XAUTH2 in OAuth 2.0 function name | Steve Holme |
2015-11-09 | oauth2: Don't use XOAUTH2 in OAuth 2.0 variables | Steve Holme |
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 |