summaryrefslogtreecommitdiff
path: root/imap-send.c
AgeCommit message (Expand)Author
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
2007-05-16Ensure return value from xread() is always stored into an ssize_tJohan Herland
2007-02-21prefixcmp(): fix-up leftover strncmp().Junio C Hamano
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft
2006-12-22Rename imap-send's internal info/warn functions.Shawn O. Pearce
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-10-31Use memmove instead of memcpy for overlapping areasEdgar Toernig
2006-10-18git-imap-send: Strip smtp From_ header from imap message.v1.4.3Markus Amsler
2006-09-02Trace into a file or an open fd and refactor tracing code.Christian Couder
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-06-28Make some strings constTimo Hirvonen
2006-06-19Change types used in bitfields to be `int's.Florian Forster
2006-06-08check for error return from fork()Paul T Darga
2006-04-05Avoid a crash if realloc returns a different pointer.Mike McCormack
2006-04-05Avoid a divide by zero if there's no messages to send.Mike McCormack
2006-04-02Fix sparse warnings about usage of 0 instead of NULLRene Scharfe
2006-03-16fix imap-send for OSXRandal L. Schwartz
2006-03-12imap-send: Add missing #include for macosxJohannes Schindelin
2006-03-11imap-send: cleanup execl() call to use NULL sentinel instead of 0Marco Roeland
2006-03-11Add git-imap-send, derived from isync 1.0.1.Mike McCormack