Log of /lbbs/src/section_list.c
Parent Directory
|
Revision Log
Revision
1.66 -
(
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.65: +132 -132 lines
Diff to
previous 1.65
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message
Revision
1.64 -
(
view)
(
annotate)
-
[select for diffs]
Thu Nov 20 11:31:56 2025 UTC
(3 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.63: +87 -0 lines
Diff to
previous 1.63
Add mechanism to detect and resolve dead lock caused by POSIX semaphore.
Revision
1.63 -
(
view)
(
annotate)
-
[select for diffs]
Thu Nov 20 10:20:51 2025 UTC
(3 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.62: +221 -23 lines
Diff to
previous 1.62
Add alternative POSIX semaphore based rd/rw (un)lock in section_list
Revision
1.62 -
(
view)
(
annotate)
-
[select for diffs]
Thu Nov 20 03:38:49 2025 UTC
(3 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.61: +145 -121 lines
Diff to
previous 1.61
Use POSIX shared object instead of SysV shared segment in section_list
Revision
1.61 -
(
view)
(
annotate)
-
[select for diffs]
Tue Nov 18 15:15:18 2025 UTC
(3 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.60: +8 -22 lines
Diff to
previous 1.60
Skip remap shared memory in read only mode under Cygwin
shmat() again after shmdt() without SHM_REMAP would change the address
Revision
1.59 -
(
view)
(
annotate)
-
[select for diffs]
Mon Nov 17 12:16:48 2025 UTC
(3 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.58: +18 -0 lines
Diff to
previous 1.58
Add alternative implementation of shmat(..., SHM_REMAP) under MSYS2
Fix error reported by gcc under MSYS2
Revision
1.55 -
(
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.54: +10 -7 lines
Diff to
previous 1.54
Use enum / const int instead of macro define constant integers
Use const char * instead of macro define for constant strings
Revision
1.54 -
(
view)
(
annotate)
-
[select for diffs]
Wed Nov 5 03:01:14 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.53: +8 -8 lines
Diff to
previous 1.53
Use enum / const int instead of macro define constant integers
Revision
1.50 -
(
view)
(
annotate)
-
[select for diffs]
Mon Nov 3 15:05:02 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.49: +12 -5 lines
Diff to
previous 1.49
Fix bugs of calculate / update page_count / article_count
Revision
1.46 -
(
view)
(
annotate)
-
[select for diffs]
Thu Oct 23 05:54:16 2025 UTC
(4 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.45: +16 -0 lines
Diff to
previous 1.45
Update user_stat_article_cnt in section_list_set_article_visible()
Revision
1.40 -
(
view)
(
annotate)
-
[select for diffs]
Mon Oct 13 02:23:27 2025 UTC
(5 months ago)
by
sysadm
Branch:
MAIN
Changes since
1.39: +12 -2 lines
Diff to
previous 1.39
Support locate at specific article while listing section articles
Remember last located article of each section, before logout
Revision
1.39 -
(
view)
(
annotate)
-
[select for diffs]
Tue Sep 30 03:00:37 2025 UTC
(5 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.38: +1 -1 lines
Diff to
previous 1.38
Fix bug in calculating page_count
To reproduce the bug, delete the last post from the section with 21 visible posts.
Revision
1.38 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jul 23 01:15:21 2025 UTC
(7 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.37: +1 -25 lines
Diff to
previous 1.37
Move section_list_ex_menu_set_cleanup() to section_list_loader.c, to resolve dependancy issue in test_section_list.c
Revision
1.37 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jun 25 02:49:20 2025 UTC
(8 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.36: +4 -4 lines
Diff to
previous 1.36
Use RW_lock to avoid conflict between menu reload of data loader process and main process in rare condition
Revision
1.36 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jun 24 10:01:24 2025 UTC
(8 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.35: +14 -0 lines
Diff to
previous 1.35
Add feature of excerptional directory list and article view
Revision
1.35 -
(
view)
(
annotate)
-
[select for diffs]
Mon Jun 23 08:38:01 2025 UTC
(8 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.34: +129 -4 lines
Diff to
previous 1.34
Display articles with ontop state at the end of section list
Revision
1.28 -
(
view)
(
annotate)
-
[select for diffs]
Tue May 27 07:21:43 2025 UTC
(9 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.27: +21 -8 lines
Diff to
previous 1.27
Add set_last_article_op_log_from_db() and set_last_article_op_log_from_db()
Revision
1.26 -
(
view)
(
annotate)
-
[select for diffs]
Tue May 27 00:54:01 2025 UTC
(9 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.25: +139 -44 lines
Diff to
previous 1.25
Add attach/detach SHM in readonly mode for child process
Revision
1.14 -
(
view)
(
annotate)
-
[select for diffs]
Sat May 24 03:32:32 2025 UTC
(9 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.13: +129 -26 lines
Diff to
previous 1.13
Add section_list_find_by_sid
Add sid check in section / article related functions
Revision
1.7 -
(
view)
(
annotate)
-
[select for diffs]
Thu May 22 06:20:47 2025 UTC
(9 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.6: +285 -294 lines
Diff to
previous 1.6
Use single article_block_pool for all sections
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.