summaryrefslogtreecommitdiff
path: root/src/VBox/Main/testcase/tstAPI.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* OVF: updated testcase to changed APIvboxsync2009-01-271-2/+1
* OVF: updated test casevboxsync2009-01-261-8/+9
* HostNetIf API: added findHostNetworkInterfaceByName and findHostNetworkInterf...vboxsync2009-01-231-2/+43
* Merge OVF branch.vboxsync2009-01-221-0/+68
* Enabled testcase for Host::MemorySize and MemoryAvailable in tstAPI by default.vboxsync2008-12-161-1/+1
* Added testcase for Host::MemorySize and MemoryAvailable to tstAPI.vboxsync2008-12-161-0/+14
* whole bunch: avoid runtime.h, include individual headers indead.vboxsync2008-11-301-1/+3
* Main: Treat hard disks with no Create capabilities as Created right after IVi...vboxsync2008-11-281-0/+2
* Main: HardDisks: Added saving/loading properties from XML.vboxsync2008-11-271-0/+5
* Main: Implemented IHardDisk2::getProperty()/setProperty().vboxsync2008-11-251-10/+31
* s/virual/virtual/g :-)vboxsync2008-11-131-3/+3
* Main: fix win burnsvboxsync2008-11-051-1/+1
* Main: fix win burnsvboxsync2008-11-051-1/+1
* Main: fix win burnsvboxsync2008-11-051-3/+3
* Main: Added a ''describeProperty'' method for querying config properties of avboxsync2008-11-051-6/+54
* s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).vboxsync2008-11-051-1/+1
* Ported s2 branch (r37120:38456).vboxsync2008-10-271-46/+164
* PerfAPI: Backward compatibility broken. setup, enable, disable and query meth...vboxsync2008-10-081-31/+26
* PerfAPI: Added setupMetricsEx(), enableMetricsEx() and disableMetricsEx(). Ad...vboxsync2008-09-231-12/+110
* Rolled back change set 36536 as some other changes got mixed with the fixvboxsync2008-09-151-1/+1
* PerfAPI: Memory leak fix (hopefully)vboxsync2008-09-151-1/+1
* IPRT: RTR3Init cleanup.vboxsync2008-08-291-1/+1
* PerfAPI: Important! VM metrics are now associated with Machine instead of Ses...vboxsync2008-08-121-1/+1
* Replaced gui session with vrdp in tstAPIvboxsync2008-08-061-1/+1
* PerfAPI: Linux implementation readyvboxsync2008-07-251-4/+4
* PerfAPI: Min/max value fix for CPU Load counters.vboxsync2008-07-241-1/+4
* PerfAPI: Windows collector re-worked to extract raw counters via WMI. Filteri...vboxsync2008-07-241-13/+15
* Fix for RHEL3 builds.vboxsync2008-07-211-1/+2
* Attempt to fix rhel3 build failures.vboxsync2008-07-211-1/+2
* Locking. Enabled tests in tstAPI.vboxsync2008-07-211-3/+3
* Stubs for all platforms. Implementation of host CPU load and RAM usage counte...vboxsync2008-07-181-1/+1
* Disabled even more stuff to help the builds.vboxsync2008-07-171-0/+2
* Disabled Perf code in tstAPI to fix builds.vboxsync2008-07-171-1/+1
* Perf API: Filteringvboxsync2008-07-171-66/+86
* Perf API: aggregators, data collection, Host RAM metrics, Linux RAM metrics, ...vboxsync2008-07-161-4/+8
* Filtering sketched. There is a crash in VirtualBox::uninit on Windows.vboxsync2008-07-151-2/+3
* Main: Performance: Typos, docs, cosmetics.vboxsync2008-07-141-12/+13
* Performance API version 0. New files included.vboxsync2008-07-141-17/+22
* Performance API, version 0, with fixed COMDefs.h.vboxsync2008-07-111-3/+34
* Backed out Performance API changes.vboxsync2008-07-111-34/+3
* Performance API, version 0, webservice broken.vboxsync2008-07-111-3/+34
* wrong. there were three calls.vboxsync2008-06-251-1/+1
* build fix for sleep(). there were two calls.vboxsync2008-06-251-1/+1
* build fix for sleep()vboxsync2008-06-251-1/+1
* Global and per-VM CPU usage API addedvboxsync2008-06-251-0/+62
* The Big Sun Rebranding Header Changevboxsync2008-04-181-1/+5
* UCS-2 -> UTF-16.vboxsync2008-03-101-2/+2
* Main: Reworked enums to avoid 1) weird duplication of enum name when referrin...vboxsync2008-02-281-2/+2
* Main: COM Arrays: Allow for zero-sized arrays.vboxsync2008-02-121-3/+2
* Main: Added IMachine::machines2 that returns the array instead of the collect...vboxsync2008-02-111-2/+26