summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-server.c
Commit message (Expand)AuthorAgeFilesLines
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-151-1/+1
* ovsdb-server: Remove the 'enable-dummy' option.Alex Wang2014-09-111-7/+0
* Fix two memory leaks.yinpeijun2014-07-281-0/+1
* 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-server: Improve message for "add-db" of database already open.Ben Pfaff2014-04-071-1/+39
* fatal-signal: SIGPIPE for Windows.Gurucharan Shetty2014-02-261-1/+2
* process: Make changes for Windows.Gurucharan Shetty2014-02-191-0/+2
* daemon-windows: Add users for windows services.Gurucharan Shetty2014-02-041-0/+5
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-1/+1
* ovsdb: Do not leak error in ovsdb_server_compact()Thomas Graf2013-11-011-0/+1
* stress: Remove essentially unused library.Ben Pfaff2013-07-151-2/+0
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-3/+4
* ovsdb-server: Add and remove databases during run time.Ben Pfaff2013-06-281-103/+286
* ovsdb-server: Make database name mandatory when specifying db paths.Gurucharan Shetty2013-06-261-22/+9
* ovsdb-server: Store databases in shash instead of array.Gurucharan Shetty2013-06-261-79/+102
* leak-checker: Remove because it cannot be made thread-safe.Ben Pfaff2013-06-171-5/+0
* ovsdb-server: Preserve remotes across crash and restart.Ben Pfaff2013-06-131-6/+92
* process: Make signal handling thread-safe.Ben Pfaff2013-06-101-2/+5
* process: Remove unused features from process_start().Ben Pfaff2013-06-101-1/+1
* Make most "struct option" instances "const".Ben Pfaff2013-05-031-1/+1
* ovsdb-server: Announce bound listening ports as status:bound_port.Ben Pfaff2013-04-181-1/+6
* ovsdb-server: Add commands for adding and removing remotes at runtime.Ben Pfaff2013-04-101-2/+92
* ovsdb-server: Refactor parsing of remote names to avoid ovs_fatal().Ben Pfaff2013-04-101-32/+65
* Remove useless use of <assert.h>.Ben Pfaff2013-01-161-1/+0
* ovsdb-server: Fix memory leak when manager table has no status column.Ben Pfaff2013-01-081-0/+4
* ovsdb-server: Add support for multiple databases.Ben Pfaff2012-09-241-87/+186
* ovsdb-server: Add --enable-dummy option for unit tests.Ben Pfaff2012-09-241-2/+8
* ovsdb-server: Fix null pointer deref when bool "is_connected" is empty.Ben Pfaff2012-09-241-2/+14
* util: New macro CONST_CAST.Ben Pfaff2012-08-031-4/+4
* Make the location of the database separately configurable.Ben Pfaff2012-08-011-1/+1
* tests: Fix unit test failures related to additional logging.Ethan Jackson2012-07-171-1/+6
* ovsdb-server, ovs-vswitchd: Log version after daemonize_complete().Ethan Jackson2012-07-171-2/+2
* userspace: Log version on startup.Ethan Jackson2012-07-161-0/+2
* Add support for tracking and logging daemon memory usage.Ben Pfaff2012-05-221-1/+15
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* vswitch: Use consistent representation of DSCP bits.Ethan Jackson2012-04-171-26/+15
* stream: By default disable probing on unix sockets.Ethan Jackson2012-04-121-1/+1
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-1/+50
* unixctl: New JSON RPC back-end.Ethan Jackson2012-02-211-4/+4
* unixctl: Implement quoting.Ben Pfaff2011-12-191-8/+9
* ovs-appctl: Print command arguments for "help".Justin Pettit2011-09-291-5/+5
* util: Introduce get_program_version function.Justin Pettit2011-08-041-1/+1
* ovsdb: Implement a "lock" feature in the database protocol.Ben Pfaff2011-07-261-2/+17
* ovsdb: Report the number of connections for inbound Managers.Ben Pfaff2011-07-261-0/+4
* ovsdb-server: Reliably report status of inbound connections.Ben Pfaff2011-07-261-32/+19
* ovsdb-server: Make database command-line argument optional.Ben Pfaff2011-07-261-5/+12
* Consistently write null pointer constants as NULL instead of 0.Ben Pfaff2011-05-161-11/+11
* stream-ssl: Improve messages when configuring SSL if it is unsupported.Ben Pfaff2011-05-101-8/+0
* daemon: Integrate checking for an existing pidfile into daemonize_start().Ben Pfaff2011-04-041-1/+0