aboutsummaryrefslogtreecommitdiff
path: root/ovsdb
AgeCommit message (Expand)Author
2010-08-25Delete local copy of simplejson.Ben Pfaff
2010-08-25Implement initial Python bindings for Open vSwitch database.Ben Pfaff
2010-08-25ovsdbmonitor: Fix uninstall.Ben Pfaff
2010-08-19Fix SSL boilerplate descriptions in manpages.Ben Pfaff
2010-08-19Fix typos in manpages.Ben Pfaff
2010-08-05stream-ssl: Make changing keys and certificate at runtime reliable.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-07-21vlog: Remove explicit calls to vlog_init().Ben Pfaff
2010-07-21timeval: Make time_init() static and remove calls to it.Ben Pfaff
2010-07-12ovsdb-idlc: Add "get" accessor functions to generated code.Ben Pfaff
2010-07-12ovsdb-idl: Transition to better interfaces for reading table columns.Ben Pfaff
2010-07-12ovsdb-idlc: Check and restore ovsdb_datum invariants when setting data.Ben Pfaff
2010-07-01ovsdb: Extend "monitor" to select different operations in a single table.Ben Pfaff
2010-06-30ovsdb-client: Fix "selects" argument to "monitor" command.Ben Pfaff
2010-06-30ovsdb: Document in SPECS how OVS uses JSON.Ben Pfaff
2010-06-29doc: Change "-" to "\-" in appropriate places.Ben Pfaff
2010-06-24vswitchd: Add entity-relationship diagram to ovs-vswitchd.conf.db.5.Ben Pfaff
2010-06-24ovsdb-server: Implement unixctl command to reconnect JSON-RPC connections.Ben Pfaff
2010-06-23ovsdb-idlc: Fix sizeof calculation in generated code.Ben Pfaff
2010-06-22ovsdb-server: Improve logging for referential integrity violations.Ben Pfaff
2010-06-17ovsdb-idlc: Fix warning in generated code.Ben Pfaff
2010-06-17Implement QoS framework.Ben Pfaff
2010-06-17ovs-vsctl: Support references among records at creation time.Ben Pfaff
2010-06-17ovsdbmonitor: Clean some more files.Ben Pfaff
2010-06-17ovsdbmonitor: Put temporary file in ovsdb/ovsdbmonitor directory.Ben Pfaff
2010-06-15ovsdb-tool: Don't wait for lockfiles on "compact" or "convert".Ben Pfaff
2010-06-08timeval: Use monotonic time where appropriate.Jesse Gross
2010-05-27Distribute files that had been overlooked.Ben Pfaff
2010-05-27Remove unused files from source tree.Ben Pfaff
2010-05-26Add some missing "#include"s.Ben Pfaff
2010-05-26poll-loop: New function poll_timer_wait_until().Ben Pfaff
2010-05-26poll-loop: Change poll_timer_wait() parameter from "int" to "long long".Ben Pfaff
2010-05-13Add ovsdbmonitor GUI tool by Andy Southgate, contributed by Citrix.Andy Southgate
2010-05-07ovsdb-client: Serialize columns in predictable order on "monitor" command.Ben Pfaff
2010-05-07ovsdb: In documentation, add commas to make large numbers easier to read.Ben Pfaff
2010-04-30ovsdb-idl: Add "safe" iterator macro to generated code.Ben Pfaff
2010-04-20ovsdb-doc: Distinguish hyphens and minus signs in nroff output.Ben Pfaff
2010-04-12ovsdb: Use port 6632 as a default port for database connections.Ben Pfaff
2010-04-12stream: Generalize stream_open_block().Ben Pfaff
2010-04-12ovsdb-server: Document --unixctl option.Ben Pfaff
2010-03-24ovsdb: Fix ovsdb-server crash when specifying nonexistent file.Ben Pfaff
2010-03-22ovsdb-server: Fix build when configuring without --enable-ssl.Ben Pfaff
2010-03-19ovsdb-server: Obtain SSL configuration from database.Ben Pfaff
2010-03-19docs: Fix ovsdb-server manpage.Ben Pfaff
2010-03-19docs: Move PKI section heading into individual manpages.Ben Pfaff
2010-03-18ovsdb: Allow constraining the number of rows in a table.Ben Pfaff
2010-03-18ovsdb: Fix error message when parsing an operation fails.Ben Pfaff
2010-03-18ovsdb: Compact databases online automatically and on-demand.Ben Pfaff
2010-03-18ovsdb: Rename ovsdb_file_replica to ovsdb_file.Ben Pfaff
2010-03-18ovsdb: Always set *dbp to null on failure in ovsdb_file_open__().Ben Pfaff