|
|
@69434
|
7 years |
vboxsync |
Runtime: scm updates
|
|
|
@69111
|
7 years |
vboxsync |
(C) year
|
|
|
@69102
|
7 years |
vboxsync |
fileio-win.cpp: Fixed RTFILE_O_DENY_NOT_DELETE handling.
|
|
|
@69046
|
7 years |
vboxsync |
Global: replace fall-through comments with RT_FALL_THRU(). …
|
|
|
@69024
|
7 years |
vboxsync |
iprt/init-win.cpp: Use RhxD instead of Rhxd when dumping the stack.
|
|
|
@68985
|
7 years |
vboxsync |
init-win.cpp: Dump module addresses on the stack to get clues where …
|
|
|
@68983
|
7 years |
vboxsync |
init-win.cpp: Dump module addresses on the stack to get clues where …
|
|
|
@68980
|
7 years |
vboxsync |
init-win.cpp: Dump the list of loaded modules too, marking the one …
|
|
|
@68976
|
7 years |
vboxsync |
init-win.cpp: Install unhandled exception filter callback that tries …
|
|
|
@68121
|
7 years |
vboxsync |
IPRT: Added RTLocaleQueryNormalizedBaseLocaleName.
|
|
|
@68119
|
7 years |
vboxsync |
IPRT: added iprt/locale.h with two functions for getting the locale …
|
|
|
@68113
|
7 years |
vboxsync |
Added RTTimeZoneGetCurrent for getting TZ.
|
|
|
@67731
|
7 years |
vboxsync |
Runtime: added RTFSTYPE_EXFAT
|
|
|
@67322
|
7 years |
vboxsync |
Runtime/krnlmod-win.cpp: Fix
|
|
|
@67317
|
7 years |
vboxsync |
Runtime/RTKrnlMod: Started working on the Windows implementation
|
|
|
@66220
|
8 years |
vboxsync |
Windows 2016 OS type
|
|
|
@66120
|
8 years |
vboxsync |
IPRT/RTThreadWait: Quick and dirty workaround for Ctrl-C deadlock with …
|
|
|
@64640
|
8 years |
vboxsync |
IPRT: Implemented native NT version of RTPathQueryInfoEx that provides …
|
|
|
@64639
|
8 years |
vboxsync |
fileio-win.cpp: Made RTFileQueryInfo return link count and Inode info.
|
|
|
@64638
|
8 years |
vboxsync |
iprt/nt/nt.h: NtQueryFullAttributesFile and NtQueryAttributesFile.
|
|
|
@64620
|
8 years |
vboxsync |
IPRT: Distinguish between actual symbolic links and other reparse …
|
|
|
@64619
|
8 years |
vboxsync |
IPRT: Reshuffled RTFsQuerySizes from fs-nt.cpp to implement …
|
|
|
@64594
|
8 years |
vboxsync |
iprt/nt/nt.h: Added NtFlushVirtualMemory and adjusted relatives.
|
|
|
@64531
|
8 years |
vboxsync |
Runtime: typos
|
|
|
@64293
|
8 years |
vboxsync |
mp-win.cpp: Can't skip lazy GIP re-initialization anywhere, because …
|
|
|
@64283
|
8 years |
vboxsync |
IPRT,SUP: Major vboxdrv and GIP version change; more flexible …
|
|
|
@64281
|
8 years |
vboxsync |
IPRT,SUP: Major vboxdrv and GIP version change; more flexible …
|
|
|
@64268
|
8 years |
vboxsync |
Runtime: Doxygen fix to unbreak generation of documentation
|
|
|
@64234
|
8 years |
vboxsync |
IPRT: Implemented processor group support for the ring-0 code.
|
|
|
@64220
|
8 years |
vboxsync |
mp-win.cpp: Implemented support for processor groups.
|
|
|
@63984
|
8 years |
vboxsync |
VBoxRT-openssl-pre-1.1.def: Need a few more APIs for the older gsoap.
|
|
|
@63983
|
8 years |
vboxsync |
IPRT: Created a minimal openssl linker definition file for 1.0.1 too.
|
|
|
@63981
|
8 years |
vboxsync |
Runtime: OpenSSL 1.1.0 preps
|
|
|
@63311
|
8 years |
vboxsync |
Use shlobj.h wrapper.
|
|
|
@62761
|
8 years |
vboxsync |
Wrap ws2tcpip.h too.
|
|
|
@62713
|
8 years |
vboxsync |
nt.h/rtFileNativeSetAttributes-win.cpp
|
|
|
@62635
|
8 years |
vboxsync |
warnings
|
|
|
@62592
|
8 years |
vboxsync |
IPRT: More unused parameters and undefined preprocessor macor warning …
|
|
|
@62584
|
8 years |
vboxsync |
IPRT: Unused parameters on windows.
|
|
|
@62534
|
8 years |
vboxsync |
(C) 2016
|
|
|
@62477
|
8 years |
vboxsync |
(C) 2016
|
|
|
@62461
|
8 years |
vboxsync |
IPRT: scm
|
|
|
@62452
|
8 years |
vboxsync |
*: MSC level 4 warnings in release bldprogs.
|
|
|
@62448
|
8 years |
vboxsync |
IPRT: More MSC level 4 warning fixes.
|
|
|
@61989
|
8 years |
vboxsync |
ldrNative-win.cpp: Convert forward slashes to backslashes in the DLL …
|
|
|
@60054
|
9 years |
vboxsync |
never use AssertStmt(..., continue) but use AssertContinue(...) (look …
|
|
|
@60035
|
9 years |
vboxsync |
Runtime/VerSetConditionMask: fixed type (thanks PVS)
|
|
|
@59917
|
9 years |
vboxsync |
build fix
|
|
|
@59817
|
9 years |
vboxsync |
IPRT/r3/win/process-win.cpp: re-applied the process-win.cpp changes …
|
|
|
@59781
|
9 years |
vboxsync |
IPRT/r3/win/process-win.cpp: temporary back out the most recent LSA …
|
|
|
@59770
|
9 years |
vboxsync |
IPRT: s/TARGET_NT4/IPRT_TARGET_NT4/
|
|
|
@59594
|
9 years |
vboxsync |
IPRT: r3/win/process-win.cpp: Disabled LSA cache handling for NT4.
|
|
|
@59546
|
9 years |
vboxsync |
Documentation build fix.
|
|
|
@59544
|
9 years |
vboxsync |
IPRT: r3/win/process-win.cpp: Removed debug output.
|
|
|
@59543
|
9 years |
vboxsync |
Build fix.
|
|
|
@59542
|
9 years |
vboxsync |
IPRT: r3/win/process-win.cpp: Try to use the LSA cache for the domain …
|
|
|
@59519
|
9 years |
vboxsync |
IPRT: r3/win/process-win.cpp: Error checking.
|
|
|
@59404
|
9 years |
vboxsync |
Forward-ported r104938, r104943, r104950, r104952, r104953, r104987, …
|
|
|
@59396
|
9 years |
vboxsync |
ldrNative-win.cpp: Implemented loading system dlls from WinSxS.
|
|
|
@59394
|
9 years |
vboxsync |
http-curlt.cpp,rtLdrNativeLoadSystem: added todo regarding loading …
|
|
|
@59366
|
9 years |
vboxsync |
iprt/nt/nt.h: Added NtQueryKey and NtEnumerateKey.
|
|
|
@59289
|
9 years |
vboxsync |
IPRT: Init order check.
|
|
|
@59133
|
9 years |
vboxsync |
IPRT/process-win.cpp: Emphasize UPN (User Principal Name) handling on …
|
|
|
@58952
|
9 years |
vboxsync |
build fix
|
|
|
@58949
|
9 years |
vboxsync |
Runtime: when reporting the OS version, explicitly distinguish between …
|
|
|
@58768
|
9 years |
vboxsync |
RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
|
|
|
@58767
|
9 years |
vboxsync |
revered r104210, got unfinished asm.h changes mixed into it.
|
|
|
@58766
|
9 years |
vboxsync |
RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
|
|
|
@58305
|
9 years |
vboxsync |
RTLocalIpcServerCreate: Dropped the RTLOCALIPC_FLAGS_MULTI_SESSION as …
|
|
|
@58300
|
9 years |
vboxsync |
RTLocalIpc: Added RTLocalIpcSessionRetain and RTLocalIpcSessionRelease.
|
|
|
@58299
|
9 years |
vboxsync |
localipc-win.cpp: Implemented RTLocalIpcSessionReadNB.
|
|
|
@58298
|
9 years |
vboxsync |
localipc-win.cpp: Fixes, improvments and cleanups. Highlights:
- Added …
|
|
|
@58293
|
9 years |
vboxsync |
localipc.h: Correct read/write parameter names.
|
|
|
@58290
|
9 years |
vboxsync |
RTLocalIpc fixes.
|
|
|
@58288
|
9 years |
vboxsync |
localipc-win.cpp: The RTLocalIpcSessionRead pcbRead parameter is a …
|
|
|
@58282
|
9 years |
vboxsync |
localipc-posix.cpp: Partly debugged code.
|
|
|
@58155
|
9 years |
vboxsync |
check the index first
|
|
|
@57978
|
9 years |
vboxsync |
IPRT: Doxygen warning fixes (last ones, hopefully).
|
|
|
@57974
|
9 years |
vboxsync |
IPRT: Some more doxygen fixes.
|
|
|
@57928
|
9 years |
vboxsync |
nits.
|
|
|
@57916
|
9 years |
vboxsync |
IPRT: More windows process creation hacking and cleaning up. Cleaned …
|
|
|
@57906
|
9 years |
vboxsync |
RTProc/win,RTErr: Avoid doing LogonUserW when we don't need to get the …
|
|
|
@57905
|
9 years |
vboxsync |
IPRT: More build for NT4 fun, but the VBoxRT.dll we build when …
|
|
|
@57865
|
9 years |
vboxsync |
IPRT,libs: Hacks for building IPRT testcases that can run on NT4. …
|
|
|
@57864
|
9 years |
vboxsync |
IPRT: Hacks for building IPRT testcases that can run on NT4.
|
|
|
@57845
|
9 years |
vboxsync |
RTProcCreateEx/win: uninitialized rc fix and made the …
|
|
|
@57843
|
9 years |
vboxsync |
RTProcCreateEx/win: Implemented RTPROC_FLAGS_PROFILE and …
|
|
|
@57835
|
9 years |
vboxsync |
RTProc,RTEnv: First pass over the windows process creation code, …
|
|
|
@57824
|
9 years |
vboxsync |
IPRT/process-win.cpp: Also clone the handed-in environment block.
|
|
|
@57820
|
9 years |
vboxsync |
IPRT/process-win.cpp: User profile environment handling, take 2: …
|
|
|
@57799
|
9 years |
vboxsync |
IPRT/process: Introduced flag RTPROC_FLAGS_OVERWRITE_WITH_PROFILE …
|
|
|
@57758
|
9 years |
vboxsync |
IPRT/process-win.cpp: Overwrite existing env vars if …
|
|
|
@57753
|
9 years |
vboxsync |
IPRT: Renamed RTPROC_FLAGS_NO_PROFILE to RTPROC_FLAGS_PROFILE.
|
|
|
@57656
|
9 years |
vboxsync |
IPRT/process-win.cpp: Don't unset env variables from parent in …
|
|
|
@57643
|
9 years |
vboxsync |
IPRT: Added RTVfsIoStrmFromRTPipe (and RTPipeQueryInfo) for the …
|
|
|
@57636
|
9 years |
vboxsync |
RTPipeFromNative/win: Handle full duplex pipes without asserting and …
|
|
|
@57634
|
9 years |
vboxsync |
fileio-win.cpp: W10 return ERROR_INVALID_FUNCTION in RTFileQueryInfo …
|
|
|
@57622
|
9 years |
vboxsync |
duh2
|
|
|
@57621
|
9 years |
vboxsync |
duh
|
|
|
@57620
|
9 years |
vboxsync |
fileio-win.cpp: Condensed the console I/O handle workaround code in …
|
|
|