Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Undef PACKAGE_BUG/URL of strongSwan before including ruby variants | Martin Willi | 2009-12-08 | 1 | -0/+1 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -46/+46 |
| | |||||
* | Automatically build (and install) the DUMM Ruby extension. | Tobias Brunner | 2009-05-20 | 1 | -0/+1 |
| | |||||
* | ruby bindings for template enumerator | Martin Willi | 2009-05-11 | 1 | -0/+19 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | added Dumm.method_missing, allows direct invocation of guests/bridges | Martin Willi | 2009-04-07 | 1 | -4/+24 |
| | |||||
* | use safe each() implementations, allowing delete() in block | Martin Willi | 2009-04-07 | 1 | -28/+35 |
| | | | | implement Client.reset() in ruby | ||||
* | added a reset() method to Dumm and each client | Martin Willi | 2009-04-07 | 1 | -17/+48 |
| | | | | identation cleanups | ||||
* | added a guest.mconsole() method to script mconsole (e.g. add additional conX=) | Martin Willi | 2008-10-15 | 1 | -0/+17 |
| | |||||
* | set guest-specific kernel parameters | Martin Willi | 2008-10-10 | 1 | -5/+2 |
| | | | | removed memory setting, use mem= instead | ||||
* | * allow to load templates from arbitrary places | Tobias Brunner | 2008-08-28 | 1 | -16/+6 |
| | | | | * changed implementation of guest?/iface? | ||||
* | * guest#running? | Tobias Brunner | 2008-08-27 | 1 | -11/+75 |
| | | | | | | * guest?, iface? (also Guest.include? resp. guest.include?) * easy accessors for guests and ifaces (Guest.sun instead of Guest["sun"] and guest.eth0 instead of guest["eth0"]) * if a block is given for iface#add or iface#del then the change is only temporary while executing the block and gets reverted afterwards | ||||
* | * ruby extension extracted from irdumm | Tobias Brunner | 2008-08-07 | 1 | -0/+582 |
* guests do not shutdown anymore on SIGINT in irb |