119 Commits

Author SHA1 Message Date
Perttu Ahola
b13436e0df Fix coding style (doing this on core/sajson.h is a bit weird but whatever) 2014-09-30 12:33:48 +03:00
Perttu Ahola
da8c8048d3 builtin/loader 2014-09-29 21:42:49 +03:00
Perttu Ahola
23d682884e builtin/client_file: Fix warning message and use std::ios::binary for input files 2014-09-28 21:19:06 +03:00
Perttu Ahola
699fe68646 builtin/client_{lua,data}: Don't spam the log so much 2014-09-27 11:50:16 +03:00
Perttu Ahola
990569c02a builtin/network, interface/packet_stream: Catch unknown packet exceptions and log them as warnings 2014-09-26 16:32:58 +03:00
Perttu Ahola
abab2f9ee0 Apply Vim modeline magic to everything 2014-09-24 14:54:15 +03:00
Perttu Ahola
4f93467716 builtin/client_file: Watch directory so that deleting files doesn't stop the watch 2014-09-24 12:57:11 +03:00
Perttu Ahola
3110d21c3c Dynamic resource reloading works as long as files aren't deleted in between like what git checkout does 2014-09-24 10:58:46 +03:00
Perttu Ahola
7e2cae8940 network: Don't shut down on ECONNRESET="Connection reset by peer" when receiving data 2014-09-24 01:12:16 +03:00
Perttu Ahola
00b79af1f1 builtin/network: Emit network:client_disconnected event at disconnect 2014-09-20 03:02:25 +03:00
Perttu Ahola
ceb8adf65b doc 2014-09-20 03:02:25 +03:00
Perttu Ahola
d2427313ea Prepend license notice to all *.{h,cpp} files 2014-09-19 18:42:14 +03:00
Perttu Ahola
a370bcb166 client, builtin/{network,client_file}: Use portable binary archives 2014-09-19 17:34:00 +03:00
Perttu Ahola
4e76b92196 builtin/network,builtin/client_file: Store and restore state on reload 2014-09-19 17:29:26 +03:00
Perttu Ahola
028e4b9975 Supporting things for builtin/network,builtin/client_file reload restore 2014-09-19 17:02:25 +03:00
Perttu Ahola
66ab5c1985 builtin/client_file, interface/file_watch: Watch changes in automatically transferred files and reload content for new clients 2014-09-19 16:46:17 +03:00
Perttu Ahola
601de946b7 Move module/include/api.h to module/api.h 2014-09-19 15:54:23 +03:00
Perttu Ahola
3176478881 builtin/client_data 2014-09-19 15:47:21 +03:00
Perttu Ahola
fc03490d78 Move stuff from /share to / 2014-09-19 10:40:10 +03:00