aboutsummaryrefslogtreecommitdiff
path: root/imap-send.c
Commit message (Expand)AuthorAge
* imap-send: URI encode server folderNicolas Morey-Chaisemartin2017-12-18
* Merge branch 'tz/fsf-address-update'Junio C Hamano2017-11-15
|\
| * Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-09
* | Merge branch 'rs/imap-send-next-arg-fix'Junio C Hamano2017-11-15
|\ \ | |/ |/|
| * imap-send: handle missing response codes gracefullyRené Scharfe2017-11-03
| * imap-send: handle NULL return of next_arg()René Scharfe2017-11-03
* | imap-send: use curl by default when possibleNicolas Morey-Chaisemartin2017-09-15
* | imap_send: setup_curl: retreive credentials if not set in config fileNicolas Morey-Chaisemartin2017-09-15
* | imap-send: add wrapper to get server credentials if neededNicolas Morey-Chaisemartin2017-09-15
* | imap-send: return with error if curl failedNicolas Morey-Chaisemartin2017-09-15
* | Merge branch 'rs/use-div-round-up'Junio C Hamano2017-07-12
|\ \
| * | use DIV_ROUND_UPRené Scharfe2017-07-10
* | | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24
|\ \ \
| * | | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16
| |/ /
* | | config: don't include config.h by defaultBrandon Williams2017-06-15
|/ /
* | convert unchecked snprintf into xsnprintfJeff King2017-03-30
|/
* Merge branch 'jc/cocci-xstrdup-or-null'Junio C Hamano2016-10-26
|\
| * cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano2016-10-12
* | Merge branch 'ak/curl-imap-send-explicit-scheme'Junio C Hamano2016-10-10
|\ \ | |/ |/|
| * imap-send: Tell cURL to use imap:// or imaps://Anders Kaseorg2016-08-17
* | die("bug"): report bugs consistentlyJohannes Schindelin2016-07-26
* | Merge branch 'jk/common-main'Junio C Hamano2016-07-19
|\ \
| * | common-main: call git_setup_gettext()Jeff King2016-07-01
| * | common-main: call git_extract_argv0_path()Jeff King2016-07-01
| * | add an extra level of indirection to main()Jeff King2016-07-01
| |/
| * Merge branch 'ky/imap-send-openssl-1.1.0' into maintJunio C Hamano2016-05-06
| |\
* | \ Merge branch 'ep/http-curl-trace'Junio C Hamano2016-07-06
|\ \ \
| * | | imap-send.c: introduce the GIT_TRACE_CURL enviroment variableElia Pinto2016-05-24
* | | | Merge branch 'ky/imap-send-openssl-1.1.0'Junio C Hamano2016-04-22
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | imap-send: avoid deprecated TLSv1_method()Kazuki Yamaguchi2016-04-08
| * | imap-send: check NULL return of SSL_CTX_new()Kazuki Yamaguchi2016-04-08
| * | imap-send: use HMAC() function provided by OpenSSLKazuki Yamaguchi2016-04-08
* | | imap-send: fix CRAM-MD5 response calculationKazuki Yamaguchi2016-04-13
* | | imap-send: check for NOLOGIN capability only when using LOGIN commandKazuki Yamaguchi2016-04-13
| |/ |/|
* | use xmallocz to avoid size arithmeticJeff King2016-02-22
* | Merge branch 'js/imap-send-curl-compilation-fix'Junio C Hamano2015-10-30
|\ \ | |/
| * imap-send: only use CURLOPT_LOGIN_OPTIONS if it is actually availableJohannes Schindelin2015-10-26
* | replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-25
|/
* imap-send: use cURL automatically when NO_OPENSSL definedKyle J. McKay2015-03-10
* imap-send.c: set CURLOPT_USE_SSL to CURLUSESSL_TRYKyle J. McKay2015-01-06
* imap-send.c: support GIT_CURL_VERBOSEKyle J. McKay2015-01-06
* git-imap-send: use libcurl for implementationBernhard Reiter2014-11-10
* imap-send: use parse options API to determine verbosityBernhard Reiter2014-11-05
* Merge branch 'as/calloc-takes-nmemb-then-size'Junio C Hamano2014-09-19
|\
| * calloc() and xcalloc() takes nmemb and then sizeArjun Sreedharan2014-09-03
* | Merge branch 'br/imap-send-simplify-tunnel-child-process'Junio C Hamano2014-09-11
|\ \
| * | imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with()René Scharfe2014-09-02
| * | imap-send.c: imap_folder -> imap_server_conf.folderBernhard Reiter2014-08-20
| * | git-imap-send: simplify tunnel constructionBernhard Reiter2014-08-18
| |/
* | Merge branch 'rs/child-process-init'Junio C Hamano2014-09-11
|\ \