log src/lib/env-util.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.
Mon, 12 Dec 2016 07:19:55 +0200 Timo Sirainen global: Change string position/length from unsigned int to size_t
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.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Sat, 19 Nov 2011 22:29:31 +0200 Timo Sirainen env_clean(): Previous OSX compile fix broke the function completely.
Sat, 19 Nov 2011 21:48:14 +0200 Timo Sirainen Compile fix for OSX.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Tue, 09 Nov 2010 21:42:58 +0000 Timo Sirainen Added env_get_environ_p() as more portable way of accessing environ variable.
Mon, 25 Oct 2010 17:31:01 +0100 Timo Sirainen Added env_clean_except()
Mon, 05 Apr 2010 09:18:14 +0300 Timo Sirainen Small code changes to make static analyzer happier. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Tue, 15 Dec 2009 14:01:20 -0500 Timo Sirainen Compile fix for systems where unsetenv() returns void. HEAD
Fri, 04 Dec 2009 16:53:58 -0600 Timo Sirainen Check return value if unsetenv(). HEAD
Sun, 02 Aug 2009 13:53:32 -0400 Timo Sirainen lib_deinit() now frees memory used by env_put(). HEAD
Sun, 17 May 2009 21:03:39 -0400 Timo Sirainen Added env_backup_*() for saving/restoring environment. HEAD
Sun, 17 May 2009 21:02:38 -0400 Timo Sirainen env_clean(): Clear the environment memory pool also. HEAD
Sun, 17 May 2009 21:01:45 -0400 Timo Sirainen env-util: Minor code cleanup. HEAD
Thu, 08 Jan 2009 11:52:21 -0500 Timo Sirainen env_remove(): Implement a fallback method if unsetenv() doesn't exist. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sat, 13 Dec 2008 13:53:26 +0200 Timo Sirainen Added env_remove(). HEAD
Tue, 10 Jun 2008 20:28:48 +0300 Timo Sirainen env_clean(): calloc() is probably the safest way to do it. HEAD
Tue, 10 Jun 2008 07:27:19 +0300 Timo Sirainen env_clean(): Try yet another way that appears to work better. HEAD
Mon, 09 Jun 2008 21:25:21 +0300 Timo Sirainen Use clearenv() if available. HEAD
Mon, 09 Jun 2008 19:05:29 +0300 Timo Sirainen env_clean(): Don't free environment memory pool to make sure the environment HEAD
Sun, 04 May 2008 19:39:04 +0300 Timo Sirainen Memory pool allocation tweaks. HEAD
Sat, 05 Jan 2008 01:28:46 +0200 Timo Sirainen Reverted "environment array" changes. It broke overriding imap/pop3 settings HEAD
Wed, 02 Jan 2008 01:35:21 +0200 Timo Sirainen Added functions for building an "environment array". It can be passed later 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 14:04:06 +0300 Timo Sirainen pool_unref() now takes ** pointer. HEAD
Tue, 14 Feb 2006 19:42:25 +0200 Timo Sirainen Out of memory may not be the only reason putenv() fails. In OSX it seems to HEAD
Sat, 16 Apr 2005 22:44:09 +0300 Timo Sirainen Raised initial pool sizes. 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
Tue, 04 Mar 2003 06:00:13 +0200 Timo Sirainen Removed restrict_access_clean_env() and env_remove(). They're not needed. HEAD
Fri, 21 Feb 2003 15:01:55 +0200 Timo Sirainen Added env_remove() and restrict_access_clear_env(). HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Sat, 21 Dec 2002 15:08:49 +0200 Timo Sirainen We don't have separate read-write pools, so renamed pool_create(.., FALSE) HEAD
Wed, 18 Dec 2002 06:05:11 +0200 Timo Sirainen unix98 says putenv() returns non-zero for errors - check for that rather 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, 26 Nov 2002 23:13:14 +0200 Timo Sirainen crashfix HEAD
Tue, 26 Nov 2002 21:49:06 +0200 Timo Sirainen Created env_put() and env_clean() for a bit easier handling of environment HEAD