Setting tag util-vserver-pl-0.4-29
[util-vserver-pl.git] / python /
2013-03-09 Stephen Soltesztrim capability prefix to allow setting single bit
2012-08-28 Andy BavierPort fix for IPv6 segfault from 0.3 branch
2012-07-18 Thierry Parmentelatfix remaining import of bwlimit
2012-07-18 Thierry Parmentelatremove bwlimit from this module, now in plnode-utils
2011-05-12 Stephen SolteszAdd isolated_loopback support in vservers at creation...
2011-01-27 Andy BavierFixes for non-eth0 devices
2010-10-12 S.Çağlar OnurCheck ifa->ifa_addr otherwise existing TUN device cause...
2010-07-28 S.Çağlar Onurremove planetlab.* and netns.c as they are no longer...
2010-07-21 S.Çağlar Onurremove non-used function
2010-07-14 S.Çağlar Onurcreate emtpy nodev files to silent 'No device specified...
2010-07-14 S.Çağlar Onurenable set_ipaddresses_config and adapt to new scheme
2010-07-14 S.Çağlar Onuruse system-wide umask value otherwise all directories...
2010-07-08 S.Çağlar Onurand use in module
2010-07-08 S.Çağlar Onurexport VC_LIM_INFINITY
2010-07-06 S.Çağlar Onurfix setting cpu_share for slices
2010-06-21 Thierry Parmentelatsimpler yet, no need to trigger rc at all now that...
2010-06-21 Thierry Parmentelatdoes not need to trigger the initscript, nodemanager...
2010-06-18 Thierry Parmentelatredirect the output of the initscripts (rc & rc.vinit...
2010-06-17 Barış Metinadd vserver name as the last command argument
2010-06-01 Thierry Parmentelatmake python quiet on f12, import of sets is not needed...
2010-05-13 Barış Metinfix kwargs
2010-05-12 Barış Metinrun INITSCRIPTS in vservers
2010-05-10 Barış Metinmerge trellis branch to trunk.
2010-02-24 Marc Fiuczynskiinclude the exception string in the self.log
2010-02-24 Daniel Hokka ZakrissonSigh.
2010-02-24 Daniel Hokka ZakrissonDon't clean stuff up if it's already running.
2010-02-23 Daniel Hokka ZakrissonIf no limits are currently set, do nothing.
2010-01-28 S.Çağlar Onurmove the tree one level down for DRL
2010-01-22 Thierry Parmentelatfix comment
2010-01-22 Thierry Parmentelatin slices: use /var/log/nm instead of /var/log/boot.log
2010-01-21 Thierry Parmentelat(no commit message)
2010-01-21 Thierry Parmentelatlog more stuff
2009-11-12 Daniel Hokka ZakrissonLog error as well.
2009-10-28 Daniel Hokka ZakrissonFix typo.
2009-10-26 Daniel Hokka Zakrissoninfinity is greater than anything.
2009-10-24 Daniel Hokka ZakrissonOnly handle the values that translate.
2009-10-24 Daniel Hokka ZakrissonOptimize the 0.0.0.0 case, and get it working on 2...
2009-10-14 Barış Metinin bwlimit.set() do not use the global 'dev' but get...
2009-08-04 Faiyaz Ahmedsetting runlevels was set to the wrong path. FIXED
2009-07-28 Faiyaz AhmedVar is never cleaned IN the context. Fixed. THis...
2009-01-29 Faiyaz Ahmeddirty...dirty..dirty hack to get rid of r2q.
2009-01-29 Faiyaz Ahmedsupport turning off all queueing
2008-11-05 Marc Fiuczynskiadded in a 'setup' boolean argument to indicate that...
2008-09-11 Faiyaz AhmedRemove check for changes in max/min rates before runnin...
2008-08-20 Faiyaz AhmedMore convenient output of show.
2008-08-13 Daniel Hokka ZakrissonFUSE patch from Jeremy Stribling.
2008-08-01 Faiyaz AhmedPush bwmin to 1KBps. Also check running values against...
2008-07-25 Faiyaz AhmedRemove iptables rule modification. Assume rule exists...
2008-07-22 Faiyaz AhmedMANGLE and mangle are not the same.
2008-06-27 Daniel Hokka ZakrissonFix typo.
2008-06-27 Daniel Hokka ZakrissonOptimization in case the context is already running.
2008-06-26 Daniel Hokka ZakrissonIgnore ESRCH.
2008-05-08 Faiyaz AhmedCheck for file existance before blindly spawning them...
2008-04-22 Faiyaz AhmedSet name as ints, not string.
2008-04-16 Faiyaz AhmedAdded code from NodeManager.tools to close non standard...
2008-04-14 Faiyaz AhmedAdded wrapper functions to call set/getname
2008-04-14 Faiyaz AhmedUse an unused field. SYSNAME defaults to Linux which...
2008-04-14 Faiyaz Ahmedsyntax error.
2008-04-14 Faiyaz AhmedSet slice id as vcVHI_SYSNAME.
2008-03-20 Daniel Hokka ZakrissonIf it's busy, assume it's already mounted.
2008-02-26 Daniel Hokka ZakrissonCAP_NET_BIND_SERVICE is special, in all cases.
2008-01-26 Daniel Hokka ZakrissonOptimize the 0.0.0.0 case, and get it working on 2...
2008-01-21 Andy BavierClean up code for setting rlimits
2008-01-17 Andy BavierUpdate CPU token buckets of running vserver
2008-01-16 Andy BavierAllow independent setting of CPU reservation and CPU...
2007-12-14 Faiyaz Ahmedmount /proc before chroot'ing into filesystem.
2007-12-12 Thierry Parmentelatfix logging of vserver class into /var/log/nm
2007-12-12 Thierry Parmentelatlogging support in vserver.py
2007-12-12 Daniel Hokka ZakrissonFix indentation and use userspace error values.
2007-12-11 Daniel Hokka Zakrissonsetrunlevel takes a filename and a runlevel.
2007-12-11 Daniel Hokka Zakrisson__do_chroot is also called from chrootcall, which doesn...
2007-12-11 Thierry Parmentelatlooks like an obvious typo
2007-11-30 Daniel Hokka ZakrissonAdd missing file.
2007-11-30 Daniel Hokka ZakrissonSeparate the PlanetLab modifications from util-vserver