sFlow: clear the padding
[cascardo/ovs.git] / ovsdb /
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.
2012-04-12 Ethan Jacksonstream: By default disable probing on unix sockets.
2012-03-28 Ben PfaffRearrange structures to better fit valgrind's memory...
2012-03-28 Ben PfaffFix minor memory leaks found by valgrind.
2012-03-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2012-03-23 Ben Pfaffovsdb-idlc: Fix memory leak in "optional bool" columns.
2012-03-22 Ethan Jacksonidl: New helpers for accessing string maps.
2012-03-19 Ben Pfaffconfigure: Remove --with-build-number.
2012-03-12 Ben Pfaffovsdb-doc: Use minus sign in negative numbers in nroff...
2012-03-12 Ben Pfaffovsdb-doc: Convert '-' preceding a number as a minus...
2012-03-12 Ben Pfaffovsdb-doc: Put NAME section into generated manpage.
2012-03-02 Chris Wrightovsdbmonitor: add .desktop file
2012-03-01 Chris Wrightovsdbmonitor: move to its own data directory
2012-02-21 Ethan Jacksonunixctl: New JSON RPC back-end.
2012-02-21 Ethan Jacksonjsonrpc: Don't swallow errors in jsonrpc_transact_block().
2012-02-09 Ethan Jacksonovsdb-doc: Support per-element documentation of string...
2012-02-09 Ethan Jacksonidl: Generalize special case boolean exception.
2012-02-08 Ben Pfaffovsdb-client: Fix typo in manpage.
2012-02-03 Ben Pfaffdaemon: New function daemon_save_fd() to preserve fds...
2012-02-03 Ben Pfaffovsdb-client: Add optional timestamps to "monitor"...
next