272 Commits

Author SHA1 Message Date
Marcos Kirsch
5d4887927d MIME types now correct
Support for different mime types based on the file extension.
Added some code for parsing the arguments after the file
(index.html?a=b&c=d) but it’s not in use yet.
2015-02-14 19:38:38 -06:00
Marcos Kirsch
b75d610e6a Shortened code.
Reimplemented parseRequest (simpler). Shortened onReceive()
2015-02-14 01:48:49 -06:00
Marcos Kirsch
6e58f58b6d Redesigned remote uses CSS 2015-02-14 01:22:36 -06:00
Marcos Kirsch
c33ba75395 Send files in little chunks, large files work now. 2015-02-14 01:19:38 -06:00
Marcos Kirsch
8272d8f59c Functional GET can serve text files up to 1 KB 2015-02-14 00:22:23 -06:00
Marcos Kirsch
b0cbe2a77f Fix for Lua builds without floating point. 2015-02-13 23:08:28 -06:00
Samuel A. Dieck
44b40f00f3 Fixed upload_lua target in makefile 2015-02-13 00:19:26 -06:00
Samuel A. Dieck
2da23c36ed Added makefile to upload files via luatool. 2015-02-13 00:12:43 -06:00
Marcos Kirsch
d137648706 More of a scratch pad, shouldn't be in source control at all but oh well... 2015-02-08 22:12:26 -06:00
Marcos Kirsch
ef30ef3811 These files are gone... 2015-02-08 22:10:58 -06:00
Marcos Kirsch
294b781a52 Updates 2015-02-08 22:10:24 -06:00
Marcos Kirsch
3d4e4ee501 First pass of server. Not fully operational. Basic GET works, serves requested file. But server runs out of memory or/and only works with one connection. 2015-02-08 22:09:20 -06:00
Marcos Kirsch
3e452992c8 Renamed file and minor cleanup. 2015-02-08 22:08:18 -06:00
Marcos Kirsch
a8d408f375 Some example HTML file. 2015-02-08 22:06:50 -06:00
Marcos Kirsch
1ff3867733 Base64 decoding function is operational 2015-02-08 22:05:08 -06:00
Marcos Kirsch
a86b6711bb Cleaned up 2015-02-08 22:03:44 -06:00
Marcos Kirsch
4dffc7009d Function for Base64 decoding, needed for luatool.py binary uploads 2015-02-07 12:30:03 -06:00
Marcos Kirsch
b1f87f3ffa Functional Base64 prior to cleanup 2015-02-07 12:12:48 -06:00
Marcos Kirsch
1c709b838b Minimalistic server can be started and returns hardcoded message, prior to cleanup 2015-02-06 21:54:25 -06:00
Marcos Kirsch
ba390bb855 Renamed file. 2015-02-06 20:58:00 -06:00
Marcos Kirsch
f52e8f47e6 Add all files to source control even though they are messy and don't do much yet 2015-02-02 19:01:24 -06:00
Marcos
49d8dc8d43 Initial commit 2015-02-02 18:44:41 -06:00