aboutsummaryrefslogtreecommitdiff
path: root/ovsdb
AgeCommit message (Expand)Author
2014-12-15lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf
2014-12-15list: Rename struct list to struct ovs_listThomas Graf
2014-12-15lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf
2014-11-13lib: Add support for pkgconfig for libovsdb.Thomas Graf
2014-11-12lib: Correctly pass collected AM_LDFLAGS to linkerThomas Graf
2014-11-11Build: Add support for shared libraries and versioning.Scott Mann
2014-10-28command-line: Add function to print command usage.Alex Wang
2014-10-28command-line: Add function to print all options.Alex Wang
2014-09-29Makefiles: Add $(AM_V_GEN) annotations to clean up "make" output.Ben Pfaff
2014-09-15compiler: Define NO_RETURN for MSVC.Gurucharan Shetty
2014-09-15Fix remaining "void function returning a value" warning by MSVC.Gurucharan Shetty
2014-09-11ovsdb-server: Remove the 'enable-dummy' option.Alex Wang
2014-08-28ovsdb: Fix error leak for negative timeout and invalid until caseThomas Graf
2014-08-27Fix memory leaks in error paths.yinpeijun
2014-08-20ovsdb: Allow comparison on optional scalar typesTerry Wilson
2014-07-28Fix two memory leaks.yinpeijun
2014-07-22ovsdb-server: Document RFC 7047 extensions to ovsdb <error>s.Ben Pfaff
2014-07-18ovsdb: Don't add ovsdb-server.c to libovsdb.Gurucharan Shetty
2014-07-16Factor the ovsdb-server main loop into a new functionEric Sesterhenn
2014-07-07ovsdb: Frees database memory on ovsdb process cleanup.Ryan Wilson
2014-06-26ovsdb-tool: Workaround inability to replace existing file on Windows.Gurucharan Shetty
2014-05-14ovsdb: Open database in binary mode.Gurucharan Shetty
2014-04-22stream: Introduce [p]windows_[p]stream_class.Gurucharan Shetty
2014-04-07ovsdb-server: Improve message for "add-db" of database already open.Ben Pfaff
2014-04-04ovsdb: Remove SPECS in favor of referring to RFC 7047.Ben Pfaff
2014-04-03jsonrpc-server: Combine notifications when connection becomes backlogged.Ben Pfaff
2014-04-03jsonrpc-server: Track monitor updates separately from sending them.Ben Pfaff
2014-04-03Revert "jsonrpc-server: Disconnect connections that queue too much data."Ben Pfaff
2014-04-03ovsdb-server: Send update for _version for changes due to weak ref removal.Ben Pfaff
2014-04-02ovsdb-client: Support all vlog options.Ben Pfaff
2014-03-28ovsdb-idlc: Generate new *_get_for_uuid() functions.Ben Pfaff
2014-03-23bitmap: Make bitmap_scan() able to scan for 0-bits or 1-bits.Ben Pfaff
2014-03-13ovsdb: Do not look for symbolic links for db creation in Windows.Gurucharan Shetty
2014-03-04Makefile: Remove unnecessary includes of SSL_LIBS.Gurucharan Shetty
2014-02-28ovsdb-idlc: Make schema version available.Justin Pettit
2014-02-28ovsdb-doc: Include schema version in generated man pages.Justin Pettit
2014-02-26fatal-signal: SIGPIPE for Windows.Gurucharan Shetty
2014-02-19process: Make changes for Windows.Gurucharan Shetty
2014-02-06Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma
2014-02-04daemon-windows: Add users for windows services.Gurucharan Shetty
2014-01-10ovsdbmonitor: Remove.Ben Pfaff
2013-12-17openvswitch: Use libtool and allow building shared libsHelmut Schaa
2013-12-17Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim
2013-12-13ovsdb-client: Make "monitor" command able to monitor all tables.Ben Pfaff
2013-11-25Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean
2013-11-15Switch from sscanf() to ovs_scan() throughout the tree.Ben Pfaff
2013-11-02ovs-controller: Rename test-controller and do not install or package.Ben Pfaff
2013-11-01ovsdb-tool: replace tabs with spacesAlexandru Copot
2013-11-01ovsdb: Do not leak error in ovsdb_server_compact()Thomas Graf
2013-10-17ovsdb-dot: Include arrows by default.Ben Pfaff