summaryrefslogtreecommitdiffstats
path: root/imap-send.c (follow)
Commit message (Expand)AuthorAgeLines
* http: centralize the accounting of libcurl dependenciesÆvar Arnfjörð Bjarmason2021-09-13-1/+1
* Merge branch 'ab/http-drop-old-curl'Junio C Hamano2021-08-24-4/+0
|\
| * http: drop support for curl < 7.16.0Jeff King2021-07-30-4/+0
* | Merge branch 'ab/attribute-format'Junio C Hamano2021-07-28-0/+3
|\ \
| * | *.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-13-0/+3
| |/
* / imap-send.c: use less verbose strbuf_fread() idiomÆvar Arnfjörð Bjarmason2021-07-07-14/+2
|/
* use CALLOC_ARRAYRené Scharfe2021-03-13-2/+2
* imap-send: parse default git configNicolas Morey-Chaisemartin2020-12-01-22/+30
* strvec: convert more callers away from argv_array nameJeff King2020-07-28-1/+1
* http, imap-send: stop using CURLOPT_VERBOSEJonathan Tan2020-05-11-1/+1
* Merge branch 'nd/imap-send-typofix'Junio C Hamano2019-02-12-1/+1
|\
| * imap-send.c: add a missing space in error messageNguyễn Thái Ngọc Duy2019-02-11-1/+1
* | style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-10-1/+2
|/
* Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-06-1/+1
* exec_cmd: rename to use dash in file nameStefan Beller2018-04-11-1/+1
* imap-send: rename 'new' variablesBrandon Williams2018-02-22-7/+7
* imap-send: URI encode server folderNicolas Morey-Chaisemartin2017-12-18-1/+7
* Merge branch 'tz/fsf-address-update'Junio C Hamano2017-11-15-2/+1
|\
| * Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-09-2/+1
* | Merge branch 'rs/imap-send-next-arg-fix'Junio C Hamano2017-11-15-2/+13
|\ \ | |/ |/|
| * imap-send: handle missing response codes gracefullyRené Scharfe2017-11-03-1/+1
| * imap-send: handle NULL return of next_arg()René Scharfe2017-11-03-1/+12
* | imap-send: use curl by default when possibleNicolas Morey-Chaisemartin2017-09-15-3/+3
* | imap_send: setup_curl: retreive credentials if not set in config fileNicolas Morey-Chaisemartin2017-09-15-2/+17
* | imap-send: add wrapper to get server credentials if neededNicolas Morey-Chaisemartin2017-09-15-14/+20
* | imap-send: return with error if curl failedNicolas Morey-Chaisemartin2017-09-15-1/+1
* | Merge branch 'rs/use-div-round-up'Junio C Hamano2017-07-12-1/+1
|\ \
| * | use DIV_ROUND_UPRené Scharfe2017-07-10-1/+1
* | | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24-2/+1
|\ \ \
| * | | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16-2/+1
| |/ /
* / / config: don't include config.h by defaultBrandon Williams2017-06-15-0/+1
|/ /
* / convert unchecked snprintf into xsnprintfJeff King2017-03-30-1/+1
|/
* Merge branch 'jc/cocci-xstrdup-or-null'Junio C Hamano2016-10-26-4/+2
|\
| * cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano2016-10-12-4/+2
* | Merge branch 'ak/curl-imap-send-explicit-scheme'Junio C Hamano2016-10-10-0/+1
|\ \ | |/ |/|
| * imap-send: Tell cURL to use imap:// or imaps://Anders Kaseorg2016-08-17-0/+1
* | die("bug"): report bugs consistentlyJohannes Schindelin2016-07-26-1/+1
* | Merge branch 'jk/common-main'Junio C Hamano2016-07-19-5/+1
|\ \
| * | common-main: call git_setup_gettext()Jeff King2016-07-01-2/+0
| * | common-main: call git_extract_argv0_path()Jeff King2016-07-01-2/+0
| * | add an extra level of indirection to main()Jeff King2016-07-01-1/+1
| |/
| * Merge branch 'ky/imap-send-openssl-1.1.0' into maintJunio C Hamano2016-05-06-10/+10
| |\
* | \ Merge branch 'ep/http-curl-trace'Junio C Hamano2016-07-06-0/+1
|\ \ \
| * | | imap-send.c: introduce the GIT_TRACE_CURL enviroment variableElia Pinto2016-05-24-0/+1
* | | | Merge branch 'ky/imap-send-openssl-1.1.0'Junio C Hamano2016-04-22-10/+10
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | imap-send: avoid deprecated TLSv1_method()Kazuki Yamaguchi2016-04-08-5/+4
| * | imap-send: check NULL return of SSL_CTX_new()Kazuki Yamaguchi2016-04-08-0/+4
| * | imap-send: use HMAC() function provided by OpenSSLKazuki Yamaguchi2016-04-08-5/+2
* | | imap-send: fix CRAM-MD5 response calculationKazuki Yamaguchi2016-04-13-1/+1
* | | imap-send: check for NOLOGIN capability only when using LOGIN commandKazuki Yamaguchi2016-04-13-5/+5
| |/ |/|