?? changes
字號:
Version 0.1: original version.Version 0.2: fixed bug when several reads are necessaryon one end or the other before a write flushes them.Fixed bug which threw away data not yet sent to theother side on close, when running under Linux. Fixedassociated bugs that probably affected other operatingsystems as well. Fixed bug causing long, perhapsindefinite pauses when a possible connection to aserver socket went away before the accept() call,resulting in a blocking call.Version 0.3: fixed additional bugs relating tothe code previously used only by non-Linux OSes.This should fix problems such as connections notgoing away when they should or connections beingmysteriously closed. Most of that code is now used by Linux also, so it is likely that rinetd is much closer to bug-free on non-Linux platforms. Of course, I don't actually have any to play with it on.Version 0.4: added support for kill -1 (SIGHUP)and specification of service names instead ofport numbers. Removed calls to realloc(), replacingthem with code that should fail gracefully withoutcrashing the program or breaking existing connectionswhen another application is hogging memory.Version 0.5: added logging in both tab-delimitedand web-server-style formats. No longer exits ifan individual configuration file line generatesan error. Added allow and deny rules. Added -c command line option to specify a configuration file.Version 0.51: fixed failure to check for an openlog file before writing log entries.Version 0.52: documentation added regarding theability to bind to all IP addresses, if desired,using the special address 0.0.0.0.Version 0.6: ported to Win32. Various compatibilityfixes were made and some minor oversights withoutfunctional consequences were corrected.Version 0.61: fixed a bug in 0.6 which completelybroke rinetd under Linux. Oops.Version 0.62: fixed a potential buffer overrun;prior versions failed to reallocate one of thearrays correctly when reallocating memory toaccommodate more connections. Thanks to Sam Hocevar.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -