| 2017-05-01 |
Ralph Corderoy | mhlsbr.c: Flip parse()'s logic. Remove oneline()'s... |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | dropsbr.c: Flip mbx_open()'s logic to simplify. |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | mhfixmsg.c: Flip logic to simplify. Remove else after... |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | mhshowsbr.c: Remove else after break in iconv_start(). |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | mhparse.c: Remove a couple of else after continue. |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | picksbr.c: Remove some else after break in plist(). |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | sortm.c: Flip get_fields()'s logic to simplify. |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | Fix spelling in C comments. |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | sbr/vector.c: Only allocate bvector storage for set... |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Change bvector_bits() to return first... |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | Remove return statements at end of void functions. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | Use C's `++', `+=', etc., not the longhand. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | sbr/dtime.c: Remove struct-assigning twscopy(). |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | uip/sortm.c: Remove unused variable and dlocaltimenow... |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | Correct first-line comments where filename is wrong. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | Replace "/*\n * " with "/* " at the start of a file. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | Remove leading and trailing blank lines from code. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | uip/mhbuildsbr.c: Remove unusused MAXURLTOKEN macro. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | uip/post.c: Don't bother naming `struct oauth_profile'. |
tree | commitdiff |
| 2017-04-21 |
Ralph Corderoy | send and whatnow: Remove deprecated -attach... switches. |
tree | commitdiff |
| 2017-04-20 |
Ralph Corderoy | uip/dropsbr.c: Fix buffer overrun in mbx_copy(). |
tree | commitdiff |
| 2017-04-17 |
David Levine | Use stat(3) instead of lstat(3), to dereference symboli... |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Don't ignore bit 5 of a char when comparing alias names. |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Fix post's die() to save errno before unlink(2)ing. |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Change admonish(NULL, "foo") to inform("foo, continuing... |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Replace advise(NULL, fmt, ...) with inform(fmt, ...). |
tree | commitdiff |
| 2017-04-16 |
Ralph Corderoy | Replace add(nonnull, NULL) with mh_xstrdup(nonnull). |
tree | commitdiff |
| 2017-04-16 |
Ralph Corderoy | uip/aliasbr.c: Add FIXME to prove test of add()'s retur... |
tree | commitdiff |
| 2017-04-16 |
Ralph Corderoy | Replace some strdup() with mh_xstrdup(). |
tree | commitdiff |
| 2017-03-18 |
David Levine | Don't let parse_mime() try to parse a directory. |
tree | commitdiff |
| 2017-02-27 |
David Levine | Added /* FALLTHRU */ comments where gcc 7 noticed their... |
tree | commitdiff |
| 2017-02-19 |
David Levine | Support mhparam -debug along with -all. |
tree | commitdiff |
| 2017-02-18 |
Ralph Corderoy | Limit mhparam's exit status to 120 missing components. |
tree | commitdiff |
| 2017-01-17 |
Ralph Corderoy | mhfixmsg: Use folder name to open second message of... |
tree | commitdiff |
| 2017-01-12 |
Ken Hornstein | Make sure we always generate a Content-ID header for... |
tree | commitdiff |
| 2016-12-21 |
Ken Hornstein | Make the -fcc switch to repl actually work properly... |
tree | commitdiff |
| 2016-12-20 |
David Levine | Protect repl -file against dereference of null mp. |
tree | commitdiff |
| 2016-12-19 |
David Levine | Removed #ifdef FT_PAUSE protection. |
tree | commitdiff |
| 2016-12-19 |
David Levine | Removed unused references to FT_ADDTOSEQ. |
tree | commitdiff |
| 2016-12-19 |
David Levine | Removed obsolete comment about use of getcpy(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added ToUpper() to to_upper(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added ToLower() to to_lower(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added TrimSuffixC() to trim_suffix_c(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added HasSuffixC() to has_suffix_c(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added HasSuffix() to has_suffix(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added HasPrefix() to has_prefix(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | mhlsbr.c: Don't hide mhladios and mhldone behind macros. |
tree | commitdiff |
| 2016-12-08 |
David Levine | Replaced !iscntrl() with isprint(). |
tree | commitdiff |
| 2016-11-25 |
David Levine | Close temp file. |
tree | commitdiff |
| 2016-11-20 |
David Levine | Open infile before fixing each message. |
tree | commitdiff |
| 2016-11-19 |
Ralph Corderoy | mhstoresbr.c: Factor MIME-parameter-can-be-used-for... |
tree | commitdiff |
| 2016-11-19 |
David Levine | Open outfile before parsing message(s). |
tree | commitdiff |
| 2016-11-13 |
David Levine | Removed unused declaration of output_message(). |
tree | commitdiff |
| 2016-11-13 |
Ralph Corderoy | Replace many add(s, NULL) with mh_xstrdup(s). |
tree | commitdiff |
| 2016-11-12 |
Ralph Corderoy | Replace some add(FIELD, NULL) with mh_xstrdup(FIELD). |
tree | commitdiff |
| 2016-11-12 |
Ralph Corderoy | Replace copy(s, d) with POSIX-1.2008's stpcpy(d, s). |
tree | commitdiff |
| 2016-11-10 |
Ralph Corderoy | uip/scansbr.c: Use fputs(3) instead of mh_fputs(). |
tree | commitdiff |
| 2016-11-08 |
David Levine | Replaced add(s, NULL) with mh_xstrdup(s). |
tree | commitdiff |
| 2016-11-08 |
David Levine | Removed unused global from MIME parser. |
tree | commitdiff |
| 2016-11-08 |
David Levine | Initialize mhparse global for each message. |
tree | commitdiff |
| 2016-11-07 |
David Levine | Don't parse parse # lines with mhbuild -nodirectives. |
tree | commitdiff |
| 2016-11-06 |
David Levine | Plugged remaining mhfixmsg(1) memory leaks. |
tree | commitdiff |
| 2016-11-06 |
David Levine | Plug memory leak with parameter continuations. |
tree | commitdiff |
| 2016-11-06 |
David Levine | Free c_ctparams for all content types, not just text. |
tree | commitdiff |
| 2016-11-05 |
Ralph Corderoy | uip/ap, uip/dp: Remove unneeded char **arguments. |
tree | commitdiff |
| 2016-11-05 |
Ralph Corderoy | dp: Fix write past end of dates[] array. |
tree | commitdiff |
| 2016-11-05 |
Ralph Corderoy | ap: Fix write past end of addrs[] array. |
tree | commitdiff |
| 2016-11-05 |
David Levine | Replaced use of freects_done() with free_content()... |
tree | commitdiff |
| 2016-11-03 |
David Levine | Pass through message even if from relative folder. |
tree | commitdiff |
| 2016-11-03 |
David Levine | Use result, because (void) didn't prevent warning on... |
tree | commitdiff |
| 2016-11-03 |
David Levine | Changed type of flags from signed to unsigned long. |
tree | commitdiff |
| 2016-11-03 |
David Levine | Replace non-ASCII characters in headers with ?'s with... |
tree | commitdiff |
| 2016-11-03 |
David Levine | Fixed display of header field values with multibyte... |
tree | commitdiff |
| 2016-11-02 |
Ken Hornstein | Add support for certificate verification when using... |
tree | commitdiff |
| 2016-11-01 |
Ralph Corderoy | uip/send: -saslmech lacking argument indexed outside... |
tree | commitdiff |
| 2016-11-01 |
Ralph Corderoy | Fix spelling mistakes in UI text. |
tree | commitdiff |
| 2016-11-01 |
Ralph Corderoy | anno: Stop segmentation violation on `-number 0'. |
tree | commitdiff |
| 2016-11-01 |
Ralph Corderoy | ali: Fix a memory leak spotted by valgrind. |
tree | commitdiff |
| 2016-11-01 |
Ralph Corderoy | mhbuild's fgetstr(): simplify source, logic untouched. |
tree | commitdiff |
| 2016-10-31 |
David Levine | Replaced BUFSIZ with NMH_BUFSIZ in a few places. |
tree | commitdiff |
| 2016-10-31 |
David Levine | Don't set CT type if reformat failed. |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | fgets() reserves space for the NUL itself. |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Remove mhparam's p_find()'s ability to take NULL argument. |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace printf("%s", foo) with fputs(foo, stdout). |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace strlen(foo) > 0 with *foo. |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace fprintf(fp, "%s", foo) with fputs(foo, fp). |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace printf("%s", foo) with fputs(foo, stdout). |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace printf("%s\n", foo) with puts(foo). |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace printf("...\n") with puts("..."). |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace v?fprintf(stdout, ...) with v?printf(...). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Merge branch 'master' of git.sv.gnu.org:/srv/git/nmh |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Replace fputc() with putchar(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Merge branch 'master' of git.sv.gnu.org:/srv/git/nmh |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Replace putc() with putchar(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Replace putc() with putchar(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Replace putc() with putchar(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Replace puts() with putchar(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | mhical.c: display(): Replace memcpy() with struct assig... |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | fix_filename_param(): Remove redundant strlen(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | fix_filename_param(): Replace strncmp() with HasSuffix(). |
tree | commitdiff |
| next |