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

Log of /lbbs/src/file_loader.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.27 - (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.26: +1 -1 lines
Diff to previous 1.26
Update copyright info


Revision 1.26 - (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.25: +21 -21 lines
Diff to previous 1.25
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message


Revision 1.25 - (view) (annotate) - [select for diffs]
Thu Nov 20 03:22:35 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
Refine


Revision 1.24 - (view) (annotate) - [select for diffs]
Wed Nov 19 13:35:38 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.23: +8 -7 lines
Diff to previous 1.23
Refine


Revision 1.23 - (view) (annotate) - [select for diffs]
Wed Nov 19 03:29:00 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.22: +12 -6 lines
Diff to previous 1.22
Add "/" prefix to shm_name


Revision 1.22 - (view) (annotate) - [select for diffs]
Wed Nov 19 03:12:58 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.21: +96 -112 lines
Diff to previous 1.21
Use POSIX shared object instead of SysV shared segment in file_loader


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]
Tue Nov 4 14:58:56 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Refine file header information comments


Revision 1.19 - (view) (annotate) - [select for diffs]
Tue Nov 4 14:30:44 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
Call shmctl() on valid shmid only


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]
Sat Oct 18 12:06:10 2025 UTC (4 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.16: +5 -5 lines
Diff to previous 1.16
Refine code to keep compatible with gcc -Wpedantic option


Revision 1.16 - (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.15: +1 -1 lines
Diff to previous 1.15
Add parameter to return line_widths in split_data_lines()


Revision 1.15 - (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.14: +6 -6 lines
Diff to previous 1.14
Re-order included order files


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


Revision 1.13 - (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.12: +0 -4 lines
Diff to previous 1.12
Remove unused part of line_offsets from article cache file to reduce size


Revision 1.12 - (view) (annotate) - [select for diffs]
Thu May 29 09:44:01 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.11: +0 -2 lines
Diff to previous 1.11
Add article_cache


Revision 1.11 - (view) (annotate) - [select for diffs]
Sun May 25 06:48:31 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.10: +36 -37 lines
Diff to previous 1.10
Refact file_loader
Store shmid in dict as value, instead of p_shm


Revision 1.10 - (view) (annotate) - [select for diffs]
Fri May 23 14:11:38 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.9: +2 -8 lines
Diff to previous 1.9
Use REMAP in load_file_shm()


Revision 1.9 - (view) (annotate) - [select for diffs]
Tue May 20 12:29:26 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.8: +14 -0 lines
Diff to previous 1.8
Mount shm of loaded file in read-only mode for child process


Revision 1.8 - (view) (annotate) - [select for diffs]
Sun May 18 08:17:25 2025 UTC (9 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.7: +16 -9 lines
Diff to previous 1.7
Refine


Revision 1.7 - (view) (annotate) - [select for diffs]
Sun May 18 07:41:34 2025 UTC (9 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
Fix bug


Revision 1.6 - (view) (annotate) - [select for diffs]
Sun May 18 06:56:08 2025 UTC (9 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.5: +46 -27 lines
Diff to previous 1.5
Refine and fix bug


Revision 1.5 - (view) (annotate) - [select for diffs]
Sat May 17 15:39:51 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.4: +0 -1 lines
Diff to previous 1.4
Refact bbs_cmd with trie_dict


Revision 1.4 - (view) (annotate) - [select for diffs]
Sat May 17 05:59:14 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.3: +0 -1 lines
Diff to previous 1.3
Remove debug message


Revision 1.3 - (view) (annotate) - [select for diffs]
Sat May 17 05:54:42 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.2: +106 -102 lines
Diff to previous 1.2
Refine


Revision 1.2 - (view) (annotate) - [select for diffs]
Fri May 16 14:09:31 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.1: +1 -3 lines
Diff to previous 1.1
Add data files load/reload


Revision 1.1 - (view) (annotate) - [select for diffs]
Fri May 16 12:22:35 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Add file_loader


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