build-aux/cccl: Enhance --with-debug option
[cascardo/ovs.git] / ovsdb /
2015-03-17 Russell Bryantcommand-line: add ovs_cmdl_context
2015-03-16 Russell Bryantcommand-line: add ovs_cmdl_ prefix
2015-03-13 Justin PettitUse the IANA-assigned ports for OpenFlow and OVSDB.
2015-03-05 Justin Pettitovsdb-idlc: Generate comments for "*_set_*" functions.
2015-03-05 Justin Pettitovsdb-idlc: Remove "*_get_*" warning from header file.
2015-03-05 Justin Pettitovsdb-idlc: Add comments for remaining non-"set" non...
2015-03-05 Justin Pettitovsdb-idlc: Use column name for "*_set_*" smap arguments.
2015-02-24 Andy Zhouovsdb: Raise the jsonrpc server session limit
2015-02-24 Andy Zhouovsdb: Warn about reaching max session limit
2015-02-20 Ben Pfaffstream: Eliminate pstream_set_dscp().
2015-02-19 Ben Pfaffovsdb-doc: Add license and copyright notice.
2015-02-19 Ben Pfaffovsdb-doc: Factor out nroff formatting into a separate...
2015-02-19 Ben Pfaffovsdb-doc: Get manpage name from the XML file instead...
2015-02-19 Ben Pfaffovsdb-doc: Flag an error when a table or a column is...
2015-02-19 Russell Bryantovsdb-idlc: Constify 'char **'.
2015-02-13 Shu Shendocs: Fix overlapping 'weak' edges in ovs-vswitchd...
2015-01-12 Amit Bosepkg-config: Fix Cflags in package-config files
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-11-13 Thomas Graflib: Add support for pkgconfig for libovsdb.
2014-11-12 Thomas Graflib: Correctly pass collected AM_LDFLAGS to linker
2014-11-12 Scott MannBuild: Add support for shared libraries and versioning.
2014-10-29 Alex Wangcommand-line: Add function to print command usage.
2014-10-29 Alex Wangcommand-line: Add function to print all options.
2014-09-29 Ben PfaffMakefiles: Add $(AM_V_GEN) annotations to clean up...
2014-09-15 Gurucharan Shettycompiler: Define NO_RETURN for MSVC.
2014-09-15 Gurucharan ShettyFix remaining "void function returning a value" warning...
2014-09-11 Alex Wangovsdb-server: Remove the 'enable-dummy' option.
2014-08-28 Thomas Grafovsdb: Fix error leak for negative timeout and invalid...
2014-08-27 yinpeijunFix memory leaks in error paths.
2014-08-20 Terry Wilsonovsdb: Allow comparison on optional scalar types
2014-07-28 yinpeijunFix two memory leaks.
2014-07-22 Ben Pfaffovsdb-server: Document RFC 7047 extensions to ovsdb...
2014-07-18 Gurucharan Shettyovsdb: Don't add ovsdb-server.c to libovsdb.
2014-07-16 Eric SesterhennFactor the ovsdb-server main loop into a new function
2014-07-07 Ryan Wilsonovsdb: Frees database memory on ovsdb process cleanup.
2014-06-26 Gurucharan Shettyovsdb-tool: Workaround inability to replace existing...
2014-05-14 Gurucharan Shettyovsdb: Open database in binary mode.
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...
next