VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @40420   13 years vboxsync gcc-4.7 32-bit fixes
(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) @40365   13 years vboxsync IPRT/testcase: Added simple testcase for RTMemWipeThoroughly().
(edit) @40329   13 years vboxsync Main/Runtime/VBoxManage: SHA256 support comes with OVF 2.0
(edit) @40320   13 years vboxsync Runtime/LRTimers: Potential thread structure memory leak fix.
(edit) @40317   13 years vboxsync build fix.
(edit) @40307   13 years vboxsync build fix
(edit) @40306   13 years vboxsync build fix
(edit) @40305   13 years vboxsync IPRT: Fixed unresolved symbols on OS/2.
(edit) @40304   13 years vboxsync IPRT: fixed OS/2 'bitrot'.
(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) @40289   13 years vboxsync tstLdr: parfait: range error
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40231   13 years vboxsync Runtime/r0drv/solaris, HostDrivers/VBoxNetFlt/Solaris: Hold mod_lock …
(edit) @40227   13 years vboxsync VMM/VMMR0 SupDrv Solaris/MpNotification: Fix guru meditation/panics …
(edit) @40216   13 years vboxsync Runtime/r0drv/solaris: dead code removal.
(edit) @40186   13 years vboxsync RTStrFormatNumber: Assert some buffer sanity.
(edit) @40149   13 years vboxsync Runtime/r0drv/solaris: fix debug build on Solaris 10 to not assert in …
(edit) @40137   13 years vboxsync Runtime/Dvm: Use uint64_t instead of size_t for the number of …
(edit) @40132   13 years vboxsync Runtime/win: minor .def update for the updated OpenSSL library
(edit) @40131   13 years vboxsync Runtime/win: update .def file to reflect additional functions
(edit) @40130   13 years vboxsync Main/webservice+doc/manual: Add SSL support to the webservice, and …
(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) @40105   13 years vboxsync Runtime/test: Propagate return code to caller
(edit) @40103   13 years vboxsync Runtime/semeventmulti-posix.cpp: Fix bug which causes that a …
(edit) @40102   13 years vboxsync Runtime/pipe-posix: Use timeout value in RTPipeSelectOne
(edit) @40101   13 years vboxsync Runtime/fs-posix: Missing error propagation
(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) @40074   13 years vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(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) @40065   13 years vboxsync Runtime/testcase: fix a comment.
(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) @40050   13 years vboxsync Runtime/r0drv/solaris/vbi: removed obsolete files
(edit) @40046   13 years vboxsync RTProcDaemonizeUsingFork: close pidfile handle in some error cases
(edit) @40038   13 years vboxsync fix OSE
(edit) @40029   13 years vboxsync Runtime: Add filesystem API to detect which ranges of a medium are in …
(edit) @40028   13 years vboxsync Missing file
(edit) @40027   13 years vboxsync Runtime/Dvm: Add callbacks to query the allocation status of blocks …
(edit) @39987   13 years vboxsync Runtime/r3/fileio-win: also properly handle the unlikely case
(edit) @39985   13 years vboxsync Runtime/s3: XML_PARSE_NONET here as well
(edit) @39951   13 years vboxsync Runtime/Makefile.kmk: move the zlib after libxml2 because the latter …
(edit) @39935   13 years vboxsync tstTimerLR: typo
(edit) @39933   13 years vboxsync Runtime/xml: be paranoid
(edit) @39910   13 years vboxsync Runtime/Timers: RTTimerLRChangeInterval function and testcase
(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) @39867   13 years vboxsync process-win.cpp: Splitting monster function.
(edit) @39866   13 years vboxsync process-win.cpp: Addressing todos, fixed a potential heap corruption …
(edit) @39865   13 years vboxsync build fix.
(edit) @39864   13 years vboxsync process-win.cpp: address previous todo, added new ones, some clean up.
(edit) @39863   13 years vboxsync process-win.cpp: Do not return failure because UnloadUserProfile …
(edit) @39851   13 years vboxsync VBoxRTImp: export RTLogSetGroupLimit
(edit) @39846   13 years vboxsync %ld -> %u + %#x.
(edit) @39842   13 years vboxsync IPRT/process-win: Fixed handle leak on legacy APIs; check rc when …
(edit) @39841   13 years vboxsync d'oh!
(edit) @39840   13 years vboxsync more Linux 3.3 fixes
(edit) @39835   13 years vboxsync tstRTProcCreateEx: Fixed return value.
(edit) @39829   13 years vboxsync Runtime/linux: linux-3.3.0-rc1 some headers requires IS_ENABLED(x) …
(edit) @39808   13 years vboxsync Runtime/r0drv: get the physical address of Linux kernel kmap mappings …
(edit) @39807   13 years vboxsync duh2!
(edit) @39806   13 years vboxsync duh!
(edit) @39804   13 years vboxsync Fixed regression (I hope) in yesterdays tcp/socket changes (name …
(edit) @39802   13 years vboxsync IPRT: socket / address resolving fixes. Debugged.
(edit) @39801   13 years vboxsync IPRT: socket / address resolving fixes.
(edit) @39753   13 years vboxsync IPRT: disable critical error message boxes on init. Take three.
(edit) @39752   13 years vboxsync IPRT: disable critical error message boxes on init. Take two.
(edit) @39751   13 years vboxsync IPRT: disable critical error message boxes on init.
(edit) @39744   13 years vboxsync rtr0memobj: Status code adjustments.
(edit) @39730   13 years vboxsync iprt/cdrom.h + cdrom-generic.cpp: Sketched out an API for messing with …
(edit) @39729   13 years vboxsync Acquire the necessary privileges to perform shutdown if need too. …
(edit) @39728   13 years vboxsync nit
(edit) @39727   13 years vboxsync VINF_SYS_MAY_POWER_OFF
(edit) @39726   13 years vboxsync RTSystemShutdown/win: Initial implementation.
(edit) @39724   13 years vboxsync Shutdown implementation for linux (untested).
(edit) @39723   13 years vboxsync RTShutdown tool.
(edit) @39721   13 years vboxsync RTSystemShutdown: stub.
(edit) @39705   13 years vboxsync comment indent.
(edit) @39703   13 years vboxsync Runtime/r0drv: get the physical address of Linux kernel kmap mappings …
(edit) @39702   13 years vboxsync Runtime/r0drv/Linux: reverted r75548, not the right fix.
(edit) @39701   13 years vboxsync attempt at fixing the add build.
(edit) @39697   13 years vboxsync Runtime/r0drv: get the physical address of Linux kernel kmap mappings too.
(edit) @39692   13 years vboxsync pipe-posix.cpp: solaris build fix.
(edit) @39691   13 years vboxsync pipe-win.cpp: build fix.
(edit) @39690   13 years vboxsync IPRT: Added RTPipeQueryReadable.
(edit) @39657   13 years vboxsync IPRT/FreeBSD: Rewrite of R0 memory objects handling, thanks to Andriy …
(edit) @39656   13 years vboxsync IPRT/FreeBSD: Fix warning, thanks to Andriy Gapon and Bernhard Froehlich
(edit) @39644   13 years vboxsync d'oh!
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