summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
...
* ovsdb: Check ovsdb_mutation_set_execute() return value in transactions.Ben Pfaff2011-05-312-6/+7
* ovsdb: Fix spelling of "constraint violation" in error tag.Ben Pfaff2011-05-311-2/+2
* ovsdb-doc: Omit E-R diagram from ASCII version of manpage.Ben Pfaff2011-05-261-1/+2
* ovsdb: Annotate E-R diagram with number of allowed values.Ben Pfaff2011-05-242-6/+23
* ovsdbmonitor: Add brief manpage.Ben Pfaff2011-05-232-1/+23
* ovsdbmonitor: Update to work with recent ovs-dpctl output.Ben Pfaff2011-05-232-42/+40
* ovsdbmonitor: Use ovs.json module instead of JsonReader and JsonWriter.Ben Pfaff2011-05-233-8/+27
* docs: Suppress "warning: macro `DD' not defined" warnings from man.Ben Pfaff2011-05-231-0/+1
* Avoid sparse error or warning for sizeof(_Bool).Ben Pfaff2011-05-231-2/+32
* Consistently write null pointer constants as NULL instead of 0.Ben Pfaff2011-05-166-26/+26
* Add missing "static" keywords.Ben Pfaff2011-05-162-8/+8
* stream-ssl: Improve messages when configuring SSL if it is unsupported.Ben Pfaff2011-05-102-12/+2
* daemon: Integrate checking for an existing pidfile into daemonize_start().Ben Pfaff2011-04-041-1/+0
* ovsdb: Truncate bad transactions from database log.Ben Pfaff2011-03-313-3/+29
* ovsdb: Raise database corruption log level from warning to error.Ben Pfaff2011-03-311-1/+1
* ovsdb: Force strong references to non-root tables to be persistent.Ben Pfaff2011-03-312-23/+49
* Convert shash users that don't use the 'data' value to sset instead.Ben Pfaff2011-03-311-18/+16
* ovsdb-tool: Fix cut-and-paste error in manpage.Ben Pfaff2011-03-281-2/+2
* ovsdbmonitor: Fix "make install" race.Ben Pfaff2011-03-141-1/+1
* ovsdb-server: Report time since last connect and disconnect for each manager.Andrew Evans2011-03-143-9/+15
* ovsdb: Fix uninitialized data;.Ethan Jackson2011-03-101-1/+1
* ovsdb: Implement garbage collection.Ben Pfaff2011-03-109-39/+237
* ovsdb: Don't count self-references in ovsdb_row's n_refs member.Ben Pfaff2011-03-101-0/+4
* ovsdb: Provide a way for for_each_txn_row() callback to delete any row.Ben Pfaff2011-03-101-18/+28
* ovsdb-data: Rename 'used' to 'created' in struct ovsdb_symbol.Ben Pfaff2011-03-101-2/+2
* ovsdb: Improve error message for duplicate uuid-name.Ben Pfaff2011-03-101-11/+12
* ovsdb: Improve error reporting for some internal errors.Ben Pfaff2011-03-101-5/+3
* ovsdb-data: Verify that named-uuid string is an <id>.Ben Pfaff2011-03-101-1/+1
* ovsdb: Change the way connection duration time is reported in Manager table.Andrew Evans2011-03-093-4/+8
* ovsdb: Explicitly ignore sscanf() return value in is_valid_version().Ben Pfaff2011-02-231-1/+1
* ovsdb: Warn when result of ovsdb_txn_commit() is ignored and fix caller.Justin Pettit2011-02-232-2/+3
* ovsdb-tool: Close "log" in do_show_log().Justin Pettit2011-02-231-0/+1
* ovsdb: Don't check "date" before assignment in ovsdb_file_txn_from_json().Justin Pettit2011-02-221-3/+1
* ovsdb: Free "error" string in ovsdb_execute_insert().Justin Pettit2011-02-221-0/+1
* ovsdb: Fix double free in ovsdb_file_open_log().Justin Pettit2011-02-221-1/+0
* ovsdb-server: Fix memory leak.Ethan Jackson2011-02-171-2/+2
* ovsdb-tool: New command "needs-conversion".Ben Pfaff2011-02-154-0/+42
* ovsdb-tool: Add commands for printing the database checksum.Ben Pfaff2011-02-155-20/+65
* ovsdb: New function ovsdb_file_read_schema() for reading schema from db.Ben Pfaff2011-02-153-26/+76
* table: Add new "bare" output formatting options.Ben Pfaff2011-02-082-1/+2
* ovsdb-client: Break table formatting into new library.Ben Pfaff2011-02-082-546/+15
* ovsdb: Fix unused warning.Ethan Jackson2011-02-081-3/+1
* ovs-vswitchd: Complete daemonization only after initial configuration.Ben Pfaff2011-02-071-0/+3
* daemon: Define daemon options enums the same way as other option enums.Ben Pfaff2011-02-072-3/+5
* ovsdb-server: Write manager status information to Manager table.Andrew Evans2011-02-013-13/+263
* ovsdb-server: Correct Manager inactivity probe column name.Andrew Evans2011-01-271-1/+1
* Add some new generated files to .gitignore.Justin Pettit2011-01-111-0/+2
* Implement database schema versioning.Ben Pfaff2010-12-277-6/+129
* dot2pic: Be less picky parsing "dot" output.Ben Pfaff2010-12-011-3/+4
* Implement stress option framework.Ben Pfaff2010-11-302-0/+3