Age | Commit message (Expand) | Author |
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 |
2013-08-31 | ftpserver.pl: More whitespace corrections | Steve Holme |
2013-08-30 | ftpserver.pl: Small correction tidy up | Steve Holme |
2013-08-30 | docs: Added documentation for CURLOPT_BEARER | Kyle L. Huff |
2013-08-30 | curl.1: Add usage of '--bearer' option | Kyle L. Huff |
2013-08-30 | tests: Added tests for IMAP CREATE, DELETE and RENAME commands | Steve Holme |
2013-08-30 | ftpserver: Bareword "to_mailbox" not allowed | Daniel Stenberg |
2013-08-30 | ftpserver.pl: Added support for IMAP CREATE, DELETE and RENAME commands | Steve Holme |
2013-08-29 | FTP: fix getsock during DO_MORE state | Daniel Stenberg |
2013-08-29 | curl_multi_remove_handle: allow multiple removes | Daniel Stenberg |
2013-08-29 | ftpserver.pl: Updated IMAP EXAMINE handler to use dynamic test data | Steve Holme |
2013-08-29 | unit1304: include memdebug and free everything correctly | Daniel Stenberg |
2013-08-29 | Curl_parsenetrc: document that the arguments must be allocated | Daniel Stenberg |
2013-08-29 | easy: rename struct monitor to socketmonitor | Daniel Stenberg |
2013-08-29 | ftpserver.pl: Added SELECT check to IMAP FETCH and STORE handlers | Steve Holme |
2013-08-28 | ftpserver.pl: Corrected accidental move of logmsg() call | Steve Holme |
2013-08-28 | ftpserver: add missing '}' from 4ae7b7ea69149 | Daniel Stenberg |
2013-08-28 | ftpserver.pl: Added SELECT check to IMAP SEARCH command | Steve Holme |
2013-08-28 | ftpserver.pl: Fixed IMAP SEARCH command | Steve Holme |
2013-08-28 | bump: next release is 7.33.0 due to added features | Daniel Stenberg |
2013-08-28 | symbols-in-versions: add CURLOPT_XOAUTH2_BEARER | Daniel Stenberg |
2013-08-28 | tests: Added test for IMAP SEARCH command | Steve Holme |
2013-08-28 | valgrind.supp: fix for regular curl_easy_perform too | Daniel Stenberg |
2013-08-28 | valgrind.supp: add the event-based call stack-trace too | Daniel Stenberg |
2013-08-28 | multi_socket: improved 100-continue timeout handling | Daniel Stenberg |
2013-08-27 | ftpserver.pl: Added support for IMAP SEARCH command | Steve Holme |
2013-08-27 | tool_operate.c: Fixed compilation warning | Steve Holme |
2013-08-27 | curl: Moved check for password out of get parameter loop | Steve Holme |
2013-08-26 | RELEASE-NOTES: synced with acf59be7f09a7 | Steve Holme |
2013-08-26 | curl: added --bearer option to help | Kyle L. Huff |
2013-08-26 | curl: added basic SASL XOAUTH2 support | Kyle L. Huff |