summaryrefslogtreecommitdiff
path: root/imap-send.c
AgeCommit message (Expand)Author
2024-04-02imap-send: use xsnprintf to format commandRené Scharfe
2024-02-08Merge branch 'pb/imap-send-wo-curl-build-fix'Junio C Hamano
2024-02-02imap-send: add missing "strbuf.h" include under NO_CURLPhilippe Blain
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-20Merge branch 'jk/config-cleanup'Junio C Hamano
2023-12-08config: use config_error_nonbool() instead of custom messagesJeff King
2023-12-08imap-send: don't use git_die_config() inside callbackJeff King
2023-11-26doc: switch links to httpsJosh Soref
2023-11-26doc: update links to current pagesJosh Soref
2023-08-30imap-send: mark unused parameters with NO_OPENSSLJeff King
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-14Merge branch 'jk/imap-send-unused-variable-cleanup'Junio C Hamano
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-07-05imap-send: drop unused fields from imap_cmd_cbJeff King
2023-07-05imap-send: drop unused parameter from imap_cmd_cb callbackJeff King
2023-07-05imap-send: use server conf argument in setup_curl()Jeff King
2023-06-28config: pass kvi to die_bad_number()Glen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-05-17imap-send: include strbuf.hChristian Hesse
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24treewide: remove unnecessary cache.h includes in source filesElijah Newren
2022-04-06Merge branch 'bc/csprng-mktemps'Junio C Hamano
2022-04-06git-compat-util: really support openssl as a source of entropyCarlo Marcelo Arenas Belón
2022-02-24imap-send.c: use designated initializers for "struct imap_server_conf"Ævar Arnfjörð Bjarmason
2021-09-13http: centralize the accounting of libcurl dependenciesÆvar Arnfjörð Bjarmason
2021-08-24Merge branch 'ab/http-drop-old-curl'Junio C Hamano
2021-07-30http: drop support for curl < 7.16.0Jeff King
2021-07-28Merge branch 'ab/attribute-format'Junio C Hamano
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason
2021-07-07imap-send.c: use less verbose strbuf_fread() idiomÆvar Arnfjörð Bjarmason
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-12-01imap-send: parse default git configNicolas Morey-Chaisemartin
2020-07-28strvec: convert more callers away from argv_array nameJeff King
2020-05-11http, imap-send: stop using CURLOPT_VERBOSEJonathan Tan
2019-02-12Merge branch 'nd/imap-send-typofix'Junio C Hamano
2019-02-12imap-send.c: add a missing space in error messageNguyễn Thái Ngọc Duy
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-02-22imap-send: rename 'new' variablesBrandon Williams
2017-12-18imap-send: URI encode server folderNicolas Morey-Chaisemartin
2017-11-15Merge branch 'tz/fsf-address-update'Junio C Hamano
2017-11-15Merge branch 'rs/imap-send-next-arg-fix'Junio C Hamano
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger
2017-11-03imap-send: handle missing response codes gracefullyRené Scharfe
2017-11-03imap-send: handle NULL return of next_arg()René Scharfe
2017-09-15imap-send: use curl by default when possibleNicolas Morey-Chaisemartin