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

Log of /imapfilter/socket.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.42 - (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.41: +5 -5 lines
Diff to previous 1.41 , to selected 1.4
Indentation.


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


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


Revision 1.39 - (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.38: +9 -9 lines
Diff to previous 1.38 , to selected 1.4
Stylistic changes.


Revision 1.38 - (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.37: +6 -8 lines
Diff to previous 1.37 , to selected 1.4
Replaced integer options and bitwise OPTION_* with an options struct.


Revision 1.37 - (view) (annotate) - [select for diffs]
Mon Feb 9 19:56:42 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 , to selected 1.4
Add verbosity levels and remove the no warning command line option.


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


Revision 1.34.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.34.2.1: +2 -0 lines
Diff to previous 1.34.2.1 , to branch point 1.34 , to next main 1.42 , to selected 1.4
Added header includes to compile on systems that don't conform to IEEE Std 1003.1-2001 (POSIX.1).


Revision 1.34.2.1 - (view) (annotate) - [select for diffs]
Fri Aug 8 00:30:36 2003 UTC (20 years, 7 months ago) by lefcha
Branch: release-0_9-patches
Changes since 1.34: +4 -5 lines
Diff to previous 1.34 , to selected 1.4
Changed PF_INET to AF_INET and corrected header includes.


Revision 1.35 - (view) (annotate) - [select for diffs]
Fri Aug 8 00:22:13 2003 UTC (20 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.34: +4 -5 lines
Diff to previous 1.34 , to selected 1.4
Changed PF_INET to AF_INET and corrected header includes.


Revision 1.34 - (view) (annotate) - [select for diffs]
Sun Aug 3 16:07:06 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.33: +4 -1 lines
Diff to previous 1.33 , to selected 1.4
Added missing conditional and 'Connected to' message only during primary connections.


Revision 1.33 - (view) (annotate) - [select for diffs]
Thu Jul 31 15:53:20 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.32: +19 -17 lines
Diff to previous 1.32 , to selected 1.4
Broke up program files and created some new header files.


Revision 1.32 - (view) (annotate) - [select for diffs]
Sun Jul 27 17:45:13 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.31: +3 -0 lines
Diff to previous 1.31 , to selected 1.4
Added missing preprocessor conditional.


Revision 1.31 - (view) (annotate) - [select for diffs]
Sun Jul 27 17:39:45 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.30: +52 -93 lines
Diff to previous 1.30 , to selected 1.4
New structure to hold information about connection's socket, ssl socket, capabilities, namespace.


Revision 1.30 - (view) (annotate) - [select for diffs]
Sun Jul 27 10:10:03 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.29: +30 -17 lines
Diff to previous 1.29 , to selected 1.4
Added STARTTLS support.


Revision 1.29 - (view) (annotate) - [select for diffs]
Fri Mar 28 17:01:29 2003 UTC (21 years ago) by lefcha
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 , to selected 1.4
Corrected bug with long headers and action list.


Revision 1.19.2.6 - (view) (annotate) - [select for diffs]
Fri Mar 28 16:57:52 2003 UTC (21 years ago) by lefcha
Branch: release-0_8-patches
Changes since 1.19.2.5: +3 -4 lines
Diff to previous 1.19.2.5 , to branch point 1.19 , to next main 1.42 , to selected 1.4
Correct bug with long headers along with action list and logger.


Revision 1.28 - (view) (annotate) - [select for diffs]
Sat Mar 22 15:09:33 2003 UTC (21 years ago) by lefcha
Branch: MAIN
Changes since 1.27: +13 -40 lines
Diff to previous 1.27 , to selected 1.4
Added SSL/TLS certificate checking.


Revision 1.19.2.5 - (view) (annotate) - [select for diffs]
Sat Mar 8 01:37:01 2003 UTC (21 years ago) by lefcha
Branch: release-0_8-patches
Changes since 1.19.2.4: +20 -10 lines
Diff to previous 1.19.2.4 , to branch point 1.19 , to selected 1.4
Correct problem when server aborted the connection.


Revision 1.27 - (view) (annotate) - [select for diffs]
Thu Mar 6 14:56:39 2003 UTC (21 years ago) by lefcha
Branch: MAIN
Changes since 1.26: +5 -5 lines
Diff to previous 1.26 , to selected 1.4
Remove variable initialization from declaration.


Revision 1.26 - (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.25: +272 -254 lines
Diff to previous 1.25 , to selected 1.4
Coding style to KNF and some code cleanup.


Revision 1.25 - (view) (annotate) - [select for diffs]
Fri Feb 21 18:54:18 2003 UTC (21 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.24: +23 -12 lines
Diff to previous 1.24 , to selected 1.4
Fix network bug when server aborts connection.


Revision 1.19.2.4 - (view) (annotate) - [select for diffs]
Sun Feb 2 17:43:45 2003 UTC (21 years, 1 month ago) by lefcha
Branch: release-0_8-patches
Changes since 1.19.2.3: +10 -10 lines
Diff to previous 1.19.2.3 , to branch point 1.19 , to selected 1.4
Correction of variable's data type and stylistic changes.


Revision 1.24 - (view) (annotate) - [select for diffs]
Sat Feb 1 19:44:40 2003 UTC (21 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23 , to selected 1.4
Correction of variable's data type.


Revision 1.23 - (view) (annotate) - [select for diffs]
Sat Jan 18 02:06:23 2003 UTC (21 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.22: +9 -9 lines
Diff to previous 1.22 , to selected 1.4
Stylistic changes.


Revision 1.19.2.3 - (view) (annotate) - [select for diffs]
Mon Oct 28 23:07:16 2002 UTC (21 years, 5 months ago) by lefcha
Branch: release-0_8-patches
Changes since 1.19.2.2: +6 -9 lines
Diff to previous 1.19.2.2 , to branch point 1.19 , to selected 1.4
Preprocessor conditional errors fixed.


Revision 1.22 - (view) (annotate) - [select for diffs]
Mon Oct 28 23:06:41 2002 UTC (21 years, 5 months ago) by lefcha
Branch: MAIN
Changes since 1.21: +6 -9 lines
Diff to previous 1.21 , to selected 1.4
Preprocessor conditional errors fixed.


Revision 1.19.2.2 - (view) (annotate) - [select for diffs]
Thu Oct 10 11:06:21 2002 UTC (21 years, 5 months ago) by lefcha
Branch: release-0_8-patches
Changes since 1.19.2.1: +98 -32 lines
Diff to previous 1.19.2.1 , to branch point 1.19 , to selected 1.4
SSL read/write corrections/improvements.


Revision 1.21 - (view) (annotate) - [select for diffs]
Thu Oct 10 11:05:41 2002 UTC (21 years, 5 months ago) by lefcha
Branch: MAIN
Changes since 1.20: +98 -32 lines
Diff to previous 1.20 , to selected 1.4
SSL read/write corrections/improvements.


Revision 1.20 - (view) (annotate) - [select for diffs]
Mon Jul 29 01:30:51 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.19: +28 -18 lines
Diff to previous 1.19 , to selected 1.4
Major bug fix concerning SSL and rcopy/rmove.


Revision 1.19.2.1 - (view) (annotate) - [select for diffs]
Mon Jul 29 00:55:34 2002 UTC (21 years, 8 months ago) by lefcha
Branch: release-0_8-patches
Changes since 1.19: +28 -18 lines
Diff to previous 1.19 , to selected 1.4
Major bug fix concerning SSL and rcopy/rmove.


Revision 1.19 - (view) (annotate) - [select for diffs]
Fri Jul 26 14:42:01 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.18: +8 -4 lines
Diff to previous 1.18 , to selected 1.4
Don't print connected message during rcopy/rmove.


Revision 1.18 - (view) (annotate) - [select for diffs]
Tue Jun 18 21:21:58 2002 UTC (21 years, 9 months ago) by lefcha
Branch: MAIN
Changes since 1.17: +28 -27 lines
Diff to previous 1.17 , to selected 1.4
Changes to reflect rcopy/rmove capability.


Revision 1.17 - (view) (annotate) - [select for diffs]
Fri Feb 8 22:15:43 2002 UTC (22 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.16: +7 -4 lines
Diff to previous 1.16 , to selected 1.4
Allow ssl appear in config file, but fail with error message.


Revision 1.16 - (view) (annotate) - [select for diffs]
Thu Jan 31 17:08:13 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.15: +4 -2 lines
Diff to previous 1.15 , to selected 1.4
Added daemon mode.


Revision 1.15 - (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.14: +2 -2 lines
Diff to previous 1.14 , to selected 1.4
Added another verion of free().


Revision 1.14 - (view) (annotate) - [select for diffs]
Sat Dec 8 14:44:16 2001 UTC (22 years, 3 months ago) by lefcha
Branch: MAIN
Changes since 1.13: +6 -4 lines
Diff to previous 1.13 , to selected 1.4
Corrected checking of the timeout variable.


Revision 1.12.2.1 - (view) (annotate) - [select for diffs]
Wed Dec 5 09:56:52 2001 UTC (22 years, 3 months ago) by lefcha
Branch: release-0_7-patches
Changes since 1.12: +19 -11 lines
Diff to previous 1.12 , to next main 1.42 , to selected 1.4
Added server non response timeout variable.


Revision 1.13 - (view) (annotate) - [select for diffs]
Sun Nov 18 13:07:47 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.12: +15 -9 lines
Diff to previous 1.12 , to selected 1.4
Added option to control server non-response timeout.


Revision 1.12 - (view) (annotate) - [select for diffs]
Sat Nov 10 19:39:22 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.11: +3 -1 lines
Diff to previous 1.11 , to selected 1.4
Small change.


Revision 1.11 - (view) (annotate) - [select for diffs]
Sat Nov 10 15:33:01 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.10: +9 -6 lines
Diff to previous 1.10 , to selected 1.4
To next server if SSL problem occured.


Revision 1.10 - (view) (annotate) - [select for diffs]
Fri Nov 9 23:38:25 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.9: +2 -3 lines
Diff to previous 1.9 , to selected 1.4
Missing header file.


Revision 1.9 - (view) (annotate) - [select for diffs]
Fri Nov 9 17:32:43 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.8: +7 -7 lines
Diff to previous 1.8 , to selected 1.4
If a server fails continue to another.


Revision 1.8 - (view) (annotate) - [select for diffs]
Fri Nov 9 16:55:15 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.7: +18 -14 lines
Diff to previous 1.7 , to selected 1.4
A fix about select() timeout period.


Revision 1.7 - (view) (annotate) - [select for diffs]
Fri Nov 9 15:50:30 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.6: +6 -4 lines
Diff to previous 1.6 , to selected 1.4
Variable size and naming changes.


Revision 1.6 - (view) (annotate) - [select for diffs]
Fri Nov 9 10:14:21 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.5: +24 -26 lines
Diff to previous 1.5 , to selected 1.4
Fixed bug with SSL and pending data for reading.


Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Nov 8 17:52:06 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.4: +4 -7 lines
Diff to previous 1.4
New improved data fetching from server facility.


Revision 1.4 - (view) (annotate) - [selected]
Tue Nov 6 17:41:27 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.3: +6 -3 lines
Diff to previous 1.3
Dynamically allocate response buffer.


Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Nov 1 16:38:23 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
Changes since 1.2: +30 -0 lines
Diff to previous 1.2 , to selected 1.4
Server certificate and key finger print.


Revision 1.2 - (view) (annotate) - [select for diffs]
Tue Oct 23 09:23:08 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
Changes since 1.1: +14 -18 lines
Diff to previous 1.1 , to selected 1.4
Small changes.


Revision 1.1 - (view) (annotate) - [select for diffs]
Wed Oct 17 14:03:37 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
Diff to selected 1.4
Renamed connect.c to socket.c.


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