/[LeafOK_CVS]/lbbs/include/section_list.h
ViewVC logotype

Log of /lbbs/include/section_list.h

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
Update copyright info


Revision 1.40 - (view) (annotate) - [select for diffs]
Wed Nov 26 02:04:02 2025 UTC (3 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.39: +1 -0 lines
Diff to previous 1.39
Add section_list_set_article_excerption()


Revision 1.39 - (view) (annotate) - [select for diffs]
Thu Nov 20 13:24:13 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.38: +0 -4 lines
Diff to previous 1.38
Remove limitation on Cygwin


Revision 1.38 - (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.37: +12 -0 lines
Diff to previous 1.37
Add alternative POSIX semaphore based rd/rw (un)lock in section_list


Revision 1.37 - (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.36: +1 -1 lines
Diff to previous 1.36
Use POSIX shared object instead of SysV shared segment in section_list


Revision 1.36 - (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.35: +1 -1 lines
Diff to previous 1.35
Skip remap shared memory in read only mode under Cygwin
shmat() again after shmdt() without SHM_REMAP would change the address


Revision 1.35 - (view) (annotate) - [select for diffs]
Tue Nov 18 14:56:56 2025 UTC (3 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.34: +4 -0 lines
Diff to previous 1.34
Reduce pre-allocated memory size of section_list to avoid exceeding shared memory size limit in Cygwin.


Revision 1.34 - (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.33: +9 -6 lines
Diff to previous 1.33
Use enum / const int instead of macro define constant integers


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


Revision 1.32 - (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.31: +7 -15 lines
Diff to previous 1.31
Update file header information comments


Revision 1.31 - (view) (annotate) - [select for diffs]
Wed Oct 29 01:49:48 2025 UTC (4 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.30: +4 -0 lines
Diff to previous 1.30
Add description


Revision 1.30 - (view) (annotate) - [select for diffs]
Wed Oct 29 01:42:06 2025 UTC (4 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.29: +1 -0 lines
Diff to previous 1.29
Add get_section_info()


Revision 1.29 - (view) (annotate) - [select for diffs]
Tue Oct 14 05:28:15 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.28: +1 -0 lines
Diff to previous 1.28
Refresh trie dict after update section name


Revision 1.28 - (view) (annotate) - [select for diffs]
Tue Oct 14 00:57:06 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
Revert change to section_list


Revision 1.27 - (view) (annotate) - [select for diffs]
Mon Oct 13 02:23:27 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
Support locate at specific article while listing section articles
Remember last located article of each section, before logout


Revision 1.26 - (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.25: +13 -1 lines
Diff to previous 1.25
Move section_list_ex_menu_set_cleanup() to section_list_loader.c, to resolve dependancy issue in test_section_list.c


Revision 1.25 - (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.24: +1 -1 lines
Diff to previous 1.24
Support UTF8 instead of GBK


Revision 1.24 - (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.23: +4 -0 lines
Diff to previous 1.23
Add feature of excerptional directory list and article view


Revision 1.23 - (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.22: +8 -0 lines
Diff to previous 1.22
Display articles with ontop state at the end of section list


Revision 1.22 - (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.21: +1 -1 lines
Diff to previous 1.21
Re-order included order files


Revision 1.21 - (view) (annotate) - [select for diffs]
Thu May 29 00:52:09 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
Refine


Revision 1.20 - (view) (annotate) - [select for diffs]
Wed May 28 07:30:23 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Add section_list_display


Revision 1.19 - (view) (annotate) - [select for diffs]
Wed May 28 00:09:45 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.18: +5 -0 lines
Diff to previous 1.18
Add conditional compile for header files


Revision 1.18 - (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.17: +1 -0 lines
Diff to previous 1.17
Add set_last_article_op_log_from_db() and set_last_article_op_log_from_db()


Revision 1.17 - (view) (annotate) - [select for diffs]
Tue May 27 01:53:42 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.16: +1 -0 lines
Diff to previous 1.16
Add article_block_article_count()


Revision 1.16 - (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.15: +7 -0 lines
Diff to previous 1.15
Add attach/detach SHM in readonly mode for child process


Revision 1.15 - (view) (annotate) - [select for diffs]
Mon May 26 23:38:11 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.14: +4 -0 lines
Diff to previous 1.14
Add article_block_last_aid()


Revision 1.14 - (view) (annotate) - [select for diffs]
Mon May 26 03:20:39 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.13: +2 -0 lines
Diff to previous 1.13
Add section rd/rw lock without timeout


Revision 1.13 - (view) (annotate) - [select for diffs]
Sun May 25 10:43:27 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.12: +4 -0 lines
Diff to previous 1.12
Fix bug


Revision 1.12 - (view) (annotate) - [select for diffs]
Sun May 25 06:56:48 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
Change for trie_dict refact
Minor fix


Revision 1.11 - (view) (annotate) - [select for diffs]
Sat May 24 07:32:46 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.10: +6 -0 lines
Diff to previous 1.10
Add read / write lock for sections


Revision 1.10 - (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.9: +4 -1 lines
Diff to previous 1.9
Add section_list_find_by_sid
Add sid check in section / article related functions


Revision 1.9 - (view) (annotate) - [select for diffs]
Fri May 23 14:04:05 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8
Move section list to SHM


Revision 1.8 - (view) (annotate) - [select for diffs]
Fri May 23 10:49:46 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
Update


Revision 1.7 - (view) (annotate) - [select for diffs]
Fri May 23 07:06:57 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.6: +9 -2 lines
Diff to previous 1.6
Add section_list_move_topic()


Revision 1.6 - (view) (annotate) - [select for diffs]
Thu May 22 11:10:19 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.5: +6 -1 lines
Diff to previous 1.5
Add methods


Revision 1.5 - (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.4: +28 -33 lines
Diff to previous 1.4
Use single article_block_pool for all sections


Revision 1.4 - (view) (annotate) - [select for diffs]
Wed May 21 12:43:04 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.3: +7 -3 lines
Diff to previous 1.3
Add bi-directional list for section articles


Revision 1.3 - (view) (annotate) - [select for diffs]
Wed May 21 09:18:17 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Add test for section_data_find_section_by_name


Revision 1.2 - (view) (annotate) - [select for diffs]
Wed May 21 05:36:04 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1
Update


Revision 1.1 - (view) (annotate) - [select for diffs]
Wed May 21 04:07:42 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Add section_list


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