Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use rb_errinfo() instead of ruby_errinfo for Ruby 1.9 | Tobias Brunner | 2012-12-10 | 1 | -0/+4 |
| | |||||
* | Undef PACKAGE_BUG/URL of strongSwan before including ruby variants | Martin Willi | 2009-12-08 | 1 | -0/+2 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -3/+3 |
| | |||||
* | * ruby extension extracted from irdumm | Tobias Brunner | 2008-08-07 | 1 | -560/+2 |
| | | | | * guests do not shutdown anymore on SIGINT in irb | ||||
* | exec on a guest now returns the return value of the executed process | Tobias Brunner | 2008-07-31 | 1 | -3/+4 |
| | |||||
* | the list of addresses on the interface of a guest is not cached anymore, but ↵ | Tobias Brunner | 2008-07-30 | 1 | -1/+6 |
| | | | | queried directly from the interface | ||||
* | * Guest#exec uses the new exec_str function | Tobias Brunner | 2008-07-30 | 1 | -48/+7 |
| | | | | * tab completion in irdumm enabled | ||||
* | using gnome-terminal in irdumm | Martin Willi | 2008-07-28 | 1 | -1/+2 |
| | |||||
* | loading ruby scripts specified at command line | Martin Willi | 2008-07-09 | 1 | -3/+18 |
| | |||||
* | ruby bindings/fixes for template loading | Martin Willi | 2008-07-09 | 1 | -6/+29 |
| | |||||
* | passing a block to guest.exec() processes output lines | Martin Willi | 2008-07-09 | 1 | -4/+73 |
| | |||||
* | uml "exec" writes stdout/stderr back to mconsole | Martin Willi | 2008-07-08 | 1 | -2/+6 |
| | | | | | guest->exec() accepts a callback for output sligtly refactored mconsole.c | ||||
* | guest interface/address management using hackish mconsole exec patch, ruby ↵ | Martin Willi | 2008-07-07 | 1 | -0/+73 |
| | | | | bindings | ||||
* | throwing proper exeptions on errors, correct return values | Martin Willi | 2008-07-04 | 1 | -25/+28 |
| | | | | mixin enumerable in classes/objects with .each | ||||
* | prototype of irdumm - interactive ruby shell for dumm | Martin Willi | 2008-07-04 | 1 | -0/+465 |