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

Log of /imapfilter/parse.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.17 - (view) (annotate) - [select for diffs]
Thu Feb 19 11:30:50 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +11 -2 lines
Diff to previous 1.16 , to selected 1.2
Removed deprecated options debug message, added new based on options_t debug messages.


Revision 1.16 - (view) (annotate) - [select for diffs]
Sat Feb 14 23:08:31 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.15: +10 -3 lines
Diff to previous 1.15 , to selected 1.2
Undocumented variable to force protocol version.


Revision 1.15 - (view) (annotate) - [select for diffs]
Sat Feb 14 19:14:43 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.14: +7 -6 lines
Diff to previous 1.14 , to selected 1.2
Indentation.


Revision 1.14 - (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.13: +1 -1 lines
Diff to previous 1.13 , to selected 1.2
Rephrasing.


Revision 1.13 - (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.12: +2 -0 lines
Diff to previous 1.12 , to selected 1.2
Insert an empty line if the function has no local variables.


Revision 1.12 - (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.11: +17 -17 lines
Diff to previous 1.11 , to selected 1.2
Stylistic changes.


Revision 1.11 - (view) (annotate) - [select for diffs]
Tue Feb 10 22:21:09 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.10: +24 -29 lines
Diff to previous 1.10 , to selected 1.2
Replaced integer options and bitwise OPTION_* with an options struct.


Revision 1.10 - (view) (annotate) - [select for diffs]
Mon Feb 9 18:23:49 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.9: +4 -9 lines
Diff to previous 1.9 , to selected 1.2
Remove permissions variable and add command line option -w to suppress related warning messages.


Revision 1.9 - (view) (annotate) - [select for diffs]
Mon Feb 9 17:34:56 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.8: +3 -9 lines
Diff to previous 1.8 , to selected 1.2
Move DEBUG from compilation #define variable to runtime command line option.


Revision 1.8 - (view) (annotate) - [select for diffs]
Sat Feb 7 23:54:16 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.7: +10 -7 lines
Diff to previous 1.7 , to selected 1.2
Removed CHECK_PERMISSIONS compilation option and added variable to control permissions checking.


Revision 1.4.2.3 - (view) (annotate) - [select for diffs]
Sun Nov 23 22:52:54 2003 UTC (20 years, 4 months ago) by lefcha
Branch: release-0_9-patches
Changes since 1.4.2.2: +6 -1 lines
Diff to previous 1.4.2.2 , to branch point 1.4 , to next main 1.17 , to selected 1.2
dded "peek" option that causes use of BODY or BODY.PEEK when doing FETCH.


Revision 1.7 - (view) (annotate) - [select for diffs]
Sun Nov 23 22:47:27 2003 UTC (20 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.6: +6 -1 lines
Diff to previous 1.6 , to selected 1.2
Added "peek" option that causes use of BODY or BODY.PEEK when doing FETCH.


Revision 1.6 - (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.5: +1 -0 lines
Diff to previous 1.5 , to selected 1.2
Added header includes to compile on systems that don't conform to IEEE Std 1003.1-2001 (POSIX.1).


Revision 1.4.2.2 - (view) (annotate) - [select for diffs]
Fri Aug 8 12:25:51 2003 UTC (20 years, 7 months ago) by lefcha
Branch: release-0_9-patches
Changes since 1.4.2.1: +1 -0 lines
Diff to previous 1.4.2.1 , to branch point 1.4 , to selected 1.2
Added header includes to compile on systems that don't conform to IEEE Std 1003.1-2001 (POSIX.1).


Revision 1.4.2.1 - (view) (annotate) - [select for diffs]
Fri Aug 8 00:28:03 2003 UTC (20 years, 7 months ago) by lefcha
Branch: release-0_9-patches
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 , to selected 1.2
Corrected headers includes.


Revision 1.5 - (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.4: +3 -3 lines
Diff to previous 1.4 , to selected 1.2
Corrected header includes.


Revision 1.4 - (view) (annotate) - [select for diffs]
Sun Aug 3 17:40:10 2003 UTC (20 years, 7 months ago) by lefcha
Branch: MAIN
CVS Tags: release-0_9
Branch point for: release-0_9-patches
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 , to selected 1.2
SIGHUP changed to SIGUSR1.


Revision 1.3 - (view) (annotate) - [select for diffs]
Sun Aug 3 16:06:04 2003 UTC (20 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.2: +1 -27 lines
Diff to previous 1.2
Moved store_passwords() from parse.c to passwd.c.


Revision 1.2 - (view) (annotate) - [selected]
Fri Aug 1 13:31:12 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1
Fix; reread password file only if ENCRYPTED_PASSWORDS are enabled.


Revision 1.1 - (view) (annotate) - [select for diffs]
Thu Jul 31 15:46:02 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
Diff to selected 1.2
Broke up program files and created some new header files.


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