log src/lib/env-util.c @ 8590:b9faf4db2a9f HEAD

age author description
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