summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: Add support for pkgconfig for libovsdb.Thomas Graf2014-11-133-0/+15
* lib: Correctly pass collected AM_LDFLAGS to linkerThomas Graf2014-11-121-1/+2
* Build: Add support for shared libraries and versioning.Scott Mann2014-11-112-1/+7
* command-line: Add function to print command usage.Alex Wang2014-10-281-13/+20
* command-line: Add function to print all options.Alex Wang2014-10-281-0/+5
* Makefiles: Add $(AM_V_GEN) annotations to clean up "make" output.Ben Pfaff2014-09-291-4/+2
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-153-3/+3
* Fix remaining "void function returning a value" warning by MSVC.Gurucharan Shetty2014-09-151-1/+2
* ovsdb-server: Remove the 'enable-dummy' option.Alex Wang2014-09-111-7/+0
* ovsdb: Fix error leak for negative timeout and invalid until caseThomas Graf2014-08-281-0/+2
* Fix memory leaks in error paths.yinpeijun2014-08-271-0/+1
* ovsdb: Allow comparison on optional scalar typesTerry Wilson2014-08-202-5/+28
* Fix two memory leaks.yinpeijun2014-07-281-0/+1