log src/lib/data-stack.c @ 9191:b340ecb24469 HEAD

age author description
Mon, 11 May 2009 19:14:31 -0400 Timo Sirainen DEBUG: data-stack buffer overflow checking code was causing false positives. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Fri, 13 Jun 2008 00:27:24 +0300 Timo Sirainen t_get_bytes_available(): Return a bit less than is available because some HEAD
Sun, 11 May 2008 14:49:02 +0200 Diego Liziero make outofmem_area static HEAD
Fri, 09 May 2008 19:04:16 +0300 Timo Sirainen Removed unused variable popped_frame_pos. Patch by Diego Liziero. HEAD
Tue, 01 Apr 2008 11:42:24 +0300 Timo Sirainen t_buffer_get() overflow check worked only with 64bit systems. HEAD
Sun, 30 Mar 2008 11:43:33 +0300 Timo Sirainen DEBUG: Catch if we write past t_buffer_get()ed memory. HEAD
Mon, 03 Mar 2008 07:19:30 +0200 Timo Sirainen Added t_buffer_alloc_last_full(). HEAD
Thu, 21 Feb 2008 21:34:07 +0200 Timo Sirainen DEBUG: Buffer overflow checking caused false errors sometimes. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sat, 29 Dec 2007 05:37:27 +0200 Timo Sirainen Fixed buffer overflow checking code. HEAD
Sat, 29 Dec 2007 05:28:51 +0200 Timo Sirainen Don't access uninitialized memory. HEAD
Sat, 22 Dec 2007 06:18:07 +0200 Timo Sirainen DEBUG: Fixed clearing data stack memory. HEAD
Sat, 22 Dec 2007 06:05:16 +0200 Timo Sirainen Crashfix HEAD
Sat, 22 Dec 2007 03:05:29 +0200 Timo Sirainen Removed DISABLE_DATA_STACK. Using it was probably broken anyway and it was HEAD
Sat, 22 Dec 2007 03:01:35 +0200 Timo Sirainen DEBUG: Make sure memory allocated from data stack doesn't overflow the HEAD
Sat, 22 Dec 2007 02:57:44 +0200 Timo Sirainen DEBUG: Data stack wasn't cleared at t_pop() as it should have been. Also HEAD
Wed, 05 Dec 2007 17:47:19 +0200 Timo Sirainen Added T_FRAME*() macros. It's too easy to accidentally break t_push/t_pop HEAD
Wed, 05 Dec 2007 17:09:07 +0200 Timo Sirainen If we fail with out of memory, make sure i_panic() can allocate enough HEAD
Sat, 17 Nov 2007 08:13:03 +0200 Timo Sirainen Use likely() and unlikely() macros to make commonly checked error handling HEAD
Thu, 20 Sep 2007 17:05:19 +0300 Timo Sirainen If data stack growing fails because of out-of-memory, something's probably 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 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sun, 18 Mar 2007 05:09:36 +0200 Timo Sirainen Added data_stack_set_clean_after_pop() HEAD
Sun, 10 Sep 2006 20:59:58 +0300 Timo Sirainen GC optimization HEAD
Sun, 10 Sep 2006 20:49:08 +0300 Timo Sirainen Fixes for using GC HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Sun, 27 Mar 2005 16:29:04 +0300 Timo Sirainen Added t_get_bytes_available(). 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
Mon, 10 May 2004 04:01:24 +0300 Timo Sirainen allow using data stack without data_stack_init(). HEAD