summaryrefslogtreecommitdiff
path: root/tests/test-reconnect.c
Commit message (Expand)AuthorAgeFilesLines
* reconnect: Add Python implementation of received_attempt(), and test.Ben Pfaff2021-01-071-1/+13
* jsonrpc: Avoid disconnecting prematurely due to long poll intervals.Ben Pfaff2020-12-181-0/+1
* reconnect: Add ability to do a number of retries without backoff.Ben Pfaff2018-03-241-0/+8
* Add read-only option to ovs-dpctl and ovs-ofctl commands.Ryan Moats2016-08-151-16/+16
* vlog: Make the most common module reference more direct.Ben Pfaff2016-02-101-1/+1
* vlog: Stop using explicit references to external log modules.Ben Pfaff2016-02-031-2/+1
* command-line: add ovs_cmdl_contextRussell Bryant2015-03-171-23/+27
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-4/+4
* vlog: Rename the currently used term 'facility' as 'destination'.Gurucharan Shetty2015-01-081-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* ovs_assert, tests: Support NDEBUG.Jarno Rajahalme2014-10-301-4/+2
* command-line: Add function to print command usage.Alex Wang2014-10-281-16/+16
* test-reconnect: Fix a warning.Alex Wang2014-04-041-2/+2
* Avoid static declarations of arrays with unknown size.Gurucharan Shetty2014-04-041-4/+9
* unit-test: Link 29 test programs into ovstestAndy Zhou2014-04-031-5/+6
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-1/+1
* reconnect: Rename reconnect_received() to reconnect_activity().Ben Pfaff2012-09-071-7/+7
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* vlog: Add a new log level "off".Ben Pfaff2011-08-011-2/+2
* ovsdb-server: Report time since last connect and disconnect for each manager.Andrew Evans2011-03-141-17/+24
* reconnect: Fix printf() format warning.Ethan Jackson2011-03-101-1/+1
* reconnect: Track last-disconnected time.Andrew Evans2011-03-091-0/+7
* vlog: Make the vlog module catalog program-specific.Ben Pfaff2010-07-211-1/+2
* vlog: Make vlog initialize itself when necessary.Ben Pfaff2010-07-211-0/+3
* reconnect: Implement "passive mode".Ben Pfaff2010-04-121-0/+21
* Merge "master" into "next".Ben Pfaff2010-02-111-12/+12
* reconnect: Add connection attempt limiting feature.Ben Pfaff2010-01-041-0/+13
* New "reconnect" library for managing network connection attempts.Ben Pfaff2009-11-121-0/+240