index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
imap-send.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
Merge branch 'bc/drop-ancient-libcurl-and-perl'
Junio C Hamano
2024-12-04
1
-4
/
+0
|
\
|
*
git-curl-compat: remove check for curl 7.34.0
brian m. carlson
2024-10-23
1
-4
/
+0
*
|
imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT parsing
Usman Akinyemi
2024-10-24
1
-5
/
+8
|
/
*
Merge branch 'jk/no-openssl-with-openssl-sha1'
Junio C Hamano
2024-09-20
1
-3
/
+4
|
\
|
*
imap-send: handle NO_OPENSSL even when openssl exists
Jeff King
2024-09-12
1
-3
/
+4
*
|
Merge branch 'jk/mark-unused-parameters'
Junio C Hamano
2024-08-26
1
-1
/
+1
|
\
\
|
*
|
imap-send: mark unused parameter in ssl_socket_connect() fallback
Jeff King
2024-08-17
1
-1
/
+1
|
|
/
*
/
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
2024-08-13
1
-0
/
+2
|
/
*
imap-send: free all_msgs strbuf in "out" label
Jeff King
2024-06-07
1
-1
/
+1
*
Merge branch 'jc/t1517-more' into jk/imap-send-plug-all-msgs-leak
Junio C Hamano
2024-06-07
1
-0
/
+1
|
\
|
*
imap-send: minimum leakfix
Junio C Hamano
2024-06-04
1
-0
/
+1
*
|
imap-send: fix leaking memory in `imap_server_conf`
Patrick Steinhardt
2024-06-07
1
-23
/
+42
*
|
imap-send: drop global `imap_server_conf` variable
Patrick Steinhardt
2024-06-07
1
-27
/
+30
*
|
global: improve const correctness when assigning string constants
Patrick Steinhardt
2024-06-07
1
-3
/
+3
*
|
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
2024-05-27
1
-6
/
+6
|
/
*
Merge branch 'bc/credential-scheme-enhancement'
Junio C Hamano
2024-05-08
1
-1
/
+1
|
\
|
*
credential: gate new fields on capability
brian m. carlson
2024-04-17
1
-1
/
+1
*
|
imap-send: increase command size limit
René Scharfe
2024-04-15
1
-23
/
+12
*
|
imap-send: use xsnprintf to format command
René Scharfe
2024-04-02
1
-20
/
+4
|
/
*
Merge branch 'pb/imap-send-wo-curl-build-fix'
Junio C Hamano
2024-02-08
1
-0
/
+1
|
\
|
*
imap-send: add missing "strbuf.h" include under NO_CURL
Philippe Blain
2024-02-02
1
-0
/
+1
*
|
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
1
-2
/
+0
|
\
|
|
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-2
/
+0
*
|
Merge branch 'jk/config-cleanup'
Junio C Hamano
2023-12-20
1
-1
/
+1
|
\
\
|
*
|
config: use config_error_nonbool() instead of custom messages
Jeff King
2023-12-09
1
-1
/
+1
|
*
|
imap-send: don't use git_die_config() inside callback
Jeff King
2023-12-09
1
-1
/
+1
|
|
/
*
|
doc: switch links to https
Josh Soref
2023-11-26
1
-1
/
+1
*
|
doc: update links to current pages
Josh Soref
2023-11-26
1
-1
/
+1
|
/
*
imap-send: mark unused parameters with NO_OPENSSL
Jeff King
2023-08-30
1
-2
/
+8
*
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-1
/
+0
|
\
|
*
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
Merge branch 'jk/imap-send-unused-variable-cleanup'
Junio C Hamano
2023-07-14
1
-19
/
+15
|
\
\
|
*
|
imap-send: drop unused fields from imap_cmd_cb
Jeff King
2023-07-05
1
-4
/
+0
|
*
|
imap-send: drop unused parameter from imap_cmd_cb callback
Jeff King
2023-07-05
1
-3
/
+3
|
*
|
imap-send: use server conf argument in setup_curl()
Jeff King
2023-07-05
1
-12
/
+12
|
|
/
*
|
config: pass kvi to die_bad_number()
Glen Choo
2023-06-28
1
-1
/
+1
*
|
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-2
/
+3
|
/
*
imap-send: include strbuf.h
Christian Hesse
2023-05-17
1
-0
/
+1
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: remove unnecessary cache.h includes in source files
Elijah Newren
2023-02-24
1
-1
/
+1
*
Merge branch 'bc/csprng-mktemps'
Junio C Hamano
2022-04-07
1
-1
/
+1
|
\
|
*
git-compat-util: really support openssl as a source of entropy
Carlo Marcelo Arenas Belón
2022-04-06
1
-1
/
+1
*
|
imap-send.c: use designated initializers for "struct imap_server_conf"
Ævar Arnfjörð Bjarmason
2022-02-25
1
-11
/
+1
|
/
*
http: centralize the accounting of libcurl dependencies
Ævar Arnfjörð Bjarmason
2021-09-13
1
-1
/
+1
*
Merge branch 'ab/http-drop-old-curl'
Junio C Hamano
2021-08-25
1
-4
/
+0
|
\
|
*
http: drop support for curl < 7.16.0
Jeff King
2021-07-30
1
-4
/
+0
*
|
Merge branch 'ab/attribute-format'
Junio C Hamano
2021-07-28
1
-0
/
+3
|
\
\
[next]