Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Migrated guest_t to INIT/METHOD macros. | Tobias Brunner | 2011-10-03 | 1 | -84/+54 |
| | |||||
* | Added support for multiple overlays to guests (replaces the template ↵ | Tobias Brunner | 2010-10-12 | 1 | -20/+27 |
| | | | | | | | functionality). Compared to a template an overlay is an arbitrary directory, not the parent directory of a directory with the guest's name. | ||||
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 1 | -8/+12 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -38/+38 |
| | |||||
* | allow "others" to read created dumm files/folders | Martin Willi | 2009-05-11 | 1 | -2/+2 |
| | |||||
* | do not purge interfaces on template load | Martin Willi | 2009-04-07 | 1 | -5/+0 |
| | |||||
* | fixed compiler warnings issued by: | Martin Willi | 2008-11-11 | 1 | -2/+13 |
| | | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking | ||||
* | set guest-specific kernel parameters | Martin Willi | 2008-10-10 | 1 | -26/+24 |
| | | | | removed memory setting, use mem= instead | ||||
* | * allow to load templates from arbitrary places | Tobias Brunner | 2008-08-28 | 1 | -1/+1 |
| | | | | * changed implementation of guest?/iface? | ||||
* | * guest#running? | Tobias Brunner | 2008-08-27 | 1 | -0/+1 |
| | | | | | | * 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 | ||||
* | run guests with some niceness | Martin Willi | 2008-08-22 | 1 | -0/+1 |
| | |||||
* | * ruby extension extracted from irdumm | Tobias Brunner | 2008-08-07 | 1 | -0/+1 |
| | | | | * guests do not shutdown anymore on SIGINT in irb | ||||
* | added an extended exec function to guests that allows to get the output of ↵ | Tobias Brunner | 2008-07-30 | 1 | -9/+99 |
| | | | | the command as string or by line. | ||||
* | fixed compiler warning | Martin Willi | 2008-07-18 | 1 | -1/+1 |
| | |||||
* | uml "exec" writes stdout/stderr back to mconsole | Martin Willi | 2008-07-08 | 1 | -5/+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/+25 |
| | | | | bindings | ||||
* | prototype of irdumm - interactive ruby shell for dumm | Martin Willi | 2008-07-04 | 1 | -1/+1 |
| | |||||
* | some stability improvements | Martin Willi | 2008-07-04 | 1 | -0/+1 |
| | |||||
* | writing guest pid to file (simplifies debugging) | Martin Willi | 2008-05-21 | 1 | -1/+20 |
| | |||||
* | prototype of dumm GUI | Martin Willi | 2008-04-28 | 1 | -76/+67 |
| | |||||
* | fixed scenario loading | Martin Willi | 2007-09-13 | 1 | -29/+6 |
| | |||||
* | simple console support through pts devices | Martin Willi | 2007-08-28 | 1 | -10/+42 |
| | |||||
* | removed Makefile from svn | Martin Willi | 2007-08-09 | 1 | -2/+6 |
| | | | | | support for scenario switching | ||||
* | usable without scenarios | Martin Willi | 2007-08-08 | 1 | -1/+35 |
| | |||||
* | cowfs is bootable now! | Martin Willi | 2007-08-06 | 1 | -8/+10 |
| | |||||
* | proper shutdown | Martin Willi | 2007-08-03 | 1 | -4/+4 |
| | | | | moved signal handler for SIGCHD and SIGHUP to dumm | ||||
* | started own cowfs implementation | Martin Willi | 2007-07-31 | 1 | -27/+21 |
| | |||||
* | bridging using libbridge | Martin Willi | 2007-07-30 | 1 | -94/+232 |
| | | | | | | rewrite of guest, does not change cwd anymore loading of created scenarios | ||||
* | properly shutdown of clients | Martin Willi | 2007-07-27 | 1 | -2/+3 |
| | |||||
* | support for killing guests properly | Martin Willi | 2007-07-27 | 1 | -4/+19 |
| | |||||
* | implemented mconsole notification to check if guest came up | Martin Willi | 2007-07-26 | 1 | -11/+48 |
| | | | | slightly modified menu commands | ||||
* | fixed tap device setup (requires open/close for each call) | Martin Willi | 2007-07-26 | 1 | -2/+2 |
| | | | | using more meaningful names for tap devices | ||||
* | added dynamic interface manipulation for guests | Martin Willi | 2007-07-25 | 1 | -15/+108 |
| | | | | management of tap devices on the host | ||||
* | checked in first draft of "Dynamic Uml Mesh Modeler" | Martin Willi | 2007-07-24 | 1 | -0/+240 |