- Dec 03, 2014
-
-
Bob Lantz authored
-
- Sep 28, 2013
-
-
Jose Pedro Oliveira authored
-
- Sep 11, 2013
-
-
Bob Lantz authored
-
- Nov 14, 2012
-
-
Brandon Heller authored
-
- Oct 29, 2012
-
-
Bob Lantz authored
-
- Oct 05, 2012
-
-
Bob Lantz authored
Fixes #70
-
- Aug 18, 2012
-
-
Bob Lantz authored
Thanks to Isaku Yamahata.
-
- Aug 06, 2012
-
-
James Page authored
-
- Aug 01, 2012
-
-
Bob Lantz authored
-
- Jul 07, 2012
- Jul 04, 2012
- Jul 02, 2012
-
-
Bob Lantz authored
-
- Mar 03, 2012
- Apr 01, 2011
-
-
Bob Lantz authored
-
- Oct 28, 2010
-
-
Bob Lantz authored
-
- May 07, 2010
-
-
Bob Lantz authored
-
- Mar 14, 2010
-
-
Bob Lantz authored
I've changed the way things work a bit: 1. netns is replaced by mnexec, a general-purpose mininet helper. 2. For interactive commands, we now use mnexec -p, which prints out the pid, so we can kill it when someone hits control-C! 3. We close file descriptors for subshells. This might save memory, but who knows. 4. We detach our subshells from the tty using mnexec -s; thus control-C should not terminate everything. 5. Given 4, mn -c is now necessary if you kill mininet.
-
- Mar 09, 2010
-
-
Bob Lantz authored
-
- Mar 05, 2010
-
-
Brandon Heller authored
-
- Feb 06, 2010
-
-
Bob Lantz authored
- some namespace conflicts due to unpep8 - fixed infinite recursion caused by removing redundant makeIntfPair
-
- Feb 05, 2010
-
-
Bob Lantz authored
'unpep8' script, which does most of the work. - topo.py is still in pep8 - not all examples work, but this is due to other issues
-
- Feb 04, 2010
-
-
Bob Lantz authored
It's possible that mn_clean is a bit easier to read; mnclean may be easier to type, however. Added variables to Makefile so that source files are listed in a single location.
-
- Jan 10, 2010
-
-
Brandon Heller authored
This required a change to logging, which now uses a singleton pattern. For all future checkins, 'make codecheck' should pass.
-
- Dec 18, 2009
-
-
Brandon Heller authored
-
Brandon Heller authored
-