|
|
@54966
|
10 years |
vboxsync |
MediumImpl: be a bit more verbose if locking of the media failed
|
|
|
@54959
|
10 years |
vboxsync |
NetIf-freebsd: Added { } to prevent a compiler warning. Thank you …
|
|
|
@54950
|
10 years |
vboxsync |
Fix unused variables warnings
|
|
|
@54948
|
10 years |
vboxsync |
Main/Medium+Snapshot: make all code recursing over trees (objects …
|
|
|
@54945
|
10 years |
vboxsync |
Main/Medium: release media locks by destroying tasks before sending …
|
|
|
@54927
|
10 years |
vboxsync |
Main/src-server: comment.
|
|
|
@54926
|
10 years |
vboxsync |
Main/src-server/MachineImpl: enable KVM paravirt for almost all linux …
|
|
|
@54911
|
10 years |
vboxsync |
Main: Added paravirt. provider KVM APIs.
|
|
|
@54885
|
10 years |
vboxsync |
Main: Add a method to check for the correct encryption password
|
|
|
@54884
|
10 years |
vboxsync |
Fix for the fix
|
|
|
@54883
|
10 years |
vboxsync |
Main/Medium: Fix regression introduced with yesterdays changes
|
|
|
@54871
|
10 years |
vboxsync |
NetIf-solaris: missed file.
|
|
|
@54870
|
10 years |
vboxsync |
NetIf-solaris: comment.
|
|
|
@54869
|
10 years |
vboxsync |
NetIf-solaris: fix listing of link names that don't have the same name …
|
|
|
@54855
|
10 years |
vboxsync |
Main/Medium: Logic change for IMedium::ChangeEncryption, an empty …
|
|
|
@54854
|
10 years |
vboxsync |
Main: Rearrange and rename parameters of IMedium::ChangeEncryption
|
|
|
@54847
|
10 years |
vboxsync |
Main: Fix another place where VBOX_E_PASSWORD_INCORRECT should be returned
|
|
|
@54843
|
10 years |
vboxsync |
Main: adapt VRDEServer to new, more precise state checks
|
|
|
@54840
|
10 years |
vboxsync |
Main/NetworkAdapter: adapt to new, more precise state checks
|
|
|
@54838
|
10 years |
vboxsync |
Main/src-server/solaris: Fix description matching for …
|
|
|
@54837
|
10 years |
vboxsync |
Medium: Return VBOX_E_PASSWORD_INCORRECT when changing the encryption …
|
|
|
@54835
|
10 years |
vboxsync |
Encryption: Add a way to retrieve the encryption settings without …
|
|
|
@54821
|
10 years |
vboxsync |
G/c unused files.
|
|
|
@54816
|
10 years |
vboxsync |
Main/HostDnsService: G/c as intended code that was accidentally only …
|
|
|
@54814
|
10 years |
vboxsync |
Main/HostDnsService: log DNS info when it's actually changed, not when …
|
|
|
@54791
|
10 years |
vboxsync |
Main/Machine: fix long-standing bug with setting extradata (it isn't …
|
|
|
@54705
|
10 years |
vboxsync |
Main: VBoxNetNAT/VBoxNetDHCP: sometimes it's required to kill the …
|
|
|
@54671
|
10 years |
vboxsync |
NAT networks: don't kill VBoxNetDHCP and VBoxNetNAT but send the …
|
|
|
@54662
|
10 years |
vboxsync |
Main/HostDnsService: instead of keeping fragile state g/c notifyAll() …
|
|
|
@54647
|
10 years |
vboxsync |
Fix lock order violation
|
|
|
@54645
|
10 years |
vboxsync |
Encryption/Main: Allow encryption of differencing media as long as …
|
|
|
@54631
|
10 years |
vboxsync |
Main/HostDnsService: fixed a typo which prevented to pass any DNS …
|
|
|
@54625
|
10 years |
vboxsync |
Main: Fixes for disk encryption support and make use of the optimized …
|
|
|
@54591
|
10 years |
vboxsync |
Add support to supply passwords for disk encryption while the VM is running
|
|
|
@54511
|
10 years |
vboxsync |
Main/BandwidthControl: eliminate warning
|
|
|
@54486
|
10 years |
vboxsync |
Main/Medium: Add basic support to encrypt/decrypt media, work in progress
|
|
|
@54438
|
10 years |
vboxsync |
Main/VirtualBox: eliminate redundant parameter to i_registerMedium, …
|
|
|
@54407
|
10 years |
vboxsync |
Main/DHCPServerImpl: kludge to sneak in dhcp option encoding through …
|
|
|
@54351
|
10 years |
vboxsync |
Main/DHCPServerImpl: factor out code to encode option values for …
|
|
|
@54347
|
10 years |
vboxsync |
Main/DHCPServerImpl: cosmetic - be consistent in using plural "aValues".
|
|
|
@54314
|
10 years |
vboxsync |
Main/DHCPServerImpl: for DHCP options keep not just the text …
|
|
|
@54304
|
10 years |
vboxsync |
Main/src-server/HostDnsService.cpp: log each DNS info change …
|
|
|
@54302
|
10 years |
vboxsync |
Main/src-server/HostDnsService.cpp: make sure that only actual …
|
|
|
@54284
|
10 years |
vboxsync |
Frontends/VBoxManage: use AutoReadLock in DHCPServer getters.
|
|
|
@54276
|
10 years |
vboxsync |
Main/src-server: unused var. warning.
|
|
|
@54265
|
10 years |
vboxsync |
Main/DHCPServerImpl: AddGlobalOption - make updating existing options …
|
|
|
@54177
|
10 years |
vboxsync |
Main/Machine: typo in rsevious change
|
|
|
@54175
|
10 years |
vboxsync |
Main/Machine: fix another (unnecessary, the parent lock isn't needed …
|
|
|
@54174
|
10 years |
vboxsync |
Main/Machine: fix lock order violation when detaching all media, child …
|
|
|
@54051
|
10 years |
vboxsync |
nit
|
|
|
@53867
|
10 years |
vboxsync |
Main: Added machine state change probe.
|
|
|
@53815
|
10 years |
vboxsync |
Rename include/VBox/VBoxOGLTest.h to more common name (VBoxOGL.h) …
|
|
|
@53781
|
10 years |
vboxsync |
added a bunch of missing Windows resource files and fixed a few minor bugs
|
|
|
@53739
|
10 years |
vboxsync |
Main: Fix race condition between Medium::Close and Medium::i_queryInfo …
|
|
|
@53624
|
10 years |
vboxsync |
scm automatic cleanups.
|
|
|
@53603
|
10 years |
vboxsync |
Main: Don't try to delete the storage of a disk image when the format …
|
|
|
@53540
|
10 years |
vboxsync |
Missing file
|
|
|
@53354
|
10 years |
vboxsync |
R7524 - needs testing in VBoxManage.
|
|
|
@53344
|
10 years |
vboxsync |
Main: VRDEServer property TCP/Ports should accept 0 as default value
|
|
|
@53323
|
10 years |
vboxsync |
Main/VirtualBox: take vbox lock before locking dhcp server list (#7500)
|
|
|
@53318
|
10 years |
vboxsync |
NDIS6/NetLwf: Use new component id (oracle_VBoxNetLwf) instead of old …
|
|
|
@53297
|
10 years |
vboxsync |
Main: Added API to report actual USB device speed.
|
|
|
@53242
|
10 years |
vboxsync |
Main/HostDnsService: Tcpip\Parameters\NameServer value is not updated …
|
|
|
@53171
|
10 years |
vboxsync |
MachineImpl: delete TRANSIENT and TRANSRESET guest properties on VM …
|
|
|
@53170
|
10 years |
vboxsync |
MachineImpl: delete TRANSIENT and TRANSRESET guest properties on VM …
|
|
|
@53165
|
10 years |
vboxsync |
Main/HostDnsService: brush up old Windows code. In general no …
|
|
|
@53159
|
10 years |
vboxsync |
Main/HostDnsService: revert windows code back to r91891. The rewrite …
|
|
|
@53154
|
10 years |
vboxsync |
Spell "changed" correctly in an identifier.
|
|
|
@53151
|
10 years |
vboxsync |
Main/HostDnsService: bring back Windows changes of r96331 but with …
|
|
|
@53123
|
10 years |
vboxsync |
Fix typo in header comment.
|
|
|
@53122
|
10 years |
vboxsync |
Main/HostDnsService: revert r96327 and follow-up r96329 and r96331 to …
|
|
|
@53112
|
10 years |
vboxsync |
Missed copyright header update.
|
|
|
@53111
|
10 years |
vboxsync |
Main/src-server/solaris: Enumerate USB 3.0 devices.
|
|
|
@53110
|
10 years |
vboxsync |
Main/src-server: unused param warning.
|
|
|
@53082
|
10 years |
vboxsync |
NetFlt/win: NDIS6: no halt on host suspend, hardware id changed to …
|
|
|
@53062
|
10 years |
vboxsync |
USB: Integrate USB sniffer. Make it possible to specify a file to dump …
|
|
|
@53031
|
10 years |
vboxsync |
USB: Connecting the dots.
|
|
|
@53012
|
10 years |
vboxsync |
Main,Frontend: Windows 10 guest os type.
|
|
|
@52990
|
10 years |
vboxsync |
Main/Machine: also delete VBoxStartup.log when deleting a VM
|
|
|
@52959
|
10 years |
vboxsync |
Main: warnings
|
|
|
@52958
|
10 years |
vboxsync |
Main: merged IMachine::readSavedThumbnailToArray and …
|
|
|
@52934
|
10 years |
vboxsync |
Main: safearray cleanup, removed unnecessary SafeArray<->vector conversions
|
|
|
@52933
|
10 years |
vboxsync |
MachineImpl: return code mismatch
|
|
|
@52932
|
10 years |
vboxsync |
HostDnsServiceResolvConf: copyright header
|
|
|
@52901
|
10 years |
vboxsync |
Main: trailing spaces + warning
|
|
|
@52900
|
10 years |
vboxsync |
Main: HostDnsMonitor for Windows: remove extra spaces.
|
|
|
@52899
|
10 years |
vboxsync |
Main: HosDnsMonitor for Windows: fix event indexes handling.
|
|
|
@52897
|
10 years |
vboxsync |
Main: DnsMonitorService: step on unicode rails: store network …
|
|
|
@52880
|
10 years |
vboxsync |
MediumImpl: safearray cleanup.
|
|
|
@52861
|
10 years |
vboxsync |
Main/Machine: TABs
|
|
|
@52856
|
10 years |
vboxsync |
Main/ApplianceImplExport: fixed typo, thanks PVS
|
|
|
@52831
|
10 years |
vboxsync |
MediumImpl: Medium::getVariant cleanup
|
|
|
@52821
|
10 years |
vboxsync |
Main: warning, cleanup.
|
|
|
@52813
|
10 years |
vboxsync |
Main/ApplianceImport: fixed check, thanks PVS
|
|
|
@52802
|
10 years |
vboxsync |
Main/Appliance import: fixed wrong condition, thanks PVS
|
|
|
@52743
|
10 years |
vboxsync |
Main/USB: Fix darwin assertion on Macbooks with USB 3.0 (Superspeed) …
|
|
|
@52682
|
10 years |
vboxsync |
Main/Machine+Settings: Changing extradata for a Machine instance is …
|
|
|
@52617
|
10 years |
vboxsync |
Main/src-server: missed header update.
|
|
|
@52615
|
10 years |
vboxsync |
Main/src-server: warnings.
|
|
|
@52596
|
10 years |
vboxsync |
Storage/VD + Main/ExtPackManager+VirtualBox+SystemProperties: …
|
|
|