aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore: bump version to 0.2.5v0.2.5diogo4642025-07-112-2/+2
* feat: add benchmark startup analysis tools and improve demo.shdiogo4642025-07-116-0/+295
* chore: bump version to 0.2.4v0.2.4diogo4642025-07-112-2/+2
* fix: correct shell redirection syntax from 2>1 to 2>&1diogo4642025-07-111-1/+1
* chore: bump version to 0.2.3v0.2.3diogo4642025-07-112-2/+2
* 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
* chore: bump version to 0.2.2v0.2.2diogo4642025-07-112-2/+2
* fix: replace todo!() with bond0 interface for alakazam and kadabra machinesdiogo4642025-07-111-16/+16
* chore: bump version to 0.2.1v0.2.1diogo4642025-07-112-2/+2
* fix: add error handling for latency matrix dimension checkdiogo4642025-07-111-4/+12
* docs: update release command to push to all remotesdiogo4642025-07-111-1/+2
* chore: update Cargo.lock and add .claude directorydiogo4642025-07-112-1/+21
* chore: bump version to 0.2.0v0.2.0diogo4642025-07-111-1/+1
* updated READMEdiogo4642025-07-115-2/+109
* 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-112-16/+204
* fixed net container builddiogo4642025-07-111-1/+3
* readme wipdiogo4642025-07-111-0/+55
* removed README.md, will re-add laterdiogo4642025-07-101-48/+0
* file cleanupdiogo4642025-07-108-717/+3
* Update GitHub Actions to latest versions for 2025v0.1.0diogo4642025-07-101-4/+4
* Fix GitHub Actions: Update artifact actions to v4diogo4642025-07-101-2/+2
* Add GitHub Actions release workflow and build scriptsdiogo4642025-07-105-0/+662
* cargo clippy --fixdiogo4642025-07-103-20/+17
* clean enough for nowdiogo4642025-07-104-320/+433
* it works, now needs cleanupdiogo4642025-07-104-102/+991
* rust init snapshotdiogo4642025-07-096-0/+1301
* Optimize netfilter configuration with map-based packet markingdiogo4642025-07-011-34/+56
* Update oar_p2p_net.pydiogo4642025-07-011-5/+5
* Fix async entry point by adding synchronous wrapperdiogo4642025-06-304-2/+16
* Convert positional arguments to required long flagsdiogo4642025-06-302-13/+13
* Replace print statements with logging module and add IP outputdiogo4642025-06-291-15/+28
* Rename project to oar-p2p-netdiogo4642025-06-294-11/+11
* Convert from Rust to Python project with uv supportdiogo4642025-06-299-949/+112
* updatediogo4642025-06-291-93/+120
* Improve cleanup command error handling for better reliabilitydiogo4642025-06-271-4/+17
* Refactor P2P network configuration with modular design and NFT integrationdiogo4642025-06-272-156/+337
* Add P2P network setup script with interface and latency configurationdiogo4642025-06-273-2/+345
* Add OAR job management and IP address allocationdiogo4642025-06-274-4/+202
* Remove non-root user from Containerfilediogo4642025-06-271-7/+1
* Add containerization and build optimizationdiogo4642025-06-274-2/+56
* initdiogo4642025-06-274-0/+745