summaryrefslogtreecommitdiff
path: root/imap-send.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hm/maint-imap-send-crlf' into maint-1.6.6Junio C Hamano2010-03-071-1/+39
|\
| * git-imap-send: Convert LF to CRLF before storing patch to draft boxHitoshi Mitake2010-02-121-1/+39
* | Merge branch 'jc/maint-imap-config-parse' into maintJunio C Hamano2010-02-081-7/+8
|\ \ | |/ |/|
| * Fix parsing of imap.preformattedHTML and imap.sslverifyJunio C Hamano2010-02-081-7/+8
* | Merge branch 'tc/format-attribute'Junio C Hamano2009-11-221-1/+7
|\ \
| * | Check the format of more printf-type functionsTarmigan Casebolt2009-11-151-1/+7
* | | Merge branch 'jn/help-everywhere'Junio C Hamano2009-11-201-0/+5
|\ \ \
| * | | Show usage string for 'git imap-send -h'Jonathan Nieder2009-11-101-0/+5
* | | | Merge branch 'ef/msys-imap'Junio C Hamano2009-11-171-177/+49
|\ \ \ \ | |_|/ / |/| | |
| * | | imap-send: fix compilation-error on WindowsErik Faye-Lund2009-10-191-0/+1
| * | | imap-send: use run-command API for tunnelingErik Faye-Lund2009-10-191-21/+16
| * | | imap-send: use separate read and write fdsErik Faye-Lund2009-10-191-14/+23
| * | | imap-send: remove useless uid codeJeff King2009-10-191-144/+11
| |/ /
* | | imap-send.c: fix compiler warnings for OpenSSL 1.0Vietor Liu2009-10-311-0/+4
|/ /
* | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-1/+1
* | imap-send: add support for IPv6Benjamin Kramer2009-05-261-3/+51
* | Remove unused assignmentsBenjamin Kramer2009-03-141-1/+1
|/
* imap.preformattedHTML to tell Thunderbird to send non-flowed textJeremy White2009-02-151-0/+53
* Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska2009-01-261-0/+3
* remove trailing LF in die() messagesAlexander Potashev2009-01-051-3/+3
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* imap-send.c: more style fixesJunio C Hamano2008-07-251-114/+111
* imap-send.c: style fixesRobert Shearman2008-07-251-329/+300
* git-imap-send: Support SSLRobert Shearman2008-07-251-14/+146
* git-imap-send: Allow the program to be run from subdirectories of a git treeRobert Shearman2008-07-251-0/+2
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-2/+2
* Don't force imap.host to be set when imap.tunnel is setJeff King2008-04-221-2/+5
* imap-send: properly error out if imap.host is not set in configGerrit Pape2008-03-261-0/+4
* Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-221-3/+2
* imap-send.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+4
* strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-291-1/+1
* nfv?asprintf are broken without va_copy, workaround them.Pierre Habouzit2007-09-201-0/+13
* Use xmemdupz() in many places.Pierre Habouzit2007-09-181-15/+5
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-161-1/+0
* Use strbufs to in read_message (imap-send.c), custom buffer--.Pierre Habouzit2007-09-101-20/+11
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* Ensure return value from xread() is always stored into an ssize_tJohan Herland2007-05-151-1/+1
* prefixcmp(): fix-up leftover strncmp().Junio C Hamano2007-02-201-4/+4
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-081-1/+1
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-081-2/+2
* Rename imap-send's internal info/warn functions.Shawn O. Pearce2006-12-211-12/+12
* simplify inclusion of system header files.Junio C Hamano2006-12-201-7/+0
* Use memmove instead of memcpy for overlapping areasEdgar Toernig2006-10-301-1/+1
* git-imap-send: Strip smtp From_ header from imap message.v1.4.3Markus Amsler2006-10-181-0/+8
* Trace into a file or an open fd and refactor tracing code.Christian Couder2006-09-021-25/+0
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-6/+6
* Make some strings constTimo Hirvonen2006-06-281-1/+1
* Change types used in bitfields to be `int's.Florian Forster2006-06-181-1/+1
* check for error return from fork()Paul T Darga2006-06-081-1/+5
* Avoid a crash if realloc returns a different pointer.Mike McCormack2006-04-051-0/+1