|
|
@74239
|
6 years |
vboxsync |
Config.kmk: remove cloud extpack hack
|
|
|
@74238
|
6 years |
vboxsync |
Main: Attempt at making dtrace 1.6.2 happy. bugref:9152
|
|
|
@74237
|
6 years |
vboxsync |
IPRT/tools/Makefile.kmk: extpacks fix. bugref:9152
|
|
|
@74236
|
6 years |
vboxsync |
WDDM: Miniport driver: Assert -> AssertBreak
|
|
|
@74235
|
6 years |
vboxsync |
Config.kmk,Makefile.kmk,iprt: extpack solaris build hacking.
|
|
|
@74234
|
6 years |
vboxsync |
DnD/DragAndDropSvc.h: Added a protocol TODO list.
|
|
|
@74233
|
6 years |
vboxsync |
Makefile.kmk: for staged Darwin build update PATH explicitly so that …
|
|
|
@74232
|
6 years |
vboxsync |
IPRT/rest: fix typo in method name
|
|
|
@74231
|
6 years |
vboxsync |
IPRT/rest: Provide RTCRestBinaryParameter::getContentLength()
|
|
|
@74230
|
6 years |
vboxsync |
xpcom18a4/Makefile.kmk,extpacks.sh: Skip python and java bridges when …
|
|
|
@74229
|
6 years |
vboxsync |
xpcom18a4/Makefile.kmk,extpacks.sh: Skip python and java bridges when …
|
|
|
@74228
|
6 years |
vboxsync |
IPRT/rest: RTCRestBinaryParameter::assignCopy - don't forget to also …
|
|
|
@74227
|
6 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
|
|
|
@74226
|
6 years |
vboxsync |
DnD/VBoxClient: Don't use nested function macros here, makes certain …
|
|
|
@74225
|
6 years |
vboxsync |
VMX: Custom debug build warning fix for Windows hosts.
|
|
|
@74224
|
6 years |
vboxsync |
IPRT/http,rest: Clearified the content offset parameter in the callbacks.
|
|
|
@74223
|
6 years |
vboxsync |
libs/Makefile.kmk,xpcom18a4/Makefile.kmk: VBOX_ONLY_EXTPACK updates. …
|
|
|
@74222
|
6 years |
vboxsync |
IPRT/http: Implemented header callbacks. bugref:9167
|
|
|
@74221
|
6 years |
vboxsync |
IPRT: Updated stable exports. bugref:9152 [typo]
|
|
|
@74220
|
6 years |
vboxsync |
IPRT: Updated stable exports. bugref:9152
|
|
|
@74219
|
6 years |
vboxsync |
Main/ExtPack: Add another extpack helper function related to IProgress …
|
|
|
@74218
|
6 years |
vboxsync |
Main/Makefile.kmk: Adjustments for VBOX_ONLY_EXTPACKS. bugref:9152
|
|
|
@74217
|
6 years |
vboxsync |
bugref:9152. Progress implementation. Rearranging the code.
|
|
|
@74216
|
6 years |
vboxsync |
FE/Qt: UISelectorWindow Qt 5.11 build fix.
|
|
|
@74215
|
6 years |
vboxsync |
DnD/HostService: Doxygen build fix.
|
|
|
@74214
|
6 years |
vboxsync |
CloudProviderManagerImpl.cpp: Another build fix for …
|
|
|
@74213
|
6 years |
vboxsync |
DnD: SCM build fixes.
|
|
|
@74212
|
6 years |
vboxsync |
CloudProviderManagerImpl.cpp: Another build fix for …
|
|
|
@74211
|
6 years |
vboxsync |
DnD/HostService: Renaming, documentation.
|
|
|
@74210
|
6 years |
vboxsync |
VBox/Makefile.kmk: first go at fixing extpack build when …
|
|
|
@74209
|
6 years |
vboxsync |
IEM/VMX: Fix task switch triggered by INTn instruction (bugref:9244).
|
|
|
@74208
|
6 years |
vboxsync |
DnD/HostService: Build fix.
|
|
|
@74207
|
6 years |
vboxsync |
CloudProviderManagerImpl.cpp: Build fix for …
|
|
|
@74206
|
6 years |
vboxsync |
CloudProviderManagerImpl.cpp: Build fix for …
|
|
|
@74205
|
6 years |
vboxsync |
DnD/HostService: Refactored out more code to the common client and …
|
|
|
@74204
|
6 years |
vboxsync |
VMM/EM: Added EMMonitorWaitClear to clear address-range monitoring for …
|
|
|
@74203
|
6 years |
vboxsync |
IPRT/rest: More client request base tests. Added RTHttpGetHeaderCount …
|
|
|
@74202
|
6 years |
vboxsync |
IPRT/rest: More client request base tests. Added RTHttpGetHeaderCount …
|
|
|
@74201
|
6 years |
vboxsync |
IEM: Prepping for later.
|
|
|
@74200
|
6 years |
vboxsync |
bugref:9152. VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK is set to 1 by default.
|
|
|
@74199
|
6 years |
vboxsync |
IPRT/rest: Started writing tests for RTCRestClientRequestBase. bugref:9167
|
|
|
@74198
|
6 years |
vboxsync |
IPRT/rest: String map tests. A couple of bugfixes (removal, …
|
|
|
@74197
|
6 years |
vboxsync |
IPRT/rest: String map tests. A couple of bugfixes (removal, …
|
|
|
@74196
|
6 years |
vboxsync |
IPRT/rest: build fix. bugref:9167
|
|
|
@74195
|
6 years |
vboxsync |
IPRT/rest: Build fix for array tests. Started testing the string map. …
|
|
|
@74194
|
6 years |
vboxsync |
IPRT/rest: More array tests. bugref:9167
|
|
|
@74193
|
6 years |
vboxsync |
IPRT/rest: Array tests. Fixed double size decrement in removeAt …
|
|
|
@74192
|
6 years |
vboxsync |
IPRT/rest: RTCRestClientApiBase::reinitHttpInstance - as a temporary …
|
|
|
@74191
|
6 years |
vboxsync |
hm_vmx:h Added bit-fields for VMX exit reason.
|
|
|
@74190
|
6 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 todo with reminder to set bit 31.
|
|
|
@74189
|
6 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 Don't include success as part of …
|
|
|
@74188
|
6 years |
vboxsync |
IPRT/rest: Started on testing the array class. bugref:9167
|
|
|
@74187
|
6 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
|
|
|
@74186
|
6 years |
vboxsync |
bugref:9152. Added Progress for the second part of OCI export.
|
|
|
@74185
|
6 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
|
|
|
@74184
|
6 years |
vboxsync |
FE/Qt: VirtualBox Manager UI: Chooser model cleanup (that's heavy one).
|
|
|
@74183
|
6 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
|
|
|
@74182
|
6 years |
vboxsync |
IPRT/rest: Two more date tests. bugref:9167
|
|
|
@74181
|
6 years |
vboxsync |
IPRT/rest: Wrote unit tests for RTCRestDate. Addressed some issues …
|
|
|
@74180
|
6 years |
vboxsync |
tstRTJson: nit
|
|
|
@74179
|
6 years |
vboxsync |
IPRT/json: Added \uXXXX and surrogate pair tests. Refuse to decode …
|
|
|
@74178
|
6 years |
vboxsync |
FE/Qt: VirtualBox Manager UI: Chooser view cleanup.
|
|
|
@74177
|
6 years |
vboxsync |
FE/Qt: VirtualBox Manager UI: Chooser pane cleanup.
|
|
|
@74176
|
6 years |
vboxsync |
IPRT/rest: Added unittest for RTCRestString. Addressing a few issues. …
|
|
|
@74175
|
6 years |
vboxsync |
IPRT/json: Implemented handling of \uXXXX sequences. Reduced heap …
|
|
|
@74174
|
6 years |
vboxsync |
IPRT/RTCString: Fixed buggy assign(size_t, char) methods.
|
|
|
@74173
|
6 years |
vboxsync |
IPRT/json: Implemented handling of \uXXXX sequences. Reduced heap …
|
|
|
@74172
|
6 years |
vboxsync |
Additions/drm: do not unpin an old frame buffer before the new one is …
|
|
|
@74171
|
6 years |
vboxsync |
VMM/CPUM, IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
|
|
|
@74170
|
6 years |
vboxsync |
IPRT/rest: Added testcase for RTCRestDouble, fixing issues found. …
|
|
|
@74169
|
6 years |
vboxsync |
IPRT/testcase: build fix. bugref:9167
|
|
|
@74168
|
6 years |
vboxsync |
VMM/HMVMXR0: Fix a typo in hmR0VmxCheckGuestState(). Bits 31:5 MBZ …
|
|
|
@74167
|
6 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 vmlaunch/vmresume nit.
|
|
|
@74166
|
6 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
|
|
|
@74165
|
6 years |
vboxsync |
cpum.h: Nested VMX: bugref:9180 build fix.
|
|
|
@74164
|
6 years |
vboxsync |
VMM: Nested VMX: bugref:9180 Doxygen fix.
|
|
|
@74163
|
6 years |
vboxsync |
VMM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
|
|
|
@74162
|
6 years |
vboxsync |
IPRT/rest: Added testcases for RTCRestBool and RTCRestIntXY. …
|
|
|
@74161
|
6 years |
vboxsync |
IPRT/rest: Added testcases for RTCRestBool and RTCRestIntXY. bugref:9167
|
|
|
@74160
|
6 years |
vboxsync |
IPRT/strtonum: Fixed problem handling INT64_MIN in RTStrToInt64Ex and …
|
|
|
@74159
|
6 years |
vboxsync |
IPRT/strformat: Fixed bug formatting INT64_MAX. Cleaned up the …
|
|
|
@74158
|
6 years |
vboxsync |
IPRT/strformat: Fixed bug formatting INT64_MAX. Cleaned up the …
|
|
|
@74157
|
6 years |
vboxsync |
IPRT/strformat: Fixed bug formatting INT64_MAX. Cleaned up the …
|
|
|
@74156
|
6 years |
vboxsync |
VMM: Nested VMX: bugref:9180 VMXVDIAG naming. [build fix]
|
|
|
@74155
|
6 years |
vboxsync |
VMM: Nested VMX: bugref:9180 VMXVDIAG naming.
|
|
|
@74154
|
6 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
|
|
|
@74153
|
6 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits. Conforming …
|
|
|
@74152
|
6 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits. Granularity …
|
|
|
@74151
|
6 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
|
|
|
@74150
|
6 years |
vboxsync |
IPRT/time: Added a few RTTimeFromXxxx tests and fixed bugs found. …
|
|
|
@74149
|
6 years |
vboxsync |
IPRT/rest: Adding RTCRestDate (untested). bugref:9167
|
|
|
@74148
|
6 years |
vboxsync |
IPRT/time: Added RTTimeFromRfc2822 and RTTimeToStringEx (both …
|
|
|
@74147
|
6 years |
vboxsync |
VMM/CPUM: Nested VMX: bugref:9180 Secondary processor-based …
|
|
|
@74146
|
6 years |
vboxsync |
OCI: POC on setting Progress data from ExtPack. Shows fake data, but …
|
|
|
@74145
|
6 years |
vboxsync |
iprt/time.h: Dropped unnecessary pragma pack on RTTIME.
|
|
|
@74144
|
6 years |
vboxsync |
DnD/VBoxClient: Fixed copying over files from host -> guest.
|
|
|
@74143
|
6 years |
vboxsync |
IPRT/rest: Split up RTCRestBinaryString into a core RTCRestBinary type …
|
|
|
@74142
|
6 years |
vboxsync |
IPRT/rest: Split up RTCRestBinaryString into a core RTCRestBinary type …
|
|
|
@74141
|
6 years |
vboxsync |
DnD/VBoxClient: Logging nit.
|
|
|
@74140
|
6 years |
vboxsync |
DnD/VbglR3: Don't check for file sizes in vbglR3DnDHGRecvURIData(), as …
|
|
|