VirtualBox

source: vbox/trunk/src/VBox/Runtime/common

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85581   4 years vboxsync Runtime/RTErrConvertFromErrno: Add conversion for ESTALE [build fix]
(edit) @85580   4 years vboxsync Runtime/RTErrConvertFromErrno: Add conversion for ESTALE
(edit) @85556   4 years vboxsync IPRT/ldrELF: Fixed bug in segment enum and conversion for ET_REL …
(edit) @85540   4 years vboxsync IPRT/ldrELF: Fixed issue in GetNextAllocatedSection causing cbMapped …
(edit) @85525   4 years vboxsync IPRT/ldrELF: Fix for bogus cbMapped value returned for the last …
(edit) @85503   4 years vboxsync IPRT/ldrELF: Early support for loading ET_DYN images. Current code is …
(edit) @85501   4 years vboxsync IPRT/ldrELF: Early support for loading ET_DYN images. Current code is …
(edit) @85385   4 years vboxsync iprt/path.h: Reimplemented RTPathFindCommon[Ex]. [scm fix]
(edit) @85384   4 years vboxsync iprt/path.h: Reimplemented RTPathFindCommon[Ex].
(edit) @85382   4 years vboxsync iprt/path.h: Adjustments and a bunch of todos for RTPathFindCommon[Ex].
(edit) @85374   4 years vboxsync IPRT/RTPathFindCommon: Added another check for the current path in array.
(edit) @85345   4 years vboxsync IPRT: Follow-up fixes for r139114 (RTStrSplit + testcases).
(edit) @85339   4 years vboxsync iprt/formats/mach-o.h,ldrMachO.cpp: New segment flag SG_READ_ONLY …
(edit) @85311   4 years vboxsync IPRT: Added RTPathFindCommon[Ex] + testcases.
(edit) @85160   4 years vboxsync *: Some missing DECLCALLBACK/RTDECL and related nothrow issues raised …
(edit) @85154   4 years vboxsync IPRT: Added RTStrSplit + testcases.
(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) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85084   5 years vboxsync IPRT/rest: Another missing RT_NOEXCEPT. bugref:9167
(edit) @85075   5 years vboxsync IPRT/string: Stop using the 'register' keyword as Clang warns in C++11 …
(edit) @85068   5 years vboxsync IPRT/crc32-zlib.cpp: Clang build fix. bugref:9790
(edit) @84992   5 years vboxsync IPRT: fix int/uint issues in asm-fake.cpp
(edit) @84761   5 years vboxsync IPRT/tarcmd: Added initial support for creating TAR files from directories.
(edit) @84760   5 years vboxsync IPRT/tools: Avoid running into various assertions when no input files …
(edit) @84753   5 years vboxsync IPRT/tools: Avoid running into various assertions when no input files …
(edit) @84670   5 years vboxsync IPRT/RTCrX509CertPaths: Hack the code to accept trusted targets some …
(edit) @84509   5 years vboxsync iprt/cdefs.h,*: Introducing RT_FLEXIBLE_ARRAY_EXTENSION as a g++ hack …
(edit) @84506   5 years vboxsync IPRT: Shut up gcc 10 about potentially uninitialized variables. bugref:9746
(edit) @84500   5 years vboxsync Runtime/tracelogreader.cpp: Move status codes into proper IPRT header
(edit) @84491   5 years vboxsync Runtime/tracelogreader.cpp: Only convert endianess if indicated
(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) @84361   5 years vboxsync IPRT/ldrPE: Found three new load config variations. V12 is what the …
(edit) @84331   5 years vboxsync IPRT: RISKY: rtCrPkcs7VerifySignerInfo should pass trusted …
(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) @84297   5 years vboxsync IPRT/base64: scm fix. bugref:9224
(edit) @84296   5 years vboxsync IPRT/base64: Optimize '\0' handling a little and unify the two …
(edit) @84294   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) @84274   5 years vboxsync IPRT/Base64: Allow the end-of-line style to be specified via the …
(edit) @84273   5 years vboxsync IPRT/Base64: Allow the end-of-line style to be specified via the …
(edit) @84263   5 years vboxsync possibly scm fix
(edit) @84256   5 years vboxsync IPRT/pkcs7-sign.cpp: scm fix. bugref:9699
(edit) @84253   5 years vboxsync IPRT/store: Fixed incorrect check for X.509 DER encoding in the …
(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) @84239   5 years vboxsync IPRT/pkcs7-sanity.cpp: Accept RTASN1TYPE_NOT_PRESENT in addition to …
(edit) @84235   5 years vboxsync IPRT,openssl: Adding RTCrPkcs7SimpleSignSignedData as a feeble start …
(edit) @84232   5 years vboxsync IPRT,openssl: Adding RTCrPkcs7SimpleSignSignedData as a feeble start …
(edit) @84230   5 years vboxsync IPRT,openssl: Adding RTCrPkcs7SimpleSignSignedData as a feeble start …
(edit) @84211   5 years vboxsync IPRT/pem-write.cpp: Use consistent end-of-line style ('\n'). bugref:9699
(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) @84204   5 years vboxsync IPRT: Added RTVfsTypeName. bugref:9699
(edit) @84192   5 years vboxsync IPRT: Adding RTZIPTAR_C_UPDATE, RTZipTarFsStreamForFile and …
(edit) @84168   5 years vboxsync IPRT: PEM writer functions. [build fix] bugref:9699
(edit) @84163   5 years vboxsync IPRT: PEM writer functions. bugref:9699
(edit) @84155   5 years vboxsync IPRT/isovfs: Warning.
(edit) @84152   5 years vboxsync IPRT: Added RTVfsFilePrintf, RTVfsFilePrintfV, RTVfsIoStrmPrintf and …
(edit) @84146   5 years vboxsync IPRT: Added RTVfsFilePrintf, RTVfsFilePrintfV, RTVfsIoStrmPrintf and …
(edit) @84130   5 years vboxsync IPRT/errmsg-sorter.cpp: Custom status message structure packing to …
(edit) @84128   5 years vboxsync IPRT/errmsg-sorter.cpp: Custom status message structure packing to …
(edit) @84070   5 years vboxsync IPRT: Massaging errmsg*-sorter.cpp and bldprog-strtab-template.cpp.h a …
(edit) @84067   5 years vboxsync IPRT,++: Compress the windows status code info (errmsgwin.cpp) to save …
(edit) @84063   5 years vboxsync IPRT,++: New RTErrWin* API, data source unchanged. bugref:9726
(edit) @84054   5 years vboxsync IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message …
(edit) @84050   5 years vboxsync IPRT/strformatnum.cpp: Fixed check. bugref:9726
(edit) @83994   5 years vboxsync IPRT/string.h: Document status code formatting in IN_RT_STATIC builds …
(edit) @83984   5 years vboxsync IPRT: Reduce the amoung of strings in errmsg and errmsgwin in static …
(edit) @83982   5 years vboxsync IPRT/getopt.cpp: Assume options are 7-bit ASCII / basic latin, so we …
(edit) @83979   5 years vboxsync Add/Nt/Installer: Simple installer program for NT 3.x.
(edit) @83943   5 years vboxsync IPRT/RTUtf16Printf*: use U+fffd instead of U+007f as replacement for …
(edit) @83887   5 years vboxsync IPRT: Implement RTStrEnd in assembly & C++, drop the inlining. memchr …
(edit) @83886   5 years vboxsync IPRT: Implement RTStrEnd in assembly & C++, drop the inlining. memchr …
(edit) @83837   5 years vboxsync IPRT: Added RTUtf16Printf, RTUtf16PrintfV, RTUtf16PrintfEx and …
(edit) @83758   5 years vboxsync iprt/RTPathGlob.cpp: VC++ 14.1 build fix. bugref:8489
(edit) @83749   5 years vboxsync IPRT: Sort IPRT status messages so we can look them up using binary …
(edit) @83745   5 years vboxsync IPRT: Sort IPRT status messages so we can look them up using binary …
(edit) @83743   5 years vboxsync IPRT: Sort windows error messages so we can look them up using binary …
(edit) @83739   5 years vboxsync IPRT: More VC++ 14.1 build fixes. bugref:8489
(edit) @83738   5 years vboxsync iprt: Wrap Dbghelp.h to shut up complaints from VC++ 14.1. bugref:8489
(edit) @83728   5 years vboxsync IPRT/oiddb2c.cpp: VC++ 141 isn't too smart wrt printf validation, so …
(edit) @83657   5 years vboxsync reverted 137105 again as the problem was elsewhere. bugref:9670
(edit) @83647   5 years vboxsync Temporarily reverted r136808 to see if this is also causing the …
(edit) @83646   5 years vboxsync IPRT/log: Reverted r137096 again.
(edit) @83645   5 years vboxsync IPRT/log: Temporary experiment to see if this is also causing the …
(edit) @83539   5 years vboxsync IPRT/RTLdrLoadEx: Apply RTMEM_MAY_LEAK when RTLDRLOAD_FLAGS_NO_UNLOAD …
(edit) @83510   5 years vboxsync Main: bugref:9670: fixed VBoxSDS log issue.
(edit) @83426   5 years vboxsync Runtime/RTFuzzCfg: Initial implementation of API for configuring a …
(edit) @83425   5 years vboxsync RUntime/RTJson: Add parse from VFS file method
(edit) @83368   5 years vboxsync IPRT: Added RTMemAllocZ and RTMemEfReallocZ[NP].
(edit) @83291   5 years vboxsync Runtime/common/fuzz: Fixes
(edit) @83266   5 years vboxsync Runtime/common/fuzz: Add API to specify the range in an input corpus …
(edit) @83252   5 years vboxsync IPRT/ministring.cpp: Don't crash in RTCString::endsWith() when running …
(edit) @83166   5 years vboxsync iprt/string.h: Adding %RTeic and %RTeim format types for handling …
(edit) @83125   5 years vboxsync IPRT: Merged the two tls files, with the sideeffect that destructors …
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