summaryrefslogtreecommitdiff
path: root/tests/virportallocatortest.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove unused includesPeng Liang2022-06-161-3/+0
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-2/+2
* lib: Prefer WITH_* prefix for #if conditionalsMichal Privoznik2020-09-021-1/+1
* Remove virutil.h where possibleJán Tomko2020-02-241-1/+0
* src: switch to use g_setenv/g_unsetenvDaniel P. Berrangé2020-01-031-1/+1
* tests: use G_GNUC_UNUSEDJán Tomko2019-10-151-2/+2
* tests: Add lib- prefix to all mocksRoman Bolshakov2019-08-231-1/+1
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-2/+0
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-1/+0
* port allocator: drop skip bind check flagNikolay Shirokovskiy2018-02-221-2/+2
* port allocator: remove range check in release functionNikolay Shirokovskiy2018-02-221-12/+11
* port allocator: make used port bitmap globalNikolay Shirokovskiy2018-02-221-20/+32
* tests: Rename VIRT_TEST_* macros to VIR_TEST_*Andrea Bolognani2017-04-041-1/+1
* tests: Rename virtTestRun to virTestRun.Tomáš Ryšavý2016-06-081-4/+4
* virportallocatortest: Run on linux onlyMichal Privoznik2016-02-121-2/+3
* tests: Don't use "lib" prefix for mock librariesAndrea Bolognani2016-02-111-1/+1
* tests: Split off the mock part of the port allocator testAndrea Bolognani2016-02-111-90/+7
* tests: Use plain close() in mock codeAndrea Bolognani2016-02-111-1/+1
* tests: Don't use testutils in mock librariesMartin Kletzander2015-09-111-1/+1
* tests: Add VIR_TEST_DEBUG and VIR_TEST_VERBOSECole Robinson2015-04-231-23/+12
* maint: avoid static zero init in testsEric Blake2014-10-291-1/+1
* util: Allow port allocator to skip bind() checkDaniel P. Berrange2014-09-111-2/+2
* Indent top-level labels by one space in tests/Ján Tomko2014-03-251-2/+2
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+1
* Require spaces around equality comparisonsMartin Kletzander2014-03-181-1/+1
* Don't always skip virportallocatortestJán Tomko2014-03-041-3/+5
* build: skip virportallocatortest on cygwinEric Blake2014-02-261-1/+1
* build: avoid ld_preload tests on mingwv1.2.2-rc2Eric Blake2014-02-251-17/+27
* Support IPv6 in port allocatorJán Tomko2014-02-141-3/+65
* Return -1 in virPortAllocatorAcquire if all ports are usedJán Tomko2013-11-181-4/+2
* Add a name to virPortAllocatorJán Tomko2013-11-181-2/+2
* Remove test case average timingDaniel P. Berrange2013-10-081-2/+2
* Avoid crash on OOM in virportallocatortestDaniel P. Berrange2013-09-251-0/+6
* util: move virFile* functions from virutil.c to virfile.cLaine Stump2013-05-101-0/+1
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-1/+1
* Avoid cast alignment warnings in port allocator testDaniel P. Berrange2013-04-081-5/+7
* build: fix build on BSDEric Blake2013-01-171-0/+1
* Avoid integer wrap on remotePortMax in QEMU driverDaniel P. Berrange2013-01-171-1/+1
* Add a port allocator classDaniel P. Berrange2013-01-161-0/+194