b0d990f708
Added authorisation.
2019-09-13 18:52:37 +01:00
89b4b7d949
Additional error handling for rarer states.
...
Ensure std::map::at is not blindly applied without checking that the key
actually exists.
Fixes crashes where u2f client on PC/browser expects channel open, but
service has been restarted.
2019-09-10 17:22:52 +01:00
01dad2ee0a
Reformatting.
2019-08-23 13:27:30 +01:00
2987cbe26e
Separated waiting for message from acting on message.
...
Necessary refactoring of parameter types propagated through source.
2019-08-21 15:55:33 +01:00
06d7e8e9a8
Fixes for cross-platform build.
2019-06-26 13:02:45 +01:00
7bf3804846
Compile fixes for alternative compilers.
2019-06-26 11:26:25 +01:00
6f329f7f3d
Fixed warnings.
2019-06-19 19:27:39 +01:00
2d5f897a4a
Added license header to files.
2018-08-13 17:05:17 +01:00
a51b8955e2
Improved error handling.
2018-08-12 10:12:42 +00:00
cf69741c24
Reused ACT (led0) light as activity light.
2018-08-12 11:33:41 +01:00
2b01dbc605
Added ping command functionality.
2018-08-10 18:31:22 +00:00
5d1d0ccb63
Cleaned up messages.
2018-08-10 12:00:03 +00:00
48840ad36c
Added resumable loading, along with signal handling.
...
This version can store state after receiving SIGINT.
This is achieved by polling FIFO read state;
2018-08-09 20:23:23 +00:00