summaryrefslogtreecommitdiff
path: root/tests/virnetsockettest.c
Commit message (Expand)AuthorAgeFilesLines
* Remove new lines from log messagesJiri Denemark2015-11-041-1/+1
* Avoid using !STREQ and !STRNEQIshmanpreet Kaur Khera2015-10-211-1/+1
* rpc: add API for checking IPv4/6 availabilityDaniel P. Berrange2015-06-111-34/+2
* rpc: allow selection of TCP address familyDaniel P. Berrange2015-06-111-2/+6
* Indent top-level labels by one space in tests/Ján Tomko2014-03-251-7/+7
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+2
* Require spaces around equality comparisonsMartin Kletzander2014-03-181-1/+1
* tests: fix syntax in previous patchEric Blake2014-01-011-2/+2
* tests: virnetsockettest: Print the error if getifaddrs fails.Richard W.M. Jones2014-01-011-1/+3
* Remove (nearly) all use of getuid()/getgid()Daniel P. Berrange2013-10-211-2/+2
* Remove test case average timingDaniel P. Berrange2013-10-081-15/+15
* Convert 'int i' to 'size_t i' in tests/ filesDaniel P. Berrange2013-07-101-1/+1
* tests/: Remove the whitespace before ";"Osier Yang2013-05-211-5/+5
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-0/+1
* virnetsockettest: Need to initialize 'path'John Ferlan2013-01-221-2/+2
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename util.{c,h} to virutil.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename logging.{c,h} to virlog.{c,h}Daniel P. Berrange2012-12-211-1/+1
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* Turn virSocket into a virObjectDaniel P. Berrange2012-08-071-13/+13
* Fix test failure when no IPv6 is availDoug Goldstein2012-07-231-10/+15
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Consistent style for usage of sizeof operatorDaniel P. Berrange2012-03-301-1/+1
* Cleanup for a return statement in source filesMartin Kletzander2012-03-261-2/+2
* Santize naming of socket address APIsDaniel P. Berrange2011-11-091-0/+1
* Remove translations in socket test caseDaniel P. Berrange2011-11-031-10/+4
* virnetsockettest: Use a temporary directory in /tmpGuido Günther2011-11-031-20/+28
* Use virBufferEscapeShell in virNetSocketNewConnectSSHGuido Günther2011-10-131-10/+24
* Autodetect if the remote nc command supports the -q optionGuido Günther2011-10-131-5/+34
* Support changing UNIX socket owner in virNetSocketNewListenUNIXJiri Denemark2011-08-151-2/+2
* Add backlog parameter to virNetSocketListenJiri Denemark2011-08-151-3/+3
* remote/ssh: optional "keyfile" parameter.Oskari Saarenmaa2011-07-221-0/+12
* build: rename files.h to virfile.hEric Blake2011-07-211-1/+1
* remote/ssh: support for no_verify.Oskari Saarenmaa2011-07-121-3/+19
* tests: Improve IPv6 detection for virNetSocket testsMatthias Bolte2011-06-241-0/+13
* Introduce a generic object for using network socketsDaniel P. Berrange2011-06-241-0/+521