Age | Commit message (Expand) | Author |
2013-09-09 | ftpserver.pl: Added support for POP3 UIDL command | Steve Holme |
2013-09-09 | http2: adjust to new nghttp2_pack_settings_payload proto | Daniel Stenberg |
2013-09-09 | url: handle abortion by read/write callbacks, too | Kamil Dudka |
2013-09-09 | ldap: fix the build for systems with ldap_url_parse() | Daniel Stenberg |
2013-09-09 | pingpong: Check SSL library buffers for already read data | Jiri Hruska |
2013-09-09 | imap: Fixed calculation of transfer when partial FETCH received | Steve Holme |
2013-09-08 | ftpserver.pl: Fixed empty array checks | Steve Holme |
2013-09-08 | ftpserver: Reworked AUTH support to allow for specifying the mechanisms | Steve Holme |
2013-09-08 | ftpserver: Reworked CAPA support to allow for specifying the capabilities | Steve Holme |
2013-09-08 | ftpserver.pl: Corrected POP3 LIST as message numbers should be contiguous | Steve Holme |
2013-09-08 | curl_easy_pause: suggest one way to unpause | Clemens Gruber |
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 |