VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @67560   7 years vboxsync RTLs.cpp: Fixed missing terminator when copying names.
(edit) @67317   8 years vboxsync Runtime/RTKrnlMod: Started working on the Windows implementation
(edit) @67304   8 years vboxsync Runtime/RTKrnlMod: Started on the Solaris implementation
(edit) @67286   8 years vboxsync Runtime/RTKrnlMod: Started working on Linux implementation gathering …
(edit) @67285   8 years vboxsync build fix
(edit) @67284   8 years vboxsync Runtime: Start hacking on API to query information about loaded kernel …
(edit) @66850   8 years vboxsync Runtime: fall-thru
(edit) @66775   8 years vboxsync RTLs: fixed error message formatting
(edit) @66769   8 years vboxsync RTLs: VFS test tool and some fun.
(edit) @66602   8 years vboxsync IPRT/vfs-chains: Pass around an pErrInfo buffer too.
(edit) @66595   8 years vboxsync iprt: Added RTCat tool for testing VFS chains and (later) FAT file …
(edit) @64952   8 years vboxsync RTSignTool/add-nested-exe-signature: Forgot to insert the new PE …
(edit) @64926   8 years vboxsync RTSignTool: Added an --signature-index to the extract-exe-signer-cert …
(edit) @64923   8 years vboxsync Additions build fix
(edit) @64916   8 years vboxsync RTSignTool: Deal with primary signatures lacking timestamp (for local …
(edit) @64905   8 years vboxsync RTSignTool: No need to #ifdef the show-cat & show-exe command, I think.
(edit) @64904   8 years vboxsync RTSignTool: Added add-nested-cat-signature and show-cat commands.
(edit) @64903   8 years vboxsync RTSignTool: Added add-nested-cat-signature and show-cat commands.
(edit) @64897   8 years vboxsync RTSignTool/add-nested-exe-signature: The PKCS#7 data must be zero …
(edit) @64892   8 years vboxsync RTSignTool: More on the add-nested-exe-signature command.
(edit) @64886   8 years vboxsync RTSignTool: Build fixes
(edit) @64884   8 years vboxsync RTSignTool: Build fixes
(edit) @64883   8 years vboxsync IPRT/ASN.1: Refactored array handling (SET OF, SEQUENCE OF) to use a …
(edit) @64877   8 years vboxsync IPRT: Most of the RTSignTool show-exe code done.
(edit) @64871   8 years vboxsync IPRT: Most of the RTSignTool show-exe code done.
(edit) @64870   8 years vboxsync IPRT: Most of the RTSignTool show-exe code done.
(edit) @64867   8 years vboxsync IPRT: Most of the RTSignTool show-exe code done.
(edit) @64858   8 years vboxsync build fix
(edit) @64850   8 years vboxsync build fix
(edit) @64848   8 years vboxsync RTSignTool: adding show-exe command (incomplete code)
(edit) @64731   8 years vboxsync SUP,IPRT: If link time validation fails with …
(edit) @62725   8 years vboxsync IPRT/testcases: warnings
(edit) @62724   8 years vboxsync IPRT/testcases: warnings
(edit) @62592   8 years vboxsync IPRT: More unused parameters and undefined preprocessor macor warning …
(edit) @62570   8 years vboxsync IPRT: More unused parameters.
(edit) @62477   8 years vboxsync (C) 2016
(edit) @62448   8 years vboxsync IPRT: More MSC level 4 warning fixes.
(edit) @60946   9 years vboxsync RTSignTool.cpp: Uninitialized variable.
(edit) @60738   9 years vboxsync bldRTManifest,bldRTSignTool: Don't drag RTBldCfgVersion into the link. …
(edit) @59755   9 years vboxsync RTGzip: Just leave it here, disabled, for future debugging.
(edit) @58662   9 years vboxsync rtdbg: Moved the codeview structures into iprt/formats/codeview.h and …
(edit) @57726   9 years vboxsync RTHttp: RTHttpUseSystemProxySettings improvements wrt env vars.
(edit) @57691   9 years vboxsync Runtime: only compile if VBOX_WITH_LIBCURL defined
(edit) @57689   9 years vboxsync New IPRT tool: RTHttp, a very simple URL getter.
(edit) @57572   9 years vboxsync IPRT: Started on accessing system certificate stores to get SSL roots …
(edit) @56978   9 years vboxsync Runtime: Formatting fixes, time.cpp being the most significant.
(edit) @56290   10 years vboxsync IPRT: Updated (C) year.
(edit) @52600   10 years vboxsync IPRT: Added support for microsoft timestamp counter signatures. This …
(edit) @52538   10 years vboxsync IPRT,SUP: First part of timestamp counter signatures support.
(edit) @52403   10 years vboxsync SUP,IPRT: Extended RTLdrQueryPropEx with a pvBits parameter, …
(edit) @52049   10 years vboxsync RTSignTool: bugfix
(edit) @51917   10 years vboxsync make verify-exe a better candidate for leak hunting.
(edit) @51809   10 years vboxsync validation kit build fix.
(edit) @51793   10 years vboxsync stupid gcc build fix
(edit) @51774   10 years vboxsync attempt at cursing weird -Wattributes warning.
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @51696   10 years vboxsync Runtime: PKZip stream reader
(edit) @51519   11 years vboxsync Runtime: Comment nits.
(edit) @51450   11 years vboxsync fixed some Log() statments where we didn't properly display uint64_t …
(edit) @50615   11 years vboxsync RTDbgSymCache.cpp: Added -o option for overwriting existing cache …
(edit) @49320   11 years vboxsync RTGZip.cpp: Accept zlib headers. Don't complain about EINVAL on flush …
(edit) @49118   11 years vboxsync kext plugins.
(edit) @49116   11 years vboxsync *.kmk: Some template cleanup, adding VBoxR3Tool for dev tools (bin/tools/).
(edit) @49080   11 years vboxsync baka fixes.
(edit) @49077   11 years vboxsync RTDbgSymCache: flat kext hack.
(edit) @49053   11 years vboxsync IPRT: More .dSYM hacking.
(edit) @49044   11 years vboxsync Darwin guest OS digger hacking in progress. Adding symbol cache util …
(edit) @47359   11 years vboxsync IPRT: Added compression to the gzip VFS I/O stream class …
(edit) @47057   11 years vboxsync RTLdrFlt,dwarf: Sequeeze more info out of the darwin kernel debug info.
(edit) @46165   12 years vboxsync Made dSYM-bundle loading work as well as line numbers in the stack …
(edit) @46161   12 years vboxsync First part of loading .dSYM bundles.
(edit) @46127   12 years vboxsync Make it possible to load symbols on 64-bit windows 8.
(edit) @46083   12 years vboxsync Made it possible to find symbols for windows nt using a …
(edit) @46078   12 years vboxsync More debugging fixes.
(edit) @46070   12 years vboxsync RTDbgCfg,++: Compressed server files and other fixes.
(edit) @46050   12 years vboxsync More symbol work
(edit) @46000   12 years vboxsync build fix
(edit) @45994   12 years vboxsync RTDbgModCreateFromPeImage: Mostly implemented.
(edit) @45984   12 years vboxsync RTDbgCfg: Debugging configuration, like symbol search paths and such.
(edit) @45929   12 years vboxsync RTNtDbgHelp: Tool for exploring debug info and/or dbghelp.dll apis.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44278   12 years vboxsync IPRT: Initial implementation of rm. Missing interactivity. Not tested …
(edit) @41493   13 years vboxsync RTDbg*SymbolByAddr*: Added a flag parameter.
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @39723   13 years vboxsync RTShutdown tool.
(edit) @39181   13 years vboxsync RTManifest.cpp: Fixed exit code mixup causing file reading errors to …
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38619   13 years vboxsync IPRT: More dwarf reading.
(edit) @38573   13 years vboxsync iprt: Read dwarf line numbers.
(edit) @38547   13 years vboxsync IPRT: More debug info hacking.
(edit) @38515   13 years vboxsync IPRT: Working on debug info again.
(edit) @34673   14 years vboxsync build fix
(edit) @34466   14 years vboxsync Made RTManifest a build program, this drags in IPRT and libcrypto into …
(add) @34464   14 years vboxsync IPRT: Added a RTManifest tool for testing the new manifest code. Moved …
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