summaryrefslogtreecommitdiff
path: root/src/VBox/Main/testcase/tstAPI.cpp
Commit message (Expand)AuthorAgeFilesLines
* FE/SDL. bugref:9449. Removing secure label related code.vboxsync2023-01-251-17/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* Frontends + Main: Adjust to the new rules wrt. to rc -> hrc,vrc usage. This a...vboxsync2022-05-311-34/+34
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Main: bugref:9341: The "environment" parameter in the IMachine::launchVMProce...vboxsync2019-09-161-2/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* Main: warnings (gcc)vboxsync2016-08-121-2/+4
* Frontends etc: convert more code to use VirtualBoxClient instead of direct cr...vboxsync2016-03-161-3/+6
* Removed unnecessary LOG_INSTANCE definitions.vboxsync2015-05-201-2/+0
* added a couple of missing Id headersvboxsync2015-04-231-0/+1
* Main+Frontends: clear out some cruft code, outdated EventQueue stuff and whit...vboxsync2014-01-201-7/+1
* Main: Whitespace (including tabs!) and svn:keywords cleanups by scm.vboxsync2013-10-071-1/+1
* tstAPI: test (DNS & Co) modified to ask in endless loop (with 1 sec pause) na...vboxsync2013-09-161-1/+11
* Main/testcase: adds disabled by default test of DNS bits of HostImpl.vboxsync2013-09-061-0/+19
* RT_STR_TUPLEvboxsync2013-05-301-1/+1
* Main/Metrics: Host network metrics, linux only (#6345)vboxsync2012-09-271-6/+47
* enabled shared clipboard support for Linux hosts (guest=>host only)vboxsync2012-07-201-2/+3
* Main/tstAPI: modified bandwidth group testcase to use two sessions with persi...vboxsync2012-03-151-42/+67
* tstAPI: added a test case for bandwidth groupvboxsync2012-03-151-0/+59
* %lS -> %ls.vboxsync2011-09-131-4/+4
* *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.vboxsync2011-09-051-1/+1
* Main/Metrics: Hypervisor and guest metrics re-done (#5566)vboxsync2011-03-021-18/+20
* src/*: more spelling fixes (logging), thanks Timeless!vboxsync2010-10-291-4/+4
* VRDE: API changes for the VRDP server separation.vboxsync2010-10-241-8/+8
* com/string: Remove bool conversion operator and other convenience error opera...vboxsync2010-09-231-466/+461
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* Main/VirtualBox: new parameter for overriding VM file existence check on crea...vboxsync2010-03-291-2/+3
* Backed out 59261 & 59266vboxsync2010-03-261-3/+2
* Main/VirtualBox: new parameter for overriding VM file existence check on crea...vboxsync2010-03-241-2/+3
* *: s/%Vuuid/%RTuuid/g; s/%Vrc/%Rrc/gvboxsync2010-02-021-7/+7
* Main: coding style: have Main obey the standard VirtualBox coding style rules...vboxsync2009-07-301-81/+81
* API: weed out NULL strings, as many clients cannot use themvboxsync2009-06-261-8/+2
* API/others: Renamed IConsole::discardSavedState to IConsole::forgetSavedState...vboxsync2009-06-251-214/+225
* Main: support for using VBox from Python on Windows (still certain limitation...vboxsync2009-04-281-2/+2
* Main: turn read/write param in OpenHardDisk into an enumvboxsync2009-03-241-1/+1
* Main: rename IVirtualBox::machines2[] to machines[]vboxsync2009-03-121-1/+1
* Main: rename IHardDiskImage2 to IHardDiskImage; rename IFloppyImage2 to IFlop...vboxsync2009-02-171-4/+4
* Main: rename IDVDImage2 to IDVDImagevboxsync2009-02-171-1/+1
* #3551: “Main: Replace remaining collections with safe arrays”vboxsync2009-02-171-0/+31
* Correct some bitrot: #include <iprt/thread.h> for RTThreadSleep().vboxsync2009-02-131-0/+1
* Main: tstAPI: Fixed a couple of typos.vboxsync2009-02-121-2/+2
* OVF: updated testcasevboxsync2009-02-121-2/+4
* OVF: add warnings support; RAM is MB nowvboxsync2009-02-091-2/+13
* Main: rework error macros everywhere; make error messages much more readable ...vboxsync2009-02-051-0/+1
* OVF: changed test case as wellvboxsync2009-02-041-13/+30