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

Log of /lbbs/src/database.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.29 - (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.28: +1 -1 lines
Diff to previous 1.28
Update copyright info


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


Revision 1.27 - (view) (annotate) - [select for diffs]
Thu Nov 27 11:24:46 2025 UTC (3 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.26: +3 -1 lines
Diff to previous 1.26
Skip using CA cert if file not exists


Revision 1.26 - (view) (annotate) - [select for diffs]
Wed Nov 26 14:38:27 2025 UTC (3 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.25: +23 -3 lines
Diff to previous 1.25
Skip verifying CA cert if conf/ca_cert.pem does not exist


Revision 1.25 - (view) (annotate) - [select for diffs]
Fri Nov 21 02:49:26 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.24: +12 -0 lines
Diff to previous 1.24
Add alternative implementation with MariaDB client


Revision 1.24 - (view) (annotate) - [select for diffs]
Fri Nov 21 02:28:15 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.23: +12 -3 lines
Diff to previous 1.23
Use mysqlclient API instead mariadb client API


Revision 1.23 - (view) (annotate) - [select for diffs]
Thu Nov 20 14:40:17 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.22: +7 -1 lines
Diff to previous 1.22
Add ca_cert for MySQL TLS connection


Revision 1.22 - (view) (annotate) - [select for diffs]
Sun Nov 16 11:06:06 2025 UTC (3 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
Update mysql.h file path


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


Revision 1.20 - (view) (annotate) - [select for diffs]
Wed Nov 5 02:06:50 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.19: +5 -5 lines
Diff to previous 1.19
Use enum / const int instead of macro define constant integers


Revision 1.19 - (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.18: +1 -1 lines
Diff to previous 1.18
Refine file header information comments


Revision 1.18 - (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.17: +7 -15 lines
Diff to previous 1.17
Update file header information comments


Revision 1.17 - (view) (annotate) - [select for diffs]
Wed Jul 2 04:17:33 2025 UTC (8 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Support UTF8 instead of GBK


Revision 1.16 - (view) (annotate) - [select for diffs]
Sat Jun 21 06:52:24 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.15: +10 -8 lines
Diff to previous 1.15
Refine to reduce Valgrind warnings


Revision 1.15 - (view) (annotate) - [select for diffs]
Tue Jun 3 05:33:06 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Update include / lib path


Revision 1.14 - (view) (annotate) - [select for diffs]
Mon May 26 02:56:59 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
Add mysql_error message


Revision 1.13 - (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.12: +3 -4 lines
Diff to previous 1.12
Update copyright and license information


Revision 1.12 - (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.11: +1 -1 lines
Diff to previous 1.11
Refine


Revision 1.11 - (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.10: +2 -1 lines
Diff to previous 1.10
Refine


Revision 1.10 - (view) (annotate) - [select for diffs]
Fri May 2 03:32:19 2025 UTC (10 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.9: +10 -4 lines
Diff to previous 1.9
Refine


Revision 1.9 - (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.8: +1 -0 lines
Diff to previous 1.8
Add missing header files
Update compile dependency


Revision 1.8 - (view) (annotate) - [select for diffs]
Mon Apr 28 12:45:57 2025 UTC (10 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.7: +9 -4 lines
Diff to previous 1.7
Remove legacy code and refine


Revision 1.7 - (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.6: +34 -34 lines
Diff to previous 1.6
Update


Revision 1.6 - (view) (annotate) - [select for diffs]
Wed Sep 12 03:21:49 2007 UTC (18 years, 6 months ago) by sysadm
Branch: MAIN
Changes since 1.5: +12 -0 lines
Diff to previous 1.5
Add charset set for db connection


Revision 1.5 - (view) (annotate) - [select for diffs]
Sun Mar 20 17:37:14 2005 UTC (21 years ago) by sysadm
Branch: MAIN
CVS Tags: lbbs_1-0-0-0_MIL
Changes since 1.4: +13 -13 lines
Diff to previous 1.4
*** empty log message ***


Revision 1.4 - (view) (annotate) - [select for diffs]
Sat Mar 19 14:44:21 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.3: +2 -0 lines
Diff to previous 1.3
*** empty log message ***


Revision 1.3 - (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.2: +2 -1 lines
Diff to previous 1.2
*** empty log message ***


Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Oct 20 07:46:32 2004 UTC (21 years, 5 months ago) by sysadm
Branch: MAIN
Changes since 1.1: +16 -0 lines
Diff to previous 1.1
*** empty log message ***


Revision 1.1 - (view) (annotate) - [select for diffs]
Tue Oct 19 17:11:28 2004 UTC (21 years, 5 months ago) by sysadm
Branch: MAIN
Database (MySQL) common operation


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