]> diplodocus.org Git - nmh/history - sbr/client.c
mhbuildsbr.c: Flip logic, moving goto to then-block; no need for else.
[nmh] / sbr / client.c
2017-08-22 Ralph CorderoyAdd ZERO(p) for the typical memset(p, 0, sizeof *p...
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-02-19 Ken HornsteinChange "servers" mts.conf entry to only support a singl...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-16 Ralph CorderoyDelete client_getcpy(); don't know why it exists.
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-04-03 David LevineAdded port number to "Connecting to" message with ...
2012-02-06 Ken HornsteinPatch from Harvey Eneman: fixes problem on some systems...
2012-01-11 David LevineRemoved or protected some unused macros.
2012-01-04 Lyndon NerenbergEliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-06 Earl Hood#ifdef AI_ADDRCONFIG since older IPv4-only systems...
2009-01-21 Ken HornsteinFix warning in getaddrinfo() call.
2009-01-16 Ken HornsteinMove freeaddrinfo() to inside of our loop; this prevent...
2009-01-16 Ken HornsteinMassive overhaul of networking code. Changes:
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...