29 Commits (f58dbf23c33e0e79622f4344b48ab5bc9bc360cc)

Author SHA1 Message Date
Gerrit Pape 5b67b8e2d4 imap-send: properly error out if imap.host is not set in config 17 years ago
Jim Meyering 8e0f70033b Avoid unnecessary "if-before-free" tests. 17 years ago
Junio C Hamano 3c17c34ac7 imap-send.c: guard config parser from value=NULL 17 years ago
Pierre Habouzit b315c5c081 strbuf change: be sure ->buf is never ever NULL. 17 years ago
Pierre Habouzit 19247e5510 nfv?asprintf are broken without va_copy, workaround them. 17 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 17 years ago
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 17 years ago
Pierre Habouzit 635d043f30 Use strbufs to in read_message (imap-send.c), custom buffer--. 17 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Johan Herland 8a912bcb25 Ensure return value from xread() is always stored into an ssize_t 18 years ago
Junio C Hamano 1968d77dd6 prefixcmp(): fix-up leftover strncmp(). 18 years ago
Andy Whitcroft 93822c2239 short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
Andy Whitcroft 93d26e4cb9 short i/o: fix calls to read to use xread or read_in_full 18 years ago
Shawn O. Pearce 51dcaa9686 Rename imap-send's internal info/warn functions. 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Edgar Toernig 173a9cbe70 Use memmove instead of memcpy for overlapping areas 18 years ago
Markus Amsler e0b0830726 git-imap-send: Strip smtp From_ header from imap message. 18 years ago
Christian Couder 6ce4e61f1b Trace into a file or an open fd and refactor tracing code. 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Christian Couder 7cf67205ca Trace into open fd and refactor tracing code. 18 years ago
Timo Hirvonen 554fe20d80 Make some strings const 19 years ago
Florian Forster 2bda77e080 Change types used in bitfields to be `int's. 19 years ago
Paul T Darga c9bc159d7f check for error return from fork() 19 years ago
Mike McCormack 34c5a9e284 Avoid a crash if realloc returns a different pointer. 19 years ago
Mike McCormack 1cd88cc9e6 Avoid a divide by zero if there's no messages to send. 19 years ago
Rene Scharfe 5142db6912 Fix sparse warnings about usage of 0 instead of NULL 19 years ago
Randal L. Schwartz 6169858d19 fix imap-send for OSX 19 years ago
Johannes Schindelin 2d33501689 imap-send: Add missing #include for macosx 19 years ago
Marco Roeland 8e7f9035b8 imap-send: cleanup execl() call to use NULL sentinel instead of 0 19 years ago
Mike McCormack f2561fda36 Add git-imap-send, derived from isync 1.0.1. 19 years ago