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.16
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.16
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.16
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.16
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.16
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
Revert "Set user_list_[rd|rw]_(un)lock as public functions"
This reverts commit ea1c349d0feaaf9db4458aca239daf29894245de.
Revision
1.16 -
(
view)
(
annotate)
-
[selected]
Thu Oct 23 01:29:43 2025 UTC
(4 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.15: +0 -7 lines
Diff to
previous 1.15
Set user_list_[rd|rw]_(un)lock as public functions
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.