summaryrefslogtreecommitdiff
path: root/imap-send.c
Commit message (Expand)AuthorAgeFilesLines
* imap-send: include strbuf.hChristian Hesse2023-05-171-0/+1
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* treewide: remove unnecessary cache.h includes in source filesElijah Newren2023-02-231-1/+1
* Merge branch 'bc/csprng-mktemps'Junio C Hamano2022-04-061-1/+1
|\
| * git-compat-util: really support openssl as a source of entropyCarlo Marcelo Arenas Belón2022-04-061-1/+1
* | imap-send.c: use designated initializers for "struct imap_server_conf"Ævar Arnfjörð Bjarmason2022-02-241-11/+1
|/
* http: centralize the accounting of libcurl dependenciesÆvar Arnfjörð Bjarmason2021-09-131-1/+1
* Merge branch 'ab/http-drop-old-curl'Junio C Hamano2021-08-241-4/+0
|\
| * http: drop support for curl < 7.16.0Jeff King2021-07-301-4/+0
* | Merge branch 'ab/attribute-format'Junio C Hamano2021-07-281-0/+3
|\ \
| * | *.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-131-0/+3
| |/
* | imap-send.c: use less verbose strbuf_fread() idiomÆvar Arnfjörð Bjarmason2021-07-071-14/+2
|/
* use CALLOC_ARRAYRené Scharfe2021-03-131-2/+2
* imap-send: parse default git configNicolas Morey-Chaisemartin2020-12-011-22/+30
* strvec: convert more callers away from argv_array nameJeff King2020-07-281-1/+1
* http, imap-send: stop using CURLOPT_VERBOSEJonathan Tan2020-05-111-1/+1
* Merge branch 'nd/imap-send-typofix'Junio C Hamano2019-02-121-1/+1
|\
| * imap-send.c: add a missing space in error messageNguyễn Thái Ngọc Duy2019-02-111-1/+1
* | style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-101-1/+2
|/
* Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
* imap-send: rename 'new' variablesBrandon Williams2018-02-221-7/+7
* imap-send: URI encode server foldernm/imap-send-quote-server-folder-nameNicolas Morey-Chaisemartin2017-12-181-1/+7
* Merge branch 'tz/fsf-address-update'Junio C Hamano2017-11-151-2/+1
|\
| * Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-2/+1
* | Merge branch 'rs/imap-send-next-arg-fix'Junio C Hamano2017-11-151-2/+13
|\ \ | |/ |/|
| * imap-send: handle missing response codes gracefullyrs/imap-send-next-arg-fixRené Scharfe2017-11-031-1/+1
| * imap-send: handle NULL return of next_arg()René Scharfe2017-11-031-1/+12
* | 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
| |\