summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* daemon: Start monitor process, not daemon process, in new session.Ben Pfaff2012-12-131-2/+3
* python/ovs/stream: Fix Stream.connect() retval for incomplete connection.Ben Pfaff2012-11-211-9/+11
* socket-util: Remove get_socket_error().Ben Pfaff2012-11-201-6/+0
* socket-util: Avoid using SO_ERROR.Ben Pfaff2012-11-201-2/+16
* python/ovs/socket_util: Fix error path in set_nonblocking.Ben Pfaff2012-11-201-1/+1
* don't use select.POLL* constantsFUJITA Tomonori2012-11-193-19/+23
* stream.py: un-decorator Stream.register_methodIsaku Yamahata2012-10-171-7/+4
* stream.py: Don't use class decorators.Reid Price2012-10-161-2/+2
* python/ovs/socket_util: don't use Exception, but ValueErrorIsaku Yamahata2012-10-161-3/+3
* python/ovs/stream: teach stream.py tcp socketIsaku Yamahata2012-10-151-10/+56
* python/ovs/socket_util: add tcp related helper functions which will be used b...Isaku Yamahata2012-10-151-0/+42
* python/ovs/db/idl: getattr(Row) raises TypeError, not AttributeError.Isaku Yamahata2012-09-271-0/+3
* jsonrpc: Fix Python implementation of inactivity logic.Ben Pfaff2012-09-181-14/+14
* python/ovs/db/idl.py: Transaction._substitute doesn't handle list/tupleIsaku Yamahata2012-09-121-0/+2
* python/ovs/db/idl: make SchemaHelper accept schema in json formIsaku Yamahata2012-09-121-7/+16
* python/ovs/db/idl: add counterpart of ovsdb_idl_add_table()Isaku Yamahata2012-09-121-0/+13
* python/ovs: socket_util uses select.pollIsaku Yamahata2012-09-122-3/+4
* jsonrpc: Treat receiving part of a message as activity.Ben Pfaff2012-09-071-0/+14
* jsonrpc: Treat draining data from send queue as activity.Ben Pfaff2012-09-071-1/+11
* reconnect: Rename reconnect_received() to reconnect_activity().Ben Pfaff2012-09-072-15/+16
* python/ovs/poller: use select.select instead of select.poll.Isaku Yamahata2012-09-051-2/+61
* dirs: dbdir default must be based on sysconfdir.Ben Pfaff2012-08-033-14/+52
* Fix a typo in commit f973f2af2.Mehak Mahajan2012-08-011-1/+1
* Make the location of the database separately configurable.Ben Pfaff2012-08-012-0/+2
* Fix "*tivty" typos.Justin Pettit2012-07-251-1/+1
* python: Call 'wait' methods correctly in jsonrpc and stream code.Ben Pfaff2012-07-022-2/+2
* ovs-l3ping: A new test utility that allows to detect L3 tunneling issuesAnsis Atteka2012-07-025-0/+407
* Python daemons: Changed log date time format.Arun Sharma2012-07-021-1/+1
* lib: Utilize smaps in the idl.Ethan Jackson2012-06-141-0/+5
* python: Implement "vlog/set", "vlog/list" unixctl commands in Python vlog.Ben Pfaff2012-05-221-19/+59
* python: Implement "vlog/reopen" unixctl command in Python vlog.Ben Pfaff2012-05-221-3/+30
* python: Break unixctl implementation into registry, client, and server.Ben Pfaff2012-05-224-76/+166
* Use PYTHONDONTWRITEBYTECODE=yes for invoking Python for build or test.Ben Pfaff2012-05-221-2/+0
* Fix typo in "PYTHONPATH".Ben Pfaff2012-05-221-1/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-0226-26/+26
* json: Correct position tracking in JSON parser implementations.Ben Pfaff2012-04-261-9/+11
* ovs-test: Enhancements to the ovs-test toolAnsis Atteka2012-04-187-109/+509
* stream: By default disable probing on unix sockets.Ethan Jackson2012-04-122-0/+16
* python: Honor zero probe interval in reconnect.pyEthan Jackson2012-04-121-2/+6
* ovsdb-idl: Improve documentation.Ben Pfaff2012-04-121-8/+108
* ovsdb-idl: Improve ovsdb_idl_txn_increment() interface.Ben Pfaff2012-04-121-14/+27
* ovsdb-idl: Simplify transaction retry.Ben Pfaff2012-04-121-12/+5
* unixctl.py: Allow callers to manually set unixctl version.Ethan Jackson2012-03-311-5/+12
* configure: Remove --with-build-number.Ben Pfaff2012-03-192-7/+2
* python: Fix "make distcheck" error on version.py.Ben Pfaff2012-03-121-6/+6
* ovsdb-doc: Use minus sign in negative numbers in nroff output.Ben Pfaff2012-03-121-12/+19
* idl: Convert python daemons to utilize SchemaHelper.Ethan Jackson2012-03-091-7/+14
* python: Make build number format consistent with C.Ethan Jackson2012-03-072-4/+7
* stream-unix: Do not bind a name for client sockets.Ben Pfaff2012-03-071-13/+5
* python socket_util: Use correct fatal_signal function on error path.Ben Pfaff2012-03-071-5/+1