Age | Commit message (Expand) | Author | Files | Lines |
2019-02-12 | Merge branch 'nd/imap-send-typofix' | Junio C Hamano | 1 | -1/+1 |
2019-02-11 | imap-send.c: add a missing space in error message | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-12-10 | style: the opening '{' of a function is in a separate line | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -1/+1 |
2018-04-11 | exec_cmd: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
2018-02-22 | imap-send: rename 'new' variables | Brandon Williams | 1 | -7/+7 |
2017-12-18 | imap-send: URI encode server folder | Nicolas Morey-Chaisemartin | 1 | -1/+7 |
2017-11-15 | Merge branch 'tz/fsf-address-update' | Junio C Hamano | 1 | -2/+1 |
2017-11-15 | Merge branch 'rs/imap-send-next-arg-fix' | Junio C Hamano | 1 | -2/+13 |
2017-11-09 | Replace Free Software Foundation address in license notices | Todd Zullinger | 1 | -2/+1 |
2017-11-03 | imap-send: handle missing response codes gracefully | René Scharfe | 1 | -1/+1 |
2017-11-03 | imap-send: handle NULL return of next_arg() | René Scharfe | 1 | -1/+12 |
2017-09-15 | imap-send: use curl by default when possible | Nicolas Morey-Chaisemartin | 1 | -3/+3 |
2017-09-15 | imap_send: setup_curl: retreive credentials if not set in config file | Nicolas Morey-Chaisemartin | 1 | -2/+17 |
2017-09-15 | imap-send: add wrapper to get server credentials if needed | Nicolas Morey-Chaisemartin | 1 | -14/+20 |
2017-09-15 | imap-send: return with error if curl failed | Nicolas Morey-Chaisemartin | 1 | -1/+1 |
2017-07-12 | Merge branch 'rs/use-div-round-up' | Junio C Hamano | 1 | -1/+1 |
2017-07-10 | use DIV_ROUND_UP | René Scharfe | 1 | -1/+1 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-03-30 | convert unchecked snprintf into xsnprintf | Jeff King | 1 | -1/+1 |
2016-10-26 | Merge branch 'jc/cocci-xstrdup-or-null' | Junio C Hamano | 1 | -4/+2 |
2016-10-12 | cocci: refactor common patterns to use xstrdup_or_null() | Junio C Hamano | 1 | -4/+2 |
2016-10-10 | Merge branch 'ak/curl-imap-send-explicit-scheme' | Junio C Hamano | 1 | -0/+1 |
2016-08-17 | imap-send: Tell cURL to use imap:// or imaps:// | Anders Kaseorg | 1 | -0/+1 |
2016-07-26 | die("bug"): report bugs consistently | Johannes Schindelin | 1 | -1/+1 |
2016-07-19 | Merge branch 'jk/common-main' | Junio C Hamano | 1 | -5/+1 |
2016-07-06 | Merge branch 'ep/http-curl-trace' | Junio C Hamano | 1 | -0/+1 |
2016-07-01 | common-main: call git_setup_gettext() | Jeff King | 1 | -2/+0 |
2016-07-01 | common-main: call git_extract_argv0_path() | Jeff King | 1 | -2/+0 |
2016-07-01 | add an extra level of indirection to main() | Jeff King | 1 | -1/+1 |
2016-05-24 | imap-send.c: introduce the GIT_TRACE_CURL enviroment variable | Elia Pinto | 1 | -0/+1 |
2016-05-06 | Merge branch 'ky/imap-send-openssl-1.1.0' into maint | Junio C Hamano | 1 | -10/+10 |
2016-04-22 | Merge branch 'ky/imap-send-openssl-1.1.0' | Junio C Hamano | 1 | -10/+10 |
2016-04-13 | imap-send: fix CRAM-MD5 response calculation | Kazuki Yamaguchi | 1 | -1/+1 |
2016-04-13 | imap-send: check for NOLOGIN capability only when using LOGIN command | Kazuki Yamaguchi | 1 | -5/+5 |
2016-04-08 | imap-send: avoid deprecated TLSv1_method() | Kazuki Yamaguchi | 1 | -5/+4 |
2016-04-08 | imap-send: check NULL return of SSL_CTX_new() | Kazuki Yamaguchi | 1 | -0/+4 |
2016-04-08 | imap-send: use HMAC() function provided by OpenSSL | Kazuki Yamaguchi | 1 | -5/+2 |
2016-02-22 | use xmallocz to avoid size arithmetic | Jeff King | 1 | -3/+2 |
2015-10-30 | Merge branch 'js/imap-send-curl-compilation-fix' | Junio C Hamano | 1 | -0/+4 |
2015-10-26 | imap-send: only use CURLOPT_LOGIN_OPTIONS if it is actually available | Johannes Schindelin | 1 | -0/+4 |
2015-09-25 | replace trivial malloc + sprintf / strcpy calls with xstrfmt | Jeff King | 1 | -3/+2 |
2015-03-10 | imap-send: use cURL automatically when NO_OPENSSL defined | Kyle J. McKay | 1 | -2/+15 |
2015-01-06 | imap-send.c: set CURLOPT_USE_SSL to CURLUSESSL_TRY | Kyle J. McKay | 1 | -2/+2 |
2015-01-06 | imap-send.c: support GIT_CURL_VERBOSE | Kyle J. McKay | 1 | -1/+1 |
2014-11-10 | git-imap-send: use libcurl for implementation | Bernhard Reiter | 1 | -26/+154 |
2014-11-05 | imap-send: use parse options API to determine verbosity | Bernhard Reiter | 1 | -10/+18 |
2014-09-19 | Merge branch 'as/calloc-takes-nmemb-then-size' | Junio C Hamano | 1 | -1/+1 |