| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | testbeds: Fix invalid container names | Sander Vrijders | 2018-05-29 | 1 | -3/+3 |
* | doc: Add note on generation of documentation | Sander Vrijders | 2018-05-28 | 1 | -2/+3 |
* | rlite: change repo to gitlab/arcfire/rlite | Marco Capitani | 2018-05-28 | 2 | -2/+2 |
* | elements: Fix bad docstring | Sander Vrijders | 2018-05-24 | 1 | -1/+1 |
* | doc: Change copyright to license | Sander Vrijders | 2018-05-24 | 3 | -1/+8 |
* | elements: Add exporting of DIF graphs | Sander Vrijders | 2018-05-15 | 1 | -36/+112 |
* | elements: Add exporting connectivity graph to PDF | Sander Vrijders | 2018-05-14 | 2 | -4/+64 |
* | rumba: Reconnect SSH in case of SIGPIPE | Sander Vrijders | 2018-05-14 | 2 | -30/+49 |
* | elements: Allow exporting to DMS YAML | Sander Vrijders | 2018-05-09 | 2 | -0/+27 |
* | Merge branch 'master' into testing | Sander Vrijders | 2018-05-09 | 2 | -53/+124 |
|\ |
|
| * | storyboard: fix Event calling get_e_id always | Marco Capitani | 2018-05-09 | 2 | -53/+124 |
* | | Merge branch 'master' into testing | Sander Vrijders | 2018-05-08 | 6 | -17/+51 |
|\| |
|
| * | elements: Experiment: add missing dt_strategy argument | Vincenzo Maffione | 2018-05-08 | 2 | -6/+14 |
| * | elements: Experiment: add missing enrollment_strategy argument | Vincenzo Maffione | 2018-05-08 | 4 | -8/+21 |
| * | tools: update democonf2rumba | Marco Capitani | 2018-05-03 | 2 | -7/+20 |
* | | testbeds: Add support for Instageni | Dimitri Staessens | 2018-05-08 | 1 | -1/+4 |
|/ |
|
* | fix for ssh not taking root into account | Marco Capitani | 2018-05-03 | 1 | -10/+5 |
* | storyboard: add as_root in server and client | Marco Capitani | 2018-04-27 | 2 | -9/+25 |
* | Merge branch 'master' into testing | Sander Vrijders | 2018-04-25 | 1 | -5/+8 |
|\ |
|
| * | experimentation: Fixed ordering of DT-flows | Nick Aerts | 2018-04-24 | 1 | -5/+8 |
* | | examples: Make scalingtime.py more generic | Sander Vrijders | 2018-04-25 | 4 | -15/+129 |
* | | prototypes: Change registration to IPCP | Sander Vrijders | 2018-04-25 | 1 | -4/+12 |
|/ |
|
* | topology: accept float as delay parameter | Marco Capitani | 2018-04-24 | 1 | -2/+2 |
* | storyboard: parse action arg as int before parsing as float | Marco Capitani | 2018-04-24 | 1 | -10/+16 |
* | rumba: Update copyright on license headers | Sander Vrijders | 2018-04-23 | 29 | -65/+108 |
* | topology: fix rate-limiting using class-based Qdiscs and HTB | Eduard | 2018-04-23 | 1 | -18/+25 |
* | model: add parameter for not adding default cubes | Marco Capitani | 2018-04-12 | 2 | -8/+17 |
* | model & irati: add QOS cubes | Marco Capitani | 2018-04-12 | 5 | -65/+190 |
* | examples: fix several small issues (import log and sb.generate) | Marco Capitani | 2018-04-05 | 3 | -0/+4 |
* | testbeds: remove `Testbed.swap_in` call in _swap_in | Marco Capitani | 2018-04-05 | 3 | -6/+0 |
* | irati: add app_mappings argument to experiment | Marco Capitani | 2018-04-05 | 1 | -6/+18 |
* | doc: Update docs with feedback from Miguel | Sander Vrijders | 2018-04-05 | 3 | -13/+27 |
* | examples: Import log in snake example | Dimitri Staessens | 2018-04-05 | 1 | -0/+1 |
* | qemu: fix failure when there is no id_rsa.pub | Marco Capitani | 2018-04-04 | 1 | -9/+23 |
* | Rumba version 0.8 | Sander Vrijders | 2018-03-29 | 1 | -1/+1 |
* | doc: Reorganize documentation | Sander Vrijders | 2018-03-29 | 7 | -15/+57 |
* | model: split model into two files | Marco Capitani | 2018-03-29 | 5 | -1342/+1468 |
* | doc: Change theme to Read the Docs | Sander Vrijders | 2018-03-29 | 4 | -2/+12 |
* | doc: Update index.rst with mailing list and chat | Sander Vrijders | 2018-03-29 | 1 | -0/+7 |
* | doc: Restructure table of contents | Sander Vrijders | 2018-03-29 | 5 | -32/+34 |
* | storyboard: add/format docstrings | Marco Capitani | 2018-03-29 | 7 | -202/+550 |
* | model: Add docstrings to model | Sander Vrijders | 2018-03-28 | 10 | -95/+250 |
* | testbeds, prototypes, model: Add docstrings | Sander Vrijders | 2018-03-28 | 13 | -58/+190 |
* | rumba: Add Rumba documentation website | Sander Vrijders | 2018-03-28 | 23 | -237/+389 |
* | model: make link quality changes scriptable | Marco Capitani | 2018-03-28 | 3 | -8/+143 |
* | qemu: put ~/.ssh/id_rsa.pub into VM's authorized_keys | Marco Capitani | 2018-03-28 | 1 | -1/+11 |
* | storyboard: fix in fetch_logs | Marco Capitani | 2018-03-28 | 1 | -9/+1 |
* | model: fix case where no quality is provided | Marco Capitani | 2018-03-27 | 1 | -2/+13 |
* | linkquality: added link_quality to add delay, loss and rate limit to link | Nick Aerts | 2018-03-27 | 6 | -36/+211 |
* | Merge branch 'master' into testing | Sander Vrijders | 2018-03-27 | 2 | -4/+10 |
|\ |
|