summaryrefslogtreecommitdiff
path: root/tests/sockettest.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Use virTestCompareToString() moreMichal Privoznik2022-12-011-2/+1
* tests: Remove unused includesPeng Liang2022-06-161-1/+0
* sockettest: Check for IPv4-in-IPv6 parsing and formattingMichal Privoznik2022-03-041-0/+2
* tests: use g_autofreeJán Tomko2021-09-091-3/+1
* sockettest: testMaskNetwork: use g_autoJán Tomko2020-11-191-3/+1
* tests: sockettest: move declarationsJán Tomko2020-08-251-2/+2
* Split declarations from initializationsJán Tomko2020-08-251-3/+5
* tests: Avoid IPv4-translated IPv6 address in sockettestRoman Bolshakov2019-08-231-1/+1
* tests: Don't test octal localhost IP in sockettest on macOSRoman Bolshakov2019-08-231-0/+4
* tests: Fix message for IP parse/format failuresRoman Bolshakov2019-08-081-1/+1
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-2/+0
* internal: Move <stdio.h> include to internal.hErik Skultety2018-09-201-1/+0
* Remove backslash alignment attemptsAndrea Bolognani2017-11-031-66/+66
* tests: Rename VIRT_TEST_* macros to VIR_TEST_*Andrea Bolognani2017-04-041-1/+1
* tests: Rename virtTestQuiesceLibvirtErrors to virTestQuiesceLibvirtErrors.Tomáš Ryšavý2016-06-081-1/+1
* Rename virtTestDifference to virTestDifference.Tomáš Ryšavý2016-06-081-1/+1
* tests: Rename virtTestRun to virTestRun.Tomáš Ryšavý2016-06-081-36/+36
* network: validate network NAT rangeLaine Stump2015-08-101-2/+44
* network: validate DHCP ranges are completely within defined networkLaine Stump2015-06-021-18/+37
* test: fix IP address range failure testLaine Stump2015-06-021-3/+5
* Remove unused macrosJán Tomko2015-04-021-10/+0
* conf: add check if migration_host is a localhost addressChen Fan2014-10-151-0/+35
* migration: add migration_host support for IPv6 address without bracketsChen Fan2014-10-151-16/+16
* Fix unitialized data in virSocketAddrMaskDaniel P. Berrange2014-03-201-0/+53
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+2
* Require spaces around equality comparisonsMartin Kletzander2014-03-181-2/+2
* virsocket: Introduce virSocketAddrIsWildcardMichal Privoznik2013-10-111-0/+29
* Remove test case average timingDaniel P. Berrange2013-10-081-8/+8
* test: Refactor setting of dummy error handlersPeter Krempa2013-09-171-8/+1
* virsocket: Introduce virSocketAddrIsWildcardMichal Privoznik2013-06-071-0/+38
* qemu: Reformat listen address prior to checkingMichal Privoznik2013-06-061-0/+24
* 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
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Cleanup for a return statement in source filesMartin Kletzander2012-03-261-1/+1
* Split src/util/network.{c,h} into 5 piecesDaniel P. Berrange2011-11-151-1/+1
* Santize naming of socket address APIsDaniel P. Berrange2011-11-091-9/+9
* tests: simplify common setupEric Blake2011-04-291-3/+2
* Add test suite for virSocket APIsDaniel P. Berrange2010-10-221-0/+259