179 Commits (e37eae0c1e13cb418947383f7c803d9463bfa3d7)

Author SHA1 Message Date
Jeff King ef8d7ac42a strvec: convert more callers away from argv_array name 4 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 7 years ago
Nicolas Morey-Chaisemartin 19079b3e7c imap_send: setup_curl: retreive credentials if not set in config file 7 years ago
Nicolas Morey-Chaisemartin 690307f3d1 imap-send: add wrapper to get server credentials if needed 7 years ago
Nicolas Morey-Chaisemartin 200bc38bf5 imap-send: return with error if curl failed 7 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() 8 years ago
Anders Kaseorg d2d07ab861 imap-send: Tell cURL to use imap:// or imaps:// 8 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 9 years ago
Jeff King 75faa45ae0 replace trivial malloc + sprintf / strcpy calls with xstrfmt 9 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 10 years ago
Arjun Sreedharan 693eb02a5e calloc() and xcalloc() takes nmemb and then size 10 years ago
René Scharfe ba9b9e1242 imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with() 10 years ago
Tony Finch e0d8e3084f imap-send: create target mailbox if it is missing 10 years ago
Bernhard Reiter 3918057164 imap-send.c: imap_folder -> imap_server_conf.folder 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Bernhard Reiter f9dc5d65ca git-imap-send: simplify tunnel construction 11 years ago
Tanay Abhra ef7e1d0cda imap-send.c: replace `git_config()` with `git_config_get_*()` family 11 years ago
Tanay Abhra 59a642f8ac imap-send: use skip_prefix instead of using magic numbers 11 years ago
Brian Gesiak 3345c0f5b9 imap-send.c: rearrange xcalloc arguments 11 years ago
Dan Albert 791643a865 imap-send: use git-credential 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago