aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2012-12-13daemon: Start monitor process, not daemon process, in new session.Ben Pfaff
2012-11-21python/ovs/stream: Fix Stream.connect() retval for incomplete connection.Ben Pfaff
2012-10-17stream.py: un-decorator Stream.register_methodIsaku Yamahata
2012-10-16stream.py: Don't use class decorators.Reid Price
2012-10-16python/ovs/socket_util: don't use Exception, but ValueErrorIsaku Yamahata
2012-10-15python/ovs/stream: teach stream.py tcp socketIsaku Yamahata
2012-10-15python/ovs/socket_util: add tcp related helper functions which will be used b...Isaku Yamahata
2012-09-27python/ovs/db/idl: getattr(Row) raises TypeError, not AttributeError.Isaku Yamahata
2012-09-18jsonrpc: Fix Python implementation of inactivity logic.Ben Pfaff
2012-09-12python/ovs/db/idl.py: Transaction._substitute doesn't handle list/tupleIsaku Yamahata
2012-09-12python/ovs/db/idl: make SchemaHelper accept schema in json formIsaku Yamahata
2012-09-12python/ovs/db/idl: add counterpart of ovsdb_idl_add_table()Isaku Yamahata
2012-09-12python/ovs: socket_util uses select.pollIsaku Yamahata
2012-09-07jsonrpc: Treat receiving part of a message as activity.Ben Pfaff
2012-09-07jsonrpc: Treat draining data from send queue as activity.Ben Pfaff
2012-09-07reconnect: Rename reconnect_received() to reconnect_activity().Ben Pfaff
2012-09-05python/ovs/poller: use select.select instead of select.poll.Isaku Yamahata
2012-08-03dirs: dbdir default must be based on sysconfdir.Ben Pfaff
2012-08-01Fix a typo in commit f973f2af2.Mehak Mahajan
2012-08-01Make the location of the database separately configurable.Ben Pfaff
2012-07-25Fix "*tivty" typos.Justin Pettit
2012-07-02python: Call 'wait' methods correctly in jsonrpc and stream code.Ben Pfaff
2012-07-02ovs-l3ping: A new test utility that allows to detect L3 tunneling issuesAnsis Atteka
2012-07-02Python daemons: Changed log date time format.Arun Sharma
2012-06-14lib: Utilize smaps in the idl.Ethan Jackson
2012-05-22python: Implement "vlog/set", "vlog/list" unixctl commands in Python vlog.Ben Pfaff
2012-05-22python: Implement "vlog/reopen" unixctl command in Python vlog.Ben Pfaff
2012-05-22python: Break unixctl implementation into registry, client, and server.Ben Pfaff
2012-05-22Use PYTHONDONTWRITEBYTECODE=yes for invoking Python for build or test.Ben Pfaff
2012-05-22Fix typo in "PYTHONPATH".Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-26json: Correct position tracking in JSON parser implementations.Ben Pfaff
2012-04-18ovs-test: Enhancements to the ovs-test toolAnsis Atteka
2012-04-12stream: By default disable probing on unix sockets.Ethan Jackson
2012-04-12python: Honor zero probe interval in reconnect.pyEthan Jackson
2012-04-12ovsdb-idl: Improve documentation.Ben Pfaff
2012-04-12ovsdb-idl: Improve ovsdb_idl_txn_increment() interface.Ben Pfaff
2012-04-12ovsdb-idl: Simplify transaction retry.Ben Pfaff
2012-03-31unixctl.py: Allow callers to manually set unixctl version.Ethan Jackson
2012-03-19configure: Remove --with-build-number.Ben Pfaff
2012-03-12python: Fix "make distcheck" error on version.py.Ben Pfaff
2012-03-12ovsdb-doc: Use minus sign in negative numbers in nroff output.Ben Pfaff
2012-03-09idl: Convert python daemons to utilize SchemaHelper.Ethan Jackson
2012-03-07python: Make build number format consistent with C.Ethan Jackson
2012-03-07stream-unix: Do not bind a name for client sockets.Ben Pfaff
2012-03-07python socket_util: Use correct fatal_signal function on error path.Ben Pfaff
2012-03-07python socket_util: Don't try to unbind None bind_path.Ben Pfaff
2012-03-02python: Implement new SchemaHelper class.Ethan Jackson
2012-03-02python: Port unixctl to Python.Ethan Jackson
2012-03-02python: Add ovs_error() helper function to Python.Ethan Jackson