|
|
@40722
|
13 years |
vboxsync |
Runtime/md5: Clear the whole state and replace tabs with spaces
|
|
|
@40686
|
13 years |
vboxsync |
Typo.
|
|
|
@40598
|
13 years |
vboxsync |
getopt: Added RTGETOPT_REQ_BOOL.
|
|
|
@40417
|
13 years |
vboxsync |
RTCString::count(): Don't crash if the string is empty (m_psz == NULL).
|
|
|
@40374
|
13 years |
vboxsync |
Runtime/checksum/manifest: potential memory leak
|
|
|
@40329
|
13 years |
vboxsync |
Main/Runtime/VBoxManage: SHA256 support comes with OVF 2.0
|
|
|
@40298
|
13 years |
vboxsync |
Runtime/dvm: don't use VALID_PTR here, that only confuses code scanners
|
|
|
@40293
|
13 years |
vboxsync |
Silence warnings
|
|
|
@40292
|
13 years |
vboxsync |
RTVfsMemFile bugfix: rtVfsMemFile_Write regression from previous fix.
|
|
|
@40186
|
13 years |
vboxsync |
RTStrFormatNumber: Assert some buffer sanity.
|
|
|
@40137
|
13 years |
vboxsync |
Runtime/Dvm: Use uint64_t instead of size_t for the number of …
|
|
|
@40127
|
13 years |
vboxsync |
vfsmemory: Fixed zero optimization in the write routine.
|
|
|
@40123
|
13 years |
vboxsync |
Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
|
|
|
@40100
|
13 years |
vboxsync |
Runtime/reqpool: Return status code actually
|
|
|
@40099
|
13 years |
vboxsync |
Runtime/errinfo: Fix typo
|
|
|
@40098
|
13 years |
vboxsync |
Runtime/Zip: Fix typo
|
|
|
@40091
|
13 years |
vboxsync |
Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
|
|
|
@40085
|
13 years |
vboxsync |
Runtime/Dvm: Fix possible integer overflow
|
|
|
@40073
|
13 years |
vboxsync |
Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
|
|
|
@40071
|
13 years |
vboxsync |
Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
|
|
|
@40058
|
13 years |
vboxsync |
RTBase64: fix trailing newline suppression in RTBase64EncodedLength, …
|
|
|
@40053
|
13 years |
vboxsync |
IPRT: Added RTAvllU32RemoveNode.
|
|
|
@40052
|
13 years |
vboxsync |
IPRT: Added string hashing API (RTStrHash1*).
|
|
|
@40038
|
13 years |
vboxsync |
fix OSE
|
|
|
@40027
|
13 years |
vboxsync |
Runtime/Dvm: Add callbacks to query the allocation status of blocks …
|
|
|
@39985
|
13 years |
vboxsync |
Runtime/s3: XML_PARSE_NONET here as well
|
|
|
@39903
|
13 years |
vboxsync |
IPRT/RTCString: fix find method, add testcase
|
|
|
@39897
|
13 years |
vboxsync |
RTCString: Adding count() from QString, implementing one of the three …
|
|
|
@39877
|
13 years |
vboxsync |
IPRT: Implemented RTStrConvertHexBytes; Added RTManifestEntryQueryAttr …
|
|
|
@39873
|
13 years |
vboxsync |
RTCString::find: made it more readable - 2 variable assignments in one …
|
|
|
@39640
|
13 years |
vboxsync |
Correct RTREQPOOLSTAT_NS_AVERAGE_REQ_QUEUED and …
|
|
|
@39639
|
13 years |
vboxsync |
reqpool.cpp: Use the pool name to name the worker threads.
|
|
|
@39636
|
13 years |
vboxsync |
reqpool: fixed RTREQPOOLSTAT_REQUESTS_PROCESSED.
|
|
|
@39634
|
13 years |
vboxsync |
reqpool.cpp: build fix.
|
|
|
@39632
|
13 years |
vboxsync |
Most of the reqpool code is there now. The testcase didn't turn up any …
|
|
|
@39621
|
13 years |
vboxsync |
Removed unused variable (c&p).
|
|
|
@39620
|
13 years |
vboxsync |
more reqpool code.
|
|
|
@39617
|
13 years |
vboxsync |
later.
|
|
|
@39616
|
13 years |
vboxsync |
reqpool.cpp: Some more code.
|
|
|
@39550
|
13 years |
vboxsync |
Request thread pool hancking. Some RTReq refactoring as always…
|
|
|
@39545
|
13 years |
vboxsync |
laptop -> workstation.
|
|
|
@39517
|
13 years |
vboxsync |
Some request thread pool musings.
|
|
|
@39515
|
13 years |
vboxsync |
*: Use RTLISTANCHOR.
|
|
|
@39510
|
13 years |
vboxsync |
laptop -> workstation.
|
|
|
@39503
|
13 years |
vboxsync |
RTReq: Bugfix and some more refactoring.
|
|
|
@39502
|
13 years |
vboxsync |
RTReqQueueDestroy: Don't forget to destroy the requests.
|
|
|
@39500
|
13 years |
vboxsync |
RTReq: More refactoring.
|
|
|
@39498
|
13 years |
vboxsync |
RTReq refactoring.
|
|
|
@39480
|
13 years |
vboxsync |
fix for r75104
|
|
|
@39458
|
13 years |
vboxsync |
log.cpp: Change the time and timeprog prefixes from milliseconds to …
|
|
|
@39456
|
13 years |
vboxsync |
rtThreadMain: Try prevent gcc from hiding arguments in optimized …
|
|
|
@39447
|
13 years |
vboxsync |
Runtime: add Uniform Resource Identifier handling support
|
|
|
@39439
|
13 years |
vboxsync |
manifest3.cpp: plugged leak.
|
|
|
@39438
|
13 years |
vboxsync |
vfschain.cpp: Don't forget to set the return value. duh.
|
|
|
@39436
|
13 years |
vboxsync |
Runtime/ldrkStuff: fixed wrong buffer size
|
|
|
@39389
|
13 years |
vboxsync |
dbgmodnm.cpp: Made it grok linux 2.4 /proc/ksyms (dsl).
|
|
|
@39350
|
13 years |
vboxsync |
Runtime: add methods for checking if something is in use in a circular …
|
|
|
@39327
|
13 years |
vboxsync |
scm whitespace cleanups.
|
|
|
@39277
|
13 years |
vboxsync |
Runtime: split should really be const; add RTCStringFmt
|
|
|
@39243
|
13 years |
vboxsync |
warnings.
|
|
|
@39083
|
14 years |
vboxsync |
IPRT: -Wunused-parameter.
|
|
|
@39080
|
14 years |
vboxsync |
IPRT: Started -Wunused-parameter cleanup.
|
|
|
@39071
|
14 years |
vboxsync |
build fix
|
|
|
@39070
|
14 years |
vboxsync |
VMM,IPRT: -Wunused-function.
|
|
|
@39050
|
14 years |
vboxsync |
copyright year.
|
|
|
@39049
|
14 years |
vboxsync |
IPRT: Implemented / adjusted zlib status code conversion.
|
|
|
@39043
|
14 years |
vboxsync |
Config.kmk, mangling, Runtime: use static zlib for Solaris.
|
|
|
@39032
|
14 years |
vboxsync |
IPRT: Fixed unused variable warnings.
|
|
|
@39029
|
14 years |
vboxsync |
lockvalidator.cpp: Plugged a leak. (Don't think it's an important leak …
|
|
|
@38888
|
14 years |
vboxsync |
Warnings.
|
|
|
@38862
|
14 years |
vboxsync |
Typo.
|
|
|
@38734
|
14 years |
vboxsync |
s3.cpp: Use C local date names and IPRT.
|
|
|
@38730
|
14 years |
vboxsync |
rtS3DateHeader: How to generate a date field using IPRT (disabled).
|
|
|
@38686
|
14 years |
vboxsync |
Runtime/Sg: Leave early if there is no memory left in the S/G buffer
|
|
|
@38659
|
14 years |
vboxsync |
strformat.cpp: Burn fix (todo, fix properly later).
|
|
|
@38658
|
14 years |
vboxsync |
IPRT: , and are now deprecated, the conversion to local codeset …
|
|
|
@38636
|
14 years |
vboxsync |
*,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
|
|
|
@38620
|
14 years |
vboxsync |
build fixes
|
|
|
@38619
|
14 years |
vboxsync |
IPRT: More dwarf reading.
|
|
|
@38617
|
14 years |
vboxsync |
More DWARF parsing.
|
|
|
@38606
|
14 years |
vboxsync |
More dwarf hacking.
|
|
|
@38603
|
14 years |
vboxsync |
build fix
|
|
|
@38601
|
14 years |
vboxsync |
IPRT: Some more dwarf bits.
|
|
|
@38585
|
14 years |
vboxsync |
duh.
|
|
|
@38584
|
14 years |
vboxsync |
iprt/dwarf: Attacking .debug_info…
|
|
|
@38581
|
14 years |
vboxsync |
IPRT: More debug info & ldr stuff.
|
|
|
@38573
|
14 years |
vboxsync |
iprt: Read dwarf line numbers.
|
|
|
@38558
|
14 years |
vboxsync |
build fix
|
|
|
@38557
|
14 years |
vboxsync |
dbgmoddwarf.cpp: line number virtual machine coding.
|
|
|
@38554
|
14 years |
vboxsync |
dwarf hacking in progress…
|
|
|
@38553
|
14 years |
vboxsync |
dbgmod.cpp: Fixed double locking bug in RTDbgModLineByAddr.
|
|
|
@38547
|
14 years |
vboxsync |
IPRT: More debug info hacking.
|
|
|
@38546
|
14 years |
vboxsync |
warning
|
|
|
@38539
|
14 years |
vboxsync |
Runtime/SgBuf: Add new method to get the next segment from the S/G buffer
|
|
|
@38531
|
14 years |
vboxsync |
iprt: debug info coding…
|
|
|
@38516
|
14 years |
vboxsync |
IPRT: Working on debug info again.
|
|
|
@38515
|
14 years |
vboxsync |
IPRT: Working on debug info again.
|
|
|
@38305
|
14 years |
vboxsync |
Addressed some todos.
|
|
|
@38285
|
14 years |
vboxsync |
comment typo.
|
|
|
@38083
|
14 years |
vboxsync |
getoptargv.cpp: control chars go to 0x20, not 20.
|
|
|