[INN-COMMITTERS] inn (21 files)
Russ Allbery
Russ_Allbery at isc.org
Wed Dec 22 21:57:28 UTC 2004
Date: Wednesday, December 22, 2004 @ 21:57:27
Author: rra
Path: /proj/cvs/isc/inn/inn
Modified: MANIFEST TODO backends/buffchan.c doc/man/libinn.3
expire/makehistory.c include/libinn.h innd/art.c innd/cc.c
innd/chan.c innd/innd.c innd/innd.h innd/nc.c innd/proc.c
innd/site.c innd/status.c innd/util.c innd/wip.c lib/Makefile
lib/genid.c storage/tradspool/tradspool.c
Removed: lib/gettime.c
Eliminate GetTimeInfo. Just call time() and use time_t when all that the
function cares about is seconds. For innd, use gettimeofday and make Now
a struct timeval, updating all of the places it's used.
-------------------------------+
MANIFEST | 1
TODO | 10 -----
backends/buffchan.c | 23 +++++------
doc/man/libinn.3 | 48 +-----------------------
expire/makehistory.c | 13 ++----
include/libinn.h | 9 ----
innd/art.c | 14 +++----
innd/cc.c | 10 ++---
innd/chan.c | 38 +++++++++----------
innd/innd.c | 6 +--
innd/innd.h | 4 +-
innd/nc.c | 10 ++---
innd/proc.c | 6 +--
innd/site.c | 12 +++---
innd/status.c | 10 ++---
innd/util.c | 4 +-
innd/wip.c | 8 ++--
lib/Makefile | 10 ++---
lib/genid.c | 10 ++---
lib/gettime.c | 80 ----------------------------------------
storage/tradspool/tradspool.c | 11 +++--
21 files changed, 95 insertions(+), 242 deletions(-)
More information about the inn-committers
mailing list