VirtualBox

source: vbox/trunk/src/VBox/Main/testcase/tstAPI.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20977   15 years vboxsync API: weed out NULL strings, as many clients cannot use them
(edit) @20928   15 years vboxsync API/others: Renamed IConsole::discardSavedState to …
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @18177   16 years vboxsync Main: turn read/write param in OpenHardDisk into an enum
(edit) @17737   16 years vboxsync Main: rename IVirtualBox::machines2[] to machines[]
(edit) @16867   16 years vboxsync Main: rename IHardDiskImage2 to IHardDiskImage; rename IFloppyImage2 …
(edit) @16853   16 years vboxsync Main: rename IDVDImage2 to IDVDImage
(edit) @16817   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” …
(edit) @16734   16 years vboxsync Correct some bitrot: #include <iprt/thread.h> for RTThreadSleep().
(edit) @16712   16 years vboxsync Main: tstAPI: Fixed a couple of typos.
(edit) @16702   16 years vboxsync OVF: updated testcase
(edit) @16568   16 years vboxsync OVF: add warnings support; RAM is MB now
(edit) @16530   16 years vboxsync Main: rework error macros everywhere; make error messages much more …
(edit) @16507   16 years vboxsync OVF: changed test case as well
(edit) @16250   16 years vboxsync OVF: updated testcase to changed API
(edit) @16239   16 years vboxsync OVF: updated test case
(edit) @16198   16 years vboxsync HostNetIf API: added findHostNetworkInterfaceByName and …
(edit) @16188   16 years vboxsync Merge OVF branch.
(edit) @15581   16 years vboxsync Enabled testcase for Host::MemorySize and MemoryAvailable in tstAPI by …
(edit) @15579   16 years vboxsync Added testcase for Host::MemorySize and MemoryAvailable to tstAPI.
(edit) @14831   16 years vboxsync whole bunch: avoid runtime.h, include individual headers indead.
(edit) @14783   16 years vboxsync Main: Treat hard disks with no Create capabilities as Created right …
(edit) @14698   16 years vboxsync Main: HardDisks: Added saving/loading properties from XML.
(edit) @14596   16 years vboxsync Main: Implemented IHardDisk2::getProperty()/setProperty().
(edit) @14184   16 years vboxsync s/virual/virtual/g :-)
(edit) @13851   16 years vboxsync Main: fix win burns
(edit) @13850   16 years vboxsync Main: fix win burns
(edit) @13848   16 years vboxsync Main: fix win burns
(edit) @13844   16 years vboxsync Main: Added a describeProperty method for querying config …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @13082   16 years vboxsync PerfAPI: Backward compatibility broken. setup, enable, disable and …
(edit) @12668   16 years vboxsync PerfAPI: Added setupMetricsEx(), enableMetricsEx() and …
(edit) @12455   16 years vboxsync Rolled back change set 36536 as some other changes got mixed with the fix
(edit) @12454   16 years vboxsync PerfAPI: Memory leak fix (hopefully)
(edit) @11822   16 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11357   16 years vboxsync PerfAPI: Important! VM metrics are now associated with Machine instead …
(edit) @11182   16 years vboxsync Replaced gui session with vrdp in tstAPI
(edit) @10878   16 years vboxsync PerfAPI: Linux implementation ready
(edit) @10870   16 years vboxsync PerfAPI: Min/max value fix for CPU Load counters.
(edit) @10868   16 years vboxsync PerfAPI: Windows collector re-worked to extract raw counters via WMI. …
(edit) @10783   16 years vboxsync Fix for RHEL3 builds.
(edit) @10782   16 years vboxsync Attempt to fix rhel3 build failures.
(edit) @10779   16 years vboxsync Locking. Enabled tests in tstAPI.
(edit) @10753   16 years vboxsync Stubs for all platforms. Implementation of host CPU load and RAM usage …
(edit) @10727   16 years vboxsync Disabled even more stuff to help the builds.
(edit) @10726   16 years vboxsync Disabled Perf code in tstAPI to fix builds.
(edit) @10725   16 years vboxsync Perf API: Filtering
(edit) @10713   16 years vboxsync Perf API: aggregators, data collection, Host RAM metrics, Linux RAM …
(edit) @10679   16 years vboxsync Filtering sketched. There is a crash in VirtualBox::uninit on Windows.
(edit) @10595   16 years vboxsync Main: Performance: Typos, docs, cosmetics.
(edit) @10589   16 years vboxsync Performance API version 0. New files included.
(edit) @10544   16 years vboxsync Performance API, version 0, with fixed COMDefs.h.
(edit) @10534   16 years vboxsync Backed out Performance API changes.
(edit) @10528   16 years vboxsync Performance API, version 0, webservice broken.
(edit) @9911   16 years vboxsync wrong. there were three calls.
(edit) @9910   16 years vboxsync build fix for sleep(). there were two calls.
(edit) @9907   16 years vboxsync build fix for sleep()
(edit) @9904   16 years vboxsync Global and per-VM CPU usage API added
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7418   17 years vboxsync UCS-2 -> UTF-16.
(edit) @7207   17 years vboxsync Main: Reworked enums to avoid 1) weird duplication of enum name when …
(edit) @6922   17 years vboxsync Main: COM Arrays: Allow for zero-sized arrays.
(edit) @6909   17 years vboxsync Main: Added IMachine::machines2 that returns the array instead of the …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5523   17 years vboxsync Main: Fixed memory errors and leaks found by valgrind.
(edit) @5028   17 years vboxsync Main: Improved the hard disk testcase.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4064   17 years vboxsync Main/Frontends: Pass the value of the DISPLAY variable of the starting …
(edit) @3834   17 years vboxsync Main/testcase: More IUnknown Identity tests.
(edit) @3668   17 years vboxsync replace underscore symbols in Main/
(edit) @3480   17 years vboxsync Main: Use named mutexes for watching client processes on OS/2.
(edit) @3422   17 years vboxsync Main/testcase: Added mutability chek for properties that may be …
(edit) @3387   17 years vboxsync Main: com::GetVBoxUserHomeDirectory() now takes char * instead of …
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2567   18 years vboxsync Main & All Frontends: replaced the IGuestOSType IMachine::OSType …
(edit) @2333   18 years vboxsync gcc-4.2 warnings
(edit) @2029   18 years vboxsync Main: Added IVirtualBox::findHardDisk(). VBoxSDL: Fixed so that .vmdk …
(edit) @1471   18 years vboxsync Main: XPCOM: Initial implementation of auto-startable "out-of-proc" …
(edit) @1128   18 years vboxsync Main/CFGLDR: Fixed: Don't delete DOM objects with |delete| but always …
(edit) @437   18 years vboxsync Main: Fixed compiler warnings.
(add) @1   55 years vboxsync import
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette