| 2017-07-29 |
David Levine | Added m_str() and m_strn() functions to convert int... |
tree | commitdiff |
| 2017-07-16 |
David Levine | Replaced snprintf() to convert an int with m_name(). |
tree | commitdiff |
| 2017-07-16 |
David Levine | Enhanced mhical syntax error message to provide some... |
tree | commitdiff |
| 2017-06-17 |
David Levine | Rearranged statements to eliminate memory allocation. |
tree | commitdiff |
| 2017-06-17 |
David Levine | Show display program name and arguments in error messag... |
tree | commitdiff |
| 2017-06-17 |
David Levine | Don't bypass scan_content() when expanding pseudoheaders. |
tree | commitdiff |
| 2017-06-10 |
Ralph Corderoy | uip/inc.c: Don't increment variable of type bool. |
tree | commitdiff |
| 2017-06-01 |
David Levine | Fixed double fclose(). |
tree | commitdiff |
| 2017-05-31 |
Ken Hornstein | Normalize connection shutdown handling. |
tree | commitdiff |
| 2017-05-29 |
Ralph Corderoy | sizeof char is always 1, so don't bother to divide... |
tree | commitdiff |
| 2017-05-29 |
Ralph Corderoy | uip/scansbr.c: Add PUTC() macro, similar to FPUTS(). |
tree | commitdiff |
| 2017-05-29 |
Ralph Corderoy | uip/scansbr.c: Stop `scan -file' copying mailbox to... |
tree | commitdiff |
| 2017-05-28 |
Ralph Corderoy | h/mts.h: Replace char pointer mmdlm1 with macro MMDF_DELIM. |
tree | commitdiff |
| 2017-05-28 |
Ralph Corderoy | sbr/mts.c: Delete mmdlm2; use same-valued mmdlm1 instead. |
tree | commitdiff |
| 2017-05-27 |
Ralph Corderoy | uip/forw.c, uip/repl.c: Remove -file's "msh" comment. |
tree | commitdiff |
| 2017-05-26 |
Ralph Corderoy | uip/mhparse.c: Fix body starting a byte too soon when... |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | Don't cast lseek(2)'s offset to off_t when it's 0. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | uip/slocal.c: Tidy `verbose' logic in usr_file(). |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | uip/popsbr.c: Delete unused pop_list(), etc. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | uip/comp.c: Delete single-use NULLMP macro. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | Remove support for ./.foo.map index for ./foo mailbox. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | uip/prompter.c: Make getln() static; only called locally. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | uip/prompter.c: Delete obfuscating ERASE, etc., macros. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | uip/prompter.c: Delete unused macros CKILL and CERASE. |
tree | commitdiff |
| 2017-05-24 |
Ralph Corderoy | uip/inc.c: Delete POP3's -pack option for msh users. |
tree | commitdiff |
| 2017-05-24 |
Ralph Corderoy | uip/dropsbr.c: Delete unused mbx_write() and map_read(). |
tree | commitdiff |
| 2017-05-23 |
Ralph Corderoy | Replace some "FALLTHRU" comments with control flow. |
tree | commitdiff |
| 2017-05-20 |
Ralph Corderoy | uip/aliasbr.c: Remove dead code used for Unix groups. |
tree | commitdiff |
| 2017-05-18 |
Ken Hornstein | Remove support for aliases based on Unix groups. |
tree | commitdiff |
| 2017-05-18 |
Ralph Corderoy | uip/mhshowsbr.c: Increase buffer size for showing-conte... |
tree | commitdiff |
| 2017-05-17 |
Ralph Corderoy | uip/mhbuildsbr.c: Fix long-line truncation when BUFSIZ... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/mime_type.c: Move prototype from h/prototypes.h... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/message_id.c: Move duplicate prototypes to new... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/makedir.c: Move prototype from h/prototypes.h to... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/m_popen.c: Move prototypes from h/prototypes.h... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | sbr/m_maildir.c: Move prototypes from h/prototypes... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | h/prototypes.h: Give sbr/lock_file.c's prototypes their... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | h/utils.h: Move in nmh_init() prototype from h/prototyp... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | uip/mhshowsbr.h: Move in declarations from h/mhparse.h. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | uip/mhshowsbr.c: Create header file with exports' decla... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | uip/mhcachesbr.c: Move exported symbols to existing... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | uip/mhoutsbr.c: Move exported prototype to new header... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | sbr/m_mktemp.h: Move remaining prototypes from h/protot... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | uip/picksbr.c: Use function prototypes for `nexus'... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | Specify function parameters in prototypes, mainly void. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | Use `void' in prototypes for functions with no parameters. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | h/mhparse.h: Move mhfree.c's free_content prototype... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | Match `NORETURN' function prototypes by adding it to... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | Create and use header file for uip/mhfree.c's exports. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | uip/mhfree.c: Make free_header() static. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | uip/flist.c: Make locally defined and used functions... |
tree | commitdiff |
| 2017-05-15 |
David Levine | Have post(1) report name of fileproc if it fails. |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | Replace calls to unputenv() with unsetenv(3). |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | Replace calls to m_putenv() with setenv(3). |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | uip/mhstoresbr.c: Fix single-character nmh-storage... |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | Use new PLURALS(n) macro instead of variety of tests. |
tree | commitdiff |
| 2017-05-13 |
Ralph Corderoy | uip/folder.c: Use `%s' for plural, not `%c'. |
tree | commitdiff |
| 2017-05-13 |
Ralph Corderoy | uip/folder.c: Rewrite plural test to common form. |
tree | commitdiff |
| 2017-05-13 |
Ralph Corderoy | Use FENDNULL() instead of duplicate, locally defined... |
tree | commitdiff |
| 2017-05-13 |
Ralph Corderoy | Add FENDNULL(s): fends off NULL by giving an empty... |
tree | commitdiff |
| 2017-05-12 |
Ralph Corderoy | Replace `a == b ? 1 : 0' and similar with `a == b'. |
tree | commitdiff |
| 2017-05-12 |
Ralph Corderoy | Replace `e ? 0 : 1' with `!e'. |
tree | commitdiff |
| 2017-05-12 |
Ralph Corderoy | Use existing macros min() and max() more. |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | uip/inc.c: Use bool, not int, for some of the options. |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | Split some comma-operator terms into separate statements. |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | uip/picksbr.c: Increase line-buffer size for "grep... |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | uip/scansbr.c: Replace uses of SBUFSIZ with NMH_BUFSIZ. |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | uip/rcvdist.c: Replace SBUFSIZ with NMH_BUFSIZ. |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | uip/replsbr.c: Replace single use of SBUFSIZ with NMH_B... |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | Make many m_getfld() buffer parameters NMH_BUFSIZ big. |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | mhstoresbr.c: Flip logic to simplify. Remove else... |
tree | commitdiff |
| 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 |
| next |