VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette