1. 3c17c34 imap-send.c: guard config parser from value=NULL by Junio C Hamano · 17 years ago
  2. b315c5c strbuf change: be sure ->buf is never ever NULL. by Pierre Habouzit · 17 years ago
  3. 19247e5 nfv?asprintf are broken without va_copy, workaround them. by Pierre Habouzit · 17 years ago
  4. 182af83 Use xmemdupz() in many places. by Pierre Habouzit · 17 years ago
  5. ba3ed09 Now that cache.h needs strbuf.h, remove useless includes. by Pierre Habouzit · 17 years ago
  6. 635d043 Use strbufs to in read_message (imap-send.c), custom buffer--. by Pierre Habouzit · 17 years ago
  7. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  8. 8a912bc Ensure return value from xread() is always stored into an ssize_t by Johan Herland · 18 years ago
  9. 1968d77 prefixcmp(): fix-up leftover strncmp(). by Junio C Hamano · 18 years ago
  10. 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
  11. 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
  12. 51dcaa9 Rename imap-send's internal info/warn functions. by Shawn O. Pearce · 18 years ago
  13. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  14. 173a9cb Use memmove instead of memcpy for overlapping areas by Edgar Toernig · 18 years ago
  15. e0b0830 git-imap-send: Strip smtp From_ header from imap message. by Markus Amsler · 18 years ago v1.4.3
  16. 6ce4e61 Trace into a file or an open fd and refactor tracing code. by Christian Couder · 18 years ago
  17. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 18 years ago
  18. 554fe20 Make some strings const by Timo Hirvonen · 19 years ago
  19. 2bda77e Change types used in bitfields to be `int's. by Florian Forster · 19 years ago
  20. c9bc159 check for error return from fork() by Paul T Darga · 19 years ago
  21. 34c5a9e Avoid a crash if realloc returns a different pointer. by Mike McCormack · 19 years ago
  22. 1cd88cc Avoid a divide by zero if there's no messages to send. by Mike McCormack · 19 years ago
  23. 5142db6 Fix sparse warnings about usage of 0 instead of NULL by Rene Scharfe · 19 years ago
  24. 6169858 fix imap-send for OSX by Randal L. Schwartz · 19 years ago
  25. 2d33501 imap-send: Add missing #include for macosx by Johannes Schindelin · 19 years ago
  26. 8e7f903 imap-send: cleanup execl() call to use NULL sentinel instead of 0 by Marco Roeland · 19 years ago
  27. f2561fd Add git-imap-send, derived from isync 1.0.1. by Mike McCormack · 19 years ago