summaryrefslogtreecommitdiff
path: root/imap-send.c
Commit message (Expand)AuthorAgeFilesLines
* imap-send: use curl by default when possiblenm/imap-send-with-curlNicolas Morey-Chaisemartin2017-09-151-3/+3
* imap_send: setup_curl: retreive credentials if not set in config fileNicolas Morey-Chaisemartin2017-09-151-2/+17
* imap-send: add wrapper to get server credentials if neededNicolas Morey-Chaisemartin2017-09-151-14/+20
* imap-send: return with error if curl failedNicolas Morey-Chaisemartin2017-09-151-1/+1
* Merge branch 'rs/use-div-round-up'Junio C Hamano2017-07-121-1/+1
|\
| * use DIV_ROUND_UPrs/use-div-round-upRené Scharfe2017-07-101-1/+1
* | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-2/+1
|\ \
| * | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-2/+1
| |/
* | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
|/
* convert unchecked snprintf into xsnprintfJeff King2017-03-301-1/+1
* Merge branch 'jc/cocci-xstrdup-or-null'Junio C Hamano2016-10-261-4/+2
|\
| * cocci: refactor common patterns to use xstrdup_or_null()jc/cocci-xstrdup-or-nullJunio C Hamano2016-10-121-4/+2
* | Merge branch 'ak/curl-imap-send-explicit-scheme'Junio C Hamano2016-10-101-0/+1
|\ \ | |/ |/|
| * imap-send: Tell cURL to use imap:// or imaps://ak/curl-imap-send-explicit-schemeAnders Kaseorg2016-08-171-0/+1
* | die("bug"): report bugs consistentlyJohannes Schindelin2016-07-261-1/+1
* | Merge branch 'jk/common-main'Junio C Hamano2016-07-191-5/+1
|\ \
| * | common-main: call git_setup_gettext()Jeff King2016-07-011-2/+0
| * | common-main: call git_extract_argv0_path()Jeff King2016-07-011-2/+0
| * | add an extra level of indirection to main()Jeff King2016-07-011-1/+1
| |/
| * Merge branch 'ky/imap-send-openssl-1.1.0' into maintJunio C Hamano2016-05-061-10/+10
| |\
* | \ Merge branch 'ep/http-curl-trace'Junio C Hamano2016-07-061-0/+1
|\ \ \
| * | | imap-send.c: introduce the GIT_TRACE_CURL enviroment variableep/http-curl-traceElia Pinto2016-05-241-0/+1
* | | | Merge branch 'ky/imap-send-openssl-1.1.0'Junio C Hamano2016-04-221-10/+10
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | imap-send: avoid deprecated TLSv1_method()Kazuki Yamaguchi2016-04-081-5/+4
| * | imap-send: check NULL return of SSL_CTX_new()Kazuki Yamaguchi2016-04-081-0/+4
| * | imap-send: use HMAC() function provided by OpenSSLKazuki Yamaguchi2016-04-081-5/+2
* | | imap-send: fix CRAM-MD5 response calculationky/imap-sendKazuki Yamaguchi2016-04-131-1/+1
* | | imap-send: check for NOLOGIN capability only when using LOGIN commandKazuki Yamaguchi2016-04-131-5/+5
| |/ |/|
* | use xmallocz to avoid size arithmeticJeff King2016-02-221-3/+2
* | Merge branch 'js/imap-send-curl-compilation-fix'Junio C Hamano2015-10-301-0/+4
|\ \ | |/
| * imap-send: only use CURLOPT_LOGIN_OPTIONS if it is actually availablejs/imap-send-curl-compilation-fixJohannes Schindelin2015-10-261-0/+4
* | replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-251-3/+2
|/
* imap-send: use cURL automatically when NO_OPENSSL definedkm/imap-send-libcurl-optionsKyle J. McKay2015-03-101-2/+15
* imap-send.c: set CURLOPT_USE_SSL to CURLUSESSL_TRYKyle J. McKay2015-01-061-2/+2
* imap-send.c: support GIT_CURL_VERBOSEKyle J. McKay2015-01-061-1/+1
* git-imap-send: use libcurl for implementationbr/imap-send-via-libcurlBernhard Reiter2014-11-101-26/+154
* imap-send: use parse options API to determine verbositybr/imap-send-verbosityBernhard Reiter2014-11-051-10/+18
* Merge branch 'as/calloc-takes-nmemb-then-size'Junio C Hamano2014-09-191-1/+1
|\
| * calloc() and xcalloc() takes nmemb and then sizeas/calloc-takes-nmemb-then-sizeArjun Sreedharan2014-09-031-1/+1
* | Merge branch 'br/imap-send-simplify-tunnel-child-process'Junio C Hamano2014-09-111-10/+9
|\ \
| * | imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with()br/imap-send-simplify-tunnel-child-processRené Scharfe2014-09-021-2/+2
| * | imap-send.c: imap_folder -> imap_server_conf.folderBernhard Reiter2014-08-201-5/+5
| * | git-imap-send: simplify tunnel constructionBernhard Reiter2014-08-181-3/+2
| |/
* | Merge branch 'rs/child-process-init'Junio C Hamano2014-09-111-1/+1
|\ \
| * | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-1/+1
| |/
* | Merge branch 'ta/config-set-2'Junio C Hamano2014-09-111-34/+26
|\ \
| * | imap-send.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-071-34/+26
| |/
* | Merge branch 'tf/imap-send-create'Junio C Hamano2014-09-091-50/+31
|\ \ | |/ |/|
| * imap-send: create target mailbox if it is missingtf/imap-send-createTony Finch2014-08-251-50/+31
* | imap-send: use skip_prefix instead of using magic numbersTanay Abhra2014-06-201-5/+1