elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

File history

Tracking elkscmd/ktcp/vjhc.c
CommitAuthorDateMessage
4ba6d8d5f6b759823686054d9f659bde55e63dbthemaster2026-04-19Integrate uIP networking stack and tooling
784736577b4be03ea53ea28a67e91a3d265ce96Greg Haerr2024-09-20[cmds] Replace ifdef __ia16__ with ifdef _M_I86
5d15ee4973a5662af327a6698aa155574af5561Greg Haerr2021-11-01[net] Use GCC builtin for ntohs/ntohl macros
523ac08905c85c203737ddb345024d5bdd9957aGreg Haerr2020-10-08[ktcp] Cleanup and remove unused debug cruft from ktcp
a719f2c0b11d8e34bea72f8aac6059fcd91b633Greg Haerr2020-08-17[networking] Add standard network headers to libc, remove kernel headers from network apps
c987f24408a3163dc280bbcff14361b1a451b3dGreg Haerr2020-07-22[ktcp] Cleanup CSLIP, add debugging messages
be35fc363359a59c36d03c1f9fab191d55ebefbGreg Haerr2020-06-30Add ktcp start options and update net script
49b166feae6af9681e4079d847233e01ee27b74Greg Haerr2020-06-30Don't use .config CONFIG_CSLIP, moving to ktcp option
d46136206f454eb8c64d45d200df6306583087cGreg Haerr2020-05-11[ktcp] Major ktcp overhaul, fix telnetd
1594de1d07b6bfd12b7b8c70fed8332e5bd1ae6Greg Haerr2020-05-07[ktcp] Basic fixes to enable network testing
4faacddddddd12015a9c1f3b9417bccf72ee4b5Jody Bruchon2017-03-16Remove all trailing whitespace from elkscmd c/h/s files
79aed520ef3e09c1c7e830a0936216da88160d4Jody Bruchon2017-03-16Move VJHC encode/decode header macro functions into real functions
593c49994c08b8ef0a9a5b9a4099773452d2dafJody Bruchon2017-03-16vjhc.c: convert #ifdef DEBUGHC to a DBG() macro for cleaner code
639d1d4f8bc3eaa12cd5c9c8523956d56587c03Jody Bruchon2017-03-16More code style cleanups
598dafb9822554f348064b5f0254ff7ae55db42georgp242017-02-25Update ktcp
10b79718d7562c84d088a73a539fd8e1739e066georgp242017-02-24Change netorder.h to arpa/inet.h to make it more compatible with posix.
6278a7bfdf1d44a469bd5bdaf98a86e32ef5ffaJody Bruchon2015-03-08ktcp: rename mylib.h to netorder.h
1e188c9ce3a097988cb75e807892959a74d586aJody Bruchon2015-03-07Merge 'elksnet' into 'elkscmd' to simplify directory structure
1420df30300487fd95131efb964c212d0d7a653Jody Bruchon2015-03-04ktcp: vjhc.c doesn't need ansi.h re-definition junk anymore
50fb1574228faebea4daa96a51e059390df99c7Harry Kalogirou2002-07-28CSLIP support