/[imapfilter]/imapfilter/memory.c
ViewVC logotype

Log of /imapfilter/memory.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Links to MAIN: (view) (annotate)
Sticky Tag:

Revision 1.22 - (view) (annotate) - [select for diffs]
Sat Feb 14 19:14:43 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +2 -1 lines
Diff to previous 1.21
Indentation.


Revision 1.21 - (view) (annotate) - [select for diffs]
Fri Feb 13 23:44:50 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
Rephrasing.


Revision 1.20 - (view) (annotate) - [select for diffs]
Fri Feb 13 13:18:37 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.19: +2 -0 lines
Diff to previous 1.19
Insert an empty line if the function has no local variables.


Revision 1.19 - (view) (annotate) - [select for diffs]
Fri Feb 13 12:17:16 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.18: +42 -43 lines
Diff to previous 1.18
Stylistic changes.


Revision 1.18 - (view) (annotate) - [select for diffs]
Fri Aug 8 12:29:43 2003 UTC (20 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.17: +2 -0 lines
Diff to previous 1.17
Added header includes to compile on systems that don't conform to IEEE Std 1003.1-2001 (POSIX.1).


Revision 1.17 - (view) (annotate) - [select for diffs]
Fri Aug 8 00:18:45 2003 UTC (20 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
Corrected header includes.


Revision 1.16 - (view) (annotate) - [select for diffs]
Thu Jul 31 15:53:19 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
CVS Tags: release-0_9
Branch point for: release-0_9-patches
Changes since 1.15: +15 -4 lines
Diff to previous 1.15
Broke up program files and created some new header files.


Revision 1.15 - (view) (annotate) - [select for diffs]
Tue May 20 12:17:52 2003 UTC (20 years, 10 months ago) by lefcha
Branch: MAIN
Changes since 1.14: +0 -45 lines
Diff to previous 1.14
Removed memory lock functionality.


Revision 1.14 - (view) (annotate) - [select for diffs]
Sat Mar 29 14:04:10 2003 UTC (21 years ago) by lefcha
Branch: MAIN
Changes since 1.13: +8 -4 lines
Diff to previous 1.13
Correct bug concerning secmem clearing/freeing.


Revision 1.13 - (view) (annotate) - [select for diffs]
Sat Feb 22 16:06:41 2003 UTC (21 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.12: +134 -117 lines
Diff to previous 1.12
Coding style to KNF and some code cleanup.


Revision 1.12 - (view) (annotate) - [select for diffs]
Tue Sep 24 18:49:34 2002 UTC (21 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.11: +12 -1 lines
Diff to previous 1.11
Option to disable memory locking during compilation.


Revision 1.11 - (view) (annotate) - [select for diffs]
Fri Jul 26 18:18:42 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
CVS Tags: release-0_8
Branch point for: release-0_8-patches
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
New variable about mlock() warning.


Revision 1.10 - (view) (annotate) - [select for diffs]
Fri Jul 26 14:45:28 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.9: +27 -30 lines
Diff to previous 1.9
Stylistic changes - K&R indentation.


Revision 1.9 - (view) (annotate) - [select for diffs]
Tue Jun 18 21:18:55 2002 UTC (21 years, 9 months ago) by lefcha
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Misc changes.


Revision 1.8 - (view) (annotate) - [select for diffs]
Thu Jan 31 17:09:32 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.7: +17 -0 lines
Diff to previous 1.7
Added function to lock all secure memory currently allocated.


Revision 1.7 - (view) (annotate) - [select for diffs]
Wed Jan 30 13:14:58 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.6: +6 -16 lines
Diff to previous 1.6
Corefile restor settings not needed.


Revision 1.6 - (view) (annotate) - [select for diffs]
Tue Jan 29 21:23:42 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.5: +193 -0 lines
Diff to previous 1.5
Added secure memory allocation subsystem.


Revision 1.5 - (view) (annotate) - [select for diffs]
Mon Jan 14 18:14:33 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.4: +12 -0 lines
Diff to previous 1.4
Added another verion of free().


Revision 1.4 - (view) (annotate) - [select for diffs]
Sat Nov 10 15:34:20 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
CVS Tags: release-0_7
Branch point for: release-0_7-patches
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
Indent to K&R style.


Revision 1.3 - (view) (annotate) - [select for diffs]
Tue Nov 6 17:42:34 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.2: +17 -2 lines
Diff to previous 1.2
Added xrealloc().


Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Oct 4 15:45:53 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
CVS Tags: release-0_6_2
Branch point for: release-0_6_2-patches
Changes since 1.1: +7 -7 lines
Diff to previous 1.1
Just indent(1) to K&R style or small changes.


Revision 1.1 - (view) (annotate) - [select for diffs]
Tue Oct 2 07:31:52 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
Added safer xmalloc and xstrdup.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26