File history
Tracking elkscmd/ktcp/vjhc.c
| Commit | Author | Date | Message |
|---|---|---|---|
4ba6d8d5f6b759823686054d9f659bde55e63db | themaster | 2026-04-19 | Integrate uIP networking stack and tooling |
784736577b4be03ea53ea28a67e91a3d265ce96 | Greg Haerr | 2024-09-20 | [cmds] Replace ifdef __ia16__ with ifdef _M_I86 |
5d15ee4973a5662af327a6698aa155574af5561 | Greg Haerr | 2021-11-01 | [net] Use GCC builtin for ntohs/ntohl macros |
523ac08905c85c203737ddb345024d5bdd9957a | Greg Haerr | 2020-10-08 | [ktcp] Cleanup and remove unused debug cruft from ktcp |
a719f2c0b11d8e34bea72f8aac6059fcd91b633 | Greg Haerr | 2020-08-17 | [networking] Add standard network headers to libc, remove kernel headers from network apps |
c987f24408a3163dc280bbcff14361b1a451b3d | Greg Haerr | 2020-07-22 | [ktcp] Cleanup CSLIP, add debugging messages |
be35fc363359a59c36d03c1f9fab191d55ebefb | Greg Haerr | 2020-06-30 | Add ktcp start options and update net script |
49b166feae6af9681e4079d847233e01ee27b74 | Greg Haerr | 2020-06-30 | Don't use .config CONFIG_CSLIP, moving to ktcp option |
d46136206f454eb8c64d45d200df6306583087c | Greg Haerr | 2020-05-11 | [ktcp] Major ktcp overhaul, fix telnetd |
1594de1d07b6bfd12b7b8c70fed8332e5bd1ae6 | Greg Haerr | 2020-05-07 | [ktcp] Basic fixes to enable network testing |
4faacddddddd12015a9c1f3b9417bccf72ee4b5 | Jody Bruchon | 2017-03-16 | Remove all trailing whitespace from elkscmd c/h/s files |
79aed520ef3e09c1c7e830a0936216da88160d4 | Jody Bruchon | 2017-03-16 | Move VJHC encode/decode header macro functions into real functions |
593c49994c08b8ef0a9a5b9a4099773452d2daf | Jody Bruchon | 2017-03-16 | vjhc.c: convert #ifdef DEBUGHC to a DBG() macro for cleaner code |
639d1d4f8bc3eaa12cd5c9c8523956d56587c03 | Jody Bruchon | 2017-03-16 | More code style cleanups |
598dafb9822554f348064b5f0254ff7ae55db42 | georgp24 | 2017-02-25 | Update ktcp |
10b79718d7562c84d088a73a539fd8e1739e066 | georgp24 | 2017-02-24 | Change netorder.h to arpa/inet.h to make it more compatible with posix. |
6278a7bfdf1d44a469bd5bdaf98a86e32ef5ffa | Jody Bruchon | 2015-03-08 | ktcp: rename mylib.h to netorder.h |
1e188c9ce3a097988cb75e807892959a74d586a | Jody Bruchon | 2015-03-07 | Merge 'elksnet' into 'elkscmd' to simplify directory structure |
1420df30300487fd95131efb964c212d0d7a653 | Jody Bruchon | 2015-03-04 | ktcp: vjhc.c doesn't need ansi.h re-definition junk anymore |
50fb1574228faebea4daa96a51e059390df99c7 | Harry Kalogirou | 2002-07-28 | CSLIP support |