Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-09-11 | Merge branch 'br/imap-send-simplify-tunnel-child-process' | Junio C Hamano | 1 | -10/+9 |
2014-09-11 | Merge branch 'rs/child-process-init' | Junio C Hamano | 1 | -1/+1 |
2014-09-11 | Merge branch 'ta/config-set-2' | Junio C Hamano | 1 | -34/+26 |
2014-09-09 | Merge branch 'tf/imap-send-create' | Junio C Hamano | 1 | -50/+31 |
2014-09-03 | calloc() and xcalloc() takes nmemb and then size | Arjun Sreedharan | 1 | -1/+1 |
2014-09-02 | imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with() | René Scharfe | 1 | -2/+2 |
2014-08-25 | imap-send: create target mailbox if it is missing | Tony Finch | 1 | -50/+31 |
2014-08-20 | imap-send.c: imap_folder -> imap_server_conf.folder | Bernhard Reiter | 1 | -5/+5 |
2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -1/+1 |
2014-08-18 | git-imap-send: simplify tunnel construction | Bernhard Reiter | 1 | -3/+2 |
2014-08-07 | imap-send.c: replace `git_config()` with `git_config_get_*()` family | Tanay Abhra | 1 | -34/+26 |
2014-06-20 | imap-send: use skip_prefix instead of using magic numbers | Tanay Abhra | 1 | -5/+1 |
2014-06-16 | Merge branch 'bg/xcalloc-nmemb-then-size' | Junio C Hamano | 1 | -1/+1 |
2014-05-27 | imap-send.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |
2014-04-29 | imap-send: use git-credential | Dan Albert | 1 | -19/+26 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -5/+5 |
2013-07-30 | imap-send: use Apple's Security framework for base64 encoding | Jeremy Huddleston | 1 | -14/+0 |
2013-05-21 | imap-send: eliminate HMAC deprecation warnings on Mac OS X | David Aguilar | 1 | -0/+10 |
2013-03-21 | Merge branch 'ob/imap-send-ssl-verify' | Junio C Hamano | 1 | -0/+11 |
2013-02-20 | imap-send: support Server Name Indication (RFC4366) | Junio C Hamano | 1 | -0/+11 |
2013-02-19 | Sync with v1.8.1.4 | Junio C Hamano | 1 | -2/+65 |
2013-02-19 | Merge branch 'ob/imap-send-ssl-verify' into maint | Junio C Hamano | 1 | -2/+65 |
2013-02-19 | imap-send: support subjectAltName as well | Oswald Buddenhagen | 1 | -0/+19 |
2013-02-19 | imap-send: the subject of SSL certificate must match the host | Oswald Buddenhagen | 1 | -0/+39 |
2013-02-18 | imap-send: move #ifdef around | Junio C Hamano | 1 | -2/+7 |
2013-01-15 | imap-send.c: simplify logic in lf_to_crlf() | Michael Haggerty | 1 | -29/+23 |
2013-01-15 | imap-send.c: fold struct store into struct imap_store | Michael Haggerty | 1 | -11/+7 |
2013-01-15 | imap-send.c: remove unused field imap_store::uidvalidity | Michael Haggerty | 1 | -1/+0 |
2013-01-15 | imap-send.c: use struct imap_store instead of struct store | Michael Haggerty | 1 | -10/+9 |
2013-01-15 | imap-send.c: remove unused field imap_store::trashnc | Michael Haggerty | 1 | -2/+0 |
2013-01-15 | imap-send.c: remove namespace fields from struct imap | Michael Haggerty | 1 | -66/+9 |
2013-01-15 | imap-send.c: remove struct imap argument to parse_imap_list_l() | Michael Haggerty | 1 | -36/+3 |
2013-01-15 | imap-send.c: inline parse_imap_list() in parse_list() | Michael Haggerty | 1 | -7/+2 |
2013-01-15 | imap-send.c: remove some unused fields from struct store | Michael Haggerty | 1 | -12/+13 |