summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: Document the "mutable" feature for columns.Ben Pfaff2010-10-251-1/+4
* ovsdb: Fix bug in "wait" command implementation.Ben Pfaff2010-10-051-1/+0
* Delete local copy of simplejson.Ben Pfaff2010-08-2523-4236/+1
* Implement initial Python bindings for Open vSwitch database.Ben Pfaff2010-08-255-624/+54
* ovsdbmonitor: Fix uninstall.Ben Pfaff2010-08-251-0/+4
* Fix SSL boilerplate descriptions in manpages.Ben Pfaff2010-08-192-0/+5
* Fix typos in manpages.Ben Pfaff2010-08-191-6/+9
* stream-ssl: Make changing keys and certificate at runtime reliable.Ben Pfaff2010-08-051-2/+2
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-216-12/+12
* vlog: Remove explicit calls to vlog_init().Ben Pfaff2010-07-213-3/+0
* timeval: Make time_init() static and remove calls to it.Ben Pfaff2010-07-213-3/+0
* ovsdb-idlc: Add "get" accessor functions to generated code.Ben Pfaff2010-07-121-0/+49
* ovsdb-idl: Transition to better interfaces for reading table columns.Ben Pfaff2010-07-121-0/+3
* ovsdb-idlc: Check and restore ovsdb_datum invariants when setting data.Ben Pfaff2010-07-121-0/+6
* ovsdb: Extend "monitor" to select different operations in a single table.Ben Pfaff2010-07-014-138/+298
* ovsdb-client: Fix "selects" argument to "monitor" command.Ben Pfaff2010-06-301-2/+18
* ovsdb: Document in SPECS how OVS uses JSON.Ben Pfaff2010-06-301-0/+13
* doc: Change "-" to "\-" in appropriate places.Ben Pfaff2010-06-294-36/+36
* vswitchd: Add entity-relationship diagram to ovs-vswitchd.conf.db.5.Ben Pfaff2010-06-243-6/+125
* ovsdb-server: Implement unixctl command to reconnect JSON-RPC connections.Ben Pfaff2010-06-244-0/+56
* ovsdb-idlc: Fix sizeof calculation in generated code.Ben Pfaff2010-06-231-1/+1
* ovsdb-server: Improve logging for referential integrity violations.Ben Pfaff2010-06-221-5/+10
* ovsdb-idlc: Fix warning in generated code.Ben Pfaff2010-06-171-2/+2
* Implement QoS framework.Ben Pfaff2010-06-172-55/+90
* ovs-vsctl: Support references among records at creation time.Ben Pfaff2010-06-171-1/+1
* ovsdbmonitor: Clean some more files.Ben Pfaff2010-06-171-0/+3
* ovsdbmonitor: Put temporary file in ovsdb/ovsdbmonitor directory.Ben Pfaff2010-06-171-3/+4
* ovsdb-tool: Don't wait for lockfiles on "compact" or "convert".Ben Pfaff2010-06-151-2/+2
* timeval: Use monotonic time where appropriate.Jesse Gross2010-06-081-1/+1
* Distribute files that had been overlooked.Ben Pfaff2010-05-272-0/+3
* Remove unused files from source tree.Ben Pfaff2010-05-271-37/+0
* Add some missing "#include"s.Ben Pfaff2010-05-261-0/+1
* poll-loop: New function poll_timer_wait_until().Ben Pfaff2010-05-261-1/+1
* poll-loop: Change poll_timer_wait() parameter from "int" to "long long".Ben Pfaff2010-05-261-2/+2
* Add ovsdbmonitor GUI tool by Andy Southgate, contributed by Citrix.Andy Southgate2010-05-1329-0/+3617
* ovsdb-client: Serialize columns in predictable order on "monitor" command.Ben Pfaff2010-05-071-5/+13
* ovsdb: In documentation, add commas to make large numbers easier to read.Ben Pfaff2010-05-071-4/+16
* ovsdb-idl: Add "safe" iterator macro to generated code.Ben Pfaff2010-04-301-1/+8
* ovsdb-doc: Distinguish hyphens and minus signs in nroff output.Ben Pfaff2010-04-201-4/+10
* ovsdb: Use port 6632 as a default port for database connections.Ben Pfaff2010-04-123-3/+5
* stream: Generalize stream_open_block().Ben Pfaff2010-04-121-1/+1
* ovsdb-server: Document --unixctl option.Ben Pfaff2010-04-122-0/+3
* ovsdb: Fix ovsdb-server crash when specifying nonexistent file.Ben Pfaff2010-03-241-0/+4
* ovsdb-server: Fix build when configuring without --enable-ssl.Ben Pfaff2010-03-221-0/+6
* ovsdb-server: Obtain SSL configuration from database.Ben Pfaff2010-03-192-21/+97
* docs: Fix ovsdb-server manpage.Ben Pfaff2010-03-191-0/+9
* docs: Move PKI section heading into individual manpages.Ben Pfaff2010-03-192-0/+2
* ovsdb: Allow constraining the number of rows in a table.Ben Pfaff2010-03-184-5/+68
* ovsdb: Fix error message when parsing an operation fails.Ben Pfaff2010-03-181-1/+1
* ovsdb: Compact databases online automatically and on-demand.Ben Pfaff2010-03-187-46/+310