Age | Commit message (Expand) | Author | Files | Lines |
2009-10-19 | imap-send: remove useless uid code | Jeff King | 1 | -144/+11 |
2009-06-20 | Fix various sparse warnings in the git source code | Linus Torvalds | 1 | -1/+1 |
2009-05-26 | imap-send: add support for IPv6 | Benjamin Kramer | 1 | -3/+51 |
2009-03-14 | Remove unused assignments | Benjamin Kramer | 1 | -1/+1 |
2009-02-15 | imap.preformattedHTML to tell Thunderbird to send non-flowed text | Jeremy White | 1 | -0/+53 |
2009-01-26 | Add calls to git_extract_argv0_path() in programs that call git_config_* | Steffen Prohaska | 1 | -0/+3 |
2009-01-05 | remove trailing LF in die() messages | Alexander Potashev | 1 | -3/+3 |
2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -2/+1 |
2008-07-25 | imap-send.c: more style fixes | Junio C Hamano | 1 | -114/+111 |
2008-07-25 | imap-send.c: style fixes | Robert Shearman | 1 | -329/+300 |
2008-07-25 | git-imap-send: Support SSL | Robert Shearman | 1 | -14/+146 |
2008-07-25 | git-imap-send: Allow the program to be run from subdirectories of a git tree | Robert Shearman | 1 | -0/+2 |
2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -2/+2 |
2008-04-22 | Don't force imap.host to be set when imap.tunnel is set | Jeff King | 1 | -2/+5 |
2008-03-26 | imap-send: properly error out if imap.host is not set in config | Gerrit Pape | 1 | -0/+4 |
2008-02-22 | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 1 | -3/+2 |
2008-02-11 | imap-send.c: guard config parser from value=NULL | Junio C Hamano | 1 | -0/+4 |
2007-09-29 | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 1 | -1/+1 |
2007-09-20 | nfv?asprintf are broken without va_copy, workaround them. | Pierre Habouzit | 1 | -0/+13 |
2007-09-18 | Use xmemdupz() in many places. | Pierre Habouzit | 1 | -15/+5 |
2007-09-16 | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 1 | -1/+0 |
2007-09-10 | Use strbufs to in read_message (imap-send.c), custom buffer--. | Pierre Habouzit | 1 | -20/+11 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+1 |
2007-05-15 | Ensure return value from xread() is always stored into an ssize_t | Johan Herland | 1 | -1/+1 |
2007-02-20 | prefixcmp(): fix-up leftover strncmp(). | Junio C Hamano | 1 | -4/+4 |
2007-01-08 | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 1 | -1/+1 |
2007-01-08 | short i/o: fix calls to read to use xread or read_in_full | Andy Whitcroft | 1 | -2/+2 |
2006-12-21 | Rename imap-send's internal info/warn functions. | Shawn O. Pearce | 1 | -12/+12 |
2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -7/+0 |
2006-10-30 | Use memmove instead of memcpy for overlapping areas | Edgar Toernig | 1 | -1/+1 |
2006-10-18 | git-imap-send: Strip smtp From_ header from imap message. | Markus Amsler | 1 | -0/+8 |
2006-09-02 | Trace into a file or an open fd and refactor tracing code. | Christian Couder | 1 | -25/+0 |
2006-09-02 | Replace uses of strdup with xstrdup. | Shawn Pearce | 1 | -6/+6 |
2006-06-28 | Make some strings const | Timo Hirvonen | 1 | -1/+1 |
2006-06-18 | Change types used in bitfields to be `int's. | Florian Forster | 1 | -1/+1 |
2006-06-08 | check for error return from fork() | Paul T Darga | 1 | -1/+5 |
2006-04-05 | Avoid a crash if realloc returns a different pointer. | Mike McCormack | 1 | -0/+1 |
2006-04-05 | Avoid a divide by zero if there's no messages to send. | Mike McCormack | 1 | -1/+6 |
2006-04-02 | Fix sparse warnings about usage of 0 instead of NULL | Rene Scharfe | 1 | -20/+20 |
2006-03-15 | fix imap-send for OSX | Randal L. Schwartz | 1 | -2/+2 |
2006-03-12 | imap-send: Add missing #include for macosx | Johannes Schindelin | 1 | -0/+1 |
2006-03-11 | imap-send: cleanup execl() call to use NULL sentinel instead of 0 | Marco Roeland | 1 | -1/+1 |
2006-03-10 | Add git-imap-send, derived from isync 1.0.1. | Mike McCormack | 1 | -0/+1358 |