|
|
@25436
|
15 years |
vboxsync |
RTLockValidator,RTThread: Serialize deadlock detection and …
|
|
|
@25431
|
15 years |
vboxsync |
RTSemXRoads: initial implementation.
|
|
|
@25426
|
15 years |
vboxsync |
RTSemXRoads: API + testcase.
|
|
|
@25406
|
15 years |
vboxsync |
IPRT,PDMCritSect: Lock validation can only be performed in ring-3; …
|
|
|
@25382
|
15 years |
vboxsync |
semmutex-win.cpp: Use a structure instead of storing the native handle …
|
|
|
@25368
|
15 years |
vboxsync |
RTCritSect,PDMCritSect,iprt/lockvalidator.h: Reworked the deadlocking …
|
|
|
@25349
|
15 years |
vboxsync |
iprt/ministring_cpp.h -> iprt/cpp/ministring.h
|
|
|
@25345
|
15 years |
vboxsync |
iprt/lock.h -> iprt/cpp/lock.h
|
|
|
@25323
|
15 years |
vboxsync |
iprt/getopt.h/cpp: Made the uIndex 32-bit instead of 64-bit as we …
|
|
|
@25292
|
15 years |
vboxsync |
RTDirReadEx parameter to resolve symlinks.
|
|
|
@25064
|
15 years |
vboxsync |
tstRTHeapOffset.cpp: extended the testcase.
|
|
|
@25059
|
15 years |
vboxsync |
RTHeapOffset: Initial conversion of RTHeapSimple.
|
|
|
@25057
|
15 years |
vboxsync |
tstHeapSimple.cpp -> tstRTHeapSimple.cpp.
|
|
|
@25031
|
15 years |
vboxsync |
RTStrVersionCompare: Handle pre-release indicators better.
|
|
|
@25029
|
15 years |
vboxsync |
RTStrVersionCompare: Some todos for dealing with beta releases.
|
|
|
@25014
|
15 years |
vboxsync |
RTStrVersionCompare: made it return the same as RTStrICmp (-1,0,1).
|
|
|
@25005
|
15 years |
vboxsync |
IPRT: Optimized version of RTStrVersionCompare (thanks to Knut!), made …
|
|
|
@25000
|
15 years |
vboxsync |
IPRT: Fixed -Wshadow warnings, found two bugs in error paths.
|
|
|
@24893
|
15 years |
vboxsync |
IPRT: Improved RTStrVersionCompare() + testcase.
|
|
|
@24781
|
15 years |
vboxsync |
tstStrToNum: Added RTR3Init().
|
|
|
@24658
|
15 years |
vboxsync |
RTStrVersionToUInt32: bird review, things todo.
|
|
|
@24639
|
15 years |
vboxsync |
IPRT: Added RTStrVersionToUInt32() with testcase.
|
|
|
@24634
|
15 years |
vboxsync |
IPRT: Testcase framework for string -> version number conversion; temp …
|
|
|
@24633
|
15 years |
vboxsync |
IPRT: Testcase framework for string -> version number conversion; WIP.
|
|
|
@24352
|
15 years |
vboxsync |
Runtime/testcase: simple event semaphore testcase, including timeout case
|
|
|
@24140
|
15 years |
vboxsync |
IPRT: added RTGETOPT_REQ_BOOL_ONOFF
|
|
|
@23973
|
15 years |
vboxsync |
*,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
|
|
|
@23961
|
15 years |
vboxsync |
IPRT: Three new format types: %RTmac, %RTnaipv4 and %RTnapiv6.
|
|
|
@23960
|
15 years |
vboxsync |
tstStrFormat -> tstRTStrFormat.
|
|
|
@23868
|
15 years |
vboxsync |
RTGetOpt: Added RTGetOptFetchValue to fetch an additional value for an …
|
|
|
@23644
|
15 years |
vboxsync |
Runtime: Added indexed options to RTGetOpt (eg: "--strwithindex14 value")
|
|
|
@23507
|
15 years |
vboxsync |
IPRT: Added APIs for convering digests to/from strings.
|
|
|
@23501
|
15 years |
vboxsync |
IPRT: Added SHA-1, SHA-256 and SHA-512 APIs. Added a simple digest …
|
|
|
@23452
|
15 years |
vboxsync |
Makefiles: Corrected properties.
|
|
|
@23359
|
15 years |
vboxsync |
Runtime/Aio: Compile the testcase unconditionally
|
|
|
@23223
|
15 years |
vboxsync |
API: big medium handling change and lots of assorted other cleanups …
|
|
|
@22273
|
15 years |
vboxsync |
IPRT: Added RTHeapSimpleRelocate for saving and restoring of the heap.
|
|
|
@22004
|
15 years |
vboxsync |
iprt/asm.h: Added ASMMemIsZeroPage.
|
|
|
@21740
|
15 years |
vboxsync |
IPRT: Some latin-1 cleanup and some preditions in the recoding loops.
|
|
|
@21737
|
15 years |
vboxsync |
export to OSE
|
|
|
@21728
|
15 years |
vboxsync |
iprt/string: change behaviour of Utf16 to Latin1 to reject …
|
|
|
@21725
|
15 years |
vboxsync |
iprt: Added RTMpGetDescription.
|
|
|
@21723
|
15 years |
vboxsync |
tstUtf8: Test RTStrUtf8ToCurrentCP and RTUtf16ToLatin1 for …
|
|
|
@21714
|
16 years |
vboxsync |
iprt/string: conversion between Utf16 and Latin1
|
|
|
@21582
|
16 years |
vboxsync |
IPRT: RTFILE_O_APPEND.
|
|
|
@21551
|
16 years |
vboxsync |
tstR0ThreadPreemption: Some adjustments to new …
|
|
|
@21541
|
16 years |
vboxsync |
tstR0ThreadPreemption: use ASMIntAreEnabled.
|
|
|
@21451
|
16 years |
vboxsync |
iprt/asm.h: Remvoed ASMAtomicXchgU128 as it is causing trouble for …
|
|
|
@21409
|
16 years |
vboxsync |
IPRT: rename ministring, add iprt:: namespace
|
|
|
@21404
|
16 years |
vboxsync |
IPRT, Main: make ministring throw std::bad_alloc on allocation …
|
|
|
@21394
|
16 years |
vboxsync |
Backing out r49763 to fix Windows burns.
|
|
|
@21393
|
16 years |
vboxsync |
IPRT, Main: make ministring throw std::bad_alloc on allocation …
|
|
|
@21292
|
16 years |
vboxsync |
svn:eol-style native
|
|
|
@21287
|
16 years |
vboxsync |
tstRTR0MemUserKernel: Test that it doesn't allow kernel addresses.
|
|
|
@21286
|
16 years |
vboxsync |
tstRTR0MemUserKernel: Testcase for the RTR0MemUser/Kernel API.
|
|
|
@21082
|
16 years |
vboxsync |
Missed one VBOX_WITH_LIBXML2_IN_VBOXRT.
|
|
|
@21079
|
16 years |
vboxsync |
Main: move libxml2 to IPRT unconditionally (remove …
|
|
|
@21077
|
16 years |
vboxsync |
back out r49329, r49331, will start over
|
|
|
@21073
|
16 years |
vboxsync |
Main: move libxml2 to IPRT unconditionally (remove …
|
|
|
@20647
|
16 years |
vboxsync |
IPRT: Added simple testcase for the RTStrCache API (just to smoke it out).
|
|
|
@20606
|
16 years |
vboxsync |
IPRT/testcase: Use RTTestInitAndCreate.
|
|
|
@20600
|
16 years |
vboxsync |
fixed tstStrFormat
|
|
|
@20597
|
16 years |
vboxsync |
Runtime: improve SemRW testcase to also do recursion testing
|
|
|
@20575
|
16 years |
vboxsync |
IPRT: Wrote the body for tstRTMemPool and fixed two isseus in …
|
|
|
@20563
|
16 years |
vboxsync |
IPRT/testcase: corrections.
|
|
|
@20562
|
16 years |
vboxsync |
iprt: started on tstRTMemPool.cpp.
|
|
|
@20443
|
16 years |
vboxsync |
Runtime: testcase for RW semaphores
|
|
|
@20442
|
16 years |
vboxsync |
more typos
|
|
|
@20440
|
16 years |
vboxsync |
comment/typo fix
|
|
|
@20374
|
16 years |
vboxsync |
*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
|
|
|
@20364
|
16 years |
vboxsync |
IPRT: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
|
|
|
@20111
|
16 years |
vboxsync |
IPRT: Use the generic RTDirCreateTemp implementation - made it a bit …
|
|
|
@20110
|
16 years |
vboxsync |
tstRTR3: Use RTTestSkipAndDestroy.
|
|
|
@20108
|
16 years |
vboxsync |
tstRTS3: always initialize iprt first.
|
|
|
@20101
|
16 years |
vboxsync |
IPRT: Rewrote RTPathTemp and added a testcase for it.
|
|
|
@20051
|
16 years |
vboxsync |
exported to OSE
|
|
|
@20043
|
16 years |
vboxsync |
Runtime: export to OSE
|
|
|
@20033
|
16 years |
vboxsync |
another OSE fix
|
|
|
@20022
|
16 years |
vboxsync |
Runtime: S3 testcase
|
|
|
@19970
|
16 years |
vboxsync |
tstR0ThreadPreemption: Some adjustments.
|
|
|
@19966
|
16 years |
vboxsync |
tstR0ThreadPreemption.cpp: Don't loop forever.
|
|
|
@19965
|
16 years |
vboxsync |
tstR0ThreadPreemption.cpp: Don't loop forever.
|
|
|
@19954
|
16 years |
vboxsync |
tstCritSect -> tstRTCritSect
|
|
|
@19953
|
16 years |
vboxsync |
tstCritSect: Converted to RTTest and disable the distribution test by …
|
|
|
@19950
|
16 years |
vboxsync |
tstCidr -> tstRTCidr.
|
|
|
@19949
|
16 years |
vboxsync |
tstCidr: Converted to RTTest.
|
|
|
@19948
|
16 years |
vboxsync |
tstBitOperations -> tstRTBitOperations
|
|
|
@19947
|
16 years |
vboxsync |
tstBase64 -> tstRTBase64.
|
|
|
@19946
|
16 years |
vboxsync |
tstBase64: Converted to RTTest.
|
|
|
@19945
|
16 years |
vboxsync |
tstAvl -> tstRTAvl; use RTTest.
|
|
|
@19943
|
16 years |
vboxsync |
tstR0ThreadPreemption.cpp: use thousand separators to make the ns and …
|
|
|
@19942
|
16 years |
vboxsync |
IPRT: Implemented thousand separators for the string formatting code …
|
|
|
@19940
|
16 years |
vboxsync |
tstR0ThreadPreemption: fixes.
|
|
|
@19936
|
16 years |
vboxsync |
tstR0ThreadPreemption: Improved the RTThreadPreemptIsPending test.
|
|
|
@19935
|
16 years |
vboxsync |
tstR0ThreadPreemption: Test nesting and fix enum.
|
|
|
@19934
|
16 years |
vboxsync |
oops
|
|
|
@19933
|
16 years |
vboxsync |
IPRT: RTThreadPreempt* testcase.
|
|
|
@19929
|
16 years |
vboxsync |
RTPathAppend: bugfix.
|
|
|
@19926
|
16 years |
vboxsync |
IPRT: Added RTPathAppend.
|
|
|
@19925
|
16 years |
vboxsync |
tstPath.cpp: Converted to RTTest.
|
|
|