Age | Commit message (Expand) | Author |
2014-04-21 | build: Fixed output name for Release builds in VC10 and VC11 | Steve Holme |
2014-04-20 | sockfilt.c: properly handle disk files, pipes and character input | Marc Hoersken |
2014-04-20 | sockfilt.c: ignore non-key-events and continue waiting for input | Marc Hoersken |
2014-04-20 | sockfilt.c: free memory in case of memory allocation errors | Marc Hoersken |
2014-04-19 | multi.c: fix possible invalid memory access in case nfds overflows | Marc Hoersken |
2014-04-19 | netrc.c: fix multiple possible dereferences of null pointers | Marc Hoersken |
2014-04-19 | parsedate.c: check sscanf result before passing it to strlen | Marc Hoersken |
2014-04-19 | telnet.c: check sscanf results before passing them to snprintf | Marc Hoersken |
2014-04-19 | telnet.c: fix possible use of uninitialized variable | Marc Hoersken |
2014-04-19 | telnet.c: fix possible use of non-null-terminated strings | Marc Hoersken |
2014-04-19 | url.c: fix possible use of non-null-terminated string with strlen | Marc Hoersken |
2014-04-19 | tool_writeout.c: initialize string pointer variable | Marc Hoersken |
2014-04-19 | tool_formparse.c: fix possible use of non-null-terminated strings | Marc Hoersken |
2014-04-19 | url.c: fix possible use of non-null-terminated string with strlen | Marc Hoersken |
2014-04-18 | connect.c: fix multiple possible dereferences of null pointers | Marc Hoersken |
2014-04-18 | tftp.c: fix possible dereference of null pointer | Marc Hoersken |
2014-04-18 | tool_urlglob.c: added some comments to clarify for loop conditions | Marc Hoersken |
2014-04-18 | socks_sspi.c: added pointer guards to FreeContextBuffer calls | Marc Hoersken |
2014-04-18 | md5.c: fix use of uninitialized variable | Marc Hoersken |
2014-04-18 | curl_schannel.c: added explicit cast of structure pointers | Marc Hoersken |
2014-04-18 | curl_schannel.c: fix possible dereference of null pointer | Marc Hoersken |
2014-04-18 | RELEASE-NOTES: Synced with 33e0cba8f1 | Steve Holme |
2014-04-18 | curl_easy_setopt: Updated CURLOPT_URL to include IMAP PARTIAL FETCH example | Steve Holme |
2014-04-18 | imap: Extended FETCH support to include PARTIAL URL specifier | Steve Holme |
2014-04-18 | url.c: Fixed typo in comment | Steve Holme |
2014-04-18 | curl_easy_setopt: Updated CURLOPT_URL to include IMAP query string examples | Steve Holme |
2014-04-18 | test810: Updated to use new IMAP URL query string functionality | Steve Holme |
2014-04-18 | imap: Expanded mailbox SEARCH support to use URL query strings | Steve Holme |
2014-04-18 | imap: Added support for parsing URL query strings | Steve Holme |
2014-04-18 | imap: Introduced the SEARCH state | Steve Holme |
2014-04-18 | imap: Fixed untagged response detection when no data after command | Steve Holme |
2014-04-18 | build: Added Visual Studio 2012 (VC11) project files | Steve Holme |
2014-04-17 | build: Corrected Visual Studio solutions for DLL Release x64 | Steve Holme |
2014-04-17 | README.http2: mention some alt-svc thoughts | Daniel Stenberg |
2014-04-16 | Makefile.am: Missed separator in commit fbaa2f8660 | Steve Holme |
2014-04-16 | build: Added Visual Studio 2010 (VC10) project files | Steve Holme |
2014-04-14 | url: only use if_nametoindex() if IFNAMSIZ is available | Dan Fandrich |
2014-04-09 | symbian: fixed typo in comment | Dan Fandrich |
2014-04-09 | build: Added Visual Studio 2008 (VC9) project files | Steve Holme |
2014-04-08 | sas: Added DIGEST-MD5 qop-option validation in native challange handling | Steve Holme |
2014-04-08 | dist: include the projects/ files in releases | Daniel Stenberg |
2014-04-06 | strerror: fix comment about vxworks' strerror_r buffer size | Daniel Stenberg |
2014-04-06 | sasl: Added forward declaration of structures following recent changes | Steve Holme |
2014-04-06 | RELEASE-NOTES: Synced with 5cdb61abb2 | Steve Holme |
2014-04-06 | tests: Disabled DIGEST-MD5 tests when running with SSPI enabled | Steve Holme |
2014-04-06 | sasl: Fixed compilation warning | Steve Holme |
2014-04-06 | sasl: Added curl_memory.h include as per test 1132 | Steve Holme |
2014-04-06 | sasl: Fixed compilation warning in SSPI builds | Steve Holme |
2014-04-06 | sasl: Corrected missing free of decoded challenge message from 607883f13c | Steve Holme |
2014-04-06 | sasl: Corrected add of Curl_sasl_decode_digest_md5_message() from 2c49e96092 | Steve Holme |