aboutsummaryrefslogtreecommitdiff
path: root/imap-send.c
Commit message (Expand)AuthorAge
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* Don't force imap.host to be set when imap.tunnel is setJeff King2008-04-22
* imap-send: properly error out if imap.host is not set in configGerrit Pape2008-03-26
* Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-22
* imap-send.c: guard config parser from value=NULLJunio C Hamano2008-02-11
* strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-29
* nfv?asprintf are broken without va_copy, workaround them.Pierre Habouzit2007-09-20
* Use xmemdupz() in many places.Pierre Habouzit2007-09-18
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-16
* Use strbufs to in read_message (imap-send.c), custom buffer--.Pierre Habouzit2007-09-10
* War on whitespaceJunio C Hamano2007-06-07
* Ensure return value from xread() is always stored into an ssize_tJohan Herland2007-05-15
* prefixcmp(): fix-up leftover strncmp().Junio C Hamano2007-02-20
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-08
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-08
* Rename imap-send's internal info/warn functions.Shawn O. Pearce2006-12-21
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* Use memmove instead of memcpy for overlapping areasEdgar Toernig2006-10-30
* git-imap-send: Strip smtp From_ header from imap message.v1.4.3Markus Amsler2006-10-18
* Trace into a file or an open fd and refactor tracing code.Christian Couder2006-09-02
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* Make some strings constTimo Hirvonen2006-06-28
* Change types used in bitfields to be `int's.Florian Forster2006-06-18
* check for error return from fork()Paul T Darga2006-06-08
* Avoid a crash if realloc returns a different pointer.Mike McCormack2006-04-05
* Avoid a divide by zero if there's no messages to send.Mike McCormack2006-04-05
* Fix sparse warnings about usage of 0 instead of NULLRene Scharfe2006-04-02
* fix imap-send for OSXRandal L. Schwartz2006-03-15
* imap-send: Add missing #include for macosxJohannes Schindelin2006-03-12
* imap-send: cleanup execl() call to use NULL sentinel instead of 0Marco Roeland2006-03-11
* Add git-imap-send, derived from isync 1.0.1.Mike McCormack2006-03-10