log src/lib/hostpid.c @ 23007:36e01285b5b8

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 23 Sep 2015 14:52:45 +0300 Teemu Huovila Remove now-unnecessary direct stdlib.h #includes.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Tue, 19 Feb 2013 15:52:21 +0200 Timo Sirainen hostpid_init() should die if hostname is invalid.
Mon, 18 Feb 2013 15:12:26 +0200 Timo Sirainen my_hostname was broken because of recent change.
Mon, 18 Feb 2013 07:20:03 +0200 Timo Sirainen Master looks up system hostdomain now and sends it to child processes via environment.
Mon, 18 Feb 2013 06:49:57 +0200 Timo Sirainen Free my_hostdomain at deinit.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Wed, 31 Oct 2012 14:44:24 +0200 Timo Sirainen hostpid_init(): Don't allow gethostname() to fail. Be more strict about what chars it can contain.
Fri, 12 Oct 2012 01:17:05 +0300 Timo Sirainen hostpid_init(): Don't waste memory from data stack.
Mon, 25 Jun 2012 01:14:03 +0300 Timo Sirainen Make sure we check all the functions' return values. Minor API changes to simplify this.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Tue, 25 May 2010 16:31:39 +0100 Timo Sirainen Die if system hostname contains '/' character. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Wed, 07 Jan 2009 13:45:37 -0500 Timo Sirainen Added my_hostdomain() function which mbox code now uses instead of doing that internally. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Mon, 04 Aug 2008 15:49:40 -0400 Timo Sirainen hostpid_init(): If called again, update the hostname/pid. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 13:30:31 +0300 Timo Sirainen Renamed strocpy() to i_strocpy(). HEAD
Wed, 27 Aug 2003 00:18:16 +0300 Timo Sirainen Removed most of the license comments from src/lib/*.c. It's just fine to HEAD
Thu, 19 Dec 2002 03:02:34 +0200 Timo Sirainen Buffer related cleanups. Use PATH_MAX instead of hardcoded 1024 for paths. HEAD
Tue, 26 Nov 2002 15:07:53 +0200 Timo Sirainen Renamed largest_t to uintmax_t which already exists in C99. HEAD
Sun, 08 Sep 2002 14:36:03 +0300 Timo Sirainen added dec2str() function and largest_t type, removed itoa() and ltoa() HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD