|
|
@83886
|
5 years |
vboxsync |
IPRT: Implement RTStrEnd in assembly & C++, drop the inlining. memchr …
|
|
|
@83838
|
5 years |
vboxsync |
IPRT: Fix what I think is a typo to unbreak the build. bugref:8489
|
|
|
@83837
|
5 years |
vboxsync |
IPRT: Added RTUtf16Printf, RTUtf16PrintfV, RTUtf16PrintfEx and …
|
|
|
@83102
|
5 years |
vboxsync |
IPRT: Simple TLS destructor testcase.
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@82837
|
5 years |
vboxsync |
IPRT/file: Added some more thoughts and @todo regarding the …
|
|
|
@82836
|
5 years |
vboxsync |
IPRT/win: Enabled new RTFileSetSize implementation that works like …
|
|
|
@82835
|
5 years |
vboxsync |
IPRT/win: Finished the RTFileSetSize reimplementation, still disabled. …
|
|
|
@82832
|
5 years |
vboxsync |
tstFile: Converted to new style and added append+truncate testcase …
|
|
|
@82741
|
5 years |
vboxsync |
Main,IPRT,SUP,SharedClipboard: Cleanup fixes.
|
|
|
@81762
|
5 years |
vboxsync |
SUPDrv,tstRTInlineAsm: Fixed assertion/failure when trying to use the …
|
|
|
@81203
|
5 years |
vboxsync |
IPRT/RTPathParseSimple: Root handling fixes. bugref:9586 . …
|
|
|
@81140
|
5 years |
vboxsync |
IPRT/system: RTSYSFWPROP -> RTSYSFWBOOL.
|
|
|
@81137
|
5 years |
vboxsync |
IPRT/RTSystem*Firmware: Simplified the interface and made it follow …
|
|
|
@81077
|
5 years |
vboxsync |
tstRTCRest-1,tstRTStrFormat,tstRTTimeSpec: Fixed warnings about 64-bit …
|
|
|
@81071
|
5 years |
vboxsync |
SUPDrv,IPRT,VMM: Support host APIC ID above 256 in GIP. (Only tested …
|
|
|
@81064
|
5 years |
vboxsync |
tstRTSystemQueryFirmware: build fix,
|
|
|
@81063
|
5 years |
vboxsync |
iprt/win: Fixed method for determining firmware type on win 8.0 and …
|
|
|
@81062
|
5 years |
vboxsync |
iprt/system: Fixing the firmware stuff a little.
|
|
|
@80878
|
5 years |
vboxsync |
IPRT/env-generic.cpp: RTENV_ALLOW_EQUAL_FIRST_IN_VAR should only be …
|
|
|
@80860
|
5 years |
vboxsync |
IPRT: Renamed RTSystemFirmwareValueGet() -> RTSystemFirmwareValueQuery().
|
|
|
@80832
|
5 years |
vboxsync |
IPRT: Added RTPathEnsureTrailingSeparatorEx.
|
|
|
@80827
|
5 years |
vboxsync |
IPRT: Added RTEnvCreateEx and RTEnvCreateChangeRecordEx so flags can …
|
|
|
@80708
|
5 years |
vboxsync |
IPRT: Added RTSystemFirmwareXXX API to query the firmware type / UEFI …
|
|
|
@80665
|
5 years |
vboxsync |
IPRT: Redid RTTimerLRChangeInterval. Converted RTTimerLR testcase to …
|
|
|
@80585
|
5 years |
vboxsync |
Runtime: Some renaming to stay consistent (*Get* always returns what …
|
|
|
@80569
|
5 years |
vboxsync |
Main: bugref:9341: Added VM autostart during boot support for windows host
|
|
|
@80565
|
5 years |
vboxsync |
IPRT/string.h: Added hexformatting variants that takes an additional …
|
|
|
@80496
|
5 years |
vboxsync |
IPRT/string.h: Added added two more human readable size formatting …
|
|
|
@80024
|
5 years |
vboxsync |
VMM: Kicking out raw-mode (work in progress) - em config. bugref:9517
|
|
|
@79891
|
5 years |
vboxsync |
*.kmk: Preparing for dropping 32-bit host support. Introducing a …
|
|
|
@79884
|
5 years |
vboxsync |
tstRTCRest-1: use consistent quoting (or rather, now, not quoting) for …
|
|
|
@79570
|
5 years |
vboxsync |
IPRT: Added RTPathPurgeFilename for making valid filenames out of …
|
|
|
@79562
|
5 years |
vboxsync |
IPRT: Added RTSTRCONVERTHEXBYTES_F_SEP_COLON as well as a …
|
|
|
@79521
|
5 years |
vboxsync |
VBox/log.h: Kicked out most event group (base classes are still there) …
|
|
|
@78833
|
6 years |
vboxsync |
tstRTPoll: Check read results after the socket and pipe we waited on …
|
|
|
@78702
|
6 years |
vboxsync |
IPRT/path: Added RTPathParentLength and RTPathParentLengthEx. bugref:9172
|
|
|
@78561
|
6 years |
vboxsync |
Runtime/RTShMem,tstRTShMem: Add API to delete a named shared memory …
|
|
|
@78373
|
6 years |
vboxsync |
tstRTSymlink: Use the enmType parameter so recent w10 stop failing. …
|
|
|
@78153
|
6 years |
vboxsync |
IPRT: Added RTPATHABS_F_ENSURE_TRAILING_SLASH to RTPathAbsEx and fixed …
|
|
|
@78098
|
6 years |
vboxsync |
IPRT,*: Cleaning up RTPathAbsExEx, renaming it to RTPathAbsEx and …
|
|
|
@78090
|
6 years |
vboxsync |
*,IPRT: Use new RTPathAbsExEx function instead of RTPathAbsEx. bugref:9172
|
|
|
@78048
|
6 years |
vboxsync |
IPRT: Working on new RTPathAbsEx implementation, temporarily called …
|
|
|
@77736
|
6 years |
vboxsync |
tstRTBigNum: Some memory leak fixes (to reduce the noise and being …
|
|
|
@77691
|
6 years |
vboxsync |
tstRTFileOpenEx-1: Cleanup and one more case. ticketref:9276 [build fix]
|
|
|
@77689
|
6 years |
vboxsync |
tstRTFileOpenEx-1: Cleanup and one more case. ticketref:9276
|
|
|
@77684
|
6 years |
vboxsync |
IPRT: Implemented RTFileOpenEx for posix too. ticketref:9276
|
|
|
@77681
|
6 years |
vboxsync |
IPRT: Adding an extended file open API that returns the action taken …
|
|
|
@77256
|
6 years |
vboxsync |
Runtime/RTDvm: Add flag to indicate that a volume is contiguous on the …
|
|
|
@76905
|
6 years |
vboxsync |
Runtime/testcase/tstRTDvm: Resurrect testcase as an example on how to …
|
|
|
@76660
|
6 years |
vboxsync |
RTPathCalcRelative: Extended case-insensitivity from 7-bit ascii to …
|
|
|
@76589
|
6 years |
vboxsync |
IPRT: Attempted to address some the more obvious shortcomings of …
|
|
|
@76585
|
6 years |
vboxsync |
*: scm --fix-header-guard-endif
|
|
|
@76560
|
6 years |
vboxsync |
IPRT: Use IPRT_INCLUDED_SRC_ as header guard prefix for files around …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76513
|
6 years |
vboxsync |
IPRT: scm --fix-header-guards. bugref:9344
|
|
|
@76452
|
6 years |
vboxsync |
IPRT: Ran scm --fix-err-h. bugref:9344
|
|
|
@76417
|
6 years |
vboxsync |
iprt/errcore.h,*: Duplicate some of the most frequently used status …
|
|
|
@76409
|
6 years |
vboxsync |
iprt/string.h: Dropped including utf16.h and let those who need it …
|
|
|
@76408
|
6 years |
vboxsync |
iprt/string.h: Dropped including utf16.h and let those who need it …
|
|
|
@76346
|
6 years |
vboxsync |
*: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
|
|
|
@76322
|
6 years |
vboxsync |
Reverted accidental commit r127614.
|
|
|
@76321
|
6 years |
vboxsync |
iprt/mp-r0drv-linux.c: Attempt at fixing !CONFIG_SMP warnings.
|
|
|
@76061
|
6 years |
vboxsync |
IPRT: Add RTNetStrToIPv4Cidr() that is intended as a better API …
|
|
|
@75879
|
6 years |
vboxsync |
Runtime: Introduce RTShMem* API for accessing shared memory objects …
|
|
|
@75734
|
6 years |
vboxsync |
tstRTR0Timer: Run the omni timer tests for a longer time period and …
|
|
|
@75423
|
6 years |
vboxsync |
tstRTBigNum: Test RTUInt32DivRem and RTUInt64DivRem too.
|
|
|
@75125
|
6 years |
vboxsync |
tstRTCRest-1.cpp: Another shot at the double test. bugref:9167 [build fix]
|
|
|
@75124
|
6 years |
vboxsync |
tstRTCRest-1.cpp: Another shot at the double test. bugref:9167
|
|
|
@75123
|
6 years |
vboxsync |
tstRTCRest-1: More double test tweaking. bugref:9167
|
|
|
@75037
|
6 years |
vboxsync |
tstRTCRest-1: More flexible double handling. The strtod impl we depend …
|
|
|
@75034
|
6 years |
vboxsync |
tstRTCRest: no change.
|
|
|
@75008
|
6 years |
vboxsync |
IPRT/RTCString: reserve(1) called on an empty string must allocate memory.
|
|
|
@74998
|
6 years |
vboxsync |
tstRTCRest-1: path escaping was changed without updating the …
|
|
|
@74997
|
6 years |
vboxsync |
tstRTCRest-1: Array test fix. bugref:9167
|
|
|
@74859
|
6 years |
vboxsync |
tstLdr-4: check data accessess too. bugref:9232
|
|
|
@74856
|
6 years |
vboxsync |
IPRT/ldr: Must check that JmpStubsRVA isn't NIL and not use it blindly …
|
|
|
@74845
|
6 years |
vboxsync |
tstRTLdrMachORelocs-1.S: update
|
|
|
@74760
|
6 years |
vboxsync |
IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 …
|
|
|
@74654
|
6 years |
vboxsync |
IPRT: More kStuff cleanup. bugref:9232
|
|
|
@74647
|
6 years |
vboxsync |
IPRT: Fixed segment alignment bug in the mach-o code. bugref:9232
|
|
|
@74646
|
6 years |
vboxsync |
IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
|
|
|
@74425
|
6 years |
vboxsync |
IPRT/rest: Missed RT_NOEXCEPT in two place. Went wild adding …
|
|
|
@74414
|
6 years |
vboxsync |
IPRT/rest: Reworked the JSON output classes a little, adding a pretty …
|
|
|
@74350
|
6 years |
vboxsync |
tstRTJson: escape test. bugref:9167
|
|
|
@74277
|
6 years |
vboxsync |
tstRTCRest-1: Fixed crash in testStringMap. bugref:9167
|
|
|
@74276
|
6 years |
vboxsync |
IPRT/rest: adjusted double testcase for unix systems. bugref:9167
|
|
|
@74263
|
6 years |
vboxsync |
IPRT/rest: Reimplement RTCRestArrayBase::fromString and adjusted …
|
|
|
@74250
|
6 years |
vboxsync |
IRPT/rest,http: Use header callbacks for capturing header values in …
|
|
|
@74202
|
6 years |
vboxsync |
IPRT/rest: More client request base tests. Added RTHttpGetHeaderCount …
|
|
|
@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 …
|
|
|
@74188
|
6 years |
vboxsync |
IPRT/rest: Started on testing the array class. bugref:9167
|
|
|
@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 …
|
|
|