Menu

Tree [aba6ec] master /
 History

HTTPS access


File Date Author Commit
 m4 2023-06-22 Corey Minyard Corey Minyard [0718db] Clean up config
 tests 2025-05-14 Corey Minyard Corey Minyard [f603f5] tests: Remove sergensio
 .editorconfig 2024-04-10 Yegor Yefremov Yegor Yefremov [e5c3df] Add initial EditorConfig support
 .gitignore 2018-07-05 Corey Minyard Corey Minyard [cc93f9] test: break tests into smaller files
 AUTHORS 2001-06-04 cminyard cminyard [365c55] Initially checking in first version of the code.
 COPYING 2023-06-11 Felix Kaechele Felix Kaechele [2bc83f] Update GPL license file
 ChangeLog 2017-10-24 Corey Minyard Corey Minyard [647b35] Get rid of all trailing spaces
 INSTALL 2001-06-04 cminyard cminyard [365c55] Initially checking in first version of the code.
 Makefile.am 2023-07-08 Corey Minyard Corey Minyard [470606] Abstract file I/O into its own file
 NEWS 2003-10-14 cminyard cminyard [5d01ef] Added docs for the 2217 mode.
 README 2019-02-25 Corey Minyard Corey Minyard [d33efa] Convert the readme to rst
 README.rst 2025-06-09 Corey Minyard Corey Minyard [00db09] Update the README
 SECURITY.md 2024-05-14 Corey Minyard Corey Minyard [90e35f] Create SECURITY.md
 absout.h 2023-07-08 Corey Minyard Corey Minyard [edf8bf] Replace syslog just about everyplace
 addsysattrs.c 2023-11-13 Corey Minyard Corey Minyard [6be4dd] Fix a possible NULL dereference in sysattr
 auth.c 2023-08-27 Corey Minyard Corey Minyard [11317b] Fix some filename issues for openssl
 configure.ac 2025-05-17 Corey Minyard Corey Minyard [7189a5] Move to version 4.6.5
 controller.c 2023-07-08 Corey Minyard Corey Minyard [5d22cf] Fix some things to get ser2net running on Windows
 controller.h 2023-07-05 Corey Minyard Corey Minyard [6c90c5] Pass syslog_absout for eout into controller_init
 dataxfer.c 2025-06-12 Corey Minyard Corey Minyard [aba6ec] control_op_set: Improve the recently added logs
 dataxfer.h 2025-05-08 Corey Minyard Corey Minyard [46b0c2] Fix an issue with dev to net lockup on a device...
 defaults.c 2025-05-08 Corey Minyard Corey Minyard [7f5a59] Add an option to time out connections using the...
 defaults.h 2020-10-06 Corey Minyard Corey Minyard [06cf2a] Add OpenSSL license exception
 fileio.c 2023-07-09 Corey Minyard Corey Minyard [0a2277] Flush file I/O on every write
 fileio.h 2023-07-08 Corey Minyard Corey Minyard [fb2b0d] Add missing file
 gbuf.c 2023-07-08 Corey Minyard Corey Minyard [5597be] Have readconfig functions return a gensio error
 gbuf.h 2020-10-06 Corey Minyard Corey Minyard [06cf2a] Add OpenSSL license exception
 led.c 2025-04-18 Jonathan Stroud Jonathan Stroud [4fd20d] Add a new solid LED type
 led.h 2025-04-18 Jonathan Stroud Jonathan Stroud [4fd20d] Add a new solid LED type
 led_sysfs.c 2025-04-18 Jonathan Stroud Jonathan Stroud [4fd20d] Add a new solid LED type
 led_sysfs.h 2020-10-06 Corey Minyard Corey Minyard [06cf2a] Add OpenSSL license exception
 mdns.c 2025-05-06 Corey Minyard Corey Minyard [d1cb7c] Delay mdns initialization until where it is used
 mdns.h 2025-05-06 Corey Minyard Corey Minyard [d1cb7c] Delay mdns initialization until where it is used
 port.c 2025-05-15 Corey Minyard Corey Minyard [7b92ac] Fix timeouts to consider stuck ports
 port.h 2025-05-08 Corey Minyard Corey Minyard [7f5a59] Add an option to time out connections using the...
 portconfig.c 2025-05-08 Corey Minyard Corey Minyard [7f5a59] Add an option to time out connections using the...
 portinfo.c 2025-05-15 Corey Minyard Corey Minyard [06ab58] Time out all ports simultaneously
 readconfig.c 2023-08-26 Corey Minyard Corey Minyard [a3a0b2] Remove the old-style configuration file
 readconfig.h 2023-08-26 Corey Minyard Corey Minyard [a3a0b2] Remove the old-style configuration file
 reconf 2023-07-25 Corey Minyard Corey Minyard [3bd189] Fix reconf script on macos
 rotator.c 2023-11-10 Corey Minyard Corey Minyard [8731c8] Don't use a closed port in a rotator
 ser2net.8 2024-01-07 Corey Minyard Corey Minyard [97c90c] Fix the -C option definition
 ser2net.c 2025-05-06 Corey Minyard Corey Minyard [d1cb7c] Delay mdns initialization until where it is used
 ser2net.h 2025-05-06 Corey Minyard Corey Minyard [d1cb7c] Delay mdns initialization until where it is used
 ser2net.init 2017-10-24 Corey Minyard Corey Minyard [647b35] Get rid of all trailing spaces
 ser2net.iss 2025-05-17 Corey Minyard Corey Minyard [7189a5] Move to version 4.6.5
 ser2net.service.in 2023-07-06 Corey Minyard Corey Minyard [580e45] Add reload capability to ser2net.service
 ser2net.yaml 2025-05-08 Corey Minyard Corey Minyard [7f5a59] Add an option to time out connections using the...
 ser2net.yaml.5 2025-05-15 Corey Minyard Corey Minyard [c8bb28] Fix a typo in the last docs
 ser2net_str.c 2023-11-15 Corey Minyard Corey Minyard [64400e] Remove leading ',' from \B in string
 timeproc.c 2023-07-08 Corey Minyard Corey Minyard [5d22cf] Fix some things to get ser2net running on Windows
 timeproc.h 2023-07-08 Corey Minyard Corey Minyard [fb2b0d] Add missing file
 trace.c 2023-07-08 Corey Minyard Corey Minyard [15b8ea] Rework all file I/O to go through fileio
 yamlconf.c 2023-11-16 Corey Minyard Corey Minyard [c0c554] yaml: Add an admin option

Read Me

See README.rst
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.