aboutsummaryrefslogtreecommitdiffstats
path: root/imap-send.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-12Merge branch 'nd/imap-send-typofix'Junio C Hamano1-1/+1
2019-02-11imap-send.c: add a missing space in error messageNguyễn Thái Ngọc Duy1-1/+1
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy1-1/+2
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-1/+1
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller1-1/+1
2018-02-22imap-send: rename 'new' variablesBrandon Williams1-7/+7
2017-12-18imap-send: URI encode server folderNicolas Morey-Chaisemartin1-1/+7
2017-11-15Merge branch 'tz/fsf-address-update'Junio C Hamano1-2/+1
2017-11-15Merge branch 'rs/imap-send-next-arg-fix'Junio C Hamano1-2/+13
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger1-2/+1
2017-11-03imap-send: handle missing response codes gracefullyRené Scharfe1-1/+1
2017-11-03imap-send: handle NULL return of next_arg()René Scharfe1-1/+12
2017-09-15imap-send: use curl by default when possibleNicolas Morey-Chaisemartin1-3/+3
2017-09-15imap_send: setup_curl: retreive credentials if not set in config fileNicolas Morey-Chaisemartin1-2/+17
2017-09-15imap-send: add wrapper to get server credentials if neededNicolas Morey-Chaisemartin1-14/+20
2017-09-15imap-send: return with error if curl failedNicolas Morey-Chaisemartin1-1/+1
2017-07-12Merge branch 'rs/use-div-round-up'Junio C Hamano1-1/+1
2017-07-10use DIV_ROUND_UPRené Scharfe1-1/+1
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano1-2/+1
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason1-2/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-03-30convert unchecked snprintf into xsnprintfJeff King1-1/+1
2016-10-26Merge branch 'jc/cocci-xstrdup-or-null'Junio C Hamano1-4/+2
2016-10-12cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano1-4/+2
2016-10-10Merge branch 'ak/curl-imap-send-explicit-scheme'Junio C Hamano1-0/+1
2016-08-17imap-send: Tell cURL to use imap:// or imaps://Anders Kaseorg1-0/+1
2016-07-26die("bug"): report bugs consistentlyJohannes Schindelin1-1/+1
2016-07-19Merge branch 'jk/common-main'Junio C Hamano1-5/+1
2016-07-06Merge branch 'ep/http-curl-trace'Junio C Hamano1-0/+1
2016-07-01common-main: call git_setup_gettext()Jeff King1-2/+0
2016-07-01common-main: call git_extract_argv0_path()Jeff King1-2/+0
2016-07-01add an extra level of indirection to main()Jeff King1-1/+1
2016-05-24imap-send.c: introduce the GIT_TRACE_CURL enviroment variableElia Pinto1-0/+1
2016-05-06Merge branch 'ky/imap-send-openssl-1.1.0' into maintJunio C Hamano1-10/+10
2016-04-22Merge branch 'ky/imap-send-openssl-1.1.0'Junio C Hamano1-10/+10
2016-04-13imap-send: fix CRAM-MD5 response calculationKazuki Yamaguchi1-1/+1
2016-04-13imap-send: check for NOLOGIN capability only when using LOGIN commandKazuki Yamaguchi1-5/+5
2016-04-08imap-send: avoid deprecated TLSv1_method()Kazuki Yamaguchi1-5/+4
2016-04-08imap-send: check NULL return of SSL_CTX_new()Kazuki Yamaguchi1-0/+4
2016-04-08imap-send: use HMAC() function provided by OpenSSLKazuki Yamaguchi1-5/+2
2016-02-22use xmallocz to avoid size arithmeticJeff King1-3/+2
2015-10-30Merge branch 'js/imap-send-curl-compilation-fix'Junio C Hamano1-0/+4
2015-10-26imap-send: only use CURLOPT_LOGIN_OPTIONS if it is actually availableJohannes Schindelin1-0/+4
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King1-3/+2
2015-03-10imap-send: use cURL automatically when NO_OPENSSL definedKyle J. McKay1-2/+15
2015-01-06imap-send.c: set CURLOPT_USE_SSL to CURLUSESSL_TRYKyle J. McKay1-2/+2
2015-01-06imap-send.c: support GIT_CURL_VERBOSEKyle J. McKay1-1/+1
2014-11-10git-imap-send: use libcurl for implementationBernhard Reiter1-26/+154
2014-11-05imap-send: use parse options API to determine verbosityBernhard Reiter1-10/+18
2014-09-19Merge branch 'as/calloc-takes-nmemb-then-size'Junio C Hamano1-1/+1