aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* added custom signals to run subcommanddiogo4642025-07-131-14/+27
* feat: add benchmark startup analysis tools and improve demo.shdiogo4642025-07-111-0/+28
* fix: correct shell redirection syntax from 2>1 to 2>&1diogo4642025-07-111-1/+1
* feat: add logging for scp command outputdiogo4642025-07-111-0/+9
* feat: create output directory if it doesn't exist in run commanddiogo4642025-07-111-0/+8
* fix: add error handling for latency matrix dimension checkdiogo4642025-07-111-4/+12
* fixed log copyingdiogo4642025-07-111-1/+1
* fixed env var quoting when setting container variablesdiogo4642025-07-111-0/+2
* fixed reading schedule from stdindiogo4642025-07-111-4/+9
* added addr allocation policydiogo4642025-07-111-16/+48
* fixed net container builddiogo4642025-07-111-1/+3
* cargo clippy --fixdiogo4642025-07-101-15/+13
* clean enough for nowdiogo4642025-07-101-320/+187
* it works, now needs cleanupdiogo4642025-07-101-39/+793
* rust init snapshotdiogo4642025-07-091-0/+252
* Convert from Rust to Python project with uv supportdiogo4642025-06-291-133/+0
* Add P2P network setup script with interface and latency configurationdiogo4642025-06-271-2/+4
* Add OAR job management and IP address allocationdiogo4642025-06-271-2/+123
* initdiogo4642025-06-271-0/+10