log src/lib/process-title.c @ 22664:fea53c2725c0

age author description
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Tue, 19 Jan 2016 20:45:27 +0200 Timo Sirainen lib: Don't crash if getenv() is called after process_title_deinit() with Linux/OSX PROCTITLE_HACK
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.
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.
Mon, 26 Mar 2012 20:39:09 +0300 Timo Sirainen Changes to make static analyzer happier.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Thu, 17 Mar 2011 16:37:22 +0200 Timo Sirainen Merged changes from v2.0 tree.
Fri, 04 Mar 2011 20:53:46 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Thu, 24 Feb 2011 11:26:27 +0200 Timo Sirainen Avoid unnecessary data stack leaks.
Tue, 09 Nov 2010 21:42:58 +0000 Timo Sirainen Added env_get_environ_p() as more portable way of accessing environ variable.
Sat, 10 Jul 2010 19:44:45 +0100 Timo Sirainen process_title_init(): Don't assert-crash with empty environment.
Sat, 10 Jul 2010 18:12:43 +0100 Timo Sirainen Make static analyzer happier.
Thu, 20 May 2010 17:16:39 +0200 Timo Sirainen Added process title hack support for OS X. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Wed, 09 Dec 2009 14:13:53 -0500 Timo Sirainen Compile fix for non-Linux. HEAD
Tue, 08 Dec 2009 15:19:31 -0500 Timo Sirainen process title hack: Free allocated memory at deinit. HEAD
Mon, 26 Oct 2009 18:52:10 -0400 Timo Sirainen Fixed Linux proctitle hack and enabled it by default now. HEAD
Tue, 20 Oct 2009 20:19:05 -0400 Timo Sirainen Moved process title init to lib-master. With Linux-hack enabled it now preserves command args. HEAD
Wed, 30 Sep 2009 17:07:12 -0400 Timo Sirainen process_title_set(): Don't include executable name in setproctitle(), it's done internally. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. 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
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sun, 13 Mar 2005 01:10:33 +0200 Timo Sirainen If we run out of memory, exit with FATAL_OUTOFMEM status instead of dumping 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, 02 Jan 2003 15:39:10 +0200 Timo Sirainen Include unistd.h for setproctitle(), FreeBSD wants it. HEAD
Sat, 28 Dec 2002 09:09:28 +0200 Timo Sirainen setproctitle() needs stdlib.h HEAD
Thu, 19 Dec 2002 03:02:34 +0200 Timo Sirainen Buffer related cleanups. Use PATH_MAX instead of hardcoded 1024 for paths. HEAD
Wed, 18 Dec 2002 06:00:01 +0200 Timo Sirainen Drop root privileges earlier. Close syslog more later in imap-master when HEAD
Tue, 03 Dec 2002 02:13:17 +0200 Timo Sirainen Login process now changes it's name if verbose_proctitle = yes, and we're HEAD