VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @67334   7 years vboxsync IPRT: Added RTStrToUtf16BigEx and RTStrToUtf16Big for turning UTF-8 …
(edit) @66884   8 years vboxsync iprt: RTUINT256U & RTUINT512U formatter fixes.
(edit) @66882   8 years vboxsync iprt: Added RTUINT256U and RTUINT512U. Hacked up simple formatting …
(edit) @66734   8 years vboxsync iprt/string.h,iprt/utf16.h: Added some big endian UTF-16 related …
(edit) @66731   8 years vboxsync iprt/string.h,iprt/utf16.h: Added some big endian UTF-16 related …
(edit) @66415   8 years vboxsync IPRT: split %RKv formatting into separate function.
(edit) @66361   8 years vboxsync IPRT: Adding RTStrICmpAscii (mirrors RTUtf16ICmpAscii).
(edit) @66304   8 years vboxsync strformatrt: the other way around
(edit) @66300   8 years vboxsync strformatrt.cpp: Reduced the ring-0 address code a little.
(edit) @66299   8 years vboxsync strformatrt.cpp: We shouldn't need 16-bit ring-0 support here AFAIK.
(edit) @66292   8 years vboxsync Runtime: use R0_ARCH_BITS
(edit) @66285   8 years vboxsync Runtime: treat 'RKv' normal for debug builds
(edit) @66284   8 years vboxsync Runtime: introduced 'RKv' format specifier
(edit) @65642   8 years vboxsync gcc 7: Runtime: fall thru
(edit) @65562   8 years vboxsync Runtime: fix in unused function
(edit) @64633   8 years vboxsync utf-8.cpp: Duplicate rtUtf8CalcUtf16Length so we can optimize the …
(edit) @64343   8 years vboxsync strprintf.cpp: Apply the same optimizations as was done for strprintf2.cpp.
(edit) @64340   8 years vboxsync IPRT: Introducing RTStrPrintf2, RTStrPrintf2V, RTStrPrintf2Ex, and …
(edit) @63561   8 years vboxsync scm: cleaning up todos
(edit) @62930   8 years vboxsync RTUtf16PurgeEncoding: Optimized it a little, adding debug assertion …
(edit) @62916   8 years vboxsync RTStrPurgeEncoding: Optimized it a little, adding debug assertion for …
(edit) @62892   8 years vboxsync Runtime: deal with nested template classes when showing the 'short' …
(edit) @62863   8 years vboxsync IPRT: warnings
(edit) @62564   8 years vboxsync IPRT: Mark unused parameters.
(edit) @62477   8 years vboxsync (C) 2016
(edit) @62453   8 years vboxsync *: MSC level 4 warnings in release bldprogs.
(edit) @62452   8 years vboxsync *: MSC level 4 warnings in release bldprogs.
(edit) @62164   8 years vboxsync Runtime: make sure the string passed to pfnOutput is zero terminated, …
(edit) @60985   9 years vboxsync bzero.asm: two leading underscores for darwin/clang, please.
(edit) @60984   9 years vboxsync bzero.asm: simplifications.
(edit) @60983   9 years vboxsync IPRT: Added (_)bzero implementation for clang compiled VMMR0.
(edit) @60675   9 years vboxsync memcmp.asm: indent.
(edit) @60481   9 years vboxsync IPRT: Added testcase for RTNtPathExpand8dot3Path and …
(edit) @60028   9 years vboxsync iprt: Added simple (and untested) RTAsn1Integer_ToString implemented. …
(edit) @59703   9 years vboxsync IPRT: strformat.cpp: Share the temporary buffer and use it for '%c' …
(edit) @59067   9 years vboxsync IPRT: Added RTStrStartsWith and RTStrIStartsWith.
(edit) @57944   9 years vboxsync iprt: More doxygen corrections.
(edit) @57722   9 years vboxsync iprt/string.h: Provide memrchr on platforms which doesn't have it.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57206   9 years vboxsync typo
(edit) @57189   9 years vboxsync Runtime/RTUtf16Copy: Fix implementation, would only copy half of the …
(edit) @56290   9 years vboxsync IPRT: Updated (C) year.
(edit) @54864   10 years vboxsync Missing typo fix.
(edit) @54836   10 years vboxsync strformatrt.cpp: Fixed warning unsigned in rtstrformatIPv6 and …
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @52988   10 years vboxsync Runtime: fixed assertion
(edit) @52944   10 years vboxsync IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
(edit) @52331   10 years vboxsync strformatrt.cpp: Don't translate cchPrecision=0 to 16 for %Rhx* format …
(edit) @52025   10 years vboxsync trunk, VBox-4.*, VBox-3.2: Cleaned up base64/RT_C_IS_SPACE CR mess.
(edit) @51795   10 years vboxsync UTF-8 case folding hacks to deal with U+0130, U+0131, U+017f and …
(edit) @51792   10 years vboxsync Better fix
(edit) @51791   10 years vboxsync Paranoia fix
(edit) @51790   10 years vboxsync Better fix
(edit) @51788   10 years vboxsync More correct fix
(edit) @51787   10 years vboxsync bugfix
(edit) @51783   10 years vboxsync bugfix
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @50795   11 years vboxsync Build fix.
(edit) @50793   11 years vboxsync iprt: Added RTSTR_VALIDATE_ENCODING_EXACT_LENGTH for …
(edit) @50792   11 years vboxsync IPRT: Added RTUtf16ValidateEncodingEx, RTUtf16ValidateEncoding and …
(edit) @50765   11 years vboxsync include/iprt, Runtime/common: Added defines for newer Intel CPU …
(edit) @50503   11 years vboxsync IPRT/ministring: Added RTCString::joinEx().
(edit) @50367   11 years vboxsync Make %RTnaipv6 and %RTnaddr format IPv6 addresses according to RFC …
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48396   11 years vboxsync Runtime: fixed typo (thanks Mathias Krause)
(edit) @46326   12 years vboxsync RT_STR_TUPLE
(edit) @46212   12 years vboxsync build fixes
(edit) @46211   12 years vboxsync More strcache testing and some tuning.
(edit) @46208   12 years vboxsync tstRTStrCache: check that a real strcache impl doesn't return duplicates.
(edit) @46203   12 years vboxsync Missed one PAGE_SIZE.
(edit) @46202   12 years vboxsync strcache.cpp: build fix and disable complicated allocator replacing it …
(edit) @46201   12 years vboxsync build fix
(edit) @46200   12 years vboxsync bugfix.
(edit) @46199   12 years vboxsync strcache.cpp: Enabled it. Some tuning.
(edit) @46198   12 years vboxsync strcache.cpp: Reimplemented as a real string cache.
(edit) @46108   12 years vboxsync Got the NT4 ntfs.sys case working. Turned out to be some memory saving …
(edit) @46101   12 years vboxsync More NT4 debugging. Getting closer to working state…
(edit) @46010   12 years vboxsync iprt/string.h: Added RTStrIsCaseFoldable, RTStrIsUpperCased and …
(edit) @45927   12 years vboxsync *: a few uint32_t warnings
(edit) @45256   12 years vboxsync RTStrNCmp: solaris 10 workaround.
(edit) @45236   12 years vboxsync Runtime: fixed %Rhxd
(edit) @44927   12 years vboxsync Runtime/strformatrt: typo fix. RTGCUINTREG -> RTHCUINTREG.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44366   12 years vboxsync Runtime/strformatnum: fixed condition, found by Parfait
(edit) @43221   12 years vboxsync common/string/RTStrIPv6.cpp -> common/net/netaddrstr.cpp.
(edit) @43220   12 years vboxsync build fix
(edit) @43215   12 years vboxsync build fix
(edit) @43214   12 years vboxsync RTStrIsIpAddr[46] -> RTNetIsIpv\1AddrStr; made the buggers return bool …
(edit) @43175   12 years vboxsync more windows build fixes
(edit) @43172   12 years vboxsync gcc build fix
(edit) @43171   12 years vboxsync Runtime: add IPv6 parsing/resolving functions (contributed by Oliver …
(edit) @42598   12 years vboxsync strformat.cpp: Added support for microsoft I64, I32 and I as well as …
(edit) @42072   12 years vboxsync strtonum.cpp: C90 warnings.
(edit) @41167   13 years vboxsync Runtime/uniread: first check the range, then access the array
(edit) @40988   13 years vboxsync Runtime/Uuid: Treat UUIDs the same on little and big endian architectures
(edit) @40938   13 years vboxsync runtime: backed out r77481,r77482,r77483,r77484,r77485
(edit) @40934   13 years vboxsync Runtime: linux 3.4-rc3 build fix [-fpermissive]
(edit) @40798   13 years vboxsync SUPDrv: More exports.
(edit) @40789   13 years vboxsync duh
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