|
|
@85709
|
4 years |
vboxsync |
iprt/linux/version.h,Add/linux/vboxvideo: doxyfix
|
|
|
@85703
|
4 years |
vboxsync |
IPRT,lnx-kmods: s/RTLNX_RHEL_PREREQ/RTLNX_RHEL_MIN/; added …
|
|
|
@85702
|
4 years |
vboxsync |
IPRT,lnx-kmods: s/VBOX_RHEL_MAJ_PREREQ/RTLNX_RHEL_MAJ_PREREQ/ and …
|
|
|
@85701
|
4 years |
vboxsync |
IPRT,lnx-kmods: Added VBOX_RHEL_MAJ_PREREQ and RTLNX_SUSE_MAJ_PREREQ …
|
|
|
@85698
|
4 years |
vboxsync |
IPRT,lnx-kmods: Use new linux kernel version checking macros. Moved …
|
|
|
@85650
|
4 years |
vboxsync |
IPRT/http,VBoxManage,CloudGateway: Corrections to the proxy …
|
|
|
@85647
|
4 years |
vboxsync |
iprt/cdefs.h: VS2010 refuses to do nothrow on typedefs, so no nothrow …
|
|
|
@85616
|
4 years |
vboxsync |
IPRT: Adding SHA-3. [mangling fix] bugref:9734
|
|
|
@85615
|
4 years |
vboxsync |
IPRT: Adding SHA-3. [mangling fix] bugref:9734
|
|
|
@85614
|
4 years |
vboxsync |
IPRT: Adding SHA-3. bugref:9734
|
|
|
@85580
|
4 years |
vboxsync |
Runtime/RTErrConvertFromErrno: Add conversion for ESTALE
|
|
|
@85504
|
4 years |
vboxsync |
IPRT/memobj-r0drv*: Change the fExecutable flag to WX semantics where …
|
|
|
@85501
|
4 years |
vboxsync |
IPRT/ldrELF: Early support for loading ET_DYN images. Current code is …
|
|
|
@85463
|
4 years |
vboxsync |
FE/Qt: bugref:9686, bugref:9510. Small cleanup
|
|
|
@85460
|
4 years |
vboxsync |
iprt/asmdefs.mac: RT_NOCRT_BEGINPROC must export the nocrt functions. …
|
|
|
@85450
|
4 years |
vboxsync |
HostDrivers/Support: Added reading the SMM address/mask MSRs while …
|
|
|
@85419
|
4 years |
vboxsync |
include/iprt/x86.h,VMM/CPUMR3CpuId: Work around a bug in some Linux …
|
|
|
@85384
|
4 years |
vboxsync |
iprt/path.h: Reimplemented RTPathFindCommon[Ex].
|
|
|
@85383
|
4 years |
vboxsync |
iprt/path.h: RTPathFindCommon[Ex] doc & testcase update. Testcase …
|
|
|
@85382
|
4 years |
vboxsync |
iprt/path.h: Adjustments and a bunch of todos for RTPathFindCommon[Ex].
|
|
|
@85380
|
4 years |
vboxsync |
iprt/time.h: Made it a little more readable/complicate and easier on …
|
|
|
@85379
|
4 years |
vboxsync |
iprt/time.h: Some more fixing around RTTIME_LINUX_KERNEL_PREREQ. …
|
|
|
@85351
|
4 years |
vboxsync |
iprt/time.h: Fix inverted condition in RTTIME_LINUX_KERNEL_PREREQ. …
|
|
|
@85342
|
4 years |
vboxsync |
iprt/cdefs.h: Adjustments to RT_GCC_NO_WARN_DEPRECATED_BEGIN and …
|
|
|
@85339
|
4 years |
vboxsync |
iprt/formats/mach-o.h,ldrMachO.cpp: New segment flag SG_READ_ONLY …
|
|
|
@85313
|
4 years |
vboxsync |
IPRT: Added RTPathFindCommon[Ex] + testcases [Doxygen fix].
|
|
|
@85311
|
4 years |
vboxsync |
IPRT: Added RTPathFindCommon[Ex] + testcases.
|
|
|
@85278
|
4 years |
vboxsync |
iprt/cdefs.h: Added signed variants of the endian conversion macros. …
|
|
|
@85254
|
4 years |
vboxsync |
iprt/bldprog-strtab.h: Signed/unsigned conversion issues. bugref:9790
|
|
|
@85229
|
4 years |
vboxsync |
iprt/cdefs.h: Fixed Clang 11 warnings about RT_MAKE_U32_FROM_U8. …
|
|
|
@85228
|
4 years |
vboxsync |
iprt/string.h: Shut up sign conversion warnings. bugref:9790
|
|
|
@85226
|
4 years |
vboxsync |
iprt/critsect.h: Shut up sign conversion warnings. bugref:9790
|
|
|
@85225
|
4 years |
vboxsync |
iprt/cpuset.h: Shut up sign conversion warnings. bugref:9790
|
|
|
@85224
|
4 years |
vboxsync |
iprt/asn1.h: Shut up sign conversion warnings. bugref:9790
|
|
|
@85223
|
4 years |
vboxsync |
iprt/asm.h: Shut up sign conversion warnings. bugref:9790
|
|
|
@85211
|
4 years |
vboxsync |
iprt/string.h: Signed fix in RTStrPutCp for Clang11. bugref:9790
|
|
|
@85207
|
4 years |
vboxsync |
iprt/time.h: I was mistaken we actually need timespec for older …
|
|
|
@85206
|
4 years |
vboxsync |
iprt/time.h: Blind attempt at cleaning up the linux timespec & timeval …
|
|
|
@85205
|
4 years |
vboxsync |
iprt/time.h: RTTimeSpecGetNtTime should return a signed value, rather …
|
|
|
@85202
|
4 years |
vboxsync |
IPRT:Linux: fix time.h regression of bugref: 9757: 6.0/6.1 GA kernel …
|
|
|
@85160
|
4 years |
vboxsync |
*: Some missing DECLCALLBACK/RTDECL and related nothrow issues raised …
|
|
|
@85154
|
4 years |
vboxsync |
IPRT: Added RTStrSplit + testcases.
|
|
|
@85139
|
4 years |
vboxsync |
OCI: (bugref:9469) Proxy support (without authentication) for local …
|
|
|
@85127
|
4 years |
vboxsync |
iprt/cdefs.h: Made DECLHIDDEN imply nothrow and restrict its use to …
|
|
|
@85126
|
4 years |
vboxsync |
iprt/cdefs.h,*: Adding DECL_HIDDEN_CALLBACK to shorten the relatively …
|
|
|
@85124
|
4 years |
vboxsync |
*: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively …
|
|
|
@85123
|
4 years |
vboxsync |
iprt/cdefs.h: Some cleaning up. bugref:9794
|
|
|
@85122
|
4 years |
vboxsync |
VBoxVidoeIPRT.h: Fix. bugref:9794
|
|
|
@85121
|
4 years |
vboxsync |
iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
|
|
|
@85096
|
4 years |
vboxsync |
iprt/cdefs.h,Doxyfile*: Introducing DECL_IMPORT_NOTHROW and …
|
|
|
@85092
|
4 years |
vboxsync |
iprt/cdefs.h: Introducing DECL_HIDDEN_NOTHROW for use on functions …
|
|
|
@85088
|
4 years |
vboxsync |
iprt/nt/nt.h: Introducing RT_DECL_NTAPI. bugref:9794
|
|
|
@85087
|
4 years |
vboxsync |
iprt/asm.h: add RT_NOTHROW* stuff to just be sure. bugref:9794
|
|
|
@85086
|
4 years |
vboxsync |
iprt/cdefs.h: Make RT*DECL, DECLCALLBACK*, and DECLINLINE imply …
|
|
|
@85076
|
4 years |
vboxsync |
iprt/errcore.h: Apply RT_NO_THROW_DEF to the inlined RTErrStrictType …
|
|
|
@85069
|
4 years |
vboxsync |
iprt/cdefs.h: Map RT_NO_THROW_PROTO/DEF onto noexcept when possible as …
|
|
|
@84762
|
5 years |
vboxsync |
IPRT/vfs: Docs nit.
|
|
|
@84527
|
5 years |
vboxsync |
iprt/cdefs.h: Hope the extension trick works for gcc 7x. too. …
|
|
|
@84511
|
5 years |
vboxsync |
iprt/cdefs.h: The extension trick works for gcc 8.4 as well. …
|
|
|
@84510
|
5 years |
vboxsync |
iprt/cdefs.h: The extension trick works for gcc 9.0 as well. …
|
|
|
@84509
|
5 years |
vboxsync |
iprt/cdefs.h,*: Introducing RT_FLEXIBLE_ARRAY_EXTENSION as a g++ hack …
|
|
|
@84500
|
5 years |
vboxsync |
Runtime/tracelogreader.cpp: Move status codes into proper IPRT header
|
|
|
@84407
|
5 years |
vboxsync |
include/iprt: VC++ 19.0 adjustments. bugref:8489
|
|
|
@84406
|
5 years |
vboxsync |
iprt/win: VC++ 19.0 adjustments. bugref:8489
|
|
|
@84380
|
5 years |
vboxsync |
IPRT/RTCrPkcs7: Added RTCRPKCS7VERIFY_SD_F_CHECK_TRUST_ANCHORS. …
|
|
|
@84379
|
5 years |
vboxsync |
IPRT/RTCrX509CertPaths: Hacked the code to accept trusted targets. …
|
|
|
@84363
|
5 years |
vboxsync |
ExtPack: Adjustments for VC++ 19.2. bugref:8489
|
|
|
@84361
|
5 years |
vboxsync |
IPRT/ldrPE: Found three new load config variations. V12 is what the …
|
|
|
@84330
|
5 years |
vboxsync |
IPRT: Adding some new flags to the PKCS#7/CMS verification routines. …
|
|
|
@84329
|
5 years |
vboxsync |
IPRT: Adding RTCrStoreCreateInMemEx that allows specifying a parent …
|
|
|
@84310
|
5 years |
vboxsync |
IPRT/crypto: Adding RTAsn1EncodeQueryRawBits to deal with getting …
|
|
|
@84299
|
5 years |
vboxsync |
IPRT/base64: Fixed header type. bugref:9224
|
|
|
@84296
|
5 years |
vboxsync |
IPRT/base64: Optimize '\0' handling a little and unify the two …
|
|
|
@84295
|
5 years |
vboxsync |
IPRT/base64: Put the UTF-16 code in separate file. Implemented …
|
|
|
@84293
|
5 years |
vboxsync |
IPRT/base64: Put the UTF-16 code in separate file. Implemented …
|
|
|
@84286
|
5 years |
vboxsync |
IPRT/base64: Added UTF-16 versions of the encoding functions. bugref:9224
|
|
|
@84251
|
5 years |
vboxsync |
IPRT/crypto: Adding functions for checking whether a key or …
|
|
|
@84248
|
5 years |
vboxsync |
IPRT/crypto: Adding functions for checking whether a key or …
|
|
|
@84234
|
5 years |
vboxsync |
IPRT: doxygen fix. bugref:9699
|
|
|
@84230
|
5 years |
vboxsync |
IPRT,openssl: Adding RTCrPkcs7SimpleSignSignedData as a feeble start …
|
|
|
@84210
|
5 years |
vboxsync |
IPRT/Base64: Allow the end-of-line style to be specified via the …
|
|
|
@84207
|
5 years |
vboxsync |
IPRT: Added two flags to the %Rhxs formatter type to control the …
|
|
|
@84205
|
5 years |
vboxsync |
IPRT: Adding RTZIPTAR_C_UPDATE, RTZipTarFsStreamForFile and …
|
|
|
@84204
|
5 years |
vboxsync |
IPRT: Added RTVfsTypeName. bugref:9699
|
|
|
@84203
|
5 years |
vboxsync |
IPRT: Adding RTZIPTAR_C_UPDATE, RTZipTarFsStreamForFile and …
|
|
|
@84194
|
5 years |
vboxsync |
IPRT: Adding RTZIPTAR_C_UPDATE, RTZipTarFsStreamForFile and …
|
|
|
@84193
|
5 years |
vboxsync |
IPRT: Adding RTZIPTAR_C_UPDATE, RTZipTarFsStreamForFile and …
|
|
|
@84192
|
5 years |
vboxsync |
IPRT: Adding RTZIPTAR_C_UPDATE, RTZipTarFsStreamForFile and …
|
|
|
@84191
|
5 years |
vboxsync |
iprt/vfs.h: comment typo.
|
|
|
@84172
|
5 years |
vboxsync |
IPRT: PEM writer functions. [doxygenfix] bugref:9699
|
|
|
@84166
|
5 years |
vboxsync |
IPRT: PEM writer functions. [build fix] bugref:9699
|
|
|
@84163
|
5 years |
vboxsync |
IPRT: PEM writer functions. bugref:9699
|
|
|
@84146
|
5 years |
vboxsync |
IPRT: Added RTVfsFilePrintf, RTVfsFilePrintfV, RTVfsIoStrmPrintf and …
|
|
|
@84135
|
5 years |
vboxsync |
iprt/types.h: VAC++ doesn't define ssize_t, so it bums out in …
|
|
|
@84127
|
5 years |
vboxsync |
iprt/bldprog-strtab-template.cpp.h: Comment. bugref:9726
|
|
|
@84120
|
5 years |
vboxsync |
IPRT: Adding an empty nocrt/ctype.h header to make some windows/NT SDK …
|
|
|
@84070
|
5 years |
vboxsync |
IPRT: Massaging errmsg*-sorter.cpp and bldprog-strtab-template.cpp.h a …
|
|
|
@84063
|
5 years |
vboxsync |
IPRT,++: New RTErrWin* API, data source unchanged. bugref:9726
|
|
|
@84055
|
5 years |
vboxsync |
IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message …
|
|
|
@84054
|
5 years |
vboxsync |
IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message …
|
|
|