VirtualBox

source: vbox/trunk/src/VBox/Main/src-server

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @65457   8 years vboxsync Main/USBProxyService: Fix setting error description
(edit) @65432   8 years vboxsync doxygen fixes
(edit) @65428   8 years vboxsync doxygen fixes
(edit) @65426   8 years vboxsync Main: doxygen fixes and be less tolerant to real doxygen problems
(edit) @65420   8 years vboxsync VBoxSVC: temporary allow release assertions to terminate VBoxSVC
(edit) @65390   8 years vboxsync Main/Machine+Medium: must not touch the refcount of the current object …
(edit) @65361   8 years vboxsync xpcom/server.cpp: use a guaranteed safe sequence (never decreasing the …
(edit) @65247   8 years vboxsync xpcom/server.cpp: need to restore the VirtualBox object refcount if it …
(edit) @65246   8 years vboxsync xpcom/server.cpp: temporary logging change for bug hunting
(edit) @65201   8 years vboxsync Main/PerformanceImpl: Invalidate the magic after the timer was …
(edit) @65186   8 years vboxsync Main: scm
(edit) @65158   8 years vboxsync Main: doxygen fixes
(edit) @65125   8 years vboxsync Main: doxygen fixes
(edit) @65120   8 years vboxsync Main: doxygen fixes
(edit) @65103   8 years vboxsync Main: doxygen fixes
(edit) @65088   8 years vboxsync Main: doxygen fixes
(edit) @65066   8 years vboxsync doxygen fixes
(edit) @65063   8 years vboxsync Main: doxygen fixes
(edit) @65049   8 years vboxsync bugref:8527: some coding style fixes and introduced VBOX_WITH_UNATTENDED
(edit) @64996   8 years vboxsync bugref:8527. added Unattended object as class member into MachineImpl class
(edit) @64972   8 years vboxsync Main: ThreadTask: m_hThread shouldn't be an object member
(edit) @64964   8 years vboxsync Main/VirtualBox: no need to do the fix to sanitiseMachineFilename() twice
(edit) @64962   8 years vboxsync Main/VirtualBox: check VM name, must not be empty, plus sanity check …
(edit) @64955   8 years vboxsync Main: better fix
(edit) @64954   8 years vboxsync forward-ported r112367 (Main: santiy check for sanitiseMachineFilename())
(edit) @64885   8 years vboxsync IPRT/ASN.1: Refactored array handling (SET OF, SEQUENCE OF) to use a …
(edit) @64324   8 years vboxsync gcc 6.2 fix
(edit) @64273   8 years vboxsync Main/SystemProperties+Settings: initial value for exclusive hwvirt is …
(edit) @64217   8 years vboxsync Main/Snapshot: fix regression in previous fix (i_deparent may only be …
(edit) @64213   8 years vboxsync Main/MediumLock: when destroying locks, lock lists or lock list maps, …
(edit) @64212   8 years vboxsync Main/Snapshot: make sure that the source medium has no parent any more …
(edit) @64199   8 years vboxsync Main/Medium: fix too aggressive assertion, as running into errors when …
(edit) @64193   8 years vboxsync Main/NATEngine: Oops, drop the part of r111111 that checked for …
(edit) @64166   8 years vboxsync NAT: Don't use user supplied port-forwarding rule names as node names …
(edit) @64160   8 years vboxsync VBoxFrontends: fix for bugref:8161: added shutdown events handling to …
(edit) @64142   8 years vboxsync Main/NATEngine: Reject rules with names that contain whitespace, slash …
(edit) @64108   8 years vboxsync Main/ThreadTask: bugref:8609: properly implement isAsync(). Regression …
(edit) @63975   8 years vboxsync Main: fixes initialization of SAS controller (ticketref:15972)
(edit) @63969   8 years vboxsync VBoxSVC: No need for openssl
(edit) @63935   8 years vboxsync Main: Configured Visual C++ precompiled headers for VBoxSVC, …
(edit) @63677   8 years vboxsync shut up gcc for complaining about readdir_r() with glibc 2.24+
(edit) @63653   8 years vboxsync Main/MediumImpl: Don't expost stream optimized images as preferred …
(edit) @63585   8 years vboxsync bugref:8482. Accidentally removed the header tchar.h. Fixed.
(edit) @63584   8 years vboxsync bugref:8482. The redundant async task implementations was eliminated …
(edit) @63581   8 years vboxsync bugref:4323. First implementation of Medium::setDescription().
(edit) @63563   8 years vboxsync scm: cleaning up todos
(edit) @63549   8 years vboxsync scm cleanups
(edit) @63542   8 years vboxsync USBProxyBackendSolaris.cpp: warnings.
(edit) @63503   8 years vboxsync warnings (clang)
(edit) @63460   8 years vboxsync warning
(edit) @63423   8 years vboxsync Main: warnings (weird configs)
(edit) @63418   8 years vboxsync main: warnings in weird configs
(edit) @63397   8 years vboxsync AutostartDb-generic.cpp: missing cast.
(edit) @63396   8 years vboxsync xpcom/server.cpp: warning
(edit) @63378   8 years vboxsync Main: warnings (gcc)
(edit) @63311   8 years vboxsync Use shlobj.h wrapper.
(edit) @63256   8 years vboxsync Main: warnings
(edit) @63187   8 years vboxsync ThreadTask: Cleaning up handler() methods.
(edit) @63184   8 years vboxsync ThreadTask: Cleaning up handler() methods.
(edit) @63182   8 years vboxsync ThreadTask: split createThread up into three methods to avoid having …
(edit) @63181   8 years vboxsync Main: warnings/cleanup
(edit) @63178   8 years vboxsync Main: warnings
(edit) @63176   8 years vboxsync Main: warnings
(edit) @63174   8 years vboxsync Main: unreachable code.
(edit) @63172   8 years vboxsync Main: warning about switches and some other stuff.
(edit) @63171   8 years vboxsync Main: warning about switches
(edit) @63170   8 years vboxsync Main: warning about switches
(edit) @63147   8 years vboxsync Main: warnings
(edit) @63145   8 years vboxsync bugref:8482. Fixed small typo
(edit) @63144   8 years vboxsync bugref:8482. Shifted progress notification to the Medium::Task destructor
(edit) @62982   8 years vboxsync Main/VRDEServer: disable VRDE server by default for new VMs
(edit) @62922   8 years vboxsync Main/VirtualBox: eliminate VBoxComEvents use
(edit) @62919   8 years vboxsync Please use 'static const' on data that is constant, don't make the …
(edit) @62918   8 years vboxsync Main: rip out long dead code, some leftovers from earlier event …
(edit) @62868   8 years vboxsync bugref:8482. Shifted the function handler() from descendants to the …
(edit) @62810   8 years vboxsync bugref:8482. The internal implementation of asynchronous task was …
(edit) @62780   8 years vboxsync Wrap objbase.h + objidl.h too.
(edit) @62761   8 years vboxsync Wrap ws2tcpip.h too.
(edit) @62701   8 years vboxsync VBoxMain/svcmain : fix for ​​​​​​​bugref:8161: added processing of …
(edit) @62692   8 years vboxsync Use the iprt/win/iphlpapi.h wrappers to deal with preprocessor warnings.
(edit) @62686   8 years vboxsync Use the iprt/win/setupapi.h wrapper for setupapi.h to deal with …
(edit) @62681   8 years vboxsync Use the iprt/win/winsock2.h wrapper for winsock2.h
(edit) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62485   8 years vboxsync (C) 2016
(edit) @62468   8 years vboxsync Main: scm
(edit) @62445   8 years vboxsync gcc warning. Probably better use SUCCEEDED_NP() but that's not available.
(edit) @62393   8 years vboxsync Main/Appliance: fix generation of new MAC addresses on import (for …
(edit) @62363   8 years vboxsync Main/VBoxSVC: enable -Wconversion plus a couple of fixes (all harmless)
(edit) @62346   8 years vboxsync Main/Machine: add lock release which was lost in the previous changeset
(edit) @62343   8 years vboxsync Main: do not truncate uint16_t to uint8_t in …
(edit) @62292   8 years vboxsync Main/Machine: Eliminate unneeded taking of the Host object lock in …
(edit) @62222   8 years vboxsync Main/server: add a BUILDID to the server similar to what we have in …
(edit) @62221   8 years vboxsync Appliance::i_readSignatureFile: RTCrX509Certificate_ReadFromBuffer …
(edit) @62192   8 years vboxsync Main: Allow StorageBus_PCIe
(edit) @62105   8 years vboxsync Main/Machine: fix extradata map copying to work where STL isn't …
(edit) @62047   8 years vboxsync bugref:8344. small improvement. Always uses original extension of image.
(edit) @62014   8 years vboxsync Main/Machine: add a stub for an aux settings file (which will be an …
(edit) @61986   8 years vboxsync Main/AudioAdapter: whitespace cleanup
(edit) @61917   8 years vboxsync Main: doxygen fix
(edit) @61911   8 years vboxsync Main/src-server/StorageControllerImpl.cpp: Warning.
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