VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33980   14 years vboxsync wddm: vidpn logging + bugfixes
(edit) @33979   14 years vboxsync build fix
(edit) @33978   14 years vboxsync NAT: log.
(edit) @33977   14 years vboxsync *: replaced a bunch of sprintf() by snprintf()
(edit) @33976   14 years vboxsync now for real
(edit) @33975   14 years vboxsync free fix
(edit) @33974   14 years vboxsync Fixed MSVC warnings (unary minus applied to unsigned type).
(edit) @33973   14 years vboxsync vfs: the gunzip stream works, except for some double frees somewhere.
(edit) @33972   14 years vboxsync forgotten include
(edit) @33971   14 years vboxsync recompiler: type fix
(edit) @33970   14 years vboxsync Windows Guest Additions installer: Added command line switch …
(edit) @33969   14 years vboxsync FE/Qt4: add Manager to the title
(edit) @33968   14 years vboxsync one more
(edit) @33967   14 years vboxsync burn fix
(edit) @33966   14 years vboxsync VBoxTray: Cleaning up, refactoring, grouping window messages.
(edit) @33965   14 years vboxsync recompiler: fix type
(edit) @33964   14 years vboxsync bit better error handling
(edit) @33963   14 years vboxsync Main: moved listeners to location usable by fronends, rework
(edit) @33962   14 years vboxsync FE/Qt4: COM wrappers: Add a enum value Name_Max to every enum to allow …
(edit) @33961   14 years vboxsync FE/Qt: Global settings / Language page refactoring.
(edit) @33960   14 years vboxsync FE/Qt: Update for r67620.
(edit) @33959   14 years vboxsync Main: code for generic listener creation
(edit) @33958   14 years vboxsync FE/Qt: Global settings / Input page refactoring.
(edit) @33957   14 years vboxsync NAT/libalias: cosmetic.
(edit) @33956   14 years vboxsync VBoxManage/GuestControl: Refactoring.
(edit) @33955   14 years vboxsync NAT: log.
(edit) @33954   14 years vboxsync NAT: log too noise (vbox/#7714).
(edit) @33953   14 years vboxsync NAT/libalias: fixes issue with wrong type of query header in DNS …
(edit) @33952   14 years vboxsync Main: replaces callback mechanism of NAT redirect change event …
(edit) @33951   14 years vboxsync Additions/WINNT/Graphics: replace spinlock in XPDM VBVA channel …
(edit) @33950   14 years vboxsync build fix
(edit) @33948   14 years vboxsync vfs: more filesystem streaming code.
(edit) @33947   14 years vboxsync Storage/VDI: can create images up to 4PB-3MB capacity, the previous …
(edit) @33946   14 years vboxsync fix
(edit) @33945   14 years vboxsync More vfs code, new iprt error range..
(edit) @33944   14 years vboxsync FE/Qt4: remove debug logging; add comment
(edit) @33943   14 years vboxsync VMDK: Fix memory leak in case of buffer overflow error
(edit) @33941   14 years vboxsync fix OSE
(edit) @33940   14 years vboxsync Support/linux: cosmetics
(edit) @33939   14 years vboxsync Support/linux: the user does not need to disable the Local APIC …
(edit) @33938   14 years vboxsync removed logging
(edit) @33937   14 years vboxsync Storage/VMDK: pvDescriptor might be used uninitialized
(edit) @33936   14 years vboxsync build fix
(edit) @33935   14 years vboxsync VMM: mask all Local APIC interrupt vectors which are set up to NMI …
(edit) @33934   14 years vboxsync Main: make saved state paths relative to machines again (trunk regression)
(edit) @33932   14 years vboxsync FE/Qt: Machine settings / System & Storage pages correlation.
(edit) @33931   14 years vboxsync wddm: vboxtray fixes, bugfixing
(edit) @33930   14 years vboxsync FE/Qt4: revert r67422 & r67576
(edit) @33929   14 years vboxsync wddm: fix guest misbehave on driver update, bugfixing
(edit) @33928   14 years vboxsync DevPS2: typo
(edit) @33927   14 years vboxsync Build fix.
(edit) @33926   14 years vboxsync FE/Qt: Global settings / General page refactoring.
(edit) @33925   14 years vboxsync FE/Qt: Fixing assert in VBoxMediumComboBox which happens if medium …
(edit) @33924   14 years vboxsync VBoxManage/GuestControl: Some refactoring.
(edit) @33923   14 years vboxsync FE/Qt: Some rework for r67571 (GUI part).
(edit) @33922   14 years vboxsync VBoxService: uninitialized variable
(edit) @33921   14 years vboxsync Main: rework 'save registries' logic to ensure that all media …
(edit) @33920   14 years vboxsync FE/Qt4: Again move the startEnumeratingMedia call. We have to make …
(edit) @33919   14 years vboxsync LSILogic: allow multiple SCSI controllers
(edit) @33918   14 years vboxsync Main: allow multiple AHCI controllers
(edit) @33917   14 years vboxsync PC BIOS: add bus into PCI address
(edit) @33916   14 years vboxsync VBoxSDL: Be more clear about "--detecthostkey".
(edit) @33915   14 years vboxsync Main, QT/FE, VBoxManage: per-chipset controller count limits
(edit) @33914   14 years vboxsync typo
(edit) @33913   14 years vboxsync Main/Medium: if the medium is inaccessible try to get the up to date …
(edit) @33912   14 years vboxsync FE/Qt4: Avoid the extent button on Mac OS X for the USB toolbar.
(edit) @33911   14 years vboxsync code -> laptop
(edit) @33910   14 years vboxsync Main, PXE: pass bus number too
(edit) @33909   14 years vboxsync FE/Qt4: the same as r67562 for the Serial settings page
(edit) @33908   14 years vboxsync Main: sort Medium methods to have the same order in .h und .cpp
(edit) @33907   14 years vboxsync Main: more PCI assignment rules
(edit) @33906   14 years vboxsync FE/Qt4: Move the single adapter page creation to the ctor, cause we …
(edit) @33905   14 years vboxsync Main: fix regression that media in 4.0 machine folders became …
(edit) @33904   14 years vboxsync Main: fix snapshot folder and log folder regression (since 4.0 …
(edit) @33903   14 years vboxsync iprt: More VFS and gunzip code.
(edit) @33902   14 years vboxsync burn fix
(edit) @33901   14 years vboxsync not required anymore
(edit) @33900   14 years vboxsync VBoxManage: build fix
(edit) @33899   14 years vboxsync Forgot header.
(edit) @33898   14 years vboxsync Guest Control/Main+VBoxManage: Implemented first bits for on-guest …
(edit) @33897   14 years vboxsync FE/Qt: use LogRel
(edit) @33896   14 years vboxsync FE/Qt4: move the check out of the ISO check (temp)
(edit) @33895   14 years vboxsync Build fix.
(edit) @33894   14 years vboxsync Fixed libpng building on non-windows hosts - it was using the wrong …
(edit) @33893   14 years vboxsync space
(edit) @33892   14 years vboxsync Shared folders: drop the #if defined-all-oses around SET_SYMLINKS.
(edit) @33891   14 years vboxsync VBoxService/VMInfo: Skip none-mapped user accounts when enumerating …
(edit) @33890   14 years vboxsync Additions/WINNT/Graphics: more refactoring
(edit) @33889   14 years vboxsync Space.
(edit) @33888   14 years vboxsync VBoxService/Toolbox: Mode adjustments for vbox_mkdir.
(edit) @33887   14 years vboxsync iprt: started hacking a gunzip/gzip I/O stream implementation.
(edit) @33886   14 years vboxsync Build fix.
(edit) @33885   14 years vboxsync VBoxService/Toolbox: Updated vbox_mkdir.
(edit) @33884   14 years vboxsync FE/Qt4: log keyboard type in debug mode (temp)
(edit) @33883   14 years vboxsync FE/Qt4: temp keyboard test (will be removed again)
(edit) @33882   14 years vboxsync FE/Qt: Global & Machine settings refactoring, part 1 (files & classes …
(edit) @33881   14 years vboxsync Audio/HDA: clean up of Immediate Command processing.
(edit) @33880   14 years vboxsync Audio/HDA: hda{Read,Write}Audio respects SDnFIFOS value.
(edit) @33879   14 years vboxsync wddm: more multi-monitor fixes
(edit) @33878   14 years vboxsync SUPLib.cpp: log R0 load failure better in release builds.
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