Log of /lbbs/src/io.c
Parent Directory
|
Revision Log
Revision
1.80 -
(
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.79: +50 -50 lines
Diff to
previous 1.79
,
to
selected 1.28
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message
Revision
1.66 -
(
view)
(
annotate)
-
[select for diffs]
Mon Nov 17 02:32:42 2025 UTC
(3 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.65: +97 -69 lines
Diff to
previous 1.65
,
to
selected 1.28
Optimize epoll handling to avoid repeated create / close
Modify several extern variables to static
Cleanup more server-side variables after fork of client process
Revision
1.64 -
(
view)
(
annotate)
-
[select for diffs]
Wed Nov 5 02:48:48 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.63: +8 -7 lines
Diff to
previous 1.63
,
to
selected 1.28
Use enum / const int instead of macro define constant integers
Use const char * instead of macro define for constant strings
Revision
1.61 -
(
view)
(
annotate)
-
[select for diffs]
Tue Nov 4 05:24:09 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.60: +71 -57 lines
Diff to
previous 1.60
,
to
selected 1.28
Fix bug: remaining input data in SSH read buffer could not be detected by epoll_wait on STDIN
Add stdin_read_wait to indicate the last read state in igetch()
When stdin_read_wait = 1, ssh_channel_read_nonblocking / read will be performed directly without check with epoll_wait
Revision
1.57 -
(
view)
(
annotate)
-
[select for diffs]
Sun Oct 19 02:42:19 2025 UTC
(4 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.56: +8 -8 lines
Diff to
previous 1.56
,
to
selected 1.28
Fix bug in igetch():
1) conv output buffer should be double size of input buffer
2) stop read if input buffer is full
Revision
1.53 -
(
view)
(
annotate)
-
[select for diffs]
Fri Oct 17 01:25:08 2025 UTC
(4 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.52: +1 -1 lines
Diff to
previous 1.52
,
to
selected 1.28
No longer use igetch_reset() to skip remaining \n after \r
\r\n -> \r and \n -> \r conversions have already been implemented in igetch()
Revision
1.28 -
(
view)
(
annotate)
-
[selected]
Sun May 11 14:52:26 2025 UTC
(10 months ago)
by
sysadm
Branch:
MAIN
Changes since
1.27: +85 -19 lines
Diff to
previous 1.27
Refact format output with non-blocking socket write
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.