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) @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   10 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
(edit) @40788   13 years vboxsync IPRT:strncpy implementation for the no-crt mode.
(edit) @40417   13 years vboxsync RTCString::count(): Don't crash if the string is empty (m_psz == NULL).
(edit) @40186   13 years vboxsync RTStrFormatNumber: Assert some buffer sanity.
(edit) @40123   13 years vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40091   13 years vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40073   13 years vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40071   13 years vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40058   13 years vboxsync RTBase64: fix trailing newline suppression in RTBase64EncodedLength, …
(edit) @40052   13 years vboxsync IPRT: Added string hashing API (RTStrHash1*).
(edit) @39903   13 years vboxsync IPRT/RTCString: fix find method, add testcase
(edit) @39897   13 years vboxsync RTCString: Adding count() from QString, implementing one of the three …
(edit) @39877   13 years vboxsync IPRT: Implemented RTStrConvertHexBytes; Added RTManifestEntryQueryAttr …
(edit) @39873   13 years vboxsync RTCString::find: made it more readable - 2 variable assignments in one …
(edit) @39277   13 years vboxsync Runtime: split should really be const; add RTCStringFmt
(edit) @39083   13 years vboxsync IPRT: -Wunused-parameter.
(edit) @39032   13 years vboxsync IPRT: Fixed unused variable warnings.
(edit) @38659   13 years vboxsync strformat.cpp: Burn fix (todo, fix properly later).
(edit) @38658   13 years vboxsync IPRT: , and are now deprecated, the conversion to local codeset …
(edit) @38546   13 years vboxsync warning
(edit) @37996   13 years vboxsync iprt: don't slurp <linux/module.h> here as the resulting other Linux …
(edit) @37966   13 years vboxsync testcase+fixes
(edit) @37965   13 years vboxsync testcase
(edit) @37964   13 years vboxsync Register formatting in strformatrt.cpp (for logging).
(edit) @36597   14 years vboxsync IPRT: Implemented the memory tracker.
(edit) @36561   14 years vboxsync RTCString::join: Optimization.
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @36544   14 years vboxsync iprt-cpp: fix RTCString::join when the list contains just one item
(edit) @36532   14 years vboxsync IPRT-C++: iprt::list -> RTCList; iprt::mtlist -> RTCMTList
(edit) @36527   14 years vboxsync iprt::MiniString -> RTCString.
(edit) @36508   14 years vboxsync iprt/C++: some cleanup.
(edit) @36501   14 years vboxsync IPRT: add join/split and + operators to the string class
(edit) @36407   14 years vboxsync IPRT: Added RTStrCopyP, RTStrCopyPEx, RTStrCatP and RTStrCatPEx. These …
(edit) @35585   14 years vboxsync iprt/string.h: Added RTStrFormatU[8|16|32|64|128] and …
(edit) @35567   14 years vboxsync IPRT: fix rare crash in MiniString::substr(); rename substr() to …
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