VirtualBox

source: vbox/trunk/include/iprt/mangling.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100528   17 months vboxsync IPRT/PKCS8: Added the ability to load PKCS\#8 EncryptedPrivateKey …
(edit) @100493   17 months vboxsync IPRT/PKCS8: Some corrections and adjustments (bugref:10299): - …
(edit) @100490   17 months vboxsync Forward ported r158258 from 6.1: Added RTAsn1DynType_SetToObjId for …
(edit) @100442   17 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100422   17 months vboxsync IPRT/PKCS8: fix mangling bugref:10299
(edit) @100307   17 months vboxsync Runtime,Additions,HostDrivers: Provide API to query the host page size …
(edit) @100171   18 months vboxsync IPRT: tcp.h+tcp.cpp,socket.h+socket.cpp: Add RTTcpSetKeepAlive() which …
(edit) @100037   18 months vboxsync Runtime/RTFdt: Add methods to add stringlist properties, bugref:10401
(edit) @100036   18 months vboxsync Runtime/RTFdt: Some additions and fixes, bugref:10401
(edit) @100029   18 months vboxsync Runtime/RTFdt: Some untested generator API + implementation, bugref:10401
(edit) @100006   18 months vboxsync Runtime: Start implementing the RTFdt* API to read and write flattened …
(edit) @98732   21 months vboxsync Config.kmk,Runtime: Add support for xz archives using liblzma-5.4.1, …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @97907   2 years vboxsync IPRT: Removed the RTMemExecAlloc interface.
(edit) @97905   2 years vboxsync IPRT,SUPDrv: Dropping RTR0MemExecDonate and associated SUPDrv-linux …
(edit) @97646   2 years vboxsync IPRT: Added RTProcSignalName and a generic implementation of it.
(edit) @96864   2 years vboxsync Runtime: Implement RTUdpCreateServerSocket(), bugref:9822
(edit) @96813   2 years vboxsync VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
(edit) @96812   2 years vboxsync VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
(edit) @96811   2 years vboxsync VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
(edit) @96622   2 years vboxsync IPRT: Added RTTimeFormatDuration[Ex] for duration/interval formatting.
(edit) @96542   2 years vboxsync IPRT: Added RTUtf16FindAscii. bugref:10261
(edit) @96504   2 years vboxsync IPRT: Added RTMsgSyntax and RTMsgSyntaxV. bugref:10261
(edit) @96448   2 years vboxsync IPRT/nocrt: A few tricks to avoid dragging in log.cpp into static …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96180   2 years vboxsync IPRT: Added RTStrNanLongDouble, RTStrNanDouble and RTStrNanFloat (they …
(edit) @96155   2 years vboxsync IPRT: Mangling of RTStrToFloat, RTStrToDouble and RTStrToLongDouble. …
(edit) @96124   2 years vboxsync IPRT: Added a RTFileDup API, only implemented on windows for now as I …
(edit) @96089   2 years vboxsync IPRT/RTStream: Added RTStrmSeek, RTStrmTell, RTStrmSetBufferingMode …
(edit) @96078   2 years vboxsync IPRT/RTStream: Added a RTStrmOpenFileHandle API for implementing …
(edit) @95792   2 years vboxsync IPRT/env-win.cpp: IPRT_NO_CRT adjustments, rewrote a few bits. bugref:10261
(edit) @95668   2 years vboxsync IPRT/RTCrPkcs7: Split out RTCrPkcs7Attributes_HashAttributes from …
(edit) @95658   2 years vboxsync IPRT/RTAsn1: Added a RTAsn1DynType_SetToNull function. bugref:8691
(edit) @95636   2 years vboxsync IPRT/RTAsn1OctetString: Added RTAsn1OctetString_AllocContent and …
(edit) @95634   2 years vboxsync IPRT/RTAsn1OctetString: Added RTAsn1OctetString_AllocContent and …
(edit) @95630   2 years vboxsync IPRT/RTAsn1,RTCrPkcs7,RTCrSpc: Generate setters for dynamic members. …
(edit) @95628   2 years vboxsync IPRT/RTCrPkcs7: Prototyped some of the setters we generate. [mangling …
(edit) @95627   2 years vboxsync IPRT/RTCrPkcs7: Prototyped some of the setters we generate. bugref:8691
(edit) @95624   2 years vboxsync IPRT/RTAsn1,RTCrSpc: Generate setter functions for …
(edit) @95596   2 years vboxsync IPRT/RTAsn1Time: Added RTAsn1Time_SetTime, RTAsn1Time_SetTimeSpec and …
(edit) @95586   2 years vboxsync IPRT: Added RTStrmWrappedPrintf and RTStrmWrappedPrintfV for some …
(edit) @94627   3 years vboxsync Runtime/crypto: Add additional APIs and supported algorithms for …
(edit) @94511   3 years vboxsync IPRT: Added RTUInt128MulEx and RTUInt128MulU64Ex as well as a limited …
(edit) @94311   3 years vboxsync IPRT: Added RTFileCreateUnique, a saner version of RTFileCreateTemp in …
(edit) @94300   3 years vboxsync IPRT: Added RTStrFormatR64 and RTStrFormatR32 and split out the …
(edit) @94291   3 years vboxsync IPRT,Storage: Adding RTVfsQueryLabel and internally a generic …
(edit) @93641   3 years vboxsync RunRuntime: bugref:9955: Fixed compilation errors
(edit) @93451   3 years vboxsync IPRT: Local IPC Server: add interface to set server socket access mode …
(edit) @93170   3 years vboxsync iprt/RTExprEval: Early code for a 'simple' expression evaluator a la …
(edit) @93118   3 years vboxsync IPRT/RTIsoMaker: Added an --name-setup-from-import option to better …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93104   3 years vboxsync IPRT: Implemented RTUtf16NCmp and RTUtf16NCmpUtf8, adding …
(edit) @93086   3 years vboxsync IPRT/fatvfs: Added RTFsFatVolFormat288. [mangling]
(edit) @93057   3 years vboxsync IPRT: Added RTStrDupNEx and RTStrDupNExTag.
(edit) @93019   3 years vboxsync iprt: local ipc server: add interface to grant r/w access to a server …
(edit) @92507   3 years vboxsync IPRT/thread: Added RTThreadControlPokeSignal to help deal with …
(edit) @92246   3 years vboxsync IPRT/RTR0MemObj: Added RTR0MemObjWasZeroInitialized and a couple of …
(edit) @91790   3 years vboxsync SUPDrv,IPRT,VBoxGuest: Don't export ellipsis functions from SUPDrv, as …
(edit) @91446   3 years vboxsync IPRT/memobj: Adding RTR0MemObjAllocLarge for speeding up large page …
(edit) @90995   3 years vboxsync Runtime/RTTpm: Add API to query the maximum supported locality of a …
(edit) @90915   3 years vboxsync Runtime: Add simple RTTpm* API for uniform access to a host TPM and …
(edit) @90862   3 years vboxsync IPRT,SUPDrv,VMM,++: Bumped major support driver version. Added …
(edit) @90858   3 years vboxsync IPRT/log: Added RTLogSetFlushCallback. bugref:10086
(edit) @90857   3 years vboxsync IPRT/log: Kicked out all the IN_RC stuff. Cleanups. bugref:10086
(edit) @90829   3 years vboxsync IPRT,VMM,SUPDrv,++: Reworked the IPRT logger structure and how the VMM …
(edit) @90693   3 years vboxsync IPRT,Main: Provide a getter function (RTLogGetFlags) for accessing the …
(edit) @90692   3 years vboxsync IPRT: Corrected three RTLogGetXxxx functions to RTLogQueryXxxx …
(edit) @90488   3 years vboxsync IPRT: Added RTSemEventIsSignalSafe and RTSemEventMultiIsSignalSafe - …
(edit) @90416   3 years vboxsync IPRT: Adding RTThreadQueryTerminationStatus (ring-0). bugref:6695
(edit) @90283   3 years vboxsync Runtime/efi: Started implementing the functionality to parse, create …
(edit) @90062   3 years vboxsync Runtime/RTEfi*: Start of a VFS module to access a EFI variable store …
(edit) @89971   3 years vboxsync Runtime/RTDbgCfg: Add API to look for a DWARF debug file by build-id …
(edit) @89264   4 years vboxsync Runtime/sg.h: Add copy variants which take a callback instead of a …
(edit) @89149   4 years vboxsync IPRT,bs3kit: Added ASMMultU64ByU32DivByU32 to bs3kit. bugref:10009
(edit) @88813   4 years vboxsync IPRT/RTReq: Added a RTReqCancel function. Changed the behavior of the …
(edit) @88311   4 years vboxsync IPRT/test: Added RTTestErrContext (with variations) for setting a …
(edit) @87647   4 years vboxsync IPRT/time: Added RTTimeNanoTSWorkerName for introspection. Maded the …
(edit) @87524   4 years vboxsync IPRT: RTNetStrToIPv6Cidr() - to parse f00::/42 notation for IPv6 …
(edit) @87514   4 years vboxsync IPRT: mangling.h - sort the RTNet* section alphabetically. No …
(edit) @87226   4 years vboxsync IPRT: Add ASMAtomicUoXorU32 mangling. bugref:9898. Fixes build.
(edit) @87016   4 years vboxsync Shared Clipboard/Transfers: Initial code for directory listing …
(edit) @87004   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @86579   4 years vboxsync IPRT/sysfs.h: Added RTLinuxConstructPath and RTLinuxConstructPathV. …
(edit) @86412   4 years vboxsync IPRT/pipe: Adding RTPipeCloseEx w/ a fLeaveOpen parameter so we can …
(edit) @86300   4 years vboxsync Runtime: Add API to load kernel modules by name and add simple …
(edit) @86296   4 years vboxsync IPRT/alloc-ef.cpp: Added RTMemDumpFreed for use from gdb.
(edit) @86035   4 years vboxsync Runtime/cpiovfs.cpp: A simple CPIO archive reader (WIP, writer comes …
(edit) @85949   4 years vboxsync Runtime/RTTraceLogRdr: Add API to extract a given set of values from …
(edit) @85894   4 years vboxsync IPRT/Dvm: Added RTDvmMapQueryTableLocations (for VMDK). Completely …
(edit) @85877   4 years vboxsync Main: bugref:9224: DVM API changes
(edit) @85875   4 years vboxsync Main: bugref:9224: Added RTFileQuerySectorSize into IPRT
(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) @85311   4 years vboxsync IPRT: Added RTPathFindCommon[Ex] + testcases.
(edit) @85154   4 years vboxsync IPRT: Added RTStrSplit + testcases.
(edit) @84379   5 years vboxsync IPRT/RTCrX509CertPaths: Hacked the code to accept trusted targets. …
(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) @84296   5 years vboxsync IPRT/base64: Optimize '\0' handling a little and unify the two …
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