Pavel Kirienko
|
28e82797c2
|
Optimized padding, added more sizeof() outputs
|
2015-05-31 08:12:46 +03:00 |
|
Pavel Kirienko
|
941981066c
|
CRC64 removed, file messages refactored
|
2015-05-29 23:56:41 +03:00 |
|
Pavel Kirienko
|
d20f8e7356
|
Using global RX object buffer
|
2015-05-29 16:47:02 +03:00 |
|
Pavel Kirienko
|
954ab2491a
|
Fruitless attempt to optimize memory use
|
2015-05-28 12:59:22 +03:00 |
|
Pavel Kirienko
|
5205d13f37
|
centralized::Storage fix
|
2015-05-27 16:28:31 +03:00 |
|
Pavel Kirienko
|
5930bf3ed4
|
CentralizedServer
|
2015-05-27 16:12:54 +03:00 |
|
Pavel Kirienko
|
bdc0a327b7
|
centralized::Storage - new test
|
2015-05-27 16:10:14 +03:00 |
|
Pavel Kirienko
|
638de08115
|
CentralizedServer - storage implementation and test
|
2015-05-27 14:52:41 +03:00 |
|
Pavel Kirienko
|
aafdf81f29
|
Removed unused event code
|
2015-05-26 20:25:29 +03:00 |
|
Pavel Kirienko
|
9faf8470e6
|
Fixed Raft definitions
|
2015-05-26 20:22:21 +03:00 |
|
Pavel Kirienko
|
a97762ae21
|
Dead code removal
|
2015-05-26 20:13:13 +03:00 |
|
Pavel Kirienko
|
e60a76d562
|
Test timing fix
|
2015-05-26 20:08:38 +03:00 |
|
Pavel Kirienko
|
2231b00637
|
Raft active state extension removed
|
2015-05-26 20:04:59 +03:00 |
|
Pavel Kirienko
|
17c4b975ac
|
Test fix
|
2015-05-24 23:13:10 +03:00 |
|
Pavel Kirienko
|
bb412f3f93
|
FirmwareUpdateTrigger retry logic optimization
|
2015-05-20 15:13:31 +03:00 |
|
Pavel Kirienko
|
1f47596688
|
FirmwareUpdateTrigger node selector fix, more testing
|
2015-05-20 14:53:16 +03:00 |
|
Pavel Kirienko
|
228785b8f8
|
libuavcan testing: TestNetwork<> helper
|
2015-05-20 00:12:06 +03:00 |
|
Pavel Kirienko
|
1047a25872
|
FirmwareUpdateTrigger - fixes and test
|
2015-05-19 13:22:52 +03:00 |
|
Pavel Kirienko
|
0d60595d7c
|
FirmwareUpdateTrigger - fixes and test
|
2015-05-19 13:16:51 +03:00 |
|
Pavel Kirienko
|
6b179d032b
|
Firmware update trigger implementation. It is most likely broken, because I'm half asleep by now; proper tests will be added later
|
2015-05-19 01:37:10 +03:00 |
|
Pavel Kirienko
|
51a2ce39c5
|
Full file server implementation
|
2015-05-18 14:21:58 +03:00 |
|
Pavel Kirienko
|
58ca7319dd
|
File server implementation with test
|
2015-05-18 14:05:10 +03:00 |
|
Pavel Kirienko
|
e5fddfdb66
|
Node info retriever unit test fix
|
2015-05-17 17:17:28 +03:00 |
|
Pavel Kirienko
|
600c29a953
|
NodeInfoRetriever - docs, logical fixes, tests
|
2015-05-17 16:29:19 +03:00 |
|
Pavel Kirienko
|
36dda9c017
|
NodeInfoRetriever basic test
|
2015-05-17 13:49:40 +03:00 |
|
Pavel Kirienko
|
cbbb3bd9be
|
All tests are passing
|
2015-05-16 15:12:10 +03:00 |
|
Pavel Kirienko
|
282b995c1e
|
Partially refactored ServiceClient, tests are failing, the code is totally broken
|
2015-05-15 18:41:38 +03:00 |
|
Pavel Kirienko
|
509ef85048
|
Properly defining poll interval of NodeDiscoverer
|
2015-05-14 00:02:43 +03:00 |
|
Pavel Kirienko
|
3db54cd6af
|
Improved NodeDiscoverer logic
|
2015-05-13 23:23:03 +03:00 |
|
Pavel Kirienko
|
842319a290
|
Initial implementation of NodeInfoRetriever; fixes pending
|
2015-05-13 21:59:43 +03:00 |
|
Pavel Kirienko
|
bc00899e70
|
Testing tooling fix
|
2015-05-13 17:50:45 +03:00 |
|
Pavel Kirienko
|
a548d8311c
|
Testing framework: added emulateSingleFrameBroadcastTransfer()
|
2015-05-13 16:39:22 +03:00 |
|
Pavel Kirienko
|
2868fd5712
|
NodeDiscoverer test fix
|
2015-05-11 18:36:50 +03:00 |
|
Pavel Kirienko
|
8df1cfe1d9
|
NodeDiscoverer: another test
|
2015-05-11 18:26:42 +03:00 |
|
Pavel Kirienko
|
558171bf71
|
NodeDiscoverer: fixes and test
|
2015-05-11 17:50:36 +03:00 |
|
Pavel Kirienko
|
e10d262631
|
Improved event tracer stub
|
2015-05-11 14:35:58 +03:00 |
|
Pavel Kirienko
|
3221179eef
|
Fixed test names
|
2015-05-11 14:05:47 +03:00 |
|
Pavel Kirienko
|
d623eee54a
|
Raft logic fix: forcing active mode when allocation activity is detected
|
2015-05-11 13:26:53 +03:00 |
|
Pavel Kirienko
|
731d9f4574
|
Changed RaftCore API; giving up Leader status if the leader cannot write its log
|
2015-05-10 23:44:25 +03:00 |
|
Pavel Kirienko
|
f2c393e90d
|
Server test extension
|
2015-05-10 20:10:13 +03:00 |
|
Pavel Kirienko
|
a309c6d8da
|
Raft allocator adds its own allocation entry to the log
|
2015-05-10 20:03:17 +03:00 |
|
Pavel Kirienko
|
6e287dc1b2
|
Fixed naming of trace events
|
2015-05-10 19:33:16 +03:00 |
|
Pavel Kirienko
|
10b5661da4
|
Advanced tracing
|
2015-05-10 19:22:03 +03:00 |
|
Pavel Kirienko
|
c49ee1c4d3
|
Top-level typedef for distributed::Server
|
2015-05-10 17:56:48 +03:00 |
|
Pavel Kirienko
|
12a81b5bef
|
Server event tracer extracted to the common level
|
2015-05-10 17:53:16 +03:00 |
|
Pavel Kirienko
|
7477de3bd9
|
NodeDiscoverer - implemented, integrated, not tested
|
2015-05-10 17:44:34 +03:00 |
|
Pavel Kirienko
|
aae4317beb
|
Improved allocation logic
|
2015-05-10 14:12:19 +03:00 |
|
Pavel Kirienko
|
1a763a824c
|
Better naming
|
2015-05-09 23:34:30 +03:00 |
|
Pavel Kirienko
|
68c36924e3
|
Better naming
|
2015-05-09 23:17:22 +03:00 |
|
Pavel Kirienko
|
ab0017f870
|
Top level header for distributed server
|
2015-05-09 23:06:58 +03:00 |
|