aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/rbw-agent/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Make directories when not daemonizedWim de With2024-01-231-0/+2
* clippyJesse Luehrs2023-07-291-0/+2
* Cargo format and reconnect websocket on syncBernd Schoolmann2023-04-271-1/+1
* Implement basic websocket supportBernd Schoolmann2023-04-081-0/+1
* stop using tokio::select!Jesse Luehrs2023-03-251-1/+2
* more clippy cleanupsJesse Luehrs2023-02-181-0/+1
* stop warning on multiple crate versions in clippyJesse Luehrs2023-02-181-0/+1
* clippyJesse Luehrs2023-02-181-1/+1
* clippyJesse Luehrs2021-12-151-5/+14
* disable PTRACE_ATTACH after daemonizingJesse Luehrs2021-03-061-4/+4
* only warn if disabling PTRACE_ATTACH failsJesse Luehrs2021-03-051-1/+3
* refactor a bitJesse Luehrs2021-02-271-19/+3
* Use prctl on Linux to prevent PTRACE_ATTACHJarkko Oranen2021-02-271-0/+19
* bump depsJesse Luehrs2021-02-191-1/+1
* add authenticator 2fa supportJesse Luehrs2020-05-281-0/+2
* remove more unnecessary error contextsJesse Luehrs2020-05-251-2/+1
* make daemonizing optionalJesse Luehrs2020-04-181-3/+15
* improve error handling and reportingJesse Luehrs2020-04-121-7/+40
* also refactor the agent codeJesse Luehrs2020-04-111-0/+24