🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.45.0
/
imap-send.c
tag
8be58deda2ccce7d036072ec34439f9fad88204f
tagger
Junio C Hamano <gitster@pobox.com>
Mon Apr 29 14:30:43 2024
object
786a3e4b8d754d2b14b1208b98eeb0a554ef19a8
Git 2.45
21b5821
imap-send: increase command size limit
by René Scharfe
· 1 year, 8 months ago
39bb692
imap-send: use xsnprintf to format command
by René Scharfe
· 1 year, 8 months ago
33d03f6
Merge branch 'pb/imap-send-wo-curl-build-fix'
by Junio C Hamano
· 1 year, 10 months ago
30bced3
imap-send: add missing "strbuf.h" include under NO_CURL
by Philippe Blain
· 1 year, 11 months ago
492ee03
Merge branch 'en/header-cleanup'
by Junio C Hamano
· 1 year, 11 months ago
eea0e59
treewide: remove unnecessary includes in source files
by Elijah Newren
· 2 years ago
66e959f
Merge branch 'jk/config-cleanup'
by Junio C Hamano
· 2 years ago
92cecce
config: use config_error_nonbool() instead of custom messages
by Jeff King
· 2 years ago
0dda4ce
imap-send: don't use git_die_config() inside callback
by Jeff King
· 2 years ago
d05b08c
doc: switch links to https
by Josh Soref
· 2 years, 1 month ago
65175d9
doc: update links to current pages
by Josh Soref
· 2 years, 1 month ago
2c3c3d8
imap-send: mark unused parameters with NO_OPENSSL
by Jeff King
· 2 years, 4 months ago
ce481ac
Merge branch 'cw/compat-util-header-cleanup'
by Junio C Hamano
· 2 years, 5 months ago
daa2589
Merge branch 'jk/imap-send-unused-variable-cleanup'
by Junio C Hamano
· 2 years, 5 months ago
da9502f
treewide: remove unnecessary includes for wrapper.h
by Calvin Wan
· 2 years, 5 months ago
d378637
imap-send: drop unused fields from imap_cmd_cb
by Jeff King
· 2 years, 5 months ago
ec9e358
imap-send: drop unused parameter from imap_cmd_cb callback
by Jeff King
· 2 years, 5 months ago
84d689a
imap-send: use server conf argument in setup_curl()
by Jeff King
· 2 years, 5 months ago
8868b1e
config: pass kvi to die_bad_number()
by Glen Choo
· 2 years, 6 months ago
a4e7e31
config: add ctx arg to config_fn_t
by Glen Choo
· 2 years, 6 months ago
3307f7d
imap-send: include strbuf.h
by Christian Hesse
· 2 years, 7 months ago
e38da48
setup.h: move declarations for setup.c functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
d5ebb50
wrapper.h: move declarations for wrapper.c functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
f394e09
treewide: be explicit about dependence on gettext.h
by Elijah Newren
· 2 years, 9 months ago
15db4e7
treewide: remove unnecessary cache.h includes in source files
by Elijah Newren
· 2 years, 10 months ago
95acb13
Merge branch 'bc/csprng-mktemps'
by Junio C Hamano
· 3 years, 8 months ago
5b52d9f
git-compat-util: really support openssl as a source of entropy
by Carlo Marcelo Arenas Belón
· 3 years, 8 months ago
518f705
imap-send.c: use designated initializers for "struct imap_server_conf"
by Ævar Arnfjörð Bjarmason
· 3 years, 10 months ago
e4ff3b6
http: centralize the accounting of libcurl dependencies
by Ævar Arnfjörð Bjarmason
· 4 years, 3 months ago
e48a623
Merge branch 'ab/http-drop-old-curl'
by Junio C Hamano
· 4 years, 4 months ago
013c7e2
http: drop support for curl < 7.16.0
by Jeff King
· 4 years, 5 months ago
dd6d3c9
Merge branch 'ab/attribute-format'
by Junio C Hamano
· 4 years, 5 months ago
48ca53c
*.c static functions: add missing __attribute__((format))
by Ævar Arnfjörð Bjarmason
· 4 years, 5 months ago
351bca2
imap-send.c: use less verbose strbuf_fread() idiom
by Ævar Arnfjörð Bjarmason
· 4 years, 5 months ago
ca56dad
use CALLOC_ARRAY
by René Scharfe
· 4 years, 9 months ago
5021236
imap-send: parse default git config
by Nicolas Morey-Chaisemartin
· 5 years ago
ef8d7ac
strvec: convert more callers away from argv_array name
by Jeff King
· 5 years ago
7167a62
http, imap-send: stop using CURLOPT_VERBOSE
by Jonathan Tan
· 6 years ago
d3c4e32
Merge branch 'nd/imap-send-typofix'
by Junio C Hamano
· 7 years ago
6d1fbf8
imap-send.c: add a missing space in error message
by Nguyễn Thái Ngọc Duy
· 7 years ago
3b33576
style: the opening '{' of a function is in a separate line
by Nguyễn Thái Ngọc Duy
· 7 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 8 years ago
d807c4a
exec_cmd: rename to use dash in file name
by Stefan Beller
· 8 years ago
5925631
imap-send: rename 'new' variables
by Brandon Williams
· 8 years ago
77eac3f
imap-send: URI encode server folder
by Nicolas Morey-Chaisemartin
· 8 years ago
f13b8ec
Merge branch 'tz/fsf-address-update'
by Junio C Hamano
· 8 years ago
d4a5de7
Merge branch 'rs/imap-send-next-arg-fix'
by Junio C Hamano
· 8 years ago
4842579
Replace Free Software Foundation address in license notices
by Todd Zullinger
· 8 years ago
618ec81
imap-send: handle missing response codes gracefully
by René Scharfe
· 8 years ago
f54c5bd
imap-send: handle NULL return of next_arg()
by René Scharfe
· 8 years ago
dbba42b
imap-send: use curl by default when possible
by Nicolas Morey-Chaisemartin
· 8 years ago
19079b3
imap_send: setup_curl: retreive credentials if not set in config file
by Nicolas Morey-Chaisemartin
· 8 years ago
690307f
imap-send: add wrapper to get server credentials if needed
by Nicolas Morey-Chaisemartin
· 8 years ago
200bc38
imap-send: return with error if curl failed
by Nicolas Morey-Chaisemartin
· 8 years ago
f056cde
Merge branch 'rs/use-div-round-up'
by Junio C Hamano
· 8 years ago
42c78a2
use DIV_ROUND_UP
by René Scharfe
· 8 years ago
50f03c6
Merge branch 'ab/free-and-null'
by Junio C Hamano
· 8 years ago
6a83d90
coccinelle: make use of the "type" FREE_AND_NULL() rule
by Ævar Arnfjörð Bjarmason
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 9 years ago
1a168e5
convert unchecked snprintf into xsnprintf
by Jeff King
· 9 years ago
a039738
Merge branch 'jc/cocci-xstrdup-or-null'
by Junio C Hamano
· 9 years ago
13092a9
cocci: refactor common patterns to use xstrdup_or_null()
by Junio C Hamano
· 9 years ago
6d6321a
Merge branch 'ak/curl-imap-send-explicit-scheme'
by Junio C Hamano
· 9 years ago
d2d07ab
imap-send: Tell cURL to use imap:// or imaps://
by Anders Kaseorg
· 9 years ago
ef1177d1
die("bug"): report bugs consistently
by Johannes Schindelin
· 9 years ago
d4c6375
Merge branch 'jk/common-main'
by Junio C Hamano
· 9 years ago
2f84df2
Merge branch 'ep/http-curl-trace'
by Junio C Hamano
· 9 years ago
5ce5f5f
common-main: call git_setup_gettext()
by Jeff King
· 9 years ago
650c449
common-main: call git_extract_argv0_path()
by Jeff King
· 9 years ago
3f2e229
add an extra level of indirection to main()
by Jeff King
· 9 years ago
73e57aa
imap-send.c: introduce the GIT_TRACE_CURL enviroment variable
by Elia Pinto
· 10 years ago
a0c9cf5
Merge branch 'ky/imap-send-openssl-1.1.0' into maint
by Junio C Hamano
· 10 years ago
33e4ec8
Merge branch 'ky/imap-send-openssl-1.1.0'
by Junio C Hamano
· 10 years ago
eb94ee7
imap-send: fix CRAM-MD5 response calculation
by Kazuki Yamaguchi
· 10 years ago
6c50a57
imap-send: check for NOLOGIN capability only when using LOGIN command
by Kazuki Yamaguchi
· 10 years ago
b51c0d4
imap-send: avoid deprecated TLSv1_method()
by Kazuki Yamaguchi
· 10 years ago
6738a33
imap-send: check NULL return of SSL_CTX_new()
by Kazuki Yamaguchi
· 10 years ago
1ed2c7b
imap-send: use HMAC() function provided by OpenSSL
by Kazuki Yamaguchi
· 10 years ago
3733e69
use xmallocz to avoid size arithmetic
by Jeff King
· 10 years ago
e88e424
Merge branch 'js/imap-send-curl-compilation-fix'
by Junio C Hamano
· 10 years ago
71d9257
imap-send: only use CURLOPT_LOGIN_OPTIONS if it is actually available
by Johannes Schindelin
· 10 years ago
75faa45
replace trivial malloc + sprintf / strcpy calls with xstrfmt
by Jeff King
· 10 years ago
dcd01ea
imap-send: use cURL automatically when NO_OPENSSL defined
by Kyle J. McKay
· 11 years ago
230c09c
imap-send.c: set CURLOPT_USE_SSL to CURLUSESSL_TRY
by Kyle J. McKay
· 11 years ago
d47e55d
imap-send.c: support GIT_CURL_VERBOSE
by Kyle J. McKay
· 11 years ago
1e16b25
git-imap-send: use libcurl for implementation
by Bernhard Reiter
· 11 years ago
f1a3529
imap-send: use parse options API to determine verbosity
by Bernhard Reiter
· 11 years ago
14e2ae6
Merge branch 'as/calloc-takes-nmemb-then-size'
by Junio C Hamano
· 11 years ago
5dcdc78
Merge branch 'br/imap-send-simplify-tunnel-child-process'
by Junio C Hamano
· 11 years ago
825fd93
Merge branch 'rs/child-process-init'
by Junio C Hamano
· 11 years ago
554913d
Merge branch 'ta/config-set-2'
by Junio C Hamano
· 11 years ago
c0ad561
Merge branch 'tf/imap-send-create'
by Junio C Hamano
· 11 years ago
693eb02
calloc() and xcalloc() takes nmemb and then size
by Arjun Sreedharan
· 11 years ago
ba9b9e1
imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with()
by René Scharfe
· 11 years ago
e0d8e30
imap-send: create target mailbox if it is missing
by Tony Finch
· 11 years ago
3918057
imap-send.c: imap_folder -> imap_server_conf.folder
by Bernhard Reiter
· 11 years ago
d318027
run-command: introduce CHILD_PROCESS_INIT
by René Scharfe
· 11 years ago
f9dc5d6
git-imap-send: simplify tunnel construction
by Bernhard Reiter
· 11 years ago
ef7e1d0
imap-send.c: replace `git_config()` with `git_config_get_*()` family
by Tanay Abhra
· 11 years ago
59a642f
imap-send: use skip_prefix instead of using magic numbers
by Tanay Abhra
· 11 years ago
Next »