summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovsdb-server: Document RFC 7047 extensions to ovsdb <error>s.Ben Pfaff2014-07-221-0/+16
* ovsdb: Don't add ovsdb-server.c to libovsdb.Gurucharan Shetty2014-07-181-1/+0
* Factor the ovsdb-server main loop into a new functionEric Sesterhenn2014-07-161-66/+78
* ovsdb: Frees database memory on ovsdb process cleanup.Ryan Wilson2014-07-071-9/+16
* ovsdb-tool: Workaround inability to replace existing file on Windows.Gurucharan Shetty2014-06-261-0/+3
* ovsdb: Open database in binary mode.Gurucharan Shetty2014-05-141-0/+3
* stream: Introduce [p]windows_[p]stream_class.Gurucharan Shetty2014-04-222-2/+8
* ovsdb-server: Improve message for "add-db" of database already open.Ben Pfaff2014-04-071-1/+39
* ovsdb: Remove SPECS in favor of referring to RFC 7047.Ben Pfaff2014-04-044-1326/+53
* jsonrpc-server: Combine notifications when connection becomes backlogged.Ben Pfaff2014-04-031-17/+67
* jsonrpc-server: Track monitor updates separately from sending them.Ben Pfaff2014-04-031-75/+264
* Revert "jsonrpc-server: Disconnect connections that queue too much data."Ben Pfaff2014-04-031-107/+1
* ovsdb-server: Send update for _version for changes due to weak ref removal.Ben Pfaff2014-04-031-0/+1
* ovsdb-client: Support all vlog options.Ben Pfaff2014-04-021-8/+4
* ovsdb-idlc: Generate new *_get_for_uuid() functions.Ben Pfaff2014-03-281-0/+7
* bitmap: Make bitmap_scan() able to scan for 0-bits or 1-bits.Ben Pfaff2014-03-231-2/+2
* ovsdb: Do not look for symbolic links for db creation in Windows.Gurucharan Shetty2014-03-131-0/+4
* Makefile: Remove unnecessary includes of SSL_LIBS.Gurucharan Shetty2014-03-041-3/+3
* ovsdb-idlc: Make schema version available.Justin Pettit2014-02-281-0/+12