summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: Update _version more accurately in transaction commit.Ben Pfaff2015-09-041-3/+22
* ovsdb: Remove misleading OVS_UNUSED from ovsdb_monitor_change_cb().Ben Pfaff2015-08-311-1/+1
* ovsdb-server: Add the ability to push peer-cert.Gurucharan Shetty2015-08-212-0/+8
* Makefiles: Clean and do not distribute IDL-generated files.Ben Pfaff2015-07-221-0/+1
* ovsdb: Add per transaction commit instruction counterAndy Zhou2015-07-171-2/+12
* nroff: Fix style of names.Ben Pfaff2015-07-061-12/+12
* ovsdb: Flush JSON cache only when necessaryAndy Zhou2015-06-231-2/+11
* ovsdb: Only update monitor when necessaryAndy Zhou2015-06-231-1/+71
* ovsdb: add ovsdb_monitor_row_update_type()Andy Zhou2015-06-231-4/+10
* Makefiles: Stop distributing files because building them requires Python.Ben Pfaff2015-06-231-1/+0
* ovsdb-monitor: add json cacheAndy Zhou2015-06-083-24/+103
* ovsdb-monitor: allow multiple jsonrpc monitors to share a single ovsdbAndy Zhou2015-06-083-15/+141
* ovsdb-monitor: refactor ovsdb_monitor_create()Andy Zhou2015-06-081-5/+12
* ovsdb-monitor: allow multiple of 'ovsdb_monitor_changes' in each ovsdb monito...Andy Zhou2015-05-291-40/+86
* ovsdb-monitor: add ovsdb_monitor_changesAndy Zhou2015-05-292-23/+114
* ovsdb-monitor: rename jsonrpc_monitor_compose_table_update()Andy Zhou2015-05-293-10/+10
* ovsdb-monitor: add transaction idsAndy Zhou2015-05-293-20/+23
* ovsdb-monitor: stores jsonrpc-monitor in a linked-listAndy Zhou2015-05-293-7/+50
* ovsdb-monitor: refactoring ovsdb_monitor_get_initialAndy Zhou2015-05-293-7/+9
* jsonrpc-server: Split out monitor backend functions to monitor.c/hAndy Zhou2015-05-295-576/+661
* jsonrpc-server: refactoring ovsdb_monitor_destroy()Andy Zhou2015-05-291-21/+38
* jsonrpc-server: rename ovsdb_jsonrpc_monitor_get_initial()Andy Zhou2015-05-291-7/+7
* jsonrpc-server: refactoring ovsdb_jsonrpc_monitor_needs_flushAndy Zhou2015-05-291-8/+17
* jsonrpc-server: refactoring ovsdb_jsonrpc_monitor_compose_table_update()Andy Zhou2015-05-291-4/+11
* jsonrpc-server: refactor ovsdb_monitor_add_column()Andy Zhou2015-05-291-9/+15
* jsonrpc-server: refactor ovsdb_jsonrpc_parse_monitor_requestAndy Zhou2015-05-291-19/+54
* jsonrpc-server: make setting mt->select into its own functionsAndy Zhou2015-05-291-1/+8
* jsonrpc-server: split monitors into database back end and JSON-RPC frontAndy Zhou2015-05-291-97/+124
* ovsdb: integrate perf-counter infrastructure into ovsdb-serverAndy Zhou2015-04-131-1/+30
* ovsdb-server: Correct malformed error replies to certain JSON-RPC requests.Ben Pfaff2015-03-312-13/+42
* command-line: add ovs_cmdl_contextRussell Bryant2015-03-171-30/+33
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-163-11/+11
* Use the IANA-assigned ports for OpenFlow and OVSDB.Justin Pettit2015-03-123-8/+4
* ovsdb-idlc: Generate comments for "*_set_*" functions.Justin Pettit2015-03-041-17/+75
* ovsdb-idlc: Remove "*_get_*" warning from header file.Justin Pettit2015-03-041-4/+1
* ovsdb-idlc: Add comments for remaining non-"set" non-static functions.Justin Pettit2015-03-041-12/+64
* ovsdb-idlc: Use column name for "*_set_*" smap arguments.Justin Pettit2015-03-041-4/+4
* ovsdb: Raise the jsonrpc server session limitAndy Zhou2015-02-241-1/+1
* ovsdb: Warn about reaching max session limitAndy Zhou2015-02-241-13/+19
* stream: Eliminate pstream_set_dscp().Ben Pfaff2015-02-201-22/+13
* ovsdb-doc: Add license and copyright notice.Ben Pfaff2015-02-191-0/+14
* ovsdb-doc: Factor out nroff formatting into a separate Python module.Ben Pfaff2015-02-191-131/+4
* ovsdb-doc: Get manpage name from the XML file instead of command line.Ben Pfaff2015-02-191-10/+8
* ovsdb-doc: Flag an error when a table or a column is left undocumented.Ben Pfaff2015-02-191-3/+20
* ovsdb-idlc: Constify 'char **'.Russell Bryant2015-02-191-1/+3
* docs: Fix overlapping 'weak' edges in ovs-vswitchd.conf.db.5.Shu Shen2015-02-131-1/+0
* pkg-config: Fix Cflags in package-config filesAmit Bose2015-01-121-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-155-5/+5
* list: Rename struct list to struct ovs_listThomas Graf2014-12-156-15/+15
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-1518-47/+47