VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @69062   7 years vboxsync IPRT: Added RTIniFileQueryPair for key/value pair enumeration.
(edit) @69011   7 years vboxsync Added RTERRINFO_LOG_* macros for logging RTErrInfo setings to the …
(edit) @68884   7 years vboxsync IPRT: Added CRC-16-CCITT implemenation.
(edit) @68861   7 years vboxsync iprt,vboxmanage,manual: Try write the iso maker docs as a docbook …
(edit) @68836   7 years vboxsync IPRT: Added RTStrmIsTerminal and RTStrmQueryTerminalWidth.
(edit) @68818   7 years vboxsync IPRT/isomaker: Added default 16 sector image padding (allegedly a …
(edit) @68817   7 years vboxsync IPRT/isomaker: Added default 16 sector image padding (allegedly a …
(edit) @68813   7 years vboxsync IPRT: Added ISO maker tool frontend (will use for building later). …
(edit) @68317   7 years vboxsync IPRT: Added simple INI-file parser (completely untested).
(edit) @68316   7 years vboxsync iprt/utf16.h: Added some more RTUtf16Big functions, introducing a …
(edit) @68147   7 years vboxsync iprt/isomaker: Added file & dir mode manipulation APIs and options.
(edit) @68121   7 years vboxsync IPRT: Added RTLocaleQueryNormalizedBaseLocaleName.
(edit) @68119   7 years vboxsync IPRT: added iprt/locale.h with two functions for getting the locale …
(edit) @68113   7 years vboxsync Added RTTimeZoneGetCurrent for getting TZ.
(edit) @68107   7 years vboxsync iprt: Added some time zone name mapping info (for unattended guest …
(edit) @67979   7 years vboxsync Added RTUTf16NICmpAscii.
(edit) @67797   7 years vboxsync IPRT/isomaker: Added RTFsIsoMakerAddSymlink & …
(edit) @67794   7 years vboxsync isomaker: Added API for setting the rock ridge name and adjusted …
(edit) @67598   7 years vboxsync RTGetOptArgvFromString: Added a RTGETOPTARGV_CNV_MODIFY_INPUT flag for …
(edit) @67549   7 years vboxsync IPRT: More ISO maker code (related to image string properties and import).
(edit) @67538   7 years vboxsync IPRT: More ISO maker code (import related).
(edit) @67491   7 years vboxsync IPRT: More ISO maker code (import related).
(edit) @67480   7 years vboxsync IPRT: More ISO maker code (import related).
(edit) @67445   7 years vboxsync IPRT: More ISO maker code (booting related).
(edit) @67437   7 years vboxsync IPRT: More ISO maker code (booting related).
(edit) @67427   8 years vboxsync IPRT: More ISO maker code (booting related).
(edit) @67414   8 years vboxsync IPRT: RTNetMaskToPrefixIPv6 and RTNetPrefixToMaskIPv6
(edit) @67391   8 years vboxsync IPRT: More ISO maker code.
(edit) @67364   8 years vboxsync Audio: Forward ported r113728 (IPRT/CircBuf: Added …
(edit) @67343   8 years vboxsync IPRT: More ISO maker code.
(edit) @67334   8 years vboxsync IPRT: Added RTStrToUtf16BigEx and RTStrToUtf16Big for turning UTF-8 …
(edit) @67284   8 years vboxsync Runtime: Start hacking on API to query information about loaded kernel …
(edit) @67253   8 years vboxsync IPRT/tarvfswriter.cpp: Added RTZipTarFsStreamSetOwner, …
(edit) @67228   8 years vboxsync IPRT: vfsprogress.cpp: adjustments
(edit) @67222   8 years vboxsync IPRT: Adding RTVfsIoStrmGetOpenFlags, RTVfsFileGetOpenFlags, …
(edit) @67221   8 years vboxsync IPRT: Adding RTVfsIoStrmGetOpenFlags, RTVfsFileGetOpenFlags, …
(edit) @67186   8 years vboxsync IPRT: Added RTVfsFsStrmToNormalDir, RTVfsFsStrmToDirUndo, …
(edit) @67180   8 years vboxsync IPRT: Added RTVfsMemIoStrmCreate for convenience.
(edit) @67166   8 years vboxsync IPRT/vfstarwriter.cpp: Initial push-file implementation (untested).
(edit) @67132   8 years vboxsync IPRT: Added RTPathSkipRootSpec.
(edit) @67123   8 years vboxsync IPRT: Some more tar vfs writer bits.
(edit) @67117   8 years vboxsync IPRT: Started on VFS file system output streams for implementing TAR …
(edit) @67116   8 years vboxsync IPRT: Started on VFS file system output streams for implementing TAR …
(edit) @66882   8 years vboxsync iprt: Added RTUINT256U and RTUINT512U. Hacked up simple formatting …
(edit) @66764   8 years vboxsync iprt: More vfs bits.
(edit) @66763   8 years vboxsync iprt: More vfs bits.
(edit) @66762   8 years vboxsync iprt: More vfs bits.
(edit) @66740   8 years vboxsync vfsbase.cpp: retain debug
(edit) @66735   8 years vboxsync iso9660vfs.cpp: Can find and read files from iso.
(edit) @66731   8 years vboxsync iprt/string.h,iprt/utf16.h: Added some big endian UTF-16 related …
(edit) @66689   8 years vboxsync fatvfs: Added code for formatting a FAT volume.
(edit) @66615   8 years vboxsync IPRT: More FAT fun (couldn't stop myself).
(edit) @66603   8 years vboxsync mangling prep
(edit) @66602   8 years vboxsync IPRT/vfs-chains: Pass around an pErrInfo buffer too.
(edit) @66601   8 years vboxsync iprt,vfs: Added a generic 'open' provider and sketched out a few …
(edit) @66594   8 years vboxsync iprt: Reworked and implemented VFS chains, adding stdfile, gzip and …
(edit) @66395   8 years vboxsync asm-amd64-x86.h: Added ASMFxRstor & ASMFxSave.
(edit) @66361   8 years vboxsync IPRT: Adding RTStrICmpAscii (mirrors RTUtf16ICmpAscii).
(edit) @65579   8 years vboxsync IPRT: RTNetMaskToPrefixIPv4 and RTNetPrefixToMaskIPv4.
(edit) @65239   8 years vboxsync IPRT: Added RTLdrOpenEx that takes an optional RTERRINFO.
(edit) @64890   8 years vboxsync IPRT/ASN.1: Added _Erase, _Append and _InsertEx methods to sequence-of …
(edit) @64889   8 years vboxsync IPRT/ASN.1: Added _Erase, _Append and _InsertEx methods to sequence-of …
(edit) @64888   8 years vboxsync IPRT/ASN.1: Added _Erase, _Append and _InsertEx methods to sequence-of …
(edit) @64883   8 years vboxsync IPRT/ASN.1: Refactored array handling (SET OF, SEQUENCE OF) to use a …
(edit) @64869   8 years vboxsync IPRT: Added set-of-object-id-sequences and RTCrDigestTypeToHashSize.
(edit) @64864   8 years vboxsync IPRT: Added set-of-object-id-sequences and RTCrDigestTypeToHashSize.
(edit) @64817   8 years vboxsync IPRT: Added RTAsn1QueryObjIdName and RTCrDigestTypeToName.
(edit) @64602   8 years vboxsync IPRT: Added RTGetOptNonOptionArrayPtr.
(edit) @64340   8 years vboxsync IPRT: Introducing RTStrPrintf2, RTStrPrintf2V, RTStrPrintf2Ex, and …
(edit) @64291   8 years vboxsync Reverted r111300 and subsequent changes since the fix is to use …
(edit) @64285   8 years vboxsync Additions: bugref:8622: Use crc of user name in name of ipc pipe
(edit) @64281   8 years vboxsync IPRT,SUP: Major vboxdrv and GIP version change; more flexible …
(edit) @64255   8 years vboxsync SUP,VMM,IPRT: SUPDrv and GIP major version bump! Added processor …
(edit) @62915   8 years vboxsync IPRT/test: Added RTTestDisableAssertions and RTTestRestoreAssertions …
(edit) @62473   8 years vboxsync (C) 2016
(edit) @62021   8 years vboxsync Runtime/RTJson: Fix review todos
(edit) @61737   8 years vboxsync Runtime/RTJson: Three more helpers, sort RTJson API alphabetically in …
(edit) @61693   9 years vboxsync Runtime: Add RTJson* API to parse the JavaScript Object Notation …
(edit) @60481   9 years vboxsync IPRT: Added testcase for RTNtPathExpand8dot3Path and …
(edit) @60390   9 years vboxsync Runtime/linux/sysfs: Correct format string attributes and introduce …
(edit) @60373   9 years vboxsync Runtime/linux/sysfs.cpp: Convert RTLinuxSysFs* API to always use IPRT …
(edit) @60245   9 years vboxsync IPRT: Added RTCrX509Name_GetShortRdn.
(edit) @60028   9 years vboxsync iprt: Added simple (and untested) RTAsn1Integer_ToString implemented. …
(edit) @59972   9 years vboxsync Implemented RTSortShell.
(edit) @59754   9 years vboxsync vfsreadahead.cpp: Completed and debugged.
(edit) @59747   9 years vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(edit) @59689   9 years vboxsync IPRT: Added RTCrDigestGetAlgorithmOid, RTCrDigestTypeToAlgorithmOid, …
(edit) @59672   9 years vboxsync iprt: Retired RTX509PrepareOpenSSL, RTRSAVerify, …
(edit) @59670   9 years vboxsync IPRT: Added RTCrStoreCreateSnapshotOfUserAndSystemTrustedCAsAndCerts.
(edit) @59663   9 years vboxsync IPRT: Added RTCrX509Certificate_VerifySignatureSelfSigned and …
(edit) @59625   9 years vboxsync IPRT: Added RTCrPemFindFirstSectionInContent and exposed certificate …
(edit) @59620   9 years vboxsync IPRT: Added 'off' parameter to RTVfsIoStrmSgWrite and …
(edit) @59575   9 years vboxsync iprt: Added RTManifestQueryAllAttrTypes.
(edit) @59528   9 years vboxsync iprt/asm.h: Experimented with alternative serializating instructions …
(edit) @59524   9 years vboxsync IPRT: Added RTVfsMemFileCreate and RTVfsFileFromBuffer.
(edit) @59480   9 years vboxsync asm.h,asm-watcom-x86-16.h,mangling.h: Documented CPU requirements, …
(edit) @59459   9 years vboxsync IPRT: Add RTFileSetAllocationSize() to enforce block allocation on the …
(edit) @59067   9 years vboxsync IPRT: Added RTStrStartsWith and RTStrIStartsWith.
(edit) @58772   9 years vboxsync Runtime/r0drv: Added RTR0DbgKrnlInfoQuerySize, currently implemented …
(edit) @58747   9 years vboxsync iprt/mangling.h: Added all ASM* functions, not just the ones we …
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