190 Commits (84189f4d151eda23ab318b63721238d864fc411d)

Author SHA1 Message Date
Carlo Marcelo Arenas Belón 5b52d9f15e git-compat-util: really support openssl as a source of entropy 3 years ago
Ævar Arnfjörð Bjarmason 518f7059a8 imap-send.c: use designated initializers for "struct imap_server_conf" 3 years ago
Ævar Arnfjörð Bjarmason e4ff3b67c2 http: centralize the accounting of libcurl dependencies 4 years ago
Jeff King 013c7e2b07 http: drop support for curl < 7.16.0 4 years ago
Ævar Arnfjörð Bjarmason 48ca53cac4 *.c static functions: add missing __attribute__((format)) 4 years ago
Ævar Arnfjörð Bjarmason 351bca2d1f imap-send.c: use less verbose strbuf_fread() idiom 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Nicolas Morey-Chaisemartin 50212361d9 imap-send: parse default git config 4 years ago
Jeff King ef8d7ac42a strvec: convert more callers away from argv_array name 5 years ago
Jonathan Tan 7167a62b9e http, imap-send: stop using CURLOPT_VERBOSE 5 years ago
Nguyễn Thái Ngọc Duy 6d1fbf888f imap-send.c: add a missing space in error message 6 years ago
Nguyễn Thái Ngọc Duy 3b3357626e style: the opening '{' of a function is in a separate line 6 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Brandon Williams 5925631597 imap-send: rename 'new' variables 7 years ago
Nicolas Morey-Chaisemartin 77eac3f89a imap-send: URI encode server folder 7 years ago
Todd Zullinger 484257925f Replace Free Software Foundation address in license notices 7 years ago
René Scharfe 618ec81abb imap-send: handle missing response codes gracefully 7 years ago
René Scharfe f54c5bd40c imap-send: handle NULL return of next_arg() 7 years ago
Nicolas Morey-Chaisemartin dbba42bb32 imap-send: use curl by default when possible 8 years ago
Nicolas Morey-Chaisemartin 19079b3e7c imap_send: setup_curl: retreive credentials if not set in config file 8 years ago
Nicolas Morey-Chaisemartin 690307f3d1 imap-send: add wrapper to get server credentials if needed 8 years ago
Nicolas Morey-Chaisemartin 200bc38bf5 imap-send: return with error if curl failed 8 years ago
René Scharfe 42c78a216e use DIV_ROUND_UP 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jeff King 1a168e5c86 convert unchecked snprintf into xsnprintf 8 years ago
Junio C Hamano 13092a916d cocci: refactor common patterns to use xstrdup_or_null() 9 years ago
Anders Kaseorg d2d07ab861 imap-send: Tell cURL to use imap:// or imaps:// 9 years ago
Johannes Schindelin ef1177d18e die("bug"): report bugs consistently 9 years ago
Jeff King 5ce5f5fa5a common-main: call git_setup_gettext() 9 years ago
Jeff King 650c449250 common-main: call git_extract_argv0_path() 9 years ago
Jeff King 3f2e2297b9 add an extra level of indirection to main() 9 years ago
Elia Pinto 73e57aaf4d imap-send.c: introduce the GIT_TRACE_CURL enviroment variable 9 years ago
Kazuki Yamaguchi eb94ee7f0f imap-send: fix CRAM-MD5 response calculation 9 years ago
Kazuki Yamaguchi 6c50a57595 imap-send: check for NOLOGIN capability only when using LOGIN command 9 years ago
Kazuki Yamaguchi b51c0d4b4c imap-send: avoid deprecated TLSv1_method() 9 years ago
Kazuki Yamaguchi 6738a33b31 imap-send: check NULL return of SSL_CTX_new() 9 years ago
Kazuki Yamaguchi 1ed2c7b115 imap-send: use HMAC() function provided by OpenSSL 9 years ago
Jeff King 3733e69464 use xmallocz to avoid size arithmetic 9 years ago
Johannes Schindelin 71d9257525 imap-send: only use CURLOPT_LOGIN_OPTIONS if it is actually available 10 years ago
Jeff King 75faa45ae0 replace trivial malloc + sprintf / strcpy calls with xstrfmt 10 years ago
Kyle J. McKay dcd01ea187 imap-send: use cURL automatically when NO_OPENSSL defined 10 years ago
Kyle J. McKay 230c09c06a imap-send.c: set CURLOPT_USE_SSL to CURLUSESSL_TRY 10 years ago
Kyle J. McKay d47e55da92 imap-send.c: support GIT_CURL_VERBOSE 10 years ago
Bernhard Reiter 1e16b255b9 git-imap-send: use libcurl for implementation 10 years ago
Bernhard Reiter f1a35295c2 imap-send: use parse options API to determine verbosity 11 years ago
Arjun Sreedharan 693eb02a5e calloc() and xcalloc() takes nmemb and then size 11 years ago
René Scharfe ba9b9e1242 imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with() 11 years ago
Tony Finch e0d8e3084f imap-send: create target mailbox if it is missing 11 years ago