|
|
@53010
|
10 years |
vboxsync |
IPRT: Added electric fence allocator for ASN.1.
|
|
|
@52944
|
10 years |
vboxsync |
IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
|
|
|
@52618
|
10 years |
vboxsync |
HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
|
|
|
@52606
|
10 years |
vboxsync |
build fix
|
|
|
@52605
|
10 years |
vboxsync |
build fix
|
|
|
@52604
|
10 years |
vboxsync |
build fix
|
|
|
@52603
|
10 years |
vboxsync |
build fix
|
|
|
@52602
|
10 years |
vboxsync |
build fix
|
|
|
@52600
|
10 years |
vboxsync |
IPRT: Added support for microsoft timestamp counter signatures. This …
|
|
|
@52539
|
10 years |
vboxsync |
build fix
|
|
|
@52345
|
10 years |
vboxsync |
Runtime: Implemented ASMAtomicUo[Inc|Dec]U32() with updated testcase. …
|
|
|
@52341
|
10 years |
vboxsync |
build fix
|
|
|
@52340
|
10 years |
vboxsync |
build fix
|
|
|
@52335
|
10 years |
vboxsync |
RTBigNum: Added shift APIs, implemented a faster division algorithm, …
|
|
|
@52213
|
10 years |
vboxsync |
SUP,IPRT: Implemented forwarder support in RTLdr and cleaned up some …
|
|
|
@51869
|
10 years |
vboxsync |
fake mangling.
|
|
|
@51863
|
10 years |
vboxsync |
page hash updates.
|
|
|
@51862
|
10 years |
vboxsync |
page hash updates.
|
|
|
@51856
|
10 years |
vboxsync |
Added the odd sha-2 algorithms to RTCrDigest and extended the …
|
|
|
@51842
|
10 years |
vboxsync |
Added alternative SHA-512/224 and SHA-512/256 implementations while at it.
|
|
|
@51841
|
10 years |
vboxsync |
Alternative SHA-512 and SHA-384 implementation.
|
|
|
@51840
|
10 years |
vboxsync |
mangle the sha-224 symbols.
|
|
|
@51770
|
10 years |
vboxsync |
Merged in iprt++ dev branch.
|
|
|
@51767
|
10 years |
vboxsync |
conflict avoidance by more alphabetical sorting.
|
|
|
@51715
|
10 years |
vboxsync |
build fix
|
|
|
@51696
|
10 years |
vboxsync |
Runtime: PKZip stream reader
|
|
|
@51087
|
11 years |
vboxsync |
typo
|
|
|
@51074
|
11 years |
vboxsync |
Runtime: Add RTMemLocked* API to allocate locked memory
|
|
|
@50832
|
11 years |
vboxsync |
pr6022. Support X509 certification during import OVF appliance.
|
|
|
@50792
|
11 years |
vboxsync |
IPRT: Added RTUtf16ValidateEncodingEx, RTUtf16ValidateEncoding and …
|
|
|
@50790
|
11 years |
vboxsync |
build fix
|
|
|
@50642
|
11 years |
vboxsync |
iprt/env.h: Added RTEnvCountEx and RTEnvGetByIndexEx for enumerating …
|
|
|
@50526
|
11 years |
vboxsync |
Storage/VHDX: Finally commit and enable CRC-32c checksum validation …
|
|
|
@50456
|
11 years |
vboxsync |
RTNetStrToIPv6Addr: first cut at IPv6 address parsing. I'm still not …
|
|
|
@50418
|
11 years |
vboxsync |
Add RTNetStrToIPv4AddrEx - a variant of IPv4 dotted-decimal parsing …
|
|
|
@50408
|
11 years |
vboxsync |
RTEnv: Use the unicode CRT APIs on windows to avoid …
|
|
|
@50205
|
11 years |
vboxsync |
tar.cpp: Drop the TAR file reading code.
|
|
|
@50194
|
11 years |
vboxsync |
tar.cpp: Stripped it futher down and documented what …
|
|
|
@50154
|
11 years |
vboxsync |
Reduce the TAR API to what's currently used.
|
|
|
@49847
|
11 years |
vboxsync |
build fix
|
|
|
@49724
|
11 years |
vboxsync |
Added ASMAtomicUo[And|Or]U[32|64].
|
|
|
@49326
|
11 years |
vboxsync |
IPRT: exposes RTNetStrToMAC (resolves todo in misc/getopt.cpp).
|
|
|
@49182
|
11 years |
vboxsync |
Added ASMCpuIdExSlow and made CPUM use it.
|
|
|
@49061
|
11 years |
vboxsync |
More Mach-O symbol hacking.
|
|
|
@49044
|
11 years |
vboxsync |
Darwin guest OS digger hacking in progress. Adding symbol cache util …
|
|
|
@49039
|
11 years |
vboxsync |
IPRT: Filename extension versus suffix cleanup, long overdue.
|
|
|
@48850
|
11 years |
vboxsync |
Forgot to mangle RTZipXarFsStreamFromIoStream.
|
|
|
@48835
|
11 years |
vboxsync |
IPRT: Added RTTimeFromString and RTTimeSpecFromString for simple …
|
|
|
@47762
|
11 years |
vboxsync |
IPRT: Added RTFileModeToFlags* APIs + testcase.
|
|
|
@47572
|
11 years |
vboxsync |
Runtime/threadctxhooks: RTThreadCtxHooksAreRegistered().
|
|
|
@47516
|
11 years |
vboxsync |
Backed out r87679: Still working on the wrong solution... Sigh.
|
|
|
@47500
|
11 years |
vboxsync |
pr6022. Second variant of support GZIP files for OVA appliance.
|
|
|
@47359
|
11 years |
vboxsync |
IPRT: Added compression to the gzip VFS I/O stream class …
|
|
|
@47356
|
11 years |
vboxsync |
IPRT: Added RTVfsIoStrmOpenNormal and RTVfsFileOpenNormal.
|
|
|
@47352
|
11 years |
vboxsync |
Runtime/r0drv: Reference counting for kernel thread-context hooks.
|
|
|
@47344
|
11 years |
vboxsync |
RTZipGzipDecompressBuffer was removed.
|
|
|
@47340
|
11 years |
vboxsync |
pr6022. OVA appliance don't fail when a certificate file exists. GZIP …
|
|
|
@47199
|
11 years |
vboxsync |
IPRT: Kernel thread-context hooks, linux implementation. Extended …
|
|
|
@46639
|
12 years |
vboxsync |
Added RTMpGetOnlineCoreCount and RTMpGetPresentCoreCount.
|
|
|
@46593
|
12 years |
vboxsync |
updates
|
|
|
@46567
|
12 years |
vboxsync |
RTMemAllocEx for ring-3.
|
|
|
@46298
|
12 years |
vboxsync |
RTTest: Added some new features/APIs for forwarding bootsector test …
|
|
|
@46250
|
12 years |
vboxsync |
Another missing mangling name (thanks Vadim)
|
|
|
@46249
|
12 years |
vboxsync |
Attempt to fix burn: mangling.
|
|
|
@46211
|
12 years |
vboxsync |
More strcache testing and some tuning.
|
|
|
@46208
|
12 years |
vboxsync |
tstRTStrCache: check that a real strcache impl doesn't return duplicates.
|
|
|
@46184
|
12 years |
vboxsync |
forgot mangling again.
|
|
|
@46164
|
12 years |
vboxsync |
More exteran .dSYM and .dwo bundles/files changes.
|
|
|
@46163
|
12 years |
vboxsync |
forgot mangling again.
|
|
|
@46157
|
12 years |
vboxsync |
Fix burn.
|
|
|
@46134
|
12 years |
vboxsync |
RTDbgModRemoveAll
|
|
|
@46109
|
12 years |
vboxsync |
Made deferred loading work.
|
|
|
@46105
|
12 years |
vboxsync |
iprt/mangling: Solaris build fix.
|
|
|
@46104
|
12 years |
vboxsync |
RTPathFilenameEx: Take path style as argument.
|
|
|
@46101
|
12 years |
vboxsync |
More NT4 debugging. Getting closer to working state…
|
|
|
@46080
|
12 years |
vboxsync |
Added RTLdrOpenInMemory.
|
|
|
@46077
|
12 years |
vboxsync |
iprt/mangling: Solaris build fix.
|
|
|
@46070
|
12 years |
vboxsync |
RTDbgCfg,++: Compressed server files and other fixes.
|
|
|
@46050
|
12 years |
vboxsync |
More symbol work
|
|
|
@46012
|
12 years |
vboxsync |
typo.
|
|
|
@46010
|
12 years |
vboxsync |
iprt/string.h: Added RTStrIsCaseFoldable, RTStrIsUpperCased and …
|
|
|
@46008
|
12 years |
vboxsync |
iprt/dir.h,++: Added RTDirQueryUnknownType, RTDirQueryUnknownTypeEx, …
|
|
|
@45994
|
12 years |
vboxsync |
RTDbgModCreateFromPeImage: Mostly implemented.
|
|
|
@45990
|
12 years |
vboxsync |
Attempt #2 to fix burn.
|
|
|
@45989
|
12 years |
vboxsync |
Attempt to fix build.
|
|
|
@45984
|
12 years |
vboxsync |
RTDbgCfg: Debugging configuration, like symbol search paths and such.
|
|
|
@45948
|
12 years |
vboxsync |
IPRT: Added RTTcpClientConnectEx and RTTcpClientCancelConnect.
|
|
|
@45400
|
12 years |
vboxsync |
IPRT: A Study in Paths - Chapter 3: Reassembling parsed and split paths.
|
|
|
@45394
|
12 years |
vboxsync |
IPRT: A Study in Paths - Chapter 2: The splitting of a path into …
|
|
|
@45393
|
12 years |
vboxsync |
build fix.
|
|
|
@45375
|
12 years |
vboxsync |
RTPathParse -> RTPathParseSimple.
|
|
|
@45231
|
12 years |
vboxsync |
doppelmoppel
|
|
|
@45230
|
12 years |
vboxsync |
Main: OVF 2.0 support. A few corrections. Added …
|
|
|
@45229
|
12 years |
vboxsync |
build fix
|
|
|
@45227
|
12 years |
vboxsync |
Main: OVF 2.0 support. Part 1 - SHA256 digest is supported.
|
|
|
@45154
|
12 years |
vboxsync |
Try to fix build boxes
|
|
|
@45129
|
12 years |
vboxsync |
RTCritSectRwIsWriteOwner
|
|
|
@45118
|
12 years |
vboxsync |
IPRT/manglin.h: RTNetStrToIPv4Addr.
|
|
|
@45113
|
12 years |
vboxsync |
build fix
|
|
|
@45112
|
12 years |
vboxsync |
build fix
|
|
|