aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* added basic retry logic to the machine_containers_wait functiondiogo4642025-07-241-1/+17
* added ConnectionAttempts ssh optiondiogo4642025-07-241-1/+5
* replaced scp with rsyncdiogo4642025-07-241-21/+13
* added concurrency limit via OAR_P2P_CONCURRENCY_LIMITdiogo4642025-07-231-30/+20
* feat: added oar job id inferencediogo4642025-07-221-2/+15
* fixed address listing on machines with no addressesdiogo4642025-07-171-1/+1
* improved cli help textdiogo4642025-07-171-0/+62
* 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