Global replace of Nicira Networks.
[sliver-openvswitch.git] / python / ovs / stream.py
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-12 Ethan Jacksonstream: By default disable probing on unix sockets.
2012-03-08 Ben Pfaffstream-unix: Do not bind a name for client sockets.
2011-09-27 Ethan Jacksonpython: Upgrade to vlog.
2011-09-27 Ethan Jacksonstream.py: Make usage() function return a string.
2011-09-24 Ethan Jacksonpython: Style cleanup.
2011-08-25 Ben Pfaffpython: Remove unused imports.
2011-08-25 Ben Pfaffovs.stream: Remove unused parameter from usage().
2011-08-24 Ben Pfaffovs.stream: Simplify logic in Stream.wait().
2011-08-24 Ben Pfaffovs.stream: Drop Stream.get_name() since clients can...
2011-08-24 Ben Pfaffovs.stream: Use %d in place of %ld since the two are...
2011-08-24 Ben Pfaffpython: Avoid using 'tuple' as a variable name.
2011-08-24 Ben Pfaffovs.stream: Fix logic bug in Stream.connect().
2010-08-25 Ben PfaffImplement initial Python bindings for Open vSwitch...