Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / python /
2014-05-04 Giuseppe LettieriMerge branch 'mainstream'
2014-04-28 Dave TuckerPython Logging Formatting Improvements
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-04 Ben Pfaffovsdb: Remove SPECS in favor of referring to RFC 7047.
2014-04-01 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-03-09 Giuseppe LettieriMerge branch 'mainstream'
2014-02-26 YAMAMOTO Takashisocket-util: Fix set_dscp for IPv6
2014-02-10 Giuseppe LettieriMerge branch 'mainstream'
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2014-02-04 Giuseppe LettieriMerge branch 'mainstream'
2014-01-24 Gurucharan Shettydaemon: Cleanup some functions.
2013-10-25 Giuseppe LettieriMerge branch 'mainstream'
2013-10-25 Ben Pfaffjsonrpc: Only compose message to log if it's really...
2013-10-18 YAMAMOTO Takashisocket-util: Add symlink based workaround for long...
2013-10-09 Giuseppe LettieriMerge branch 'mainstream'
2013-10-08 Ben Pfaffovsdb-idl: Remove write-only member 'commit_seqno'...
2013-09-26 Giuseppe LettieriMerge branch 'mainstream'
2013-09-17 Ben Pfaffvlog: Fix formatting of milliseconds in Python log...
2013-09-15 Giuseppe LettieriMerge branch 'mainstream'
2013-09-13 Paul Ingramvlog: Report timestamps in millisecond resolution in...
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-06-05 Andy HillFix misspellings in comments and docs.
2013-04-18 Alex Wangpython: fix a typo error in python/ovs/socket_util.py.
2013-04-16 YAMAMOTO Takashipython/ovs/poller.py: workaround an eventlet bug
2013-04-08 Ben Pfaffpython.ovs.db.idl: Fix Row.delete() of a row already...
2013-04-05 Romain Lengletvlog: extend syslog format to make OVS logs easier...
2013-04-04 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2013-04-03 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-03-06 Ben Pfaffovsdb-idlc: Make no-op writes to write-only columns...
2013-02-28 Andy Zhoupython: Do not include time stamp in syslog messages.
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-11 Pavithra Rameshstream-unix: Use rundir as root for relative paths.
2013-02-04 Ben Pfaffpython/ovs/db/types: Fix English grammar for enums...
2013-01-24 Giuseppe LettieriMerge branch 'mainstream'
2013-01-16 James Pagepython: Workaround UNIX socket path length limits
2013-01-16 Giuseppe LettieriMerge branch 'mainstream'
2012-12-16 Giuseppe LettieriMerge branch 'hotfix' into make-improv
2012-12-13 Ben Pfaffdaemon: Start monitor process, not daemon process,...
2012-11-22 Ben Pfaffpython/ovs/stream: Fix Stream.connect() retval for...
2012-11-20 Ben Pfaffsocket-util: Remove get_socket_error().
2012-11-20 Ben Pfaffsocket-util: Avoid using SO_ERROR.
2012-11-20 Ben Pfaffpython/ovs/socket_util: Fix error path in set_nonblocking.
2012-11-19 FUJITA Tomonoridon't use select.POLL* constants
2012-10-29 Giuseppe LettieriMerge branch 'mainstream'
2012-10-17 Isaku Yamahatastream.py: un-decorator Stream.register_method
2012-10-17 Reid Pricestream.py: Don't use class decorators.
2012-10-16 Isaku Yamahatapython/ovs/socket_util: don't use Exception, but ValueError
2012-10-15 Isaku Yamahatapython/ovs/stream: teach stream.py tcp socket
2012-10-15 Isaku Yamahatapython/ovs/socket_util: add tcp related helper function...
2012-09-27 Isaku Yamahatapython/ovs/db/idl: getattr(Row) raises TypeError, not...
2012-09-24 Giuseppe LettieriMerge branch 'mainstream'
2012-09-18 Ben Pfaffjsonrpc: Fix Python implementation of inactivity logic.
2012-09-13 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2012-09-13 Isaku Yamahatapython/ovs/db/idl.py: Transaction._substitute doesn...
2012-09-13 Isaku Yamahatapython/ovs/db/idl: make SchemaHelper accept schema...
2012-09-13 Isaku Yamahatapython/ovs/db/idl: add counterpart of ovsdb_idl_add_table()
2012-09-12 Isaku Yamahatapython/ovs: socket_util uses select.poll
2012-09-07 Ben Pfaffjsonrpc: Treat receiving part of a message as activity.
2012-09-07 Ben Pfaffjsonrpc: Treat draining data from send queue as activity.
2012-09-07 Ben Pfaffreconnect: Rename reconnect_received() to reconnect_act...
2012-09-05 Isaku Yamahatapython/ovs/poller: use select.select instead of select...
2012-09-05 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-05 Giuseppe LettieriMerge branch 'forward-port'
2012-08-30 Giuseppe LettieriMerge branch 'master' into forward-port
2012-08-03 Ben Pfaffdirs: dbdir default must be based on sysconfdir.
2012-08-02 Mehak MahajanFix a typo in commit f973f2af2.
2012-08-01 Ben PfaffMake the location of the database separately configurable.
2012-07-25 Justin PettitFix "*tivty" typos.
2012-07-02 Ben Pfaffpython: Call 'wait' methods correctly in jsonrpc and...
2012-07-02 Ansis Attekaovs-l3ping: A new test utility that allows to detect...
2012-07-02 Arun SharmaPython daemons: Changed log date time format.
2012-06-14 Ethan Jacksonlib: Utilize smaps in the idl.
2012-05-22 Ben Pfaffpython: Implement "vlog/set", "vlog/list" unixctl comma...
2012-05-22 Ben Pfaffpython: Implement "vlog/reopen" unixctl command in...
2012-05-22 Ben Pfaffpython: Break unixctl implementation into registry...
2012-05-22 Ben PfaffUse PYTHONDONTWRITEBYTECODE=yes for invoking Python...
2012-05-22 Ben PfaffFix typo in "PYTHONPATH".
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-26 Ben Pfaffjson: Correct position tracking in JSON parser implemen...
2012-04-18 Ansis Attekaovs-test: Enhancements to the ovs-test tool
2012-04-12 Ethan Jacksonstream: By default disable probing on unix sockets.
2012-04-12 Ethan Jacksonpython: Honor zero probe interval in reconnect.py
2012-04-12 Ben Pfaffovsdb-idl: Improve documentation.
2012-04-12 Ben Pfaffovsdb-idl: Improve ovsdb_idl_txn_increment() interface.
2012-04-12 Ben Pfaffovsdb-idl: Simplify transaction retry.
2012-03-31 Ethan Jacksonunixctl.py: Allow callers to manually set unixctl version.
2012-03-19 Ben Pfaffconfigure: Remove --with-build-number.
2012-03-12 Ben Pfaffpython: Fix "make distcheck" error on version.py.
2012-03-12 Ben Pfaffovsdb-doc: Use minus sign in negative numbers in nroff...
2012-03-09 Ethan Jacksonidl: Convert python daemons to utilize SchemaHelper.
2012-03-08 Ethan Jacksonpython: Make build number format consistent with C.
2012-03-08 Ben Pfaffstream-unix: Do not bind a name for client sockets.
2012-03-08 Ben Pfaffpython socket_util: Use correct fatal_signal function...
2012-03-08 Ben Pfaffpython socket_util: Don't try to unbind None bind_path.
2012-03-02 Ethan Jacksonpython: Implement new SchemaHelper class.
2012-03-02 Ethan Jacksonpython: Port unixctl to Python.
2012-03-02 Ethan Jacksonpython: Add ovs_error() helper function to Python.
2012-03-02 Ethan Jacksonpython: New method to retrieve OVS version at runtime.
2012-03-02 Ethan Jacksontests: Add code coverage for Python.
next