platform/upstream/curl.git
2013-09-12 Steve Holmeftpserver.pl: Fixed variable error introduced in 7fd84b...
2013-09-11 Steve Holmeftpserver.pl: Added support for UID command
2013-09-11 Steve Holmeftpserver.pl: Added support for LSUB command
2013-09-11 Steve Holmeimap: Fixed response check for LSUB and UID commands
2013-09-11 Steve Holmeftpserver.pl: Added support for IMAP COPY command
2013-09-11 Steve Holmeftpserver.pl: Added support for IMAP CLOSE and EXPUNGE...
2013-09-11 Steve Holmeftpserver.pl: Added support for POP3 RSET command
2013-09-11 Steve Holmeftpserver.pl: Added the ability to remember what messag...
2013-09-10 Daniel StenbergNI_MAXSERV: remove all use of it
2013-09-10 Daniel Stenberghttp2: use the support HTTP2 draft version in the upgra...
2013-09-10 Steve Holmeldap.c: Fix compilation warning
2013-09-10 Jiri Hruskaimap/pop3/smtp: Speed up SSL connection initialization
2013-09-10 Steve Holmeldap.c: Corrected build error from commit 857f999353f333
2013-09-10 Steve HolmeRELEASE-NOTES: Corrected duplicate in bfefe2400a16b8
2013-09-10 Steve HolmeRELEASE-NOTES: Corrected typo from bfefe2400a16b8
2013-09-10 Steve HolmeRELEASE-NOTES: synced with 25c68903756d6b
2013-09-09 Daniel StenbergREADME.http2: explain nghttp2 a little
2013-09-09 Steve Holmetests: Added test for POP3 TOP command
2013-09-09 Steve Holmeftpserver.pl: Added support for POP3 TOP command
2013-09-09 Steve Holmetests: Added test for POP3 UIDL command
2013-09-09 Steve Holmeftpserver.pl: Added support for POP3 UIDL command
2013-09-09 Daniel Stenberghttp2: adjust to new nghttp2_pack_settings_payload...
2013-09-09 Kamil Dudkaurl: handle abortion by read/write callbacks, too
2013-09-09 Daniel Stenbergldap: fix the build for systems with ldap_url_parse()
2013-09-09 Jiri Hruskapingpong: Check SSL library buffers for already read...
2013-09-09 Steve Holmeimap: Fixed calculation of transfer when partial FETCH...
2013-09-08 Steve Holmeftpserver.pl: Fixed empty array checks
2013-09-08 Steve Holmeftpserver: Reworked AUTH support to allow for specifyin...
2013-09-08 Steve Holmeftpserver: Reworked CAPA support to allow for specifyin...
2013-09-08 Steve Holmeftpserver.pl: Corrected POP3 LIST as message numbers...
2013-09-08 Clemens Grubercurl_easy_pause: suggest one way to unpause
2013-09-08 Steve Holmetests: Updated descriptions to be more meaningful
2013-09-08 Steve Holmetests: Added test for POP3 NOOP command
2013-09-08 Steve Holmeftpserver.pl: Added support for POP3 NOOP command
2013-09-08 Steve Holmeftpserver.pl: Fixed 'Use of uninitialized value $args...
2013-09-08 Steve Holmetests: Added test for POP3 STAT command
2013-09-08 Steve Holmeftpserver.pl: Added support for POP STAT command
2013-09-08 Steve Holmeftpserver.pl: Moved POP3 QUIT handler into own function
2013-09-08 Steve Holmeftpserver.pl: Reordered the POP3 handlers to be alphabe...
2013-09-08 Steve Holmeftpserver.pl: Corrected misaligned indentation in POP3...
2013-09-07 Steve Holmetests: Added test for POP3 DELE command
2013-09-07 Steve Holmeftpserver.pl: Added support for POP3 DELE command
2013-09-07 Daniel Stenberghttp2: include curl_memory.h
2013-09-07 Nick Zitzmannhttp: fix build warning under LLVM
2013-09-07 Daniel Stenberghttp2: actually init nghttp2 and send HTTP2-Settings...
2013-09-07 Daniel StenbergREADME.http2: how to use it best with the multi API?
2013-09-07 Daniel Stenberghttp2: first embryo toward Upgrade:
2013-09-07 Daniel Stenberghttp: rename use_http_1_1 to use_http_1_1plus
2013-09-07 Daniel Stenbergconfigure: improve CURL_CHECK_COMPILER_PROTOTYPE_MISMATCH
2013-09-06 Petr PísařPass password to OpenSSL engine by user interface
2013-09-06 Daniel Stenbergurlglob: improved error messages and column number...
2013-09-06 Daniel Stenbergurlglob: avoid error code translation
2013-09-06 Daniel Stenbergurlglob: avoid NULL pointer dereference
2013-09-06 Gisle Vanemhttp2: use correct include for snprintf
2013-09-06 Daniel Stenberg--data: mention CRLF treatment when reading from file
2013-09-06 Geoff BeierLDAP: fix bad free() when URL parsing failed
2013-09-05 Nick Zitzmanndarwinssl: add support for PKCS#12 files for client...
2013-09-05 Daniel Stenbergsymbols: added HTTP2 symbols and sorted list
2013-09-05 Daniel Stenbergconfigure: add HTTP2 as a curl-config --feature output
2013-09-05 Daniel Stenbergcurl: unbreak --http1.0 again
2013-09-04 Daniel StenbergSASL: fix compiler warnings
2013-09-04 Daniel Stenbergcurl: add --http1.1 and --http2.0 options
2013-09-04 Daniel StenbergCurl_setopt: refuse CURL_HTTP_VERSION_2_0 if built...
2013-09-04 Daniel Stenberghttp2: add http2.[ch] and add nghttp2 version output
2013-09-04 Daniel Stenbergcurl -V: output HTTP2 as a feature if present
2013-09-04 Daniel Stenbergcurl.h: add CURL_VERSION_HTTP2 as a feature
2013-09-04 Steve Holmeimap/smtp: Fixed incorrect SASL mechanism selection...
2013-09-04 Daniel Stenbergcurl.h: added CURL_HTTP_VERSION_2_0
2013-09-04 Daniel Stenbergconfigure: added --with-nghttp2
2013-09-03 Daniel Stenbergacinclude: fix --without-ca-path when cross-compiling
2013-09-02 Steve Holmelib1512.c: Fixed compilation warning
2013-09-01 Guenter KnaufKilled warning 'res' might be used uninitialized.
2013-09-01 Steve Holmeurl.c: Fixed compilation warning
2013-09-01 Steve Holmeeasy.c: Fixed compilation warning
2013-08-31 Daniel Stenberg-x: rephrased the --proxy section somewhat
2013-08-31 Steve Holmetests: Added test for IMAP CHECK command
2013-08-31 Steve Holmeftpserver.pl: Added support for the IMAP CHECK command
2013-08-31 Guenter KnaufRemoved reference to krb4.c.
2013-08-31 Steve Holmeftpserver.pl: Corrected flawed logic in commit 1ca6ed7b...
2013-08-31 Steve Holmeimap: Fixed response check for EXPUNGE command
2013-08-31 Steve Holmeftpserver.pl: Added argument check to IMAP command...
2013-08-31 Steve Holmeftpserver.pl: More whitespace corrections
2013-08-30 Steve Holmeftpserver.pl: Small correction tidy up
2013-08-30 Kyle L. Huffdocs: Added documentation for CURLOPT_BEARER
2013-08-30 Kyle L. Huffcurl.1: Add usage of '--bearer' option
2013-08-30 Steve Holmetests: Added tests for IMAP CREATE, DELETE and RENAME...
2013-08-30 Daniel Stenbergftpserver: Bareword "to_mailbox" not allowed
2013-08-30 Steve Holmeftpserver.pl: Added support for IMAP CREATE, DELETE...
2013-08-29 Daniel StenbergFTP: fix getsock during DO_MORE state
2013-08-29 Daniel Stenbergcurl_multi_remove_handle: allow multiple removes
2013-08-29 Steve Holmeftpserver.pl: Updated IMAP EXAMINE handler to use dynam...
2013-08-29 Daniel Stenbergunit1304: include memdebug and free everything correctly
2013-08-29 Daniel StenbergCurl_parsenetrc: document that the arguments must be...
2013-08-29 Daniel Stenbergeasy: rename struct monitor to socketmonitor
2013-08-29 Steve Holmeftpserver.pl: Added SELECT check to IMAP FETCH and...
2013-08-28 Steve Holmeftpserver.pl: Corrected accidental move of logmsg(...
2013-08-28 Daniel Stenbergftpserver: add missing '}' from 4ae7b7ea69149
2013-08-28 Steve Holmeftpserver.pl: Added SELECT check to IMAP SEARCH command
2013-08-28 Steve Holmeftpserver.pl: Fixed IMAP SEARCH command
2013-08-28 Daniel Stenbergbump: next release is 7.33.0 due to added features
next