Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Protocol: now renamed things properly and updated build files. | 2019-05-29 | 4 | -51/+5 | |
* | Protocol: renamed some files. | 2019-05-29 | 2 | -0/+0 | |
* | Protocol: new and improved tlv_destroy. | 2019-05-29 | 1 | -2/+18 | |
* | Protocol: more code and a tutorial. | 2019-05-29 | 1 | -71/+20 | |
* | Screen: very shoddy implementation of message code. | 2019-05-28 | 3 | -3/+14 | |
* | Device: accidentally broke code by renaming function. | 2019-05-28 | 1 | -14/+55 | |
* | Protocol: fixed a stupid. | 2019-05-28 | 1 | -5/+5 | |
* | Protocol: renamed functions to fit the "namespace". | 2019-05-28 | 1 | -5/+8 | |
* | Protocol: new functions and associated docs. | 2019-05-28 | 1 | -0/+32 | |
* | Screen: adjustments, bug fixes and abstraction. | 2019-05-28 | 2 | -9/+22 | |
* | Screen: implementation of drawing and trivial docs. | 2019-05-27 | 3 | -6/+31 | |
* | Screen: More implementation details. | 2019-05-27 | 2 | -25/+45 | |
* | Device: partial implementation of line scrolling logic. | 2019-05-27 | 2 | -0/+74 | |
* | Merge branch 'proto_stdio_threads' | 2019-05-26 | 3 | -0/+200 | |
|\ | |||||
| * | daemon: improve threading logic on null proto. | 2019-05-26 | 2 | -41/+77 | |
| * | daemon: fixed some dumb mistakes | 2019-05-21 | 2 | -0/+4 | |
| * | daemon: implemented stdio interfaces | 2019-05-21 | 2 | -5/+52 | |
| * | daemon: added stdio (null) im proto stubs. | 2019-05-21 | 3 | -0/+113 | |
* | | Merge branch '31-Net-Protocol-Handling' | 2019-05-26 | 9 | -67/+394 | |
|\ \ | |||||
| * | | common: cosmetic changes. | 2019-05-26 | 3 | -4/+48 | |
| * | | Protocol: updated get_tlv and more docs. | 2019-05-22 | 1 | -0/+2 | |
| * | | 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 | 1 | -0/+13 | |
| * | | 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 | 1 | -7/+31 | |
| * | | Protocol: tossed a bunch of function out the window. | 2019-05-22 | 2 | -52/+1 | |
| * | | Protocol: reimplemented push_string and push_fpi1. | 2019-05-22 | 1 | -2/+18 | |
| * | | Protocol: amendments to interface functions. | 2019-05-22 | 2 | -20/+18 | |
| * | | Protocol: interface redesign. | 2019-05-22 | 4 | -362/+42 | |
| * | | Merge branch '31-Net-Protocol-Handling' | 2019-05-22 | 3 | -17/+25 | |
| |\ \ | |||||
| | * | | Protocol: attempted to fix stupids. | 2019-05-22 | 3 | -4/+4 | |
| | * | | 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 | 3 | -25/+26 | |
| * | | | | device: actually make it all build and such. | 2019-05-22 | 9 | -71/+192 | |
| | |/ / | |/| | | |||||
| * | | | device: fix shoddy file permissions. | 2019-05-21 | 3 | -0/+0 | |
| * | | | device: strip CRs. | 2019-05-21 | 1 | -25/+25 | |
| |/ / | |||||
| * | | Protocol: moved udp code out of main. | 2019-05-21 | 4 | -32/+39 | |
| * | | Protocol: common no longer has device-specific implementations. | 2019-05-21 | 3 | -55/+5 | |
| * | | Protocol: implementation of device-side protocol. | 2019-05-21 | 3 | -40/+111 | |
| * | | Protocol: changes to interface and some re-implementation. | 2019-05-21 | 5 | -77/+132 | |
| * | | Protocol: implemented request and reply pushing to packet. | 2019-05-20 | 2 | -11/+29 | |
| * | | Protocol: Implemented protocol error reporting. | 2019-05-19 | 3 | -62/+71 | |
| * | | Protocol: more work on protocol implementation. | 2019-05-19 | 3 | -26/+104 | |
| * | | Whole-project: partial implementation of protocol. | 2019-05-18 | 3 | -0/+257 | |
* | | | daemon: net: getlastdata now allocates a buffer. | 2019-05-21 | 1 | -5/+14 | |
| |/ |/| | |||||
* | | daemon: improve cleanup code. | 2019-05-20 | 4 | -13/+71 | |
* | | daemon: Added missing null terminator. | 2019-05-19 | 1 | -2/+2 | |
* | | daemon: Handle new settings vars. | 2019-05-19 | 2 | -5/+51 |