VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @59829   9 years vboxsync DragAndDropSvc.h: Comment.
(edit) @59828   9 years vboxsync DnD/DnDURIObject: Use a dedicated flag for indicating the opening status.
(edit) @59827   9 years vboxsync vfsreadahead.cpp: Fixed two bugs in the read code and increased the …
(edit) @59826   9 years vboxsync RTZipTarCmd: Added --read-ahead option for testing the read ahead code.
(edit) @59825   9 years vboxsync python/server/init.py: fix module location, caused import failure
(edit) @59824   9 years vboxsync python/server/policy.py: fix syntax incompatibility between python3 …
(edit) @59823   9 years vboxsync Storage/vdkeystoremgr: build fixes
(edit) @59822   9 years vboxsync Storage/vdkeystoremgr: build fixes
(edit) @59821   9 years vboxsync FE/Qt: Qt5 migration (part 100): Crash protection for r105712.
(edit) @59820   9 years vboxsync Storage: Utility to create keystores from a given DEK, password and …
(edit) @59819   9 years vboxsync FE/Qt: Qt5 migration (part 99): Mac OS X: Translucency fixes for Qt5: …
(edit) @59818   9 years vboxsync FE/Qt: bugref:7127: Medium-enumeration improvements: Annoying …
(edit) @59817   9 years vboxsync IPRT/r3/win/process-win.cpp: re-applied the process-win.cpp changes …
(edit) @59816   9 years vboxsync FE/Qt: 7340: Runtime UI: Potential crash fix for r93191.
(edit) @59815   9 years vboxsync BugReportTool/Win(bugref:8169): fixed warnings
(edit) @59814   9 years vboxsync FE/Qt: Qt5 migration (part 98): Workaround for full-screen/seamless …
(edit) @59813   9 years vboxsync ValidationKit: Pylint 1.3.1 warnings
(edit) @59812   9 years vboxsync BugReportTool/Win(bugref:8169): IP config, route table
(edit) @59811   9 years vboxsync supR3HardenedWinReadErrorInfoDevice: Corrected buffer termination so …
(edit) @59810   9 years vboxsync supR3HardenedWinInitVersion: Don't call RtlGetVersion during early …
(edit) @59809   9 years vboxsync re-applied the remaining changes which were backed out in r105674
(edit) @59808   9 years vboxsync no space at the end (fixes a pylint warning)
(edit) @59807   9 years vboxsync backed out r105688
(edit) @59806   9 years vboxsync restored old vboxapi.py
(edit) @59805   9 years vboxsync python/client/init.py: Corrected typo or something (iid_name -> …
(edit) @59804   9 years vboxsync Devices/testcase: Addressed todo, sort in alphabetic order the defines.
(edit) @59803   9 years vboxsync bs/Config.kmk: rebuilt nasm on windows.
(edit) @59802   9 years vboxsync python/client/init.py: combine int and long conversions for python …
(edit) @59801   9 years vboxsync python/server/policy.py: python two fixes: long != int, str != unicode.
(edit) @59800   9 years vboxsync addendum to r105679: don't apply the xpcom/python Makefile.kmk and …
(edit) @59799   9 years vboxsync configure: allow gcc-6
(edit) @59798   9 years vboxsync re-applied the Python 3 changes which were backed out in r105674 sans …
(edit) @59797   9 years vboxsync BugReportTool(bugref:8169): USB device tree, device list, filter list, …
(edit) @59796   9 years vboxsync VUSB: Update pointer pointers to pVUsb and pVUsb->pUrb when …
(edit) @59795   9 years vboxsync temporarily back out the recent Python 3 changes (r105649, r105645, …
(edit) @59794   9 years vboxsync tabs (gcc-6 complains about wrong indent of line 78)
(edit) @59793   9 years vboxsync libs/xpcom: some tabs to spaces to fix indentation (gcc-6)
(edit) @59792   9 years vboxsync VMM/CPUMR3Cpuid: print core count +1 in VBox.log
(edit) @59791   9 years vboxsync iprt/asm.h: fixed ASMSerializeInstructionIRef for Windows
(edit) @59790   9 years vboxsync Config.kmk: Testing new sha-256 timestamp server.
(edit) @59789   9 years vboxsync bs3: updates
(edit) @59788   9 years vboxsync bootsectors/Config.kmk: --allow-64-bit ==> nothing (turned into a warning).
(edit) @59787   9 years vboxsync Main/include/ConsoleImpl.h: VMTask is a class, not a struct.
(edit) @59786   9 years vboxsync Warning.
(edit) @59785   9 years vboxsync bootsectors/Config.kmk: --allow-64bit-code-anywhere ==> …
(edit) @59784   9 years vboxsync bootsectors/Config.kmk: --allow-64bit-code-anywhere ==> --allow-64-bit
(edit) @59783   9 years vboxsync FE/Qt: UIDnDHandler.cpp: Include QFile if DEBUG_DND_QT is set.
(edit) @59782   9 years vboxsync force all builds to include the most recent GA
(edit) @59781   9 years vboxsync IPRT/r3/win/process-win.cpp: temporary back out the most recent LSA …
(edit) @59780   9 years vboxsync Frontends/VBoxManage: fix typo in error check
(edit) @59779   9 years vboxsync DnD: FE/Qt: Do not show empty error boxes for enter/drag events in …
(edit) @59778   9 years vboxsync DnDURIObject.cpp: Use NIL_RTFILE for file objects.
(edit) @59777   9 years vboxsync PyXPCOM: fix import inconsistency vbox.py,vboxshell.py: back to …
(edit) @59776   9 years vboxsync VUSB: build fix
(edit) @59775   9 years vboxsync VUSB: Remove unused read ahead buffering code and replace with new …
(edit) @59774   9 years vboxsync FE/Qt: ​bugref:8117: VBoxGlobal: Suppressing firstrun wizard also when …
(edit) @59773   9 years vboxsync vbox.py: change python path to match assumptions of PyXPCOM
(edit) @59772   9 years vboxsync gen_python_deps.py: enforce minimum Python version to be 2.6
(edit) @59771   9 years vboxsync build fix, typo
(edit) @59770   9 years vboxsync IPRT: s/TARGET_NT4/IPRT_TARGET_NT4/
(edit) @59769   9 years vboxsync PyXPCOM: port to make it compatible with Python 3 (minimum supported …
(edit) @59768   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: remove the old …
(edit) @59767   9 years vboxsync VUSB: Fix possible crash
(edit) @59766   9 years vboxsync BIOS: Rudimentary SysRq processing.
(edit) @59765   9 years vboxsync BIOS: 386 LOADALL emulation. Disabled by default.
(edit) @59764   9 years vboxsync Runtime/ASMMemFirstMismatchingU8: fix for 32-bit
(edit) @59763   9 years vboxsync Main/USBIdDatabaseGenerator: gcc format warnings
(edit) @59762   9 years vboxsync include/iprt: typo and gcc parameter warning
(edit) @59761   9 years vboxsync Runtime: missing parameter and gcc format warning
(edit) @59760   9 years vboxsync Main: shadowed variable
(edit) @59759   9 years vboxsync iprt/vfs.h: doxygen build fix.
(edit) @59758   9 years vboxsync ApplianceImplImport.cpp: Inserted read ahead threads into the source …
(edit) @59757   9 years vboxsync rtVfsReadAhead_Read: Incorrect assertions.
(edit) @59756   9 years vboxsync vfsreadahead.cpp: Initialize status code in read ahead thread.
(edit) @59755   9 years vboxsync RTGzip: Just leave it here, disabled, for future debugging.
(edit) @59754   9 years vboxsync vfsreadahead.cpp: Completed and debugged.
(edit) @59753   9 years vboxsync gzipvfs.cpp: Pass correct flag to autodetect gzip header. Can't tell …
(edit) @59752   9 years vboxsync SUPR3HardenedStatic: build fix
(edit) @59751   9 years vboxsync IPRT: More build fixing.
(edit) @59750   9 years vboxsync CR build fix
(edit) @59749   9 years vboxsync IPRT: build fixes
(edit) @59748   9 years vboxsync asm.h: build fix.
(edit) @59747   9 years vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(edit) @59746   9 years vboxsync sg.cpp/h: Some cleanups/optimizations.
(edit) @59745   9 years vboxsync sg.cpp/h: Some cleanups/optimizations.
(edit) @59744   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: remove the old …
(edit) @59743   9 years vboxsync FE/Qt: Qt5 migration (part 97): Implementing keyboard handling for …
(edit) @59742   9 years vboxsync NetLwf/Win(bugref:7933): Log system error events on failures
(edit) @59741   9 years vboxsync SVGA3d: Applied patch for supporting pretransformed vertices …
(edit) @59740   9 years vboxsync Config.kmk: No sha-256 support on the validation kit build box, so …
(edit) @59739   9 years vboxsync Config.kmk: Enable SHA-256 windows code signing certificate.
(edit) @59738   9 years vboxsync VUSB: Some structural cleanup (#7 Move the debug log trace related …
(edit) @59737   9 years vboxsync VUSB: Some structural cleanup (#6 Use RTLIST* where appropriate)
(edit) @59736   9 years vboxsync USBIdDatabaseGenerator: Turns out it's possible to parse usb.ids …
(edit) @59735   9 years vboxsync USBIdDatabaseGenerator: Inline the generated source code strings - …
(edit) @59734   9 years vboxsync USBIdDatabaseGenerator: Reduced the string copying during parsing.
(edit) @59733   9 years vboxsync USBIdDatabaseGenerator: Share code with oiddb2c.
(edit) @59732   9 years vboxsync bldprog-strtab-template.cpp.h: fix
(edit) @59731   9 years vboxsync hardening build fix. duh
(edit) @59730   9 years vboxsync hardening build fix.
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