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

Log of /lbbs/src/article_cache.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.41 - (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.40: +1 -1 lines
Diff to previous 1.40 , to selected 1.35
Update copyright info


Revision 1.40 - (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.39: +21 -21 lines
Diff to previous 1.39 , to selected 1.35
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message


Revision 1.39 - (view) (annotate) - [select for diffs]
Thu Dec 18 02:56:00 2025 UTC (2 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.38: +3 -9 lines
Diff to previous 1.38 , to selected 1.35
Refine with log_debug()


Revision 1.38 - (view) (annotate) - [select for diffs]
Sat Nov 29 02:07:27 2025 UTC (3 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37 , to selected 1.35
Update protocol prefix of URL


Revision 1.37 - (view) (annotate) - [select for diffs]
Sat Nov 22 10:36:37 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.36: +21 -11 lines
Diff to previous 1.36 , to selected 1.35
Refine error log


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


Revision 1.35 - (view) (annotate) - [selected]
Wed Nov 5 03:17:12 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.34: +6 -4 lines
Diff to previous 1.34
Use enum / const int instead of macro define constant integers


Revision 1.34 - (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.33: +1 -1 lines
Diff to previous 1.33 , to selected 1.35
Refine file header information comments


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


Revision 1.32 - (view) (annotate) - [select for diffs]
Fri Oct 31 04:37:10 2025 UTC (4 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 , to selected 1.35
Adjust width limit of lines


Revision 1.31 - (view) (annotate) - [select for diffs]
Thu Oct 30 11:15:11 2025 UTC (4 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30 , to selected 1.35
Refine handling of unsupported / invalid ANSI control sequence


Revision 1.30 - (view) (annotate) - [select for diffs]
Thu Oct 30 07:51:47 2025 UTC (4 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29 , to selected 1.35
Add display width limit of output lines in lml_render().
It fixed the issue that, the quoted text line in article_reply() was wrapped by split_data_lines(),
but the new sub-lines were not added the same repeated ": " leading sequence as the original line.


Revision 1.29 - (view) (annotate) - [select for diffs]
Sat Oct 18 13:22:52 2025 UTC (4 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28 , to selected 1.35
Reverse meaning of LML quote_mode. It was incorrect before fix.


Revision 1.28 - (view) (annotate) - [select for diffs]
Sat Oct 18 12:06:10 2025 UTC (4 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27 , to selected 1.35
Refine code to keep compatible with gcc -Wpedantic option


Revision 1.27 - (view) (annotate) - [select for diffs]
Tue Oct 14 02:39:34 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.26: +4 -4 lines
Diff to previous 1.26 , to selected 1.35
Refine log


Revision 1.26 - (view) (annotate) - [select for diffs]
Sun Oct 5 05:00:50 2025 UTC (5 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25 , to selected 1.35
Rename lml_plain() to lml_render()


Revision 1.25 - (view) (annotate) - [select for diffs]
Tue Sep 30 03:02:06 2025 UTC (5 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24 , to selected 1.35
Fix bug in LML render
Add lml_tag = 0 mode for quoted article content


Revision 1.24 - (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.23: +2 -2 lines
Diff to previous 1.23 , to selected 1.35
Support UTF8 instead of GBK


Revision 1.23 - (view) (annotate) - [select for diffs]
Wed Jul 2 03:08:10 2025 UTC (8 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 , to selected 1.35
Add parameter to return line_widths in split_data_lines()


Revision 1.22 - (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.21: +11 -2 lines
Diff to previous 1.21 , to selected 1.35
Refine to reduce Valgrind warnings


Revision 1.21 - (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.20: +4 -4 lines
Diff to previous 1.20 , to selected 1.35
Re-order included order files


Revision 1.20 - (view) (annotate) - [select for diffs]
Tue Jun 17 13:29:58 2025 UTC (8 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.19: +11 -5 lines
Diff to previous 1.19 , to selected 1.35
Add conditional compile flag for debugging code


Revision 1.19 - (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.18: +0 -2 lines
Diff to previous 1.18 , to selected 1.35
Move macro definitions to autoconf


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


Revision 1.17 - (view) (annotate) - [select for diffs]
Mon Jun 16 01:36:56 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 , to selected 1.35
Fix issue of display / edit control sequence in editor


Revision 1.16 - (view) (annotate) - [select for diffs]
Sat Jun 14 09:20:13 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.15: +8 -1 lines
Diff to previous 1.15 , to selected 1.35
Add implementation of article post / modify / reply


Revision 1.15 - (view) (annotate) - [select for diffs]
Wed Jun 11 12:31:51 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 , to selected 1.35
Fix issue that some article body is not end with \n


Revision 1.14 - (view) (annotate) - [select for diffs]
Sun Jun 8 09:25:24 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13 , to selected 1.35
Refine display_data


Revision 1.13 - (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.12: +3 -3 lines
Diff to previous 1.12 , to selected 1.35
Rename log_std() to log_common()


Revision 1.12 - (view) (annotate) - [select for diffs]
Tue Jun 3 03:14:51 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.11: +8 -4 lines
Diff to previous 1.11 , to selected 1.35
Apply LML render to article content


Revision 1.11 - (view) (annotate) - [select for diffs]
Mon Jun 2 15:12:26 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 , to selected 1.35
Refine


Revision 1.10 - (view) (annotate) - [select for diffs]
Mon Jun 2 10:33:25 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.9: +21 -0 lines
Diff to previous 1.9 , to selected 1.35
Fix bug in displaying data having more than 65536 lines


Revision 1.9 - (view) (annotate) - [select for diffs]
Sun Jun 1 14:33:50 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8 , to selected 1.35
Reset usused part of line_offsets[] to avoid impact caused by potential bug


Revision 1.8 - (view) (annotate) - [select for diffs]
Sun Jun 1 14:04:19 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.7: +8 -24 lines
Diff to previous 1.7 , to selected 1.35
Remove unused part of line_offsets from article cache file to reduce size


Revision 1.7 - (view) (annotate) - [select for diffs]
Sat May 31 13:01:29 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.6: +13 -1 lines
Diff to previous 1.6 , to selected 1.35
Add colourful footer


Revision 1.6 - (view) (annotate) - [select for diffs]
Sat May 31 12:06:21 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 , to selected 1.35
Update


Revision 1.5 - (view) (annotate) - [select for diffs]
Sat May 31 12:00:00 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.4: +38 -6 lines
Diff to previous 1.4 , to selected 1.35
Add footer to article cache


Revision 1.4 - (view) (annotate) - [select for diffs]
Sat May 31 02:42:24 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.3: +37 -18 lines
Diff to previous 1.3 , to selected 1.35
Use mmap instead of malloc


Revision 1.3 - (view) (annotate) - [select for diffs]
Sat May 31 01:37:18 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.2: +37 -22 lines
Diff to previous 1.2 , to selected 1.35
Refine and bug fix


Revision 1.2 - (view) (annotate) - [select for diffs]
Fri May 30 12:51:00 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.1: +160 -1 lines
Diff to previous 1.1 , to selected 1.35
Add article cache load/unload and display


Revision 1.1 - (view) (annotate) - [select for diffs]
Thu May 29 09:44:01 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Diff to selected 1.35
Add article_cache


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