summaryrefslogtreecommitdiff
path: root/imap-send.c
AgeCommit message (Expand)Author
2011-04-11sparse: Fix some "Using plain integer as NULL pointer" warningsRamsay Jones
2011-03-22Fix sparse warningsStephen Boyd
2010-08-09imap-send: Fix sprintf usageÆvar Arnfjörð Bjarmason
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-04-03Merge branch 'rr/imap-send-unconfuse-from-line'Junio C Hamano
2010-03-28imap-send: suppress warning about cleartext password with CRAM-MD5Chris Webb
2010-03-24imap-send: Remove limitation on message bodyRamkumar Ramachandra
2010-03-20Merge branch 'fl/askpass'Junio C Hamano
2010-03-05git-core: Support retrieving passwords with GIT_ASKPASSFrank Li
2010-03-03Merge branch 'hm/maint-imap-send-crlf' into maintJunio C Hamano
2010-03-02Merge branch 'hm/imap-send-cram-md5'Junio C Hamano
2010-02-21Merge branch 'hm/maint-imap-send-crlf'Junio C Hamano
2010-02-17imap-send: support CRAM-MD5 authenticationHitoshi Mitake
2010-02-12git-imap-send: Convert LF to CRLF before storing patch to draft boxHitoshi Mitake
2010-02-09Merge branch 'maint'Junio C Hamano
2010-02-08Merge branch 'jc/maint-imap-config-parse' into maintJunio C Hamano
2010-02-08Fix parsing of imap.preformattedHTML and imap.sslverifyJunio C Hamano
2010-01-06run-command: convert simple callsites to use_shellJeff King
2009-11-23Merge branch 'tc/format-attribute'Junio C Hamano
2009-11-21Merge branch 'jn/help-everywhere'Junio C Hamano
2009-11-18Merge branch 'ef/msys-imap'Junio C Hamano
2009-11-16Check the format of more printf-type functionsTarmigan Casebolt
2009-11-10Show usage string for 'git imap-send -h'Jonathan Nieder
2009-10-31imap-send.c: fix compiler warnings for OpenSSL 1.0Vietor Liu
2009-10-20imap-send: fix compilation-error on WindowsErik Faye-Lund
2009-10-20imap-send: use run-command API for tunnelingErik Faye-Lund
2009-10-20imap-send: use separate read and write fdsErik Faye-Lund
2009-10-20imap-send: remove useless uid codeJeff King
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-05-27imap-send: add support for IPv6Benjamin Kramer
2009-03-14Remove unused assignmentsBenjamin Kramer
2009-02-15imap.preformattedHTML to tell Thunderbird to send non-flowed textJeremy White
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska
2009-01-05remove trailing LF in die() messagesAlexander Potashev
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-07-26imap-send.c: more style fixesJunio C Hamano
2008-07-26imap-send.c: style fixesRobert Shearman
2008-07-26git-imap-send: Support SSLRobert Shearman
2008-07-26git-imap-send: Allow the program to be run from subdirectories of a git treeRobert Shearman
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-04-23Don't force imap.host to be set when imap.tunnel is setJeff King
2008-03-26imap-send: properly error out if imap.host is not set in configGerrit Pape
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering
2008-02-11imap-send.c: guard config parser from value=NULLJunio C Hamano
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit
2007-09-21nfv?asprintf are broken without va_copy, workaround them.Pierre Habouzit
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-10Use strbufs to in read_message (imap-send.c), custom buffer--.Pierre Habouzit
2007-06-07War on whitespaceJunio C Hamano