|
|
@82601
|
5 years |
vboxsync |
IPRT: Added an assembly implementation of ASMAddFlags. bugref:9627
|
|
|
@82594
|
5 years |
vboxsync |
Runtime/zip.cpp: Allow RTZIPTYPE_ZLIB_NO_HEADER in the block …
|
|
|
@82593
|
5 years |
vboxsync |
Runtime/tarvfs.cpp: Use off instead of the last accessed file offset, …
|
|
|
@82383
|
5 years |
vboxsync |
Runtime/ioqueue: Finish the fallback file provider
|
|
|
@82027
|
5 years |
vboxsync |
Runtime/dbg/dbgmoddwarf.cpp: Fix compatibility with debug files …
|
|
|
@81927
|
5 years |
vboxsync |
IPRT: Added 32-bit memchr variant. Prepared 16 and 64 bit ones too.
|
|
|
@81670
|
5 years |
vboxsync |
IPRT/Rest: Fixes for deprecated implicit copy operators (GCC 9).
|
|
|
@81649
|
5 years |
vboxsync |
Linux 5.4: no more arbitrary executable pages and more changes, …
|
|
|
@81282
|
5 years |
vboxsync |
IPRT/RuntimeR0Drv: darwin memcpy workaround adjustment. kxld gets …
|
|
|
@81281
|
5 years |
vboxsync |
IPRT/RuntimeR0Drv: darwin memcpy workaround adjustment. kxld gets …
|
|
|
@81203
|
5 years |
vboxsync |
IPRT/RTPathParseSimple: Root handling fixes. bugref:9586 . …
|
|
|
@81137
|
5 years |
vboxsync |
IPRT/RTSystem*Firmware: Simplified the interface and made it follow …
|
|
|
@81120
|
5 years |
vboxsync |
IPRT/ldrPE: Slienced import assertion for IN_SUP_HARDENED_R3 as it …
|
|
|
@81072
|
5 years |
vboxsync |
SUPDrv,IPRT,VMM: Support host APIC ID above 256 in GIP. (Only tested …
|
|
|
@81071
|
5 years |
vboxsync |
SUPDrv,IPRT,VMM: Support host APIC ID above 256 in GIP. (Only tested …
|
|
|
@80832
|
5 years |
vboxsync |
IPRT: Added RTPathEnsureTrailingSeparatorEx.
|
|
|
@80635
|
5 years |
vboxsync |
extvfs.cpp: Build fix
|
|
|
@80633
|
5 years |
vboxsync |
Runtime/extvfs.cpp: bug fixes
|
|
|
@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 …
|
|
|
@80518
|
5 years |
vboxsync |
Runtime/RTVfs: Implement RTVfsDirRewind
|
|
|
@80496
|
5 years |
vboxsync |
IPRT/string.h: Added added two more human readable size formatting …
|
|
|
@80358
|
5 years |
vboxsync |
iprt/string.h: Fixed RTStrStartsWith and RTStrIStartsWith return code …
|
|
|
@80292
|
5 years |
vboxsync |
IPRT/crypto/tsp: Relax the check for the 'millis' field allowing zero …
|
|
|
@80204
|
5 years |
vboxsync |
Runtime/aiomgr.cpp: Get rid of the RTFileAioMgr* API because it was …
|
|
|
@80035
|
5 years |
vboxsync |
Runtime: Build fix for OS/2
|
|
|
@79983
|
5 years |
vboxsync |
Runtime/RTIoQueue: Updates
|
|
|
@79952
|
5 years |
vboxsync |
Runtime: bugref:8231 Starting on defining and implementing a new …
|
|
|
@79951
|
5 years |
vboxsync |
Runtime: bugref:8231 Starting on defining and implementing a new …
|
|
|
@79950
|
5 years |
vboxsync |
Runtime: bugref:8231 Starting on defining and implementing a new …
|
|
|
@79949
|
5 years |
vboxsync |
Runtime: bugref:8231 Starting on defining and implementing a new …
|
|
|
@79888
|
5 years |
vboxsync |
IPRT/rest: doQueryParameters - adjust previous, use %RMpa that encodes …
|
|
|
@79862
|
5 years |
vboxsync |
IPRT/rest: RTCRestClientApiBase::reinitHttpInstance - RTHTTP no longer …
|
|
|
@79837
|
5 years |
vboxsync |
IPRT/rest: doQueryParameters - use %RMpf instead of %RMpq. Plus sings …
|
|
|
@79807
|
5 years |
vboxsync |
IPRT/messagerefentry.cpp: screen width tweak.
|
|
|
@79788
|
5 years |
vboxsync |
IPRT/lockvalidator: Changed rtLockValidatorRecSharedMakeRoom() to grow …
|
|
|
@79787
|
5 years |
vboxsync |
IPRT/lockvalidator: Better fix for problem in r132153, as there is no …
|
|
|
@79786
|
5 years |
vboxsync |
IPRT/lockvalidator: Must serialize for detection before calling …
|
|
|
@79747
|
5 years |
vboxsync |
Main: Redoing the IDHCPServer interface, part II. Implemented groups …
|
|
|
@79570
|
6 years |
vboxsync |
IPRT: Added RTPathPurgeFilename for making valid filenames out of …
|
|
|
@79562
|
6 years |
vboxsync |
IPRT: Added RTSTRCONVERTHEXBYTES_F_SEP_COLON as well as a …
|
|
|
@79559
|
6 years |
vboxsync |
IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r on …
|
|
|
@79427
|
6 years |
vboxsync |
IPRT/rest: Fix inverted logic to specify kDoCall_RequireBody flag. We …
|
|
|
@79411
|
6 years |
vboxsync |
IPRT/rest: Added kDoCall_RequireBody flag to help ociSignRequest to …
|
|
|
@79284
|
6 years |
vboxsync |
IPRT/RTFileModeToFlagsEx: Added support for 'a' and 'a+' access mode. …
|
|
|
@79155
|
6 years |
vboxsync |
IPRT/rtFsModeFromDos: Pass desired object type when normalizing mode …
|
|
|
@79003
|
6 years |
vboxsync |
IPRT: Implemented rtldrNativeLoadSystem for posix systems. bugref:8352 …
|
|
|
@78906
|
6 years |
vboxsync |
VBoxGuest/linux: Try speed up GA installation by combining the IPRT …
|
|
|
@78732
|
6 years |
vboxsync |
IPRT/string: Implemented RTUtf16CopyEx.
|
|
|
@78731
|
6 years |
vboxsync |
IPRT/isomaker: Removed incorrect assertion in rtFsIsoMakerWalkPathBySpec.
|
|
|
@78705
|
6 years |
vboxsync |
IPRT/path: Added RTPathParentLength and RTPathParentLengthEx. [build …
|
|
|
@78702
|
6 years |
vboxsync |
IPRT/path: Added RTPathParentLength and RTPathParentLengthEx. bugref:9172
|
|
|
@78425
|
6 years |
vboxsync |
iprt/asm-amd64-x86.h: Don't use readeflags & writeeflags as they …
|
|
|
@78417
|
6 years |
vboxsync |
Utf8Str,RTCString: Assert that C-string pointer parameters in …
|
|
|
@78400
|
6 years |
vboxsync |
RTPathAbsEx: logging.
|
|
|
@78356
|
6 years |
vboxsync |
IPRT/isovfs.cpp: Ignore 2nd primary descriptor.
|
|
|
@78281
|
6 years |
vboxsync |
IPRT/rest: doCall - always call consumeBody
|
|
|
@78272
|
6 years |
vboxsync |
IPRT/rest: RTCRestBinaryResponse::receiveHttpCallback if we are …
|
|
|
@78183
|
6 years |
vboxsync |
Runtime/common/crypto/cipher-openssl.cpp: Fix copy and paste bug
|
|
|
@78153
|
6 years |
vboxsync |
IPRT: Added RTPATHABS_F_ENSURE_TRAILING_SLASH to RTPathAbsEx and fixed …
|
|
|
@78104
|
6 years |
vboxsync |
IPRT,*: Added fFlags to RTPathAbsExDup so it matches the new …
|
|
|
@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
|
|
|
@78053
|
6 years |
vboxsync |
iprt/path.h: Use RT_FLEXIBLE_ARRAY in RTPATHPARSED and RTPATHSPLIT to …
|
|
|
@78049
|
6 years |
vboxsync |
IPRT: Working on new RTPathAbsEx implementation, temporarily called …
|
|
|
@78048
|
6 years |
vboxsync |
IPRT: Working on new RTPathAbsEx implementation, temporarily called …
|
|
|
@77982
|
6 years |
vboxsync |
IPRT: Addressed todo in rtSchedNativeCheckThreadTypes …
|
|
|
@77981
|
6 years |
vboxsync |
Runtime/dbgmod.cpp: Make RTDbgModCreateFromMap(), …
|
|
|
@77971
|
6 years |
vboxsync |
Runtime/ldr: Make RTLDRREADER::pfnSize return an unsigned 64bit value …
|
|
|
@77970
|
6 years |
vboxsync |
IPRT/dvm: s/offEnd/offLast - see coding guidelines on 'end' vs 'last'.
|
|
|
@77941
|
6 years |
vboxsync |
Runtime/ldrELFRelocatable.cpp.h: several fixes
* Check that the …
|
|
|
@77913
|
6 years |
vboxsync |
Runtmie/dbgmoddwarf.cpp: Fix possible memory leak in error case and …
|
|
|
@77910
|
6 years |
vboxsync |
Main: bugref:7929: Added ability to change the priority of the VM process
|
|
|
@77907
|
6 years |
vboxsync |
Runtime/dbgmodnm.cpp: Plug memory leak in error case
|
|
|
@77823
|
6 years |
vboxsync |
bs3kit/VBoxBs3ObjConverter: Drop IPRT dependency to reduce rebuild …
|
|
|
@77817
|
6 years |
vboxsync |
IPRT/ASN.1: Allow zero terminators at the end of IA5STRING so we can …
|
|
|
@77815
|
6 years |
vboxsync |
IPRT/ASN.1: Allow zero terminators at the end of IA5STRING so we can …
|
|
|
@77772
|
6 years |
vboxsync |
vfschain.cpp: Call memcpy only when there is something to copy to …
|
|
|
@77760
|
6 years |
vboxsync |
Runtime/asn1-ut-integer.cpp: No bit set means both are zero and …
|
|
|
@77758
|
6 years |
vboxsync |
Runtime/common/fuzz: Updates, add possiblity to dump the recorded …
|
|
|
@77738
|
6 years |
vboxsync |
Runtime/common/asn1/asn1-ut-objid-decode.cpp: Fix memory leak in error case
|
|
|
@77737
|
6 years |
vboxsync |
Runtime/common/math/bignum.cpp: Fixed two memory leaks
|
|
|
@77734
|
6 years |
vboxsync |
IPRT/isomaker: Preserve ISO-9660 names during import, don't enforce …
|
|
|
@77733
|
6 years |
vboxsync |
IPRT/isomaker.cpp: Hack for permitting :remove: on directories with …
|
|
|
@77732
|
6 years |
vboxsync |
IPRT/isomakercmd.cpp: Fixed buggy --no-file-mode option, was forcing …
|
|
|
@77727
|
6 years |
vboxsync |
IPRT,HostDrivers: Fixed some warnings.
|
|
|
@77700
|
6 years |
vboxsync |
Runtime/json: Plug small memory leak when parsing a JSON file fails
|
|
|
@77693
|
6 years |
vboxsync |
Runtime/fuzz: Some more statistics, add possibility to configure the …
|
|
|
@77659
|
6 years |
vboxsync |
build fix
|
|
|
@77658
|
6 years |
vboxsync |
Runtime/fuzz: Statistics updates, don't fail if a working directory …
|
|
|
@77652
|
6 years |
vboxsync |
Runtime/fuzzmastercmd.cpp: Fix hang when the connection is closed …
|
|
|
@77651
|
6 years |
vboxsync |
Runtime/fuzz: scm
|
|
|
@77650
|
6 years |
vboxsync |
Runtime/fuzz: Add mutators to change possible integers to some …
|
|
|
@77564
|
6 years |
vboxsync |
Runtime/fuzz: Add libFuzzer compatible wrapper to be able to evaluate …
|
|
|
@77557
|
6 years |
vboxsync |
IPRT: Moved the RTLogSetGroupLimit() functionality into the …
|
|
|
@77547
|
6 years |
vboxsync |
Runtime/fuzz: build fix
|
|
|
@77546
|
6 years |
vboxsync |
Runtime/fuzz: build fix
|
|
|
@77544
|
6 years |
vboxsync |
Runtime/fuzz: Updates, add a target state recording mechanism to …
|
|
|
@77514
|
6 years |
vboxsync |
scm fix
|
|
|