summaryrefslogtreecommitdiffstats
path: root/imap-send.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* imap-send: increase command size limitRené Scharfe2024-04-151-23/+12
* imap-send: use xsnprintf to format commandRené Scharfe2024-04-021-20/+4
* Merge branch 'pb/imap-send-wo-curl-build-fix'Junio C Hamano2024-02-081-0/+1
|\
| * imap-send: add missing "strbuf.h" include under NO_CURLPhilippe Blain2024-02-021-0/+1
* | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-2/+0
|\|
| * treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-2/+0
* | Merge branch 'jk/config-cleanup'Junio C Hamano2023-12-201-1/+1
|\ \
| * | config: use config_error_nonbool() instead of custom messagesJeff King2023-12-091-1/+1
| * | imap-send: don't use git_die_config() inside callbackJeff King2023-12-091-1/+1
| |/
* | doc: switch links to httpsJosh Soref2023-11-261-1/+1
* | doc: update links to current pagesJosh Soref2023-11-261-1/+1
|/
* imap-send: mark unused parameters with NO_OPENSSLJeff King2023-08-301-2/+8
* Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\
| * treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | Merge branch 'jk/imap-send-unused-variable-cleanup'Junio C Hamano2023-07-141-19/+15
|\ \
| * | imap-send: drop unused fields from imap_cmd_cbJeff King2023-07-051-4/+0
| * | imap-send: drop unused parameter from imap_cmd_cb callbackJeff King2023-07-051-3/+3
| * | imap-send: use server conf argument in setup_curl()Jeff King2023-07-051-12/+12
| |/
* | config: pass kvi to die_bad_number()Glen Choo2023-06-281-1/+1
* | config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+3
|/
* 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-241-1/+1
* Merge branch 'bc/csprng-mktemps'Junio C Hamano2022-04-071-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-251-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-251-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-141-0/+3
| |/
* / imap-send.c: use less verbose strbuf_fread() idiomÆvar Arnfjörð Bjarmason2021-07-071-14/+2
|/
* use CALLOC_ARRAYRené Scharfe2021-03-141-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-291-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-121-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 folderNicolas 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 gracefullyRené Scharfe2017-11-031-1/+1
| * imap-send: handle NULL return of next_arg()René Scharfe2017-11-031-1/+12