155 Commits (1a5fccc0c26b4a8abafd85a73558022e65f6f8cf)

Author SHA1 Message Date
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:// 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 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 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
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
Jeremy Huddleston 3ef2bcad02 imap-send: use Apple's Security framework for base64 encoding 12 years ago
David Aguilar be4c828b76 imap-send: eliminate HMAC deprecation warnings on Mac OS X 12 years ago
Junio C Hamano 698a1ec4d5 imap-send: support Server Name Indication (RFC4366) 12 years ago
Oswald Buddenhagen e174744ad1 imap-send: support subjectAltName as well 12 years ago
Oswald Buddenhagen b62fb077d5 imap-send: the subject of SSL certificate must match the host 12 years ago
Junio C Hamano 1e1fe52923 imap-send: move #ifdef around 12 years ago
Michael Haggerty 3691031cb3 imap-send.c: simplify logic in lf_to_crlf() 12 years ago
Michael Haggerty 636fd66bc1 imap-send.c: fold struct store into struct imap_store 12 years ago
Michael Haggerty 9a08cbb7cd imap-send.c: remove unused field imap_store::uidvalidity 12 years ago
Michael Haggerty fe47e1df24 imap-send.c: use struct imap_store instead of struct store 12 years ago
Michael Haggerty c197454da6 imap-send.c: remove unused field imap_store::trashnc 12 years ago
Michael Haggerty 3648b4d996 imap-send.c: remove namespace fields from struct imap 12 years ago
Michael Haggerty 15f4ad19d6 imap-send.c: remove struct imap argument to parse_imap_list_l() 12 years ago
Michael Haggerty 81b38947c1 imap-send.c: inline parse_imap_list() in parse_list() 12 years ago
Michael Haggerty 1efee7ffce imap-send.c: remove some unused fields from struct store 12 years ago
Michael Haggerty e6de375139 imap-send.c: remove struct message 12 years ago
Michael Haggerty 2fbd211746 imap-send.c: remove struct store_conf 12 years ago
Michael Haggerty 75b24bdf3c iamp-send.c: remove unused struct imap_store_conf 12 years ago
Michael Haggerty cbc607614d imap-send.c: remove struct msg_data 12 years ago