Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dameon: net: implement sending data. | 2019-05-27 | 3 | -25/+79 | |
* | fix license headers in the headers. | 2019-05-27 | 2 | -1/+21 | |
* | build system: device building improvements. | 2019-05-27 | 2 | -1/+29 | |
* | Merge branch 'proto_stdio_threads' | 2019-05-26 | 4 | -0/+230 | |
|\ | |||||
| * | daemon: improve threading logic on null proto. | 2019-05-26 | 3 | -42/+78 | |
| * | daemon: fixed some dumb mistakes | 2019-05-21 | 2 | -0/+4 | |
| * | daemon: implemented stdio interfaces | 2019-05-21 | 3 | -5/+55 | |
| * | daemon: added stdio (null) im proto stubs. | 2019-05-21 | 4 | -0/+140 | |
* | | Merge branch '31-Net-Protocol-Handling' | 2019-05-26 | 15 | -71/+581 | |
|\ \ | |||||
| * | | common: cosmetic changes. | 2019-05-26 | 6 | -13/+57 | |
| * | | Protocol: updated get_tlv and more docs. | 2019-05-22 | 2 | -0/+13 | |
| * | | Protocol: fixed a off-by-one error when copying a string. | 2019-05-22 | 1 | -1/+1 | |
| * | | Protocol: updated docs for functions that survived redesign. | 2019-05-22 | 2 | -0/+18 | |
| * | | Protocol: finished reimplementation. | 2019-05-22 | 1 | -1/+9 | |
| * | | Protocol: reimplemented push_bytes and push_tlv_header. | 2019-05-22 | 2 | -5/+24 | |
| * | | Protocol: reimplemented get_tlv and added tlv_data_size. | 2019-05-22 | 2 | -8/+34 | |
| * | | Protocol: tossed a bunch of function out the window. | 2019-05-22 | 3 | -52/+3 | |
| * | | Protocol: reimplemented push_string and push_fpi1. | 2019-05-22 | 2 | -3/+19 | |
| * | | Protocol: amendments to interface functions. | 2019-05-22 | 2 | -20/+18 | |
| * | | Protocol: interface redesign. | 2019-05-22 | 5 | -393/+56 | |
| * | | Merge branch '31-Net-Protocol-Handling' | 2019-05-22 | 3 | -17/+25 | |
| |\ \ | |||||
| | * | | Protocol: attempted to fix stupids. | 2019-05-22 | 4 | -19/+19 | |
| | * | | Protocol: fixed type errors. | 2019-05-22 | 3 | -15/+23 | |
| | * | | Merge branch '31-Net-Protocol-Handling'. | 2019-05-22 | 3 | -0/+0 | |
| | |\ \ | |||||
| | * | | | Protocol: switched files to C++ and did minor fixes. | 2019-05-22 | 4 | -27/+28 | |
| * | | | | device: actually make it all build and such. | 2019-05-22 | 12 | -87/+201 | |
| | |/ / | |/| | | |||||
| * | | | device: fix shoddy file permissions. | 2019-05-21 | 3 | -0/+0 | |
| * | | | device: strip CRs. | 2019-05-21 | 1 | -25/+25 | |
| |/ / | |||||
| * | | Protocol: forgot to commit updated udp.h | 2019-05-21 | 1 | -2/+2 | |
| * | | Protocol: moved udp code out of main. | 2019-05-21 | 6 | -34/+57 | |
| * | | Protocol: common no longer has device-specific implementations. | 2019-05-21 | 3 | -55/+5 | |
| * | | Protocol: implementation of device-side protocol. | 2019-05-21 | 5 | -43/+128 | |
| * | | Protocol: changes to interface and some re-implementation. | 2019-05-21 | 7 | -96/+179 | |
| * | | Protocol: implemented request and reply pushing to packet. | 2019-05-20 | 4 | -11/+39 | |
| * | | Protocol: Implemented protocol error reporting. | 2019-05-19 | 5 | -84/+88 | |
| * | | Protocol: more work on protocol implementation. | 2019-05-19 | 5 | -30/+138 | |
| * | | Whole-project: partial implementation of protocol. | 2019-05-18 | 6 | -0/+351 | |
* | | | daemon: net: getlastdata now allocates a buffer. | 2019-05-21 | 2 | -7/+16 | |
* | | | Updated .gitignore | 2019-05-21 | 1 | -0/+1 | |
| |/ |/| | |||||
* | | daemon: improve cleanup code. | 2019-05-20 | 5 | -13/+72 | |
* | | daemon: Added missing null terminator. | 2019-05-19 | 1 | -2/+2 | |
* | | daemon: Handle new settings vars. | 2019-05-19 | 2 | -5/+51 | |
* | | Merge branch '32-settingsv2' | 2019-05-19 | 3 | -1/+110 | |
|\ \ | |||||
| * | | daemon: read the system-wide config file now. | 2019-05-19 | 2 | -3/+7 | |
| * | | daemon: Settings actually parse. | 2019-05-19 | 1 | -6/+7 | |
| * | | daemon: handle the daemonize flag now. | 2019-05-19 | 2 | -3/+42 | |
| * | | daemon: semi-stub for config file handling. | 2019-05-17 | 2 | -0/+68 | |
* | | | daemon: make some functions static. | 2019-05-17 | 2 | -6/+6 | |
* | | | adjust meson project default settings. | 2019-05-17 | 1 | -1/+1 | |
* | | | Merge branch '18-purple' | 2019-05-17 | 9 | -2/+338 | |
|\ \ \ | |/ / |/| | |