Changeset 48935 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Oct 7, 2013 9:19:37 PM (11 years ago)
- Location:
- trunk/src/VBox/Runtime/common
- Files:
-
- 115 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/alloc/alloc.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/alloc/heapoffset.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/checksum/crc32.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/checksum/crc64.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/checksum/manifest.cpp
r48628 r48935 381 381 382 382 /* Check for the digest algorithm */ 383 if ( cch < 4 383 if ( cch < 4 384 384 || ( !( pcBuf[0] == 'S' 385 385 && pcBuf[1] == 'H' … … 547 547 { 548 548 size_t cbTmp = strlen(RTPathFilename(paFiles[i].pszTestFile)) 549 + strlen(paFiles[i].pszTestDigest) 549 + strlen(paFiles[i].pszTestDigest) 550 550 + strlen(pcszDigestType) 551 551 + 6; … … 583 583 } 584 584 585 -
trunk/src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp
r46258 r48935 655 655 #else 656 656 RTMemFree(pLine); NOREF(pThis); 657 #endif 657 #endif 658 658 return 0; 659 659 } -
trunk/src/VBox/Runtime/common/dbg/dbgmoddbghelp.cpp
r46266 r48935 501 501 }; 502 502 503 -
trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/err/errmsg.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/err/errmsgxpcom.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/filesystem/filesystem.cpp
r41549 r48935 116 116 } 117 117 118 -
trunk/src/VBox/Runtime/common/ldr/ldr.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/ldr/ldrELF.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/ldr/ldrEx.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/ldr/ldrFile.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/ldr/ldrNative.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/ldr/ldrkStuff.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/log/log.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/log/logcom.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/log/logellipsis.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/log/logformat.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/log/logrel.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/log/logrelellipsis.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/misc/assert.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/misc/cidr.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/misc/sanity-c.c
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/misc/sanity-cpp.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/misc/semspingpong.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/misc/thread.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/net/netaddrstr2.cpp
r45123 r48935 71 71 RT_EXPORT_SYMBOL(RTNetStrToIPv4Addr); 72 72 73 -
trunk/src/VBox/Runtime/common/path/RTPathAbsDup.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/path/RTPathAbsEx.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/path/RTPathAbsExDup.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/path/RTPathAppend.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/path/RTPathAppendEx.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/path/RTPathExt.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/path/RTPathFilename.cpp
-
Property svn:keywords
changed from
Id
toId Revision
r46104 r48935 98 98 RT_EXPORT_SYMBOL(RTPathFilenameEx); 99 99 100 -
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/path/RTPathHasExt.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/path/RTPathHasPath.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/path/RTPathParse.cpp
r45391 r48935 74 74 } 75 75 76 -
trunk/src/VBox/Runtime/common/path/RTPathParseSimple.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/path/RTPathRealDup.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/path/RTPathSplit.cpp
r45394 r48935 132 132 } 133 133 134 -
trunk/src/VBox/Runtime/common/path/RTPathSplitReassemble.cpp
r46049 r48935 119 119 } 120 120 121 -
trunk/src/VBox/Runtime/common/path/RTPathStripExt.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/path/RTPathStripFilename.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/path/RTPathStripTrailingSlash.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/path/comparepaths.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/path/rtPathVolumeSpecLen.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/rand/rand.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/RTStrCmp.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/RTStrNCmp.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/RTStrStr.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/memchr.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/memchr_alias.c
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/memcmp.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/memcmp_alias.c
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/memcpy.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/memcpy_alias.c
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/memmove_alias.c
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/memset.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/memset_alias.c
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/straprintf.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/strchr_alias.c
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/strcmp_alias.c
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/strcpy.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/strcpy_alias.c
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/strformat.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/strformatrt.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/strformattype.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/stringalloc.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/strlen.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/strlen_alias.c
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/strncmp.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/strpbrk.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/strprintf.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/strspace.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/strstrip.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/strtonum.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/strversion.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/uni.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/unidata.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/uniread.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/utf-16.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/utf-8-case.cpp
-
Property svn:keywords
changed from
Id
toId Revision
r46010 r48935 418 418 RT_EXPORT_SYMBOL(RTStrIsLowerCased); 419 419 420 -
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/string/utf-8.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avl_RemoveNode.cpp.h
r44528 r48935 142 142 } 143 143 144 -
trunk/src/VBox/Runtime/common/table/avlgcptr.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avlhcphys.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avllu32.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avlogcphys.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avlogcptr.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avlohcphys.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avloioport.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avlou32.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avlpv.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avlrgcptr.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avlrogcphys.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avlrogcptr.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avlroioport.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avlroogcptr.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avlrpv.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avlruintptr.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avlu32.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/avlul.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/table/table.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/time/time.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/time/timeprog.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/time/timesup.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/time/timesupref.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/time/timesysalias.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Runtime/common/vfs/vfsstdfile.cpp
r47356 r48935 503 503 } 504 504 505 -
trunk/src/VBox/Runtime/common/zip/zip.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.