/[LeafOK_CVS]/lbbs/src/log.c
ViewVC logotype

Log of /lbbs/src/log.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.39 - (view) (annotate) - [select for diffs]
Sat Jan 3 10:27:14 2026 UTC (2 months, 1 week ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
Update copyright info


Revision 1.38 - (view) (annotate) - [select for diffs]
Fri Dec 19 06:16:27 2025 UTC (2 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.37: +6 -4 lines
Diff to previous 1.37
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message


Revision 1.37 - (view) (annotate) - [select for diffs]
Thu Dec 18 14:47:00 2025 UTC (2 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.36: +79 -26 lines
Diff to previous 1.36
Refine and bug fix


Revision 1.36 - (view) (annotate) - [select for diffs]
Thu Dec 18 02:54:16 2025 UTC (2 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.35: +6 -2 lines
Diff to previous 1.35
Add log_debug()


Revision 1.35 - (view) (annotate) - [select for diffs]
Mon Nov 17 11:22:16 2025 UTC (3 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.34: +5 -4 lines
Diff to previous 1.34
Refine


Revision 1.34 - (view) (annotate) - [select for diffs]
Mon Nov 17 11:17:37 2025 UTC (3 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
Update error message


Revision 1.33 - (view) (annotate) - [select for diffs]
Sun Nov 16 02:05:07 2025 UTC (4 months ago) by sysadm
Branch: MAIN
Changes since 1.32: +49 -4 lines
Diff to previous 1.32
Add log_restart()


Revision 1.32 - (view) (annotate) - [select for diffs]
Sun Nov 16 00:19:42 2025 UTC (4 months ago) by sysadm
Branch: MAIN
Changes since 1.31: +2 -8 lines
Diff to previous 1.31
Fix issue in race condition


Revision 1.31 - (view) (annotate) - [select for diffs]
Tue Nov 11 00:28:05 2025 UTC (4 months ago) by sysadm
Branch: MAIN
Changes since 1.30: +4 -0 lines
Diff to previous 1.30
Use config.h


Revision 1.30 - (view) (annotate) - [select for diffs]
Wed Nov 5 04:19:21 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.29: +4 -1 lines
Diff to previous 1.29
Use enum / const int instead of macro define constant integers
Use const char * instead of macro define for constant strings


Revision 1.29 - (view) (annotate) - [select for diffs]
Wed Nov 5 01:37:00 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
Use enum instead of macro define for constant integers in common.h
Use const char * instead of macro define for constant strings in common.h


Revision 1.28 - (view) (annotate) - [select for diffs]
Tue Nov 4 14:58:56 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
Refine file header information comments


Revision 1.27 - (view) (annotate) - [select for diffs]
Tue Nov 4 13:49:51 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.26: +7 -15 lines
Diff to previous 1.26
Update file header information comments


Revision 1.26 - (view) (annotate) - [select for diffs]
Sat Jun 21 02:15:18 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
Re-order included order files


Revision 1.25 - (view) (annotate) - [select for diffs]
Tue Jun 17 13:17:04 2025 UTC (8 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.24: +0 -2 lines
Diff to previous 1.24
Move macro definitions to autoconf


Revision 1.24 - (view) (annotate) - [select for diffs]
Mon Jun 16 14:30:44 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.23: +4 -4 lines
Diff to previous 1.23
Change gcc std to c17
Update header macro accordingly


Revision 1.23 - (view) (annotate) - [select for diffs]
Thu Jun 5 00:49:27 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
Update


Revision 1.22 - (view) (annotate) - [select for diffs]
Wed Jun 4 14:41:17 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.21: +20 -28 lines
Diff to previous 1.21
Add log_level, prog_file, prog_line to log


Revision 1.21 - (view) (annotate) - [select for diffs]
Wed Jun 4 14:01:29 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.20: +4 -2 lines
Diff to previous 1.20
Refine


Revision 1.20 - (view) (annotate) - [select for diffs]
Wed Jun 4 13:42:53 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.19: +20 -20 lines
Diff to previous 1.19
Rename log_std() to log_common()


Revision 1.19 - (view) (annotate) - [select for diffs]
Wed May 28 05:47:37 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.18: +3 -1 lines
Diff to previous 1.18
Refine


Revision 1.18 - (view) (annotate) - [select for diffs]
Mon May 26 12:06:05 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.17: +4 -2 lines
Diff to previous 1.17
Apply user tz setting


Revision 1.17 - (view) (annotate) - [select for diffs]
Tue May 6 05:31:26 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.16: +3 -4 lines
Diff to previous 1.16
Update copyright and license information


Revision 1.16 - (view) (annotate) - [select for diffs]
Mon May 5 14:27:57 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
Refine for strict GCC error check


Revision 1.15 - (view) (annotate) - [select for diffs]
Mon May 5 11:46:04 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.14: +4 -4 lines
Diff to previous 1.14
Refine


Revision 1.14 - (view) (annotate) - [select for diffs]
Mon May 5 11:18:45 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
Refine


Revision 1.13 - (view) (annotate) - [select for diffs]
Sun May 4 14:54:55 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
Refine


Revision 1.12 - (view) (annotate) - [select for diffs]
Wed Apr 30 09:18:19 2025 UTC (10 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.11: +1 -0 lines
Diff to previous 1.11
Add missing header files
Update compile dependency


Revision 1.11 - (view) (annotate) - [select for diffs]
Mon Apr 28 03:30:59 2025 UTC (10 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.10: +61 -68 lines
Diff to previous 1.10
Update


Revision 1.10 - (view) (annotate) - [select for diffs]
Sat May 7 12:08:28 2005 UTC (20 years, 10 months ago) by sysadm
Branch: MAIN
CVS Tags: lbbs_1-0-0-0_MIL
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
*** empty log message ***


Revision 1.9 - (view) (annotate) - [select for diffs]
Sun Mar 20 17:37:14 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.8: +19 -19 lines
Diff to previous 1.8
*** empty log message ***


Revision 1.8 - (view) (annotate) - [select for diffs]
Sun Mar 20 14:37:37 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
*** empty log message ***


Revision 1.7 - (view) (annotate) - [select for diffs]
Sat Oct 23 18:41:41 2004 UTC (21 years, 4 months ago) by sysadm
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
*** empty log message ***


Revision 1.6 - (view) (annotate) - [select for diffs]
Fri Oct 22 15:20:32 2004 UTC (21 years, 4 months ago) by sysadm
Branch: MAIN
Changes since 1.5: +21 -32 lines
Diff to previous 1.5
*** empty log message ***


Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Oct 21 17:28:46 2004 UTC (21 years, 5 months ago) by sysadm
Branch: MAIN
Changes since 1.4: +18 -0 lines
Diff to previous 1.4
*** empty log message ***


Revision 1.4 - (view) (annotate) - [select for diffs]
Tue Oct 19 17:11:39 2004 UTC (21 years, 5 months ago) by sysadm
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
*** empty log message ***


Revision 1.3 - (view) (annotate) - [select for diffs]
Tue Oct 19 15:22:01 2004 UTC (21 years, 5 months ago) by sysadm
Branch: MAIN
Changes since 1.2: +2 -0 lines
Diff to previous 1.2
*** empty log message ***


Revision 1.2 - (view) (annotate) - [select for diffs]
Tue Oct 19 02:08:35 2004 UTC (21 years, 5 months ago) by sysadm
Branch: MAIN
Changes since 1.1: +29 -2 lines
Diff to previous 1.1
Improve log function


Revision 1.1 - (view) (annotate) - [select for diffs]
Mon Oct 18 11:33:20 2004 UTC (21 years, 5 months ago) by sysadm
Branch: MAIN
Log mesage


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@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1