summaryrefslogtreecommitdiff
path: root/imap-send.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid a divide by zero if there's no messages to send.Mike McCormack2006-04-051-1/+6
* Fix sparse warnings about usage of 0 instead of NULLRene Scharfe2006-04-021-20/+20
* fix imap-send for OSXRandal L. Schwartz2006-03-151-2/+2
* imap-send: Add missing #include for macosxJohannes Schindelin2006-03-121-0/+1
* imap-send: cleanup execl() call to use NULL sentinel instead of 0Marco Roeland2006-03-111-1/+1
* Add git-imap-send, derived from isync 1.0.1.Mike McCormack2006-03-101-0/+1358