1. d27da38 sparse: Fix some "Using plain integer as NULL pointer" warnings by Ramsay Jones · 14 years ago
  2. c2e86ad Fix sparse warnings by Stephen Boyd · 14 years ago
  3. 1702b13 imap-send: Fix sprintf usage by Ævar Arnfjörð Bjarmason · 15 years ago
  4. 4b05548 enums: omit trailing comma for portability by Gary V. Vaughan · 15 years ago
  5. 9b5a7c4 Merge branch 'rr/imap-send-unconfuse-from-line' by Junio C Hamano · 15 years ago
  6. 10439d8 imap-send: suppress warning about cleartext password with CRAM-MD5 by Chris Webb · 15 years ago
  7. 4916c8f imap-send: Remove limitation on message body by Ramkumar Ramachandra · 15 years ago
  8. 2e5b98d Merge branch 'fl/askpass' by Junio C Hamano · 15 years ago
  9. f206063 git-core: Support retrieving passwords with GIT_ASKPASS by Frank Li · 15 years ago
  10. be8198b Merge branch 'hm/maint-imap-send-crlf' into maint by Junio C Hamano · 15 years ago
  11. 39914cb Merge branch 'hm/imap-send-cram-md5' by Junio C Hamano · 15 years ago
  12. db3df36 Merge branch 'hm/maint-imap-send-crlf' by Junio C Hamano · 15 years ago
  13. ae9c606 imap-send: support CRAM-MD5 authentication by Hitoshi Mitake · 15 years ago
  14. 67d1763 git-imap-send: Convert LF to CRLF before storing patch to draft box by Hitoshi Mitake · 15 years ago
  15. 105a633 Merge branch 'maint' by Junio C Hamano · 15 years ago
  16. 0c15da6 Merge branch 'jc/maint-imap-config-parse' into maint by Junio C Hamano · 15 years ago
  17. ace706e Fix parsing of imap.preformattedHTML and imap.sslverify by Junio C Hamano · 15 years ago
  18. ac0ba18 run-command: convert simple callsites to use_shell by Jeff King · 15 years ago
  19. 82f05d5 Merge branch 'tc/format-attribute' by Junio C Hamano · 15 years ago
  20. 750054c Merge branch 'jn/help-everywhere' by Junio C Hamano · 15 years ago
  21. a62e733 Merge branch 'ef/msys-imap' by Junio C Hamano · 15 years ago
  22. 28bea9e Check the format of more printf-type functions by Tarmigan Casebolt · 15 years ago
  23. 9a2861e Show usage string for 'git imap-send -h' by Jonathan Nieder · 15 years ago
  24. 1e380dd imap-send.c: fix compiler warnings for OpenSSL 1.0 by Vietor Liu · 15 years ago
  25. d23b1ec imap-send: fix compilation-error on Windows by Erik Faye-Lund · 15 years ago
  26. c94d2dd imap-send: use run-command API for tunneling by Erik Faye-Lund · 15 years ago
  27. 7a7796e imap-send: use separate read and write fds by Erik Faye-Lund · 15 years ago
  28. 3a7cba9 imap-send: remove useless uid code by Jeff King · 15 years ago
  29. 2af202b Fix various sparse warnings in the git source code by Linus Torvalds · 16 years ago
  30. 94ad243 imap-send: add support for IPv6 by Benjamin Kramer · 16 years ago
  31. 8e76bf3 Remove unused assignments by Benjamin Kramer · 16 years ago
  32. c64d84f imap.preformattedHTML to tell Thunderbird to send non-flowed text by Jeremy White · 16 years ago
  33. 2fb3f6d Add calls to git_extract_argv0_path() in programs that call git_config_* by Steffen Prohaska · 16 years ago
  34. d753070 remove trailing LF in die() messages by Alexander Potashev · 16 years ago
  35. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  36. 9f1ad54 imap-send.c: more style fixes by Junio C Hamano · 17 years ago
  37. 95c5390 imap-send.c: style fixes by Robert Shearman · 17 years ago
  38. 684ec6c git-imap-send: Support SSL by Robert Shearman · 17 years ago
  39. a0406b9 git-imap-send: Allow the program to be run from subdirectories of a git tree by Robert Shearman · 17 years ago
  40. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  41. 34b5cd1 Don't force imap.host to be set when imap.tunnel is set by Jeff King · 17 years ago
  42. 5b67b8e imap-send: properly error out if imap.host is not set in config by Gerrit Pape · 17 years ago
  43. 8e0f700 Avoid unnecessary "if-before-free" tests. by Jim Meyering · 17 years ago
  44. 3c17c34 imap-send.c: guard config parser from value=NULL by Junio C Hamano · 17 years ago
  45. b315c5c strbuf change: be sure ->buf is never ever NULL. by Pierre Habouzit · 18 years ago
  46. 19247e5 nfv?asprintf are broken without va_copy, workaround them. by Pierre Habouzit · 18 years ago
  47. 182af83 Use xmemdupz() in many places. by Pierre Habouzit · 18 years ago
  48. ba3ed09 Now that cache.h needs strbuf.h, remove useless includes. by Pierre Habouzit · 18 years ago
  49. 635d043 Use strbufs to in read_message (imap-send.c), custom buffer--. by Pierre Habouzit · 18 years ago
  50. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  51. 8a912bc Ensure return value from xread() is always stored into an ssize_t by Johan Herland · 18 years ago
  52. 1968d77 prefixcmp(): fix-up leftover strncmp(). by Junio C Hamano · 18 years ago
  53. 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
  54. 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
  55. 51dcaa9 Rename imap-send's internal info/warn functions. by Shawn O. Pearce · 18 years ago
  56. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  57. 173a9cb Use memmove instead of memcpy for overlapping areas by Edgar Toernig · 18 years ago
  58. e0b0830 git-imap-send: Strip smtp From_ header from imap message. by Markus Amsler · 18 years ago v1.4.3
  59. 6ce4e61 Trace into a file or an open fd and refactor tracing code. by Christian Couder · 19 years ago
  60. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  61. 554fe20 Make some strings const by Timo Hirvonen · 19 years ago
  62. 2bda77e Change types used in bitfields to be `int's. by Florian Forster · 19 years ago
  63. c9bc159 check for error return from fork() by Paul T Darga · 19 years ago
  64. 34c5a9e Avoid a crash if realloc returns a different pointer. by Mike McCormack · 19 years ago
  65. 1cd88cc Avoid a divide by zero if there's no messages to send. by Mike McCormack · 19 years ago
  66. 5142db6 Fix sparse warnings about usage of 0 instead of NULL by Rene Scharfe · 19 years ago
  67. 6169858 fix imap-send for OSX by Randal L. Schwartz · 19 years ago
  68. 2d33501 imap-send: Add missing #include for macosx by Johannes Schindelin · 19 years ago
  69. 8e7f903 imap-send: cleanup execl() call to use NULL sentinel instead of 0 by Marco Roeland · 19 years ago
  70. f2561fd Add git-imap-send, derived from isync 1.0.1. by Mike McCormack · 19 years ago