Log of /lbbs/src/user_list.c
Parent Directory
|
Revision Log
Revision
1.47 -
(
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.46: +108 -108 lines
Diff to
previous 1.46
,
to
selected 1.2
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message
Revision
1.38 -
(
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.37: +6 -13 lines
Diff to
previous 1.37
,
to
selected 1.2
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]
Mon Nov 17 12:16:48 2025 UTC
(3 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.34: +9 -0 lines
Diff to
previous 1.34
,
to
selected 1.2
Add alternative implementation of shmat(..., SHM_REMAP) under MSYS2
Fix error reported by gcc under MSYS2
Revision
1.29 -
(
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.28: +5 -2 lines
Diff to
previous 1.28
,
to
selected 1.2
Use enum / const int instead of macro define constant integers
Use const char * instead of macro define for constant strings
Revision
1.25 -
(
view)
(
annotate)
-
[select for diffs]
Sun Nov 2 14:38:53 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.24: +165 -24 lines
Diff to
previous 1.24
,
to
selected 1.2
Add user search in user list display
Fix bug: memory of user introduction pointed by USER_INFO.intro might be overwritten during user_list_pool_reload(),
use external buffer passed into query_user_info_by_uid() to prevent this issue.
Revision
1.17 -
(
view)
(
annotate)
-
[select for diffs]
Thu Oct 23 01:58:05 2025 UTC
(4 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.16: +7 -0 lines
Diff to
previous 1.16
,
to
selected 1.2
Revert "Set user_list_[rd|rw]_(un)lock as public functions"
This reverts commit ea1c349d0feaaf9db4458aca239daf29894245de.
Revision
1.3 -
(
view)
(
annotate)
-
[select for diffs]
Tue Oct 21 12:10:20 2025 UTC
(4 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.2: +7 -10 lines
Diff to
previous 1.2
Do not acquire rw_lock while loading new user_list
Revision
1.2 -
(
view)
(
annotate)
-
[selected]
Tue Oct 21 11:11:28 2025 UTC
(4 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.1: +59 -0 lines
Diff to
previous 1.1
Add user_list_display
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.