67 Commits (bdab6a59cf078a3cf50d36afa439814f7eb96f3e)

Author SHA1 Message Date
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Chris Webb 10439d89eb imap-send: suppress warning about cleartext password with CRAM-MD5 15 years ago
Ramkumar Ramachandra 4916c8f953 imap-send: Remove limitation on message body 15 years ago
Frank Li f206063b4b git-core: Support retrieving passwords with GIT_ASKPASS 15 years ago
Hitoshi Mitake ae9c606ed2 imap-send: support CRAM-MD5 authentication 15 years ago
Hitoshi Mitake 67d176300c git-imap-send: Convert LF to CRLF before storing patch to draft box 15 years ago
Junio C Hamano ace706e2a6 Fix parsing of imap.preformattedHTML and imap.sslverify 15 years ago
Jeff King ac0ba18df0 run-command: convert simple callsites to use_shell 15 years ago
Tarmigan Casebolt 28bea9e534 Check the format of more printf-type functions 15 years ago
Jonathan Nieder 9a2861e32a Show usage string for 'git imap-send -h' 15 years ago
Vietor Liu 1e380ddcd2 imap-send.c: fix compiler warnings for OpenSSL 1.0 15 years ago
Erik Faye-Lund d23b1ecf11 imap-send: fix compilation-error on Windows 15 years ago
Erik Faye-Lund c94d2dd080 imap-send: use run-command API for tunneling 15 years ago
Erik Faye-Lund 7a7796e9a7 imap-send: use separate read and write fds 15 years ago
Jeff King 3a7cba95b7 imap-send: remove useless uid code 15 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago
Benjamin Kramer 94ad243702 imap-send: add support for IPv6 16 years ago
Benjamin Kramer 8e76bf3fc9 Remove unused assignments 16 years ago
Jeremy White c64d84f145 imap.preformattedHTML to tell Thunderbird to send non-flowed text 16 years ago
Steffen Prohaska 2fb3f6db96 Add calls to git_extract_argv0_path() in programs that call git_config_* 16 years ago
Alexander Potashev d75307084d remove trailing LF in die() messages 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Junio C Hamano 9f1ad541f9 imap-send.c: more style fixes 17 years ago
Robert Shearman 95c539081e imap-send.c: style fixes 17 years ago
Robert Shearman 684ec6c63c git-imap-send: Support SSL 17 years ago
Robert Shearman a0406b94d5 git-imap-send: Allow the program to be run from subdirectories of a git tree 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Jeff King 34b5cd1fe9 Don't force imap.host to be set when imap.tunnel is set 17 years ago
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. 18 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 18 years ago
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 18 years ago
Pierre Habouzit 635d043f30 Use strbufs to in read_message (imap-send.c), custom buffer--. 18 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. 19 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 19 years ago
Christian Couder 7cf67205ca Trace into open fd and refactor tracing code. 19 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