Age | Commit message (Expand) | Author |
2013-09-08 | tests: Updated descriptions to be more meaningful | Steve Holme |
2013-09-08 | tests: Added test for POP3 NOOP command | Steve Holme |
2013-09-08 | ftpserver.pl: Added support for POP3 NOOP command | Steve Holme |
2013-09-08 | ftpserver.pl: Fixed 'Use of uninitialized value $args in string ne' | Steve Holme |
2013-09-08 | tests: Added test for POP3 STAT command | Steve Holme |
2013-09-08 | ftpserver.pl: Added support for POP STAT command | Steve Holme |
2013-09-08 | ftpserver.pl: Moved POP3 QUIT handler into own function | Steve Holme |
2013-09-08 | ftpserver.pl: Reordered the POP3 handlers to be alphabetical | Steve Holme |
2013-09-08 | ftpserver.pl: Corrected misaligned indentation in POP3 handlers | Steve Holme |
2013-09-07 | tests: Added test for POP3 DELE command | Steve Holme |
2013-09-07 | ftpserver.pl: Added support for POP3 DELE command | Steve Holme |
2013-09-07 | http2: include curl_memory.h | Daniel Stenberg |
2013-09-07 | http: fix build warning under LLVM | Nick Zitzmann |
2013-09-07 | http2: actually init nghttp2 and send HTTP2-Settings properly | Daniel Stenberg |
2013-09-07 | README.http2: how to use it best with the multi API? | Daniel Stenberg |
2013-09-07 | http2: first embryo toward Upgrade: | Daniel Stenberg |
2013-09-07 | http: rename use_http_1_1 to use_http_1_1plus | Daniel Stenberg |
2013-09-07 | configure: improve CURL_CHECK_COMPILER_PROTOTYPE_MISMATCH | Daniel Stenberg |
2013-09-07 | Pass password to OpenSSL engine by user interface | Petr Písař |
2013-09-06 | urlglob: improved error messages and column number on bad use | Daniel Stenberg |
2013-09-06 | urlglob: avoid error code translation | Daniel Stenberg |
2013-09-06 | urlglob: avoid NULL pointer dereference | Daniel Stenberg |
2013-09-06 | http2: use correct include for snprintf | Gisle Vanem |
2013-09-06 | --data: mention CRLF treatment when reading from file | Daniel Stenberg |
2013-09-06 | LDAP: fix bad free() when URL parsing failed | Geoff Beier |
2013-09-05 | darwinssl: add support for PKCS#12 files for client authentication | Nick Zitzmann |
2013-09-05 | symbols: added HTTP2 symbols and sorted list | Daniel Stenberg |
2013-09-05 | configure: add HTTP2 as a curl-config --feature output | Daniel Stenberg |
2013-09-05 | curl: unbreak --http1.0 again | Daniel Stenberg |
2013-09-04 | SASL: fix compiler warnings | Daniel Stenberg |
2013-09-04 | curl: add --http1.1 and --http2.0 options | Daniel Stenberg |
2013-09-04 | Curl_setopt: refuse CURL_HTTP_VERSION_2_0 if built without support | Daniel Stenberg |
2013-09-04 | http2: add http2.[ch] and add nghttp2 version output | Daniel Stenberg |
2013-09-04 | curl -V: output HTTP2 as a feature if present | Daniel Stenberg |
2013-09-04 | curl.h: add CURL_VERSION_HTTP2 as a feature | Daniel Stenberg |
2013-09-04 | imap/smtp: Fixed incorrect SASL mechanism selection with XOAUTH2 servers | Steve Holme |
2013-09-04 | curl.h: added CURL_HTTP_VERSION_2_0 | Daniel Stenberg |
2013-09-04 | configure: added --with-nghttp2 | Daniel Stenberg |
2013-09-04 | acinclude: fix --without-ca-path when cross-compiling | Daniel Stenberg |
2013-09-02 | lib1512.c: Fixed compilation warning | Steve Holme |
2013-09-01 | Killed warning 'res' might be used uninitialized. | Guenter Knauf |
2013-09-01 | url.c: Fixed compilation warning | Steve Holme |
2013-09-01 | easy.c: Fixed compilation warning | Steve Holme |
2013-08-31 | -x: rephrased the --proxy section somewhat | Daniel Stenberg |
2013-08-31 | tests: Added test for IMAP CHECK command | Steve Holme |
2013-08-31 | ftpserver.pl: Added support for the IMAP CHECK command | Steve Holme |
2013-08-31 | Removed reference to krb4.c. | Guenter Knauf |
2013-08-31 | ftpserver.pl: Corrected flawed logic in commit 1ca6ed7b75cad0 | Steve Holme |
2013-08-31 | imap: Fixed response check for EXPUNGE command | Steve Holme |
2013-08-31 | ftpserver.pl: Added argument check to IMAP command handlers | Steve Holme |