summaryrefslogtreecommitdiff
path: root/lib/ovsdb-error.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-error: New function ovsdb_error_to_json_free().Ben Pfaff2017-12-131-0/+17
* ovsdb-error: New function ovsdb_error_to_string_free().Ben Pfaff2017-12-131-6/+23
* ovsdb: add support for role-based access controlsLance Richardson2017-06-081-0/+13
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* util: New function nullable_xstrdup().Ben Pfaff2016-06-261-3/+3
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* configure: Remove --with-build-number.Ben Pfaff2012-03-191-2/+2
* Add a few more users for ovs_retval_to_string().Ben Pfaff2011-04-041-8/+2
* ovsdb: Improve error reporting for some internal errors.Ben Pfaff2011-03-101-2/+18
* util: New ovs_retval_to_string() function.Andrew Evans2011-01-301-1/+0
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+1
* tests: Fix bug in ovsdb-server test suite.Ben Pfaff2010-05-071-1/+1
* New function ovsdb_error_assert() for verifying that no error occurred.Ben Pfaff2010-03-171-1/+21
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+221