gupaxx/src/utils
Cyrix126 5230d46d93
Some checks are pending
CI / ci (macos-12) (push) Waiting to run
CI / ci (ubuntu-latest) (push) Waiting to run
Lockbud / lockbud (push) Waiting to run
Rust / fmt (push) Waiting to run
Rust / test (macos-latest) (push) Waiting to run
Rust / test (ubuntu-latest) (push) Waiting to run
Rust / typo (push) Waiting to run
Rust / clippy (macos-latest) (push) Waiting to run
Rust / clippy (ubuntu-latest) (push) Waiting to run
Rust / check (macos-latest) (push) Waiting to run
Rust / check (ubuntu-latest) (push) Waiting to run
Rust / doc (macos-latest) (push) Waiting to run
Rust / doc (ubuntu-latest) (push) Waiting to run
Typo / typo (push) Waiting to run
feat: add deadlock detection at CI
add [lockbud](https://github.com/BurtonQin/lockbud.git) for detection
**somes** deadlocks.

Need to remove the macros lock since lockbud would not be able to give
the right location with it.

The following command was used on the source code to reduce manual
modifications.
`
fd "*.rs" src/| xargs -I {} sd 'lock!\(([^\)]*)\)'
'$1.lock().unwrap()'{}
`
2024-10-10 18:48:24 +02:00
..
constants.rs feat: update p2pool version bundled to 4.1.1 2024-10-05 22:18:08 +02:00
errors.rs fix: xmrig can't be started after proxy 2024-10-09 04:46:25 +02:00
ferris.rs feat: refactor code for managing args 2024-06-15 13:59:14 +02:00
human.rs fix: all clippy warnings 2024-03-21 19:35:02 +01:00
macros.rs feat: add deadlock detection at CI 2024-10-10 18:48:24 +02:00
mod.rs feat: separate logic into smaller modules 2024-03-03 08:37:35 +01:00
panic.rs feat: integrate monerod 2024-10-05 19:04:46 +02:00
regex.rs fix: tests 2024-10-06 18:10:09 +02:00
resets.rs feat: rename gupax name references to gupaxx 2024-03-23 18:12:45 +01:00
sudo.rs feat: add deadlock detection at CI 2024-10-10 18:48:24 +02:00
xmr.rs fix: all clippy warnings 2024-03-21 19:35:02 +01:00