index
:
oar-p2p
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: compile warning
diogo464
2025-10-30
1
-0
/
+1
*
fix: improve error message when job has 0 machines
diogo464
2025-10-30
1
-0
/
+4
*
fix: dont panic when unable to obtain hostname
diogo464
2025-10-30
1
-1
/
+2
*
remove docker networks and leave swarm on setup
diogo464
2025-10-17
1
-0
/
+4
*
increased ssh connection attempts to 10 and increased verbosity
diogo464
2025-10-14
1
-1
/
+2
*
added extra debug logging when reading/parsing latency matrix
diogo464
2025-10-14
1
-0
/
+8
*
feat: write timestamp to signal file
diogo464
2025-09-18
1
-4
/
+22
*
remove existing containers on net up/down
diogo464
2025-08-23
1
-5
/
+10
*
fixed docker repeated docker pull
diogo464
2025-08-18
1
-2
/
+10
*
pull container image only once per machine
diogo464
2025-08-18
1
-1
/
+3
*
added the --matrix-wrap flag
diogo464
2025-08-18
1
-9
/
+24
*
added clean command
diogo464
2025-08-11
1
-0
/
+20
*
improved container wait reliability with timeouts/retries
diogo464
2025-08-08
1
-3
/
+9
*
doubled tcp max orphan limit
diogo464
2025-08-08
1
-0
/
+3
*
only print last 500 lines of logs on container failure
diogo464
2025-08-08
1
-1
/
+1
*
fix: increase arp cache table size
diogo464
2025-08-07
1
-0
/
+5
*
disabled conntrack on 10.0.0.0/8 packets
diogo464
2025-08-07
1
-0
/
+15
*
fixed dmesg logs from tc
diogo464
2025-08-07
1
-1
/
+1
*
added --interleave flag to oar-p2p net show
diogo464
2025-08-02
1
-2
/
+23
*
added basic retry logic to the machine_containers_wait function
diogo464
2025-07-24
1
-1
/
+17
*
added ConnectionAttempts ssh option
diogo464
2025-07-24
1
-1
/
+5
*
replaced scp with rsync
diogo464
2025-07-24
1
-21
/
+13
*
added concurrency limit via OAR_P2P_CONCURRENCY_LIMIT
diogo464
2025-07-23
1
-30
/
+20
*
feat: added oar job id inference
diogo464
2025-07-22
1
-2
/
+15
*
fixed address listing on machines with no addresses
diogo464
2025-07-17
1
-1
/
+1
*
improved cli help text
diogo464
2025-07-17
1
-0
/
+62
*
added custom signals to run subcommand
diogo464
2025-07-13
1
-14
/
+27
*
feat: add benchmark startup analysis tools and improve demo.sh
diogo464
2025-07-11
1
-0
/
+28
*
fix: correct shell redirection syntax from 2>1 to 2>&1
diogo464
2025-07-11
1
-1
/
+1
*
feat: add logging for scp command output
diogo464
2025-07-11
1
-0
/
+9
*
feat: create output directory if it doesn't exist in run command
diogo464
2025-07-11
1
-0
/
+8
*
fix: add error handling for latency matrix dimension check
diogo464
2025-07-11
1
-4
/
+12
*
fixed log copying
diogo464
2025-07-11
1
-1
/
+1
*
fixed env var quoting when setting container variables
diogo464
2025-07-11
1
-0
/
+2
*
fixed reading schedule from stdin
diogo464
2025-07-11
1
-4
/
+9
*
added addr allocation policy
diogo464
2025-07-11
1
-16
/
+48
*
fixed net container build
diogo464
2025-07-11
1
-1
/
+3
*
cargo clippy --fix
diogo464
2025-07-10
1
-15
/
+13
*
clean enough for now
diogo464
2025-07-10
1
-320
/
+187
*
it works, now needs cleanup
diogo464
2025-07-10
1
-39
/
+793
*
rust init snapshot
diogo464
2025-07-09
1
-0
/
+252
*
Convert from Rust to Python project with uv support
diogo464
2025-06-29
1
-133
/
+0
*
Add P2P network setup script with interface and latency configuration
diogo464
2025-06-27
1
-2
/
+4
*
Add OAR job management and IP address allocation
diogo464
2025-06-27
1
-2
/
+123
*
init
diogo464
2025-06-27
1
-0
/
+10