summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovsdb-doc: Include schema version in generated man pages.Justin Pettit2014-02-281-2/+2
* fatal-signal: SIGPIPE for Windows.Gurucharan Shetty2014-02-263-3/+6
* process: Make changes for Windows.Gurucharan Shetty2014-02-192-0/+4
* Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma2014-02-062-8/+19
* daemon-windows: Add users for windows services.Gurucharan Shetty2014-02-042-0/+8
* ovsdbmonitor: Remove.Ben Pfaff2014-01-1030-3673/+0
* openvswitch: Use libtool and allow building shared libsHelmut Schaa2013-12-171-5/+9
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-173-6/+6
* ovsdb-client: Make "monitor" command able to monitor all tables.Ben Pfaff2013-12-132-65/+222
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-256-13/+13
* Switch from sscanf() to ovs_scan() throughout the tree.Ben Pfaff2013-11-151-2/+2
* ovs-controller: Rename test-controller and do not install or package.Ben Pfaff2013-11-022-4/+0
* ovsdb-tool: replace tabs with spacesAlexandru Copot2013-11-011-1/+1
* ovsdb: Do not leak error in ovsdb_server_compact()Thomas Graf2013-11-011-0/+1
* ovsdb-dot: Include arrows by default.Ben Pfaff2013-10-171-5/+11
* vswitchd: Improve the readability of the E-R diagram.Ben Pfaff2013-10-082-1/+9
* ovsdb-doc: Document immutable columns.Ben Pfaff2013-10-081-0/+2
* ovsdb-server: Document that --remote may be used multiple times.Ben Pfaff2013-10-041-0/+4
* ovsdb: Define official port number.Justin Pettit2013-10-011-1/+3
* Remove unused variables and functions.Jarno Rajahalme2013-09-272-5/+0
* ovsdb: write commit timestamps to millisecond resolution.Paul Ingram2013-09-162-4/+10
* ovsdb: Use DB load time, not on-disk commit times, for compaction.Paul Ingram2013-09-161-31/+12
* vlog: Report timestamps in millisecond resolution in log messages.Paul Ingram2013-09-131-1/+2
* gitignore: Add ovsdbmonitor.Gurucharan Shetty2013-08-141-1/+1
* ovsdb-doc: Add ovsdb-doc to distribution tar ball.Gurucharan Shetty2013-07-312-14/+16
* ovs-vswitchd.conf.db: Correct the header and footer lines.Gurucharan Shetty2013-07-302-4/+4
* ovsdb-idlc: Ensure that initialization occurs single-threaded.Ben Pfaff2013-07-231-0/+2