VirtualBox

source: vbox/trunk/src/VBox/Runtime/testcase

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @34464   14 years vboxsync IPRT: Added a RTManifest tool for testing the new manifest code. Moved …
(edit) @34406   14 years vboxsync iprt/list.h: RTListNodeGetFirst/Last -> RTListGetFirst/Last; added …
(edit) @34174   14 years vboxsync IPRT: Use prefer real-time signal over SIGUSR2 for RTThreadPoke. Try …
(edit) @34045   14 years vboxsync iprt: more tar code and vfs filesystem stream bugfixes.
(edit) @34014   14 years vboxsync scm whitespace cleanup
(edit) @33973   14 years vboxsync vfs: the gunzip stream works, except for some double frees somewhere.
(edit) @33911   14 years vboxsync code -> laptop
(edit) @33862   14 years vboxsync iprt/cpp/ministring.h: Changed the substring constructors to match …
(edit) @33819   14 years vboxsync tstIprtMiniString.cpp: NULL construction and assignment tests.
(edit) @33814   14 years vboxsync tstMp-1: Copy'n'Paste
(edit) @33806   14 years vboxsync ExtPack changes, related IPRT changes.
(edit) @33678   14 years vboxsync IPRT: Added RTStrCat and RTStrCatEx.
(edit) @33615   14 years vboxsync now it's right. added tests to prove it.
(edit) @33610   14 years vboxsync iprt::MiniString: Fixed bug in compare("") and equals("") caused by …
(edit) @33605   14 years vboxsync iprt/cpp/ministring: Added printf and printfV methods.
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33563   14 years vboxsync iprt:ministring: Added the java-style equals() and equalsIgnoreCase() …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33464   14 years vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33450   14 years vboxsync iprt/path: Added RTPathJoinA.
(edit) @33426   14 years vboxsync iprt/symlink.h: Initial code (only tested on linux).
(edit) @33290   14 years vboxsync Runtime: add a simple testcase for RTManifest
(edit) @33286   14 years vboxsync Runtime: add lock free circular buffer + simple testcase
(edit) @33285   14 years vboxsync Runtime: typo
(edit) @33269   14 years vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33207   14 years vboxsync tstRTInlineAsm: another fix
(edit) @33206   14 years vboxsync tstRTInlineAsm: fixed CpuId test for newer Intel CPUs
(edit) @33198   14 years vboxsync tstRTInlineAsm: show hex values
(edit) @33136   14 years vboxsync iprt/asm.h,tstRTInlineAsm: Added 64-bit atomic OR, AND, INC, DEC, ADD …
(edit) @33130   14 years vboxsync tstInlineAsm -> tstRTInlineAsm.
(edit) @32996   14 years vboxsync belongs here
(edit) @32995   14 years vboxsync RTUuidFromUtf16: bug fix + testcase
(edit) @32994   14 years vboxsync RTUuidFromStr: bug fix + testcase.
(edit) @32993   14 years vboxsync byte write test.
(edit) @32970   14 years vboxsync RTSemEventMultiWaitEx and RTSemEventMultiWaitExDebug for windows.
(edit) @32966   14 years vboxsync semeventmulti-posix.cpp: Implemented RTSemEventMultiWaitEx and …
(edit) @32949   14 years vboxsync tstSemEvent -> tstRTSemEventMulti; removed tstSems.
(edit) @32946   14 years vboxsync iprt/semaphore.h: Started adding RTSem*<Wait|Request>Ex[Debug].
(edit) @32901   14 years vboxsync tstRTPrfIO: profile some I/O related APIs.
(edit) @32878   14 years vboxsync strncat fixes
(edit) @32810   14 years vboxsync tcp.cpp: Outlined fix rtTcpClose fix for 3.2.
(edit) @32801   14 years vboxsync rtTcpClose: The trunk fix for the graceful shutdown hang.
(edit) @32757   14 years vboxsync more fudge.
(edit) @32753   14 years vboxsync tstRTR0Timer: fixes, works on linux now.
(edit) @32749   14 years vboxsync tstRTR0Timer: fixes.
(edit) @32742   14 years vboxsync tstRTR0Timer: some train code.
(edit) @32736   14 years vboxsync tstRTR0Timer: More tests (almost there now).
(edit) @32669   14 years vboxsync tstRTR0Timer: Some more tests.
(edit) @32648   14 years vboxsync IPRT: linux kernel timer changes, testcase. hrtimers are not working …
(edit) @32611   14 years vboxsync tstRTR0Timer: Started on a timer testcase for ring-0.
(edit) @32568   14 years vboxsync OVA: parse ovf in memory on ova import (no need for a temporary ovf …
(edit) @32446   14 years vboxsync tstRTList.cpp: Check one more thing.
(edit) @32445   14 years vboxsync iprt/list.h: Added RTListForEachSafe and RTListForEachReverseSafe.
(edit) @32431   14 years vboxsync scm cleanup
(edit) @32350   14 years vboxsync Runtime/r3/coredumper: name flags similar to planned CFGM keys.
(edit) @32347   14 years vboxsync Runtime/r3/coredumper: Setup SIGUSR2 and flags, allow taking live cores.
(edit) @32332   14 years vboxsync tstTimer: be more verbose
(edit) @32330   14 years vboxsync tstTimer: added some deviation statistics
(edit) @31913   14 years vboxsync tstRTCoreDump: disable when done.
(edit) @31860   14 years vboxsync RTCoreDumper: integration into IPRT, cleanup.
(edit) @31847   14 years vboxsync iprt: removed crc32.h and crc64.h, use crc.h instead.
(edit) @31820   14 years vboxsync tstRTCoreDump: minor change.
(edit) @31802   14 years vboxsync tstRTCoreDump: cleanup, eliminate pread.
(edit) @31801   14 years vboxsync tstRTCoreDump: fixed memory attributes in core.
(edit) @31796   14 years vboxsync tstRTCoreDump: build fix.
(edit) @31795   14 years vboxsync tstRTCoreDump: don't break OSE, export it.
(edit) @31787   14 years vboxsync tstRTCoreDump: enable building.
(edit) @31412   14 years vboxsync build fix
(edit) @31411   14 years vboxsync tstInlineAsm: added bench for ASMGetApicId()
(edit) @31375   14 years vboxsync gcc-4.4 workaround
(edit) @31370   14 years vboxsync Main: cleanup machine renames, remove dead code
(edit) @31329   14 years vboxsync RTLdrFlt was missing _TEMPLATE.
(edit) @31325   14 years vboxsync RTLdrFlt.cpp: c++filt like thing resolving VMMR.r0 addresses in panic …
(edit) @31231   14 years vboxsync command line help for keep alive, code style fixes
(edit) @31222   14 years vboxsync Runtime/string: Utf-8 <-> Latin-1 testcase
(edit) @31157   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @30859   14 years vboxsync iprt/string.h: added RTStrPurgeEncoding.
(edit) @30801   14 years vboxsync iprt/asm-amd64-x86.h: Added the missing ASMCpuId_<reg>() variants.
(edit) @30797   14 years vboxsync tstInlineAsm.cpp: typo.
(edit) @30365   14 years vboxsync RTFsQueryType: Use an enum. Added RTFsTypeName() for translating a …
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30318   14 years vboxsync iprt/cpp/ministring.h: Added a append variant taking a 'const char *' …
(edit) @30281   15 years vboxsync Runtime: added Darwin support to RTFsQueryType
(edit) @30274   15 years vboxsync iprt: testcase for RTFsQueryType()
(edit) @30255   15 years vboxsync iprt/memcmp.asm: fixed wrongly returning 0 on 64-bit hosts if the …
(edit) @30250   15 years vboxsync tstRTAssertCompile.cpp: Postpone array problem on MSC.
(edit) @30240   15 years vboxsync iprt/assert.h: Added AssertCompileMembersAtSameOffset, …
(edit) @30163   15 years vboxsync tstInlineAsm.cpp: guest phys addr
(edit) @30093   15 years vboxsync IPRT: Removed VERR_LOGON_FAILURE in favor of …
(edit) @30088   15 years vboxsync tstRTStrFormat: Added Rhxs & Rhxd tests.
(edit) @29906   15 years vboxsync IPRT: fix testcase
(edit) @29845   15 years vboxsync tstRTCidr: nits
(edit) @29841   15 years vboxsync Runtime: testcase.
(edit) @29839   15 years vboxsync tstRTCidr: another testcase
(edit) @29838   15 years vboxsync Runtime: cosmetic.
(edit) @29837   15 years vboxsync Runtime: fixed cDelimiterLimit calculation, short form (n.n/16 is the …
(edit) @29836   15 years vboxsync tstRTCidr: more testcases
(edit) @29834   15 years vboxsync Runtime: RTCidrStrToIPv4 changed to conform to rfc 4632 …
(edit) @29783   15 years vboxsync iprt: %.5RX32 ++ bug fix - precision should padd with '0' as it used to do.
(edit) @29683   15 years vboxsync strformatrt.cpp: Fixed cchPrecision and cchWidth mixup in three calls.
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