13 Commits

Author SHA1 Message Date
Travis Geiselbrecht
cba9e47987 [license] replace the longer full MIT license with a shorter one
Used scripts/replacelic. Everything seems to build fine.
2019-07-05 17:22:23 -07:00
Travis Geiselbrecht
d8fa82cb91 [formatting] run everything through codestyle
Almost nothing changes here except moving braces to the same line as the
function declaration. Everything else is largely whitespace changes and
a few dangling files with tab indents.

See scripts/codestyle
2019-06-19 21:02:24 -07:00
Travis Geiselbrecht
1b7a28efb8 [include][lk] fixup lk/ include path move 2019-06-19 19:46:11 -07:00
Travis Geiselbrecht
2eb32a4369 [style] mass reformat all the non external code to 4 space indents
Ran everything through scripts/codestyle.space, which uses astyle
to generally follow K&R style.

Biggest non whitespace change is pulling brackets down on function
declarations, which I'm pretty ambivalent about, but astyle insists
on taking a stance
2016-02-14 12:24:01 -08:00
Carlos Pizano
d0d5f33bfc [lib][tftp] Move tftp from inetsrv and apply review changes.
From https://codereview.chromium.org/1346853002
2015-09-16 18:23:24 -07:00
Carlos Pizano
ac406077ae [app][inetsrv] add tftp server.
Only allows writting files. Needs a per-file handler to be wired and
provisionally has a test handler wired to "tftp_test.txt" which prints
the crc32 of the complete file pushed via
   tftp -i 192.169.0.xx tftp_test.txt

Some error conditions are yet to be fully handled.
2015-09-16 18:23:24 -07:00
Travis Geiselbrecht
093ce2182f [app][inetsrv] allocate all buffers from the heap 2015-08-26 17:54:46 -07:00
Travis Geiselbrecht
fde8a93302 [app][inetsrv] add an echo server (port 7) 2014-10-19 02:52:00 -07:00
Travis Geiselbrecht
255d4089b5 [app][inetsrv] print some transfer speed statistics 2014-08-07 15:20:34 -07:00
Travis Geiselbrecht
6586f96874 [app][inetsrv] make sure the chargen generator buffers at a boundary of the sequence 2014-08-07 15:09:31 -07:00
Travis Geiselbrecht
45b8467ff0 [lib][minip] change tcp socket handles to an opaque tcp_socket_t struct 2014-08-06 15:01:28 -07:00
Travis Geiselbrecht
f57575dfd7 [app][inetsrv] increase discard buffer size for efficiency 2014-08-04 19:11:34 -07:00
Travis Geiselbrecht
97c4b96e5d [app][inetsrv] add a few basic internet servers (chargen, discard) 2014-08-04 17:50:55 -07:00