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

Log of /lbbs/include/io.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Tag:

Revision 1.33 - (view) (annotate) - [select for diffs]
Sun Jan 4 13:22:58 2026 UTC (2 months, 1 week ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.32: +1 -0 lines
Diff to previous 1.32
Mapping key Backspace (0x7f) to \b (0x8)


Revision 1.32 - (view) (annotate) - [select for diffs]
Sun Jan 4 03:45:54 2026 UTC (2 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31
Refine


Revision 1.31 - (view) (annotate) - [select for diffs]
Sat Jan 3 10:27:14 2026 UTC (2 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
Update copyright info


Revision 1.30 - (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.29: +3 -0 lines
Diff to previous 1.29
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.29 - (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.28: +6 -2 lines
Diff to previous 1.28
Use enum / const int instead of macro define constant integers
Use const char * instead of macro define for constant strings


Revision 1.28 - (view) (annotate) - [select for diffs]
Wed Nov 5 02:33:30 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.27: +77 -75 lines
Diff to previous 1.27
Use enum / const int instead of macro define constant integers
Use const char * instead of macro define for constant strings in screen.h


Revision 1.27 - (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.26: +1 -1 lines
Diff to previous 1.26
Refine file header information comments


Revision 1.26 - (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.25: +7 -15 lines
Diff to previous 1.25
Update file header information comments


Revision 1.25 - (view) (annotate) - [select for diffs]
Sun Oct 19 09:09:17 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
Refine tocode passed into iconv_open()


Revision 1.24 - (view) (annotate) - [select for diffs]
Sun Oct 19 01:30:38 2025 UTC (4 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
Copy terminal control sequence directly without invoking iconv()


Revision 1.23 - (view) (annotate) - [select for diffs]
Sat Oct 18 05:02:14 2025 UTC (4 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.22: +6 -0 lines
Diff to previous 1.22
Add user preferred charset selection and conversion


Revision 1.22 - (view) (annotate) - [select for diffs]
Sat Oct 18 01:50:48 2025 UTC (4 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.21: +3 -4 lines
Diff to previous 1.21
Move io_buf_conv() to io.c(.h)


Revision 1.21 - (view) (annotate) - [select for diffs]
Mon Jun 9 15:39:05 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.20: +7 -0 lines
Diff to previous 1.20
Add expanded KEY


Revision 1.20 - (view) (annotate) - [select for diffs]
Wed May 28 11:14:58 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
Refine


Revision 1.19 - (view) (annotate) - [select for diffs]
Tue May 20 05:11:05 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.18: +32 -1 lines
Diff to previous 1.18
Add additional expand keys for input


Revision 1.18 - (view) (annotate) - [select for diffs]
Tue May 13 07:28:51 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.17: +5 -3 lines
Diff to previous 1.17
Refine igetch/igetch_t


Revision 1.17 - (view) (annotate) - [select for diffs]
Tue May 13 02:19:15 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.16: +2 -5 lines
Diff to previous 1.16
Refine prints / outc, flush buffer while no enough free space


Revision 1.16 - (view) (annotate) - [select for diffs]
Sun May 11 14:52:26 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.15: +5 -2 lines
Diff to previous 1.15
Refact format output with non-blocking socket write


Revision 1.15 - (view) (annotate) - [select for diffs]
Fri May 9 11:21:11 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.14: +0 -2 lines
Diff to previous 1.14
Refact signal handler and processing implementation
Refine select error handling


Revision 1.14 - (view) (annotate) - [select for diffs]
Tue May 6 05:31:26 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.13: +3 -4 lines
Diff to previous 1.13
Update copyright and license information


Revision 1.13 - (view) (annotate) - [select for diffs]
Fri May 2 03:34:58 2025 UTC (10 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.12: +1 -3 lines
Diff to previous 1.12
Refine


Revision 1.12 - (view) (annotate) - [select for diffs]
Tue Apr 29 14:04:10 2025 UTC (10 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.11: +12 -0 lines
Diff to previous 1.11
Add functions


Revision 1.11 - (view) (annotate) - [select for diffs]
Mon Apr 28 03:30:59 2025 UTC (10 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.10: +39 -39 lines
Diff to previous 1.10
Update


Revision 1.10 - (view) (annotate) - [select for diffs]
Fri May 6 16:37:59 2005 UTC (20 years, 10 months ago) by sysadm
Branch: MAIN
CVS Tags: lbbs_1-0-0-0_MIL
Changes since 1.9: +3 -0 lines
Diff to previous 1.9
*** empty log message ***


Revision 1.9 - (view) (annotate) - [select for diffs]
Fri May 6 15:48:44 2005 UTC (20 years, 10 months ago) by sysadm
Branch: MAIN
Changes since 1.8: +5 -0 lines
Diff to previous 1.8
*** empty log message ***


Revision 1.8 - (view) (annotate) - [select for diffs]
Tue Mar 22 08:19:11 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
*** empty log message ***


Revision 1.7 - (view) (annotate) - [select for diffs]
Mon Mar 21 17:08:21 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.6: +26 -9 lines
Diff to previous 1.6
*** empty log message ***


Revision 1.6 - (view) (annotate) - [select for diffs]
Mon Mar 21 05:43:43 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5
*** empty log message ***


Revision 1.5 - (view) (annotate) - [select for diffs]
Wed Mar 2 16:33:49 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.4: +4 -3 lines
Diff to previous 1.4
*** empty log message ***


Revision 1.4 - (view) (annotate) - [select for diffs]
Tue Nov 30 07:10:32 2004 UTC (21 years, 3 months ago) by sysadm
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
*** empty log message ***


Revision 1.3 - (view) (annotate) - [select for diffs]
Sat Oct 23 18:41:41 2004 UTC (21 years, 4 months ago) by sysadm
Branch: MAIN
Changes since 1.2: +7 -0 lines
Diff to previous 1.2
*** empty log message ***


Revision 1.2 - (view) (annotate) - [select for diffs]
Sat Oct 23 08:22:25 2004 UTC (21 years, 4 months ago) by sysadm
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
*** empty log message ***


Revision 1.1 - (view) (annotate) - [select for diffs]
Fri Oct 22 15:21:28 2004 UTC (21 years, 4 months ago) by sysadm
Branch: MAIN
*** empty log message ***


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