revalidator: Fix ukey stats cache updating.
[sliver-openvswitch.git] / ovsdb /
2014-04-22 Gurucharan Shettystream: Introduce [p]windows_[p]stream_class.
2014-04-07 Ben Pfaffovsdb-server: Improve message for "add-db" of database...
2014-04-04 Ben Pfaffovsdb: Remove SPECS in favor of referring to RFC 7047.
2014-04-03 Ben Pfaffjsonrpc-server: Combine notifications when connection...
2014-04-03 Ben Pfaffjsonrpc-server: Track monitor updates separately from...
2014-04-03 Ben PfaffRevert "jsonrpc-server: Disconnect connections that...
2014-04-03 Ben Pfaffovsdb-server: Send update for _version for changes...
2014-04-02 Ben Pfaffovsdb-client: Support all vlog options.
2014-03-28 Ben Pfaffovsdb-idlc: Generate new *_get_for_uuid() functions.
2014-03-24 Ben Pfaffbitmap: Make bitmap_scan() able to scan for 0-bits...
2014-03-13 Gurucharan Shettyovsdb: Do not look for symbolic links for db creation...
2014-03-04 Gurucharan ShettyMakefile: Remove unnecessary includes of SSL_LIBS.
2014-02-28 Justin Pettitovsdb-idlc: Make schema version available.
2014-02-28 Justin Pettitovsdb-doc: Include schema version in generated man...
2014-02-26 Gurucharan Shettyfatal-signal: SIGPIPE for Windows.
2014-02-19 Gurucharan Shettyprocess: Make changes for Windows.
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2014-02-04 Gurucharan Shettydaemon-windows: Add users for windows services.
2014-01-10 Ben Pfaffovsdbmonitor: Remove.
2013-12-18 Helmut Schaaopenvswitch: Use libtool and allow building shared...
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-12-13 Ben Pfaffovsdb-client: Make "monitor" command able to monitor...
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-11-15 Ben PfaffSwitch from sscanf() to ovs_scan() throughout the tree.
2013-11-03 Ben Pfaffovs-controller: Rename test-controller and do not insta...
2013-11-01 Alexandru Copotovsdb-tool: replace tabs with spaces
2013-11-01 Thomas Grafovsdb: Do not leak error in ovsdb_server_compact()
2013-10-17 Ben Pfaffovsdb-dot: Include arrows by default.
2013-10-08 Ben Pfaffvswitchd: Improve the readability of the E-R diagram.
2013-10-08 Ben Pfaffovsdb-doc: Document immutable columns.
2013-10-04 Ben Pfaffovsdb-server: Document that --remote may be used multip...
2013-10-01 Justin Pettitovsdb: Define official port number.
2013-09-27 Jarno RajahalmeRemove unused variables and functions.
2013-09-16 Paul Ingramovsdb: write commit timestamps to millisecond resolution.
2013-09-16 Paul Ingramovsdb: Use DB load time, not on-disk commit times,...
2013-09-13 Paul Ingramvlog: Report timestamps in millisecond resolution in...
2013-08-14 Gurucharan Shettygitignore: Add ovsdbmonitor.
2013-07-31 Gurucharan Shettyovsdb-doc: Add ovsdb-doc to distribution tar ball.
2013-07-30 Gurucharan Shettyovs-vswitchd.conf.db: Correct the header and footer...
2013-07-23 Ben Pfaffovsdb-idlc: Ensure that initialization occurs single...
2013-07-19 Linda SunAvoid designated initializers and static decls of array...
2013-07-15 Ben Pfaffstress: Remove essentially unused library.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ben Pfaffovsdb-server: Add and remove databases during run time.
2013-06-26 Gurucharan Shettyovsdb-server: Make database name mandatory when specify...
2013-06-26 Gurucharan Shettyovsdb-server: Store databases in shash instead of array.
2013-06-17 Ben Pfaffleak-checker: Remove because it cannot be made thread...
2013-06-13 Ben Pfaffovsdb-server: Preserve remotes across crash and restart.
2013-06-10 Ben Pfaffprocess: Make signal handling thread-safe.
2013-06-10 Ben Pfaffprocess: Remove unused features from process_start().
2013-06-10 Ben Pfaffovsdb-idlc: Write a new-line at the end of "annotate...
2013-06-05 Andy HillFix misspellings in comments and docs.
2013-05-08 Ben PfaffAlways check return value of strftime().
2013-05-07 Justin Pettitovsdb-client: Fix recently introduced svec_sort() bug.
2013-05-06 Justin Pettitovsdb-client: Avoid assertion with multiple databases.
2013-05-03 Ben PfaffMake most "struct option" instances "const".
2013-05-02 Ben PfaffUse gmtime_r() and localtime_r() instead of non-thread...
2013-04-18 Ben Pfaffovsdb-server: Announce bound listening ports as status...
2013-04-11 Ben Pfaffovsdb-server: Add commands for adding and removing...
2013-04-11 Ben Pfaffovsdb-server: Refactor parsing of remote names to avoid...
2013-04-01 Ben Pfaffjsonrpc-server: Disconnect connections that queue too...
2013-03-27 Ben Pfaffovsdb: Remove prototypes for unimplemented functions.
2013-03-15 Ben Pfaffovs-vsctl: Try connecting only once for active connecti...
2013-03-12 Ben Pfaffovsdb: Allow recovery from transient write errors in...
2013-03-12 Ben Pfaffovsdb: Fix memory leak.
2013-03-06 Ben Pfaffovsdb-idlc: Make no-op writes to write-only columns...
2013-02-25 Ben Pfaffovsdb: Fix typo in comment ("millseconds").
2013-01-31 Ben Pfaffovsdb-tool: Fix memory leak on error path in "show...
2013-01-24 Ben Pfaffovsdb: Fix double-free in ovsdb_jsonrpc_session_close().
2013-01-17 Ben PfaffRemove useless use of <assert.h>.
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-09 Ben Pfaffovsdb-server: Fix memory leak when manager table has...
2013-01-04 Ben Pfaffmanpages: Put version number instead of date at bottom...
2012-12-21 Ethan Jacksonovs: Replace TODO:XXX with XXX.
2012-12-21 Ben Pfaffovsdb-doc: Fix formatting at top of generated manpage.
2012-10-19 Henry Maiovs-ctl: Fix implementation of --extra-dbs.
2012-10-04 Mehak Mahajanovsdb/jsonrpc-server: ovsdb-server closes accepted...
2012-09-25 Ben Pfaffovsdb-server: Add support for multiple databases.
2012-09-25 Ben Pfaffovsdb-server: Add --enable-dummy option for unit tests.
2012-09-25 Ben Pfaffovsdb-server: Fix null pointer deref when bool "is_conn...
2012-09-21 Ben Pfaffovsdb-client: Make "list-dbs" print the list of databas...
2012-09-21 Ben Pfaffovsdb-client: Use svec instead of sset for list of...
2012-09-21 Ben Pfaffovsdb-tool: Fix indentation in manpage.
2012-09-05 Ben Pfaffovsdb: Enforce immutability of immutable columns.
2012-08-09 Leo Altermanlockfile: Remove lockfile_lock timeout argument
2012-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-08-01 Ben Pfaffovsdb: Do not replace symlinks by regular files during...
2012-08-01 Ben PfaffMake the location of the database separately configurable.
2012-08-01 Ben Pfaffovsdb: Make "ovsdb-tool create" work through a dangling...
2012-07-17 Ethan Jacksontests: Fix unit test failures related to additional...
2012-07-17 Ethan Jacksonovsdb-server, ovs-vswitchd: Log version after daemonize...
2012-07-17 Ethan Jacksonuserspace: Log version on startup.
2012-07-13 Ben Pfaffmemory: Document the memory/show unixctl command.
2012-07-02 Ben PfaffUse UTC consistently instead of local timezone.
2012-06-14 Ethan Jacksonlib: Utilize smaps in the idl.
2012-06-06 Bruce Davieovsdb-client: Fix bugs in man page
2012-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-26 Ben Pfaffcoverage: Make ovs-appctl command more useful and less...
2012-04-17 Ethan Jacksonvswitch: Use consistent representation of DSCP bits.
next