index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
imap-send.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-12-20
Merge branch 'jk/config-cleanup'
Junio C Hamano
1
-1
/
+1
2023-12-09
config: use config_error_nonbool() instead of custom messages
Jeff King
1
-1
/
+1
2023-12-09
imap-send: don't use git_die_config() inside callback
Jeff King
1
-1
/
+1
2023-11-26
doc: switch links to https
Josh Soref
1
-1
/
+1
2023-11-26
doc: update links to current pages
Josh Soref
1
-1
/
+1
2023-08-29
imap-send: mark unused parameters with NO_OPENSSL
Jeff King
1
-2
/
+8
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-14
Merge branch 'jk/imap-send-unused-variable-cleanup'
Junio C Hamano
1
-19
/
+15
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-07-05
imap-send: drop unused fields from imap_cmd_cb
Jeff King
1
-4
/
+0
2023-07-05
imap-send: drop unused parameter from imap_cmd_cb callback
Jeff King
1
-3
/
+3
2023-07-05
imap-send: use server conf argument in setup_curl()
Jeff King
1
-12
/
+12
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
1
-1
/
+1
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+3
2023-05-17
imap-send: include strbuf.h
Christian Hesse
1
-0
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
treewide: remove unnecessary cache.h includes in source files
Elijah Newren
1
-1
/
+1
2022-04-06
Merge branch 'bc/csprng-mktemps'
Junio C Hamano
1
-1
/
+1
2022-04-06
git-compat-util: really support openssl as a source of entropy
Carlo Marcelo Arenas Belón
1
-1
/
+1
2022-02-24
imap-send.c: use designated initializers for "struct imap_server_conf"
Ævar Arnfjörð Bjarmason
1
-11
/
+1
2021-09-13
http: centralize the accounting of libcurl dependencies
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-08-24
Merge branch 'ab/http-drop-old-curl'
Junio C Hamano
1
-4
/
+0
2021-07-30
http: drop support for curl < 7.16.0
Jeff King
1
-4
/
+0
2021-07-28
Merge branch 'ab/attribute-format'
Junio C Hamano
1
-0
/
+3
2021-07-13
*.c static functions: add missing __attribute__((format))
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2021-07-07
imap-send.c: use less verbose strbuf_fread() idiom
Ævar Arnfjörð Bjarmason
1
-14
/
+2
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-2
/
+2
2020-12-01
imap-send: parse default git config
Nicolas Morey-Chaisemartin
1
-22
/
+30
2020-07-28
strvec: convert more callers away from argv_array name
Jeff King
1
-1
/
+1
2020-05-11
http, imap-send: stop using CURLOPT_VERBOSE
Jonathan Tan
1
-1
/
+1
2019-02-12
Merge branch 'nd/imap-send-typofix'
Junio C Hamano
1
-1
/
+1
2019-02-11
imap-send.c: add a missing space in error message
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-12-10
style: the opening '{' of a function is in a separate line
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-1
/
+1
2018-04-11
exec_cmd: rename to use dash in file name
Stefan Beller
1
-1
/
+1
2018-02-22
imap-send: rename 'new' variables
Brandon Williams
1
-7
/
+7
2017-12-18
imap-send: URI encode server folder
Nicolas Morey-Chaisemartin
1
-1
/
+7
2017-11-15
Merge branch 'tz/fsf-address-update'
Junio C Hamano
1
-2
/
+1
2017-11-15
Merge branch 'rs/imap-send-next-arg-fix'
Junio C Hamano
1
-2
/
+13
2017-11-09
Replace Free Software Foundation address in license notices
Todd Zullinger
1
-2
/
+1
2017-11-03
imap-send: handle missing response codes gracefully
René Scharfe
1
-1
/
+1
2017-11-03
imap-send: handle NULL return of next_arg()
René Scharfe
1
-1
/
+12
2017-09-15
imap-send: use curl by default when possible
Nicolas Morey-Chaisemartin
1
-3
/
+3
2017-09-15
imap_send: setup_curl: retreive credentials if not set in config file
Nicolas Morey-Chaisemartin
1
-2
/
+17
2017-09-15
imap-send: add wrapper to get server credentials if needed
Nicolas Morey-Chaisemartin
1
-14
/
+20
2017-09-15
imap-send: return with error if curl failed
Nicolas Morey-Chaisemartin
1
-1
/
+1
2017-07-12
Merge branch 'rs/use-div-round-up'
Junio C Hamano
1
-1
/
+1
[prev]
[next]