summaryrefslogtreecommitdiff
path: root/lib/unixctl.c
Commit message (Expand)AuthorAgeFilesLines
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-4/+4
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-2/+4
* stream: Allow timeout configuration for open_block.Ilya Maximets2019-01-101-1/+1
* unixctl: Avoid 100% CPU for slowly processed requests with another queued.Ben Pfaff2018-12-031-1/+1
* unixctl: Style fix.Ben Pfaff2018-08-081-1/+1
* unixctl: Make path to unixctl_server socket available to the client.Ben Pfaff2018-08-071-24/+28
* unixctl: Use absolute paths on Windows too.Ben Pfaff2018-08-031-11/+2
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* unixctl: Give better error message for unknown commands.Ben Pfaff2017-10-241-1/+3
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-4/+2
* Windows: Local named pipe implementationAlin Serdean2016-08-031-2/+3
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-2/+2
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-3/+3
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* unixctl: Log commands received and their replies (at debug level).Ben Pfaff2016-03-071-1/+17
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-2/+2
* lib: Add API to set program name and versionThomas Graf2014-11-251-1/+1
* ovs-appctl: Rename 'help' to 'list-commands'.Alex Wang2014-10-281-4/+5
* Use xstrdup() instead of strdup(), xmalloc() instead of malloc().Ben Pfaff2014-07-221-3/+3
* stream: Introduce [p]windows_[p]stream_class.Gurucharan Shetty2014-04-221-55/+12
* unixctl: Add support for Windows.Gurucharan Shetty2014-03-281-11/+79
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-1/+1
* Fix misspellings in comments and docs.Andy Hill2013-06-041-1/+1
* unixctl: Use ovs_retval_to_string() where EOF is a possible value.Ben Pfaff2013-02-011-2/+2
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-3/+2
* unixctl: Fix comment on unixctl_command_register().Ben Pfaff2012-09-211-7/+7
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* socket-util: Remove DSCP_INVALID.Ethan Jackson2012-04-171-1/+1
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-2/+3
* unixctl: Fix bad log message on error path.Ben Pfaff2012-03-231-6/+6
* unixctl: New JSON RPC back-end.Ethan Jackson2012-02-211-385/+218
* unixctl: Improve readability of "help" output for long command names.Ben Pfaff2012-01-021-1/+1
* unixctl: Implement quoting.Ben Pfaff2011-12-191-24/+56
* Make unixctl_command_register() idempotentSimon Horman2011-11-141-2/+7
* ovs-appctl: Print command arguments for "help".Justin Pettit2011-09-291-15/+13
* ovs-appctl: Add "version" command to print version of running daemons.Justin Pettit2011-08-041-0/+8
* Add a few more users for ovs_retval_to_string().Ben Pfaff2011-04-041-3/+2
* coverage: Make the coverage counters catalog program-specific.Ben Pfaff2010-11-301-0/+3
* Make installation directories overridable at runtime.Ben Pfaff2010-11-291-4/+4
* Add new "dummy" netdev and dpif implementations for use in unit tests.Ben Pfaff2010-11-291-1/+18
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff2010-10-011-5/+3
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* unixctl: Sort list of commands output by "help".Ben Pfaff2010-05-251-1/+14
* Cleanup default file locations and XenServer packagingJustin Pettit2010-03-261-1/+1
* util: New functions get_cwd(), abs_file_name().Ben Pfaff2010-03-181-10/+2
* Merge "master" into "next".Ben Pfaff2010-02-111-2/+2
|\
| * Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff2010-02-111-2/+2