VirtualBox

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

Revision Log Mode:


Legend:

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

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette