|
|
@69578
|
7 years |
vboxsync |
better processExists() implementations for windows.
|
|
|
@69577
|
7 years |
vboxsync |
testdriver: dropped the heap checks.
|
|
|
@69576
|
7 years |
vboxsync |
some windbg+python notes
|
|
|
@69575
|
7 years |
vboxsync |
shut up
|
|
|
@69574
|
7 years |
vboxsync |
testdriver/vbox.py: Extended dangling object logging in …
|
|
|
@69573
|
7 years |
vboxsync |
common/utils.py: Added getObjectTypeName method.
|
|
|
@69571
|
7 years |
vboxsync |
testdriver/base.py: Fixed invalid CloseHandle application verifier …
|
|
|
@69570
|
7 years |
vboxsync |
FE/Qt: updated translations. Thank you Burak Yavuz, Vincenzo Reale …
|
|
|
@69568
|
7 years |
vboxsync |
FE/Qt: bugref:8400: Media Manager: Options/Details widget: Do not …
|
|
|
@69567
|
7 years |
vboxsync |
Linux module make files: pass KMK job count and verbosity to test …
|
|
|
@69566
|
7 years |
vboxsync |
IEM/IEMAllCImplSvmInstr.cpp.h: fix windows build issue with …
|
|
|
@69565
|
7 years |
vboxsync |
Linux module make files: allow overriding kernel version detection. …
|
|
|
@69564
|
7 years |
vboxsync |
Linux Additions: do not try to remove kernel modules on clean-up. …
|
|
|
@69563
|
7 years |
vboxsync |
Additions/linux/drm: better detection for EL7 variants.
bugref:4567: …
|
|
|
@69562
|
7 years |
vboxsync |
testdriver/vbox.py: stupid stupid windows installer putting vboxapi …
|
|
|
@69561
|
7 years |
vboxsync |
testdriver/vbox.py: pylint
|
|
|
@69560
|
7 years |
vboxsync |
VMMR3: force disabling of Address Sanitiser on PGMPool.cpp - fix a …
|
|
|
@69559
|
7 years |
vboxsync |
VMMR3: force disabling of Address Sanitiser on PGMPool.cpp. …
|
|
|
@69558
|
7 years |
vboxsync |
testdriver/vbox.py: experimental hack for bugref:9037
|
|
|
@69557
|
7 years |
vboxsync |
vboxapi.py: drop the CoUninitialize call indeinit as it has no match …
|
|
|
@69556
|
7 years |
vboxsync |
vboxapi.py: cleanup
|
|
|
@69555
|
7 years |
vboxsync |
tdGuestOsInstOs2.py: Less noise
|
|
|
@69554
|
7 years |
vboxsync |
testdriver/vbox.py: Display COM stats after dropping and destroying …
|
|
|
@69553
|
7 years |
vboxsync |
FE/Qt: bugref:8400: Media Manager: Propose to automatically release …
|
|
|
@69552
|
7 years |
vboxsync |
FE/Qt: Setting different WM_CLASS for VirtualBox Manager and Virtual …
|
|
|
@69551
|
7 years |
vboxsync |
FE/Qt: Supply pointee of QPointer explicitly in signal-slot …
|
|
|
@69550
|
7 years |
vboxsync |
FE/Qt: Using Qt5 signal-slot connection notation for VBox Qt 'src/net' …
|
|
|
@69549
|
7 years |
vboxsync |
tdGuestOsInstOs2.py: More debugging (since we're crashing in PyUnknown …
|
|
|
@69548
|
7 years |
vboxsync |
FE/Qt: Using Qt5 signal-slot connection notation for VBox Qt …
|
|
|
@69547
|
7 years |
vboxsync |
common/utils.py: Use the PyHandle.Close method rather than …
|
|
|
@69546
|
7 years |
vboxsync |
winbase: Use the PyHandle.Close method rather than …
|
|
|
@69545
|
7 years |
vboxsync |
tdGuestOsInstOS2.py: more heap debug
|
|
|
@69544
|
7 years |
vboxsync |
testdriver: temporary heap debug code for windows [scm fix]
|
|
|
@69543
|
7 years |
vboxsync |
testdriver: temporary heap debug code for windows
|
|
|
@69542
|
7 years |
vboxsync |
testdriver: temporary heap debug code for windows
|
|
|
@69541
|
7 years |
vboxsync |
testdriver: temporary heap debug code for windows
|
|
|
@69540
|
7 years |
vboxsync |
FE/Qt: bugref:8400: Media Manager: Options/Details widget: No medium …
|
|
|
@69539
|
7 years |
vboxsync |
Linux/NetFlt: (bugref:9036) Drop UFO support to prevent compilation …
|
|
|
@69538
|
7 years |
vboxsync |
FE/Qt: bugref:8901: Snapshot Pane: Cleanup error handling a bit, no …
|
|
|
@69537
|
7 years |
vboxsync |
VMM/HMSVMR0: todo.
|
|
|
@69536
|
7 years |
vboxsync |
IPRT: Go seriously paranoid on written byte counts returned by …
|
|
|
@69535
|
7 years |
vboxsync |
VMM/HM: Nested Hw.virt: nit.
|
|
|
@69534
|
7 years |
vboxsync |
Linux drivers: only do test builds of drivers which are enabled. …
|
|
|
@69531
|
7 years |
vboxsync |
Linux and FreeBSD drivers: use -src not -mod for all install rules. …
|
|
|
@69529
|
7 years |
vboxsync |
Linux drivers: make it easier to use different kernel headers. …
|
|
|
@69528
|
7 years |
vboxsync |
Linux drivers: move module test build function to Config.kmk. …
|
|
|
@69527
|
7 years |
vboxsync |
Installer/linux: re-enable use of the variable KERN_DIR for building …
|
|
|
@69526
|
7 years |
vboxsync |
FE/Qt: bugref:8400: Media Manager: Adjust layout a bit to avoid …
|
|
|
@69525
|
7 years |
vboxsync |
Additions/linux/drm: remove load_lut call-back removed in 4.14. …
|
|
|
@69524
|
7 years |
vboxsync |
Additions/linux/drm: fix preprocessor error.
bugref:8524: …
|
|
|
@69523
|
7 years |
vboxsync |
Runtime/vfs/vfsiosmisc: Fix possible memory leak
|
|
|
@69522
|
7 years |
vboxsync |
pkzip: Fixed memory leak and missing error code in unlikely error …
|
|
|
@69521
|
7 years |
vboxsync |
pemfile.cpp: Don't leak pSection if binary and _F_ONLY_PEM is used. …
|
|
|
@69520
|
7 years |
vboxsync |
Runtime/json: Plug small memory leak in out of memory error condition
|
|
|
@69519
|
7 years |
vboxsync |
FE/Qt: bugref:8400: Media Manager: Resurrecting …
|
|
|
@69518
|
7 years |
vboxsync |
FE/Qt: bugref:8400: Media Manager: Moving UIEnumerationProgressBar …
|
|
|
@69515
|
7 years |
vboxsync |
nits
|
|
|
@69512
|
7 years |
vboxsync |
oops
|
|
|
@69511
|
7 years |
vboxsync |
RDP: forgotten scm settings file
|
|
|
@69510
|
7 years |
vboxsync |
scm: --del-action fix
|
|
|
@69509
|
7 years |
vboxsync |
Additions/WINNT: scm adjustment
|
|
|
@69507
|
7 years |
vboxsync |
scm: assertion fix
|
|
|
@69506
|
7 years |
vboxsync |
More scm updates
|
|
|
@69505
|
7 years |
vboxsync |
More scm updates
|
|
|
@69504
|
7 years |
vboxsync |
scm: implemented automatically adding LGPL disclaimer.
|
|
|
@69503
|
7 years |
vboxsync |
scm: Added LGPL disclaimer checks.
|
|
|
@69502
|
7 years |
vboxsync |
DevLPC: Added LGPL disclaimer text.
|
|
|
@69501
|
7 years |
vboxsync |
PC/BIOS: Added LGPL disclaimer text where appropriate.
|
|
|
@69500
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@69499
|
7 years |
vboxsync |
scm: fix updating copyright/license blocks followed by original …
|
|
|
@69498
|
7 years |
vboxsync |
backed out r118835 as it incorrectly updated the 'This file is based …
|
|
|
@69496
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@69493
|
7 years |
vboxsync |
scm: Added --del-action option.
|
|
|
@69488
|
7 years |
vboxsync |
HostDrivers: Adjust *mod.c scm config
|
|
|
@69487
|
7 years |
vboxsync |
pushed the vboxvideo_drm.c tab preservation stuff down to the lower …
|
|
|
@69486
|
7 years |
vboxsync |
scm: fixes
|
|
|
@69474
|
7 years |
vboxsync |
*: scm updates - header files should have 'svn:keywords=Id Revision' …
|
|
|
@69473
|
7 years |
vboxsync |
scm: fix
|
|
|
@69472
|
7 years |
vboxsync |
bldprogs: scm updates
|
|
|
@69471
|
7 years |
vboxsync |
bldprogs: scm updates
|
|
|
@69469
|
7 years |
vboxsync |
tunctl: scm updates
|
|
|
@69467
|
7 years |
vboxsync |
scm: detect hash bang scripts. fixed binary config entry.
|
|
|
@69466
|
7 years |
vboxsync |
svnsync-vbox: scm updates
|
|
|
@69465
|
7 years |
vboxsync |
recompiler: scm updates
|
|
|
@69464
|
7 years |
vboxsync |
scm: updates
|
|
|
@69463
|
7 years |
vboxsync |
recompiler: scm updates
|
|
|
@69462
|
7 years |
vboxsync |
scm: Added some more flexibility wrt config as well as generic text …
|
|
|
@69461
|
7 years |
vboxsync |
common/utils.py: pylint fix
|
|
|
@69460
|
7 years |
vboxsync |
scm: build fix
|
|
|
@69459
|
7 years |
vboxsync |
VMM: scm udpates
|
|
|
@69458
|
7 years |
vboxsync |
VMM: scm udpates
|
|
|
@69457
|
7 years |
vboxsync |
Artwork: scm updates
|
|
|
@69456
|
7 years |
vboxsync |
ValidationKit: scm type
|
|
|
@69455
|
7 years |
vboxsync |
Artwork: scm updates
|
|
|
@69454
|
7 years |
vboxsync |
ValidationKit: scm update
|
|
|
@69453
|
7 years |
vboxsync |
VMM: scm udpates
|
|
|
@69452
|
7 years |
vboxsync |
ValidationKit: scm update
|
|
|
@69451
|
7 years |
vboxsync |
test/audio: updates
|
|
|
@69450
|
7 years |
vboxsync |
test/audio: updates
|
|
|
@69449
|
7 years |
vboxsync |
testmanager: scm updates
|
|
|