git://git.onelab.eu
/
sliver-openvswitch.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅ next
netdev-bsd: Fix tx/rx stats for type=tap netdev
[sliver-openvswitch.git]
/
python
/
2011-09-23
Ben Pfaff
ovs.db.types: Always initialize ref_type attribute.
tree
|
commitdiff
2011-09-17
Ethan Jackson
daemon.py: Silence return warning.
tree
|
commitdiff
2011-09-17
Ethan Jackson
daemon.py: Don't shadow built-in 'file' variable.
tree
|
commitdiff
2011-09-16
Ethan Jackson
daemon.py: Whitespace cleanup.
tree
|
commitdiff
2011-09-15
Ben Pfaff
Mark "uninstall-local" targets phony.
tree
|
commitdiff
2011-08-25
Ben Pfaff
ovs.db.types: Remove write-only variable from constrain...
tree
|
commitdiff
2011-08-25
Ben Pfaff
python: Remove unused imports.
tree
|
commitdiff
2011-08-25
Ben Pfaff
ovs.stream: Remove unused parameter from usage().
tree
|
commitdiff
2011-08-25
Ben Pfaff
ovs.ovsuuid: Fix UUID.cInitUUID invocation of re.match...
tree
|
commitdiff
2011-08-25
Ben Pfaff
ovs.jsonrpc: Fix static method Session.open() reference...
tree
|
commitdiff
2011-08-25
Ben Pfaff
ovs.jsonrpc: Fix static method Message.__validate_arg...
tree
|
commitdiff
2011-08-25
Ben Pfaff
ovs.json: Use Exception, which exists, instead of Error...
tree
|
commitdiff
2011-08-25
Ben Pfaff
ovs.db.idl: Fix error message format arguments.
tree
|
commitdiff
2011-08-25
Ben Pfaff
ovs.daemon: Add missing format string argument.
tree
|
commitdiff
2011-08-25
Ben Pfaff
ovs.daemon: Fix name of EALREADY error.
tree
|
commitdiff
2011-08-25
Ben Pfaff
ovs.daemon: Add missing 'global' when setting _pidfile_...
tree
|
commitdiff
2011-08-25
Ben Pfaff
ovs.db.idl: Fix call to ovs.db.parser.Parser constructor.
tree
|
commitdiff
2011-08-24
Ben Pfaff
python: Use enumerate() builtin function to simplify...
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.stream: Simplify logic in Stream.wait().
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.stream: Drop Stream.get_name() since clients can...
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.stream: Use %d in place of %ld since the two are...
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.reconnect: Fix typo in documentation.
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.reconnect: Make Reconnect.Reconnect inherit from...
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.jsonrpc: Use "not X" in place of "len(X) == 0"...
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.jsonrpc: Remove Connection.get_name()--clients...
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.jsonrpc: Remove dead class variable Message.__next_id.
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.json: Optimize __dump_string().
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.fatal_signal: Remove unnecessary "global" statement.
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.fatal_signal: Reorder definitions to be more easily...
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.db.types: Introduce DEFAULT_MIN, DEFAULT_MAX as...
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.db.types: Use toAtomicType() instead of open-coding it.
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.db.types: Simplify code to avoid try/except case.
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.db.types: Use .append instead of += for adding...
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.db.schema: Factor common checks for identifiers...
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.db.parser: Simplify code.
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.db.idl: Use top-level class to represent IDL rows.
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.db.idl: Actually use Idl.__modify_row()'s return...
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.db.idl: Improve error reporting for bad <row-update>s.
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovsdb-data: Simplify converting an OVSDB datum to JSON...
tree
|
commitdiff
2011-08-24
Ben Pfaff
daemon: Stylistic improvement for __read_pidfile in...
tree
|
commitdiff
2011-08-24
Ben Pfaff
daemon: Correct comment in Python implementation.
tree
|
commitdiff
2011-08-24
Ben Pfaff
python: Avoid using 'tuple' as a variable name.
tree
|
commitdiff
2011-08-24
Ben Pfaff
python: Avoid using 'type' as a variable name.
tree
|
commitdiff
2011-08-24
Ben Pfaff
python: Take advantage of Python "x < y < z" syntax.
tree
|
commitdiff
2011-08-24
Ben Pfaff
python: Avoid lots of \" in quoted strings by using...
tree
|
commitdiff
2011-08-24
Ben Pfaff
python: Join a list of strings instead of concatenating...
tree
|
commitdiff
2011-08-24
Ben Pfaff
python: Use getattr() and setattr() instead of __dict__.
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.db.data: Fix bugs in Atom.is_default() and Datum...
tree
|
commitdiff
2011-08-24
Ben Pfaff
ovs.stream: Fix logic bug in Stream.connect().
tree
|
commitdiff
2011-07-06
Ben Pfaff
python: Make invalid UTF-8 sequence messages consistent...
tree
|
commitdiff
2011-06-14
Ben Pfaff
python: Fix "make install" on systems without Python.
tree
|
commitdiff
2011-06-06
Ben Pfaff
python ovsdb: Fix one style inconsistency.
tree
|
commitdiff
2011-06-06
Ben Pfaff
ovsdb: Implement table uniqueness constraints ("indexes").
tree
|
commitdiff
2011-05-24
Ben Pfaff
tests: Fix the two Python XFAIL tests.
tree
|
commitdiff
2011-04-04
Ben Pfaff
daemon: Avoid races on pidfile creation.
tree
|
commitdiff
2011-04-04
Ben Pfaff
daemon: Integrate checking for an existing pidfile...
tree
|
commitdiff
2011-04-04
Ben Pfaff
daemon: Tolerate EINTR in fork_and_wait_for_startup().
tree
|
commitdiff
2011-03-31
Ben Pfaff
ovsdb: Force strong references to non-root tables to...
tree
|
commitdiff
2011-03-29
Ben Pfaff
daemon: Avoid redundant code in already_running().
tree
|
commitdiff
2011-03-29
Ben Pfaff
daemon: Write "already running" message to log also.
tree
|
commitdiff
2011-03-15
Andrew Evans
reconnect.py: Fix Python 2.4 compatibility break.
tree
|
commitdiff
2011-03-14
Andrew Evans
ovsdb-server: Report time since last connect and discon...
tree
|
commitdiff
2011-03-10
Ben Pfaff
ovsdb: Implement garbage collection.
tree
|
commitdiff
2011-03-10
Ben Pfaff
ovsdb-idlc: Initialize refType in IDL reference columns...
tree
|
commitdiff
2011-03-10
Ben Pfaff
python/ovs/ovsuuid: Fix behavior of UUID.from_json...
tree
|
commitdiff
2011-03-10
Andrew Evans
reconnect: Rename CONNECT_IN_PROGRESS state to CONNECTI...
tree
|
commitdiff
2011-03-10
Andrew Evans
reconnect: Track last-disconnected time.
tree
|
commitdiff
2011-02-22
Justin Pettit
jsonrpc.py: Import "ovs.json".
tree
|
commitdiff
2011-01-12
Ben Pfaff
python: Use os.path.basename instead of open-coding it.
tree
|
commitdiff
2011-01-04
Ethan Jackson
python: properly initialize string length on 64bit...
tree
|
commitdiff
2010-12-27
Ben Pfaff
Implement database schema versioning.
tree
|
commitdiff
2010-11-30
Ben Pfaff
Make installation directories overridable at runtime.
tree
|
commitdiff
2010-11-02
Ben Pfaff
ovsdb: Fix formatting of ovs.db.Error on Python 2.6.
tree
|
commitdiff
2010-09-23
Ethan Jackson
xenserver: monitor-external-ids should run with --monitor
tree
|
commitdiff
2010-09-23
Ben Pfaff
daemon: Fix behavior of read_pidfile() for our own...
tree
|
commitdiff
2010-09-18
Ethan Jackson
python: timer_wait_until calculated current time incorr...
tree
|
commitdiff
2010-09-17
Ben Pfaff
ovsdb-doc: Be less explicit in ovs-vswitchd.conf.db(5).
tree
|
commitdiff
2010-08-26
Ben Pfaff
xenserver: Add type-checking to monitor-external-ids...
tree
|
commitdiff
2010-08-25
Ben Pfaff
Implement initial Python bindings for Open vSwitch...
tree
|
commitdiff