VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10986   16 years vboxsync HostServices/GuestProperties: removed an unused header file
(edit) @10985   16 years vboxsync Additions/common: guest property cosmetics
(edit) @10984   16 years vboxsync vbgl: NIL_RTFILE instead of NULL/0. (All IPRT handles have a …
(edit) @10983   16 years vboxsync tstIntNet-1: Use IPRT for checksumming.
(edit) @10982   16 years vboxsync iprt: More IPv4 checksum calculation.
(edit) @10981   16 years vboxsync HostServices/GuestProperties: cosmetics
(edit) @10980   16 years vboxsync Runtime, HostServices/GuestProperties, Additions/common: autores update
(edit) @10979   16 years vboxsync tstIntNet-1,iprt: Use iprt/net in tstIntNet-1. Modified the …
(edit) @10978   16 years vboxsync tstIntNet-1,iprt: Use iprt/net in tstIntNet-1. Modified the …
(edit) @10977   16 years vboxsync Runtime: forgot a header file in autores
(edit) @10976   16 years vboxsync HostServices/GuestProperties and Additions/common: reactivated autores
(edit) @10975   16 years vboxsync Runtime: renamed iprt/autores -> iprt/autores.h
(edit) @10974   16 years vboxsync Runtime: updated and simplified the autores code
(edit) @10973   16 years vboxsync Additions/common: small fix to the R3 guest library daemonising code
(edit) @10972   16 years vboxsync RTTimerLRCreateEx: Fixed parameter validation for one shot timers.
(edit) @10971   16 years vboxsync Fe/Qt4: Changed buddy widgets used for composing default validator's …
(edit) @10970   16 years vboxsync Fe/Qt4: Changed composing of default validator's warning (invalid …
(edit) @10969   16 years vboxsync Fe/Qt4: Make VBoxSettingsDialog's validators to be retranslated on …
(edit) @10968   16 years vboxsync Fe/Qt4: Little code-restyling for VBoxSettingsDialogSpecific.cpp
(edit) @10967   16 years vboxsync iprt/cpputils.h: added stdx::non_copyable class
(edit) @10966   16 years vboxsync IPRT: some more IP checksumming stuff (hope it works).
(edit) @10965   16 years vboxsync intnet: build fix (RTNETIPV4 change).
(edit) @10964   16 years vboxsync IPRT: added RTNETTCP to iprt/net.h and started on the IPv4 checksum …
(edit) @10963   16 years vboxsync types: Merged PDMMAC and RTNETMAC into RTMAC.
(edit) @10962   16 years vboxsync iprt/types.h: Added RTMAC.
(edit) @10961   16 years vboxsync intnet: Use iprt/net.h and share the network protocol structures and …
(edit) @10960   16 years vboxsync IPRT/intnet: Moving network protocol structures and related stuff into …
(edit) @10959   16 years vboxsync VBoxSVC: Use RTTimerLR instead of RTTimer.
(edit) @10958   16 years vboxsync VBoxSVC: Use RTTimerLR instead of RTTimer.
(edit) @10957   16 years vboxsync more cosmetics.
(edit) @10956   16 years vboxsync Burn fix, cosmetics and some todos.
(edit) @10955   16 years vboxsync Burn fix: Use RTProcSelf() instead of getpid()!
(edit) @10954   16 years vboxsync IPRT: Integrated vbi v2 changes (r0drv/solaris/vbi).
(edit) @10953   16 years vboxsync GuestProps: Disabled the RTMemAutoPtr stuff because it's too …
(edit) @10952   16 years vboxsync GuestProps: Use RTSTR_VALIDATE_ENCODING_ZERO_TERMINATED.
(edit) @10951   16 years vboxsync IPRT: Extended RTStrValidateEncodingEx with a …
(edit) @10950   16 years vboxsync Fixing windows bustage.
(edit) @10949   16 years vboxsync IPRT: Added RTStrNLen and RTStrNLenEx.
(edit) @10948   16 years vboxsync tstTimer: windows doesn't have the extended timer API.
(edit) @10947   16 years vboxsync tstOnce: extended the checks a bit.
(edit) @10946   16 years vboxsync tstTimer: some adjustments.
(edit) @10945   16 years vboxsync Ensure the right revision is used for releases.
(edit) @10944   16 years vboxsync iprt: RTTimerLR - low resolution timer API (< 10 Hz).
(edit) @10943   16 years vboxsync iprt/asm.h: Fixed missing ASMAtomicReadU64 and ASMAtomicUoReadU64 on …
(edit) @10942   16 years vboxsync Fix for windows builds for unresolved symbols
(edit) @10941   16 years vboxsync iprt/posix timers: Cleanup fixing the create/destroy races, a …
(edit) @10940   16 years vboxsync IPRT: Implemented the RTOnce API.
(edit) @10939   16 years vboxsync iprt/asm.h: Added a bunch of atomic operations for IPRT handles …
(edit) @10938   16 years vboxsync Test case for collector HAL. Fixes for memory usage stats.
(edit) @10937   16 years vboxsync Fe/Qt4: Warning text returned to VBoxSettingsDialog.
(edit) @10936   16 years vboxsync Fe/Qt4: Fix for CD/FD settings (for enabling/disabling device).
(edit) @10935   16 years vboxsync More moving around of files in Linux 2.6.27
(edit) @10934   16 years vboxsync Fe/Qt4: Fixing default/auto-default rules for QIMainDialog.
(edit) @10933   16 years vboxsync Fe/Qt4: Replacing obsolete topLevelWidget() with window().
(edit) @10932   16 years vboxsync Fe/Qt4: Fixing tab order for VM Settings / General page. Also …
(edit) @10931   16 years vboxsync Additions/common: added guest property enumeration to VBoxControl
(edit) @10930   16 years vboxsync Additions/common: added guest property enumeration functions to the …
(edit) @10929   16 years vboxsync HostServices/GuestProperties: added a guest enumeration interface to …
(edit) @10928   16 years vboxsync When SATA controller is enabled but no disk is attached BIOS log …
(edit) @10927   16 years vboxsync Runtime: updated RTMemAuto -> RTMemAutoPtr
(edit) @10926   16 years vboxsync Runtime: updated RTAutoRes -> RTMemAuto
(edit) @10925   16 years vboxsync Runtime: updated RTAutoRes
(edit) @10924   16 years vboxsync intnet: INTNET_OPEN_FLAGS_SECURITY_XOR_MASK -> …
(edit) @10923   16 years vboxsync intnet: MAC sharing under construction…
(edit) @10922   16 years vboxsync Fe/Qt4: Porting qimage frame-buffer to qt4, fixing some little …
(edit) @10921   16 years vboxsync Replaced another occurrence of getpagesize()
(edit) @10920   16 years vboxsync POSIX timers with SIGEV_SIGNAL and a dedicated thread
(edit) @10919   16 years vboxsync replaced getpagesize() with PAGE_SIZE
(edit) @10918   16 years vboxsync Runtime: added RTAutoRes (a generalised form of auto_ptr for managing …
(edit) @10917   16 years vboxsync tstVMM-HwAccm: disabled testcase becaused it panics here.
(edit) @10916   16 years vboxsync Fe/Qt4: Fixing QIDialog centering for qt4 frontend (this dialog used …
(edit) @10915   16 years vboxsync tstRunTestcases: deactivated slow tstSemMutex test
(edit) @10914   16 years vboxsync tstRunTestcases: deactivated slow tstVD test
(edit) @10913   16 years vboxsync tstRunTestcases: Change directory when taking the default route.
(edit) @10912   16 years vboxsync tstRunTestcases: fixed a typo in r33737 (tstHeadless-2 -> tstHeadless2)
(edit) @10911   16 years vboxsync IPRT: Added RTPathSetCurrent.
(edit) @10910   16 years vboxsync FE/Qt3: French NLS: Replaced deprecated characters with HTML entities.
(edit) @10909   16 years vboxsync FE/Qt3: Updated the Indonesian and Chinese (China) NLS.
(edit) @10908   16 years vboxsync FE/Qt3: Updated the Swedish NLS and the Portuguese Qt NLS.
(edit) @10907   16 years vboxsync tstRunTestcases: Exclude tstHeadless-2.
(edit) @10906   16 years vboxsync tstRunTestcases: Exclude tstGlobalConfig and tstFileAppendWin-1.
(edit) @10905   16 years vboxsync tstStrFormat: Fixed %RGv and %RGp bustage. Added %RRv test.
(edit) @10904   16 years vboxsync tstRunTestcases: Exclude testcase/tstDisasm-2
(edit) @10903   16 years vboxsync tstSSM: Fixed bustage caused by the UVM change.
(edit) @10902   16 years vboxsync Fix ioctl error on guest shutdown in the serial device
(edit) @10901   16 years vboxsync main: Console::attachToHostInterface and …
(edit) @10900   16 years vboxsync Main: Fixed the darwin hif setup.
(edit) @10899   16 years vboxsync DrvIntNet: Missing key validation.
(edit) @10898   16 years vboxsync Main: Host interface networking on Darwin.
(edit) @10897   16 years vboxsync VirtualBox4: Host interface networking for Darwin.
(edit) @10896   16 years vboxsync Main & VBoxManage: Made HostNetworkInterface, IHost::networkInterfaces …
(edit) @10895   16 years vboxsync main: Implemented DarwinGetEthernetControllers.
(edit) @10894   16 years vboxsync
(edit) @10893   16 years vboxsync main: started on the NIC enumeration for darwin.
(edit) @10892   16 years vboxsync Fe/Qt4: Little code styling.
(edit) @10891   16 years vboxsync vboxClipboardDestroy: Fixed bad assertion on uninitialized variable …
(edit) @10890   16 years vboxsync Fe/Qt4: Remove porting garbage from VBoxSelectorWnd.
(edit) @10889   16 years vboxsync Handle the Qt3 GUI in the Solaris installer.
(edit) @10888   16 years vboxsync Fe/Qt4: Remove porting garbage from VBoxConsoleWnd.
(edit) @10887   16 years vboxsync Fe/Qt4: Removing garbage from QIStatusBar sources.
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