summaryrefslogtreecommitdiff
path: root/imap-send.c
AgeCommit message (Expand)Author
2016-04-22Merge branch 'ky/imap-send-openssl-1.1.0'Junio C Hamano
2016-04-13imap-send: fix CRAM-MD5 response calculationKazuki Yamaguchi
2016-04-13imap-send: check for NOLOGIN capability only when using LOGIN commandKazuki Yamaguchi
2016-04-08imap-send: avoid deprecated TLSv1_method()Kazuki Yamaguchi
2016-04-08imap-send: check NULL return of SSL_CTX_new()Kazuki Yamaguchi
2016-04-08imap-send: use HMAC() function provided by OpenSSLKazuki Yamaguchi
2016-02-22use xmallocz to avoid size arithmeticJeff King
2015-10-30Merge branch 'js/imap-send-curl-compilation-fix'Junio C Hamano
2015-10-26imap-send: only use CURLOPT_LOGIN_OPTIONS if it is actually availableJohannes Schindelin
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King
2015-03-10imap-send: use cURL automatically when NO_OPENSSL definedKyle J. McKay
2015-01-06imap-send.c: set CURLOPT_USE_SSL to CURLUSESSL_TRYKyle J. McKay
2015-01-06imap-send.c: support GIT_CURL_VERBOSEKyle J. McKay
2014-11-10git-imap-send: use libcurl for implementationBernhard Reiter
2014-11-06imap-send: use parse options API to determine verbosityBernhard Reiter
2014-09-19Merge branch 'as/calloc-takes-nmemb-then-size'Junio C Hamano
2014-09-11Merge branch 'br/imap-send-simplify-tunnel-child-process'Junio C Hamano
2014-09-11Merge branch 'rs/child-process-init'Junio C Hamano
2014-09-11Merge branch 'ta/config-set-2'Junio C Hamano
2014-09-09Merge branch 'tf/imap-send-create'Junio C Hamano
2014-09-03calloc() and xcalloc() takes nmemb and then sizeArjun Sreedharan
2014-09-02imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with()René Scharfe
2014-08-25imap-send: create target mailbox if it is missingTony Finch
2014-08-20imap-send.c: imap_folder -> imap_server_conf.folderBernhard Reiter
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-08-18git-imap-send: simplify tunnel constructionBernhard Reiter
2014-08-07imap-send.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra
2014-06-20imap-send: use skip_prefix instead of using magic numbersTanay Abhra
2014-06-16Merge branch 'bg/xcalloc-nmemb-then-size'Junio C Hamano
2014-05-27imap-send.c: rearrange xcalloc argumentsBrian Gesiak
2014-04-29imap-send: use git-credentialDan Albert
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-07-30imap-send: use Apple's Security framework for base64 encodingJeremy Huddleston
2013-05-21imap-send: eliminate HMAC deprecation warnings on Mac OS XDavid Aguilar
2013-03-21Merge branch 'ob/imap-send-ssl-verify'Junio C Hamano
2013-02-21imap-send: support Server Name Indication (RFC4366)Junio C Hamano
2013-02-20Sync with v1.8.1.4Junio C Hamano
2013-02-20Merge branch 'ob/imap-send-ssl-verify' into maintJunio C Hamano
2013-02-20imap-send: support subjectAltName as wellOswald Buddenhagen
2013-02-20imap-send: the subject of SSL certificate must match the hostOswald Buddenhagen
2013-02-19imap-send: move #ifdef aroundJunio C Hamano
2013-01-15imap-send.c: simplify logic in lf_to_crlf()Michael Haggerty
2013-01-15imap-send.c: fold struct store into struct imap_storeMichael Haggerty
2013-01-15imap-send.c: remove unused field imap_store::uidvalidityMichael Haggerty
2013-01-15imap-send.c: use struct imap_store instead of struct storeMichael Haggerty
2013-01-15imap-send.c: remove unused field imap_store::trashncMichael Haggerty
2013-01-15imap-send.c: remove namespace fields from struct imapMichael Haggerty
2013-01-15imap-send.c: remove struct imap argument to parse_imap_list_l()Michael Haggerty
2013-01-15imap-send.c: inline parse_imap_list() in parse_list()Michael Haggerty
2013-01-15imap-send.c: remove some unused fields from struct storeMichael Haggerty