index
:
opendc.git
master
The OpenDC repository.
Mateusz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
opendc-simulator
/
opendc-simulator-flow
/
src
/
test
/
kotlin
Age
Commit message (
Expand
)
Author
2024-12-06
Renamed Multiplexer to FlowDistributor (#282)
Dante Niewenhuis
2024-10-25
Rewrote the FlowEngine (#256)
Dante Niewenhuis
2024-03-05
Updated package versions, updated web server tests. (#207)
Dante Niewenhuis
2022-12-07
bug(sim/flow): Record capacity changes on idle outlets
Fabian Mastenbroek
2022-11-13
refactor: Replace use of CoroutineContext by Dispatcher
Fabian Mastenbroek
2022-11-13
refactor(sim/core): Re-implement SimulationScheduler as Dispatcher
Fabian Mastenbroek
2022-10-21
refactor(sim/flow): Remove old flow simulator
Fabian Mastenbroek
2022-10-21
feat(sim/flow): Add forwarding flow multiplexer
Fabian Mastenbroek
2022-10-21
perf(sim/flow): Add support for multi-flow stages
Fabian Mastenbroek
2022-10-06
build: Switch to Spotless for formatting
Fabian Mastenbroek
2022-10-06
style: Eliminate use of wildcard imports
Fabian Mastenbroek
2022-10-05
refactor(sim/core): Rename runBlockingSimulation to runSimulation
Fabian Mastenbroek
2022-10-05
refactor(sim/core): Use SimulationScheduler in coroutine dispatcher
Fabian Mastenbroek
2022-02-18
refactor(simulator): Remove delta parameter from flow callbacks
Fabian Mastenbroek
2021-10-03
feat(simulator): Expose CPU time counters directly on hypervisor
Fabian Mastenbroek
2021-10-03
perf(simulator): Make convergence callback optional
Fabian Mastenbroek
2021-10-03
refactor(simulator): Create separate callbacks for remaining events
Fabian Mastenbroek
2021-10-03
refactor(simulator): Remove capacity event
Fabian Mastenbroek
2021-10-03
refactor(simulator): Remove failure callback from FlowSource
Fabian Mastenbroek
2021-10-03
refactor(simulator): Separate push and pull flags
Fabian Mastenbroek
2021-10-03
refactor(simulator): Migrate to flow-based simulation
Fabian Mastenbroek