index
:
opendc.git
master
The OpenDC repository.
Mateusz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
opendc-core
/
src
/
main
Age
Commit message (
Expand
)
Author
2019-05-15
feat: Add initial version of OpenDC simulation model
Fabian Mastenbroek
2019-05-06
refactor: Introduce initial API design for 2.x
Fabian Mastenbroek
2018-07-19
refactor: Improve exception handling in processes (#29)
Fabian Mastenbroek
2018-04-22
feat(#12): Buffer instrumentation measurements
Fabian Mastenbroek
2018-04-22
feat(#12): Allow closing of instrument streams
Fabian Mastenbroek
2018-02-23
feat(#12): Implement Instrumentation API in Omega kernel
Fabian Mastenbroek
2018-02-23
feat(#11): Create Instrumentation API
Fabian Mastenbroek
2018-02-19
refactor(#18): Simplify Context interface
Fabian Mastenbroek
2018-02-19
refactor(#18): Refactor unused transformation receive methods
Fabian Mastenbroek
2018-02-18
refactor(#18): Provide access to process context in nested calls
Fabian Mastenbroek
2018-02-16
refactor(#18): Provide access to latest sender
Fabian Mastenbroek
2018-02-14
refactor(#18): Create distinction between kernel and simulation
Fabian Mastenbroek
2018-02-12
refactor(#18): Align formatting with official Kotlin Style Guide
Fabian Mastenbroek
2018-01-11
refactor(#18): Redesign core simulation API
Fabian Mastenbroek
2017-10-24
bug(#3): Add timeout for experiments
Fabian Mastenbroek
2017-09-28
Implement JPA integration
Fabian Mastenbroek
2017-09-24
Allow listening to changes of topology
Fabian Mastenbroek
2017-09-24
Allow mutation of topology during simulation
Fabian Mastenbroek
2017-09-21
Create simple datacenter experiment
Fabian Mastenbroek
2017-09-20
Allow suspendable processing of message envelopes
Fabian Mastenbroek
2017-09-20
Add support for timeouts on receive calls
Fabian Mastenbroek
2017-09-20
Improve simulation time management
Fabian Mastenbroek
2017-09-18
Refactor and split up code base
Fabian Mastenbroek
2017-09-08
Make edges a property of a node
Fabian Mastenbroek
2017-09-08
Remove obsolete messaging classes
Fabian Mastenbroek
2017-09-08
Allow easier construction of graph via TopologyBuilder
Fabian Mastenbroek
2017-09-08
Refactor default Simulator implementation
Fabian Mastenbroek
2017-09-06
Implement time jumps to next event
Fabian Mastenbroek
2017-09-06
Move default Simulator into own package
Fabian Mastenbroek
2017-09-06
Rename kernel package to simulator
Fabian Mastenbroek
2017-09-06
Separate Simulator interface and implementation
Fabian Mastenbroek
2017-09-05
Rename sleep() to wait()
Fabian Mastenbroek
2017-09-05
Fix bug in helper methods in Node
Fabian Mastenbroek
2017-09-05
Provide Set interface for Topology
Fabian Mastenbroek
2017-09-04
Move simulation kernels into topology entities
Fabian Mastenbroek
2017-09-01
Add notion of initial states of entities
Fabian Mastenbroek
2017-09-01
Finish basic implementation of simulator
Fabian Mastenbroek
2017-08-10
Start implementation of new architecture
Fabian Mastenbroek
2017-08-08
Add job identifier and name
Fabian Mastenbroek
2017-08-08
Rename data center to datacenter
Fabian Mastenbroek
2017-08-08
Fix copyright headers and license
Fabian Mastenbroek
2017-08-08
Create initial architecture
Fabian Mastenbroek