VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @62930   8 years vboxsync RTUtf16PurgeEncoding: Optimized it a little, adding debug assertion …
(edit) @62916   8 years vboxsync RTStrPurgeEncoding: Optimized it a little, adding debug assertion for …
(edit) @62892   8 years vboxsync Runtime: deal with nested template classes when showing the 'short' …
(edit) @62863   8 years vboxsync IPRT: warnings
(edit) @62635   8 years vboxsync warnings
(edit) @62592   8 years vboxsync IPRT: More unused parameters and undefined preprocessor macor warning …
(edit) @62584   8 years vboxsync IPRT: Unused parameters on windows.
(edit) @62570   8 years vboxsync IPRT: More unused parameters.
(edit) @62566   8 years vboxsync IPRT: More unused parameters.
(edit) @62565   8 years vboxsync build fix
(edit) @62564   8 years vboxsync IPRT: Mark unused parameters.
(edit) @62562   8 years vboxsync rtVfsReadAhead_Seek: Set poffActual.
(edit) @62561   8 years vboxsync RTVfsMemFileCreate: process the hVfsIos parameter. (Fortunately, …
(edit) @62559   8 years vboxsync RTFileModeToFlags.cpp: Code cleanup.
(edit) @62556   8 years vboxsync IPRT: Unused parameters.
(edit) @62477   8 years vboxsync (C) 2016
(edit) @62461   8 years vboxsync IPRT: scm
(edit) @62453   8 years vboxsync *: MSC level 4 warnings in release bldprogs.
(edit) @62452   8 years vboxsync *: MSC level 4 warnings in release bldprogs.
(edit) @62448   8 years vboxsync IPRT: More MSC level 4 warning fixes.
(edit) @62447   8 years vboxsync RTPathGlob.cpp: MSC discovered unused match functions. Slightly risky…
(edit) @62446   8 years vboxsync json.cpp: You won't normally ever use the 'asz' HN prefix. Removed …
(edit) @62436   8 years vboxsync IPRT/R0/RC: MSC level 4 warnings
(edit) @62244   8 years vboxsync RTDbgModSymbolAdd: VERR_INVALID_POINTER for NULL pszSymbol.
(edit) @62243   8 years vboxsync rtDbgModExportsAddSymbolCallback: Make fake name for NONAME ordinal …
(edit) @62224   8 years vboxsync Runtime/dbgmod: don't crash if pszSymbol is NULL
(edit) @62220   8 years vboxsync IPRT: PEM+X.509: Added PEM_ONLY flags to the reader functions to allow …
(edit) @62164   8 years vboxsync Runtime: make sure the string passed to pfnOutput is zero terminated, …
(edit) @62021   8 years vboxsync Runtime/RTJson: Fix review todos
(edit) @61972   8 years vboxsync xarvfs.cpp: Leaking the entire parsed XML document structure for the image.
(edit) @61970   8 years vboxsync Runtime/xarvfs.cpp: Fix another handle leak for files in a XAR stream
(edit) @61966   8 years vboxsync xarvfs.cpp: Leaking objects during stream enumeration.
(edit) @61959   8 years vboxsync RTPathCompare,RTPathStartsWith: Drop the unicode conversion and use …
(edit) @61936   8 years vboxsync nits
(edit) @61892   8 years vboxsync Runtime/crypto: fix
(edit) @61891   8 years vboxsync Runtime/crypto: some fixes for OpenSSL 1.1, work in progress
(edit) @61779   8 years vboxsync Fixed function RTPathAppendEx. Wrong usage of slash.
(edit) @61760   8 years vboxsync doxygen fixes
(edit) @61737   8 years vboxsync Runtime/RTJson: Three more helpers, sort RTJson API alphabetically in …
(edit) @61730   8 years vboxsync Runtime/RTJson: Enhance testcase and two fixes
(edit) @61721   8 years vboxsync Runtime/RTJson: Fixes, updates to the testcase
(edit) @61716   8 years vboxsync Runtime/JSON: Fixes and start on a testcase
(edit) @61708   8 years vboxsync build fix
(edit) @61707   8 years vboxsync build fix
(edit) @61705   8 years vboxsync build fix
(edit) @61704   8 years vboxsync Runtime/RTJson: Updates
(edit) @61695   8 years vboxsync build fix
(edit) @61694   8 years vboxsync properties
(edit) @61121   9 years vboxsync Log() format fix
(edit) @60985   9 years vboxsync bzero.asm: two leading underscores for darwin/clang, please.
(edit) @60984   9 years vboxsync bzero.asm: simplifications.
(edit) @60983   9 years vboxsync IPRT: Added (_)bzero implementation for clang compiled VMMR0.
(edit) @60883   9 years vboxsync log.cpp: Forgot this file is compiled as sucky C code too.
(edit) @60880   9 years vboxsync RTLogDestinations: Don't require ';' for separating values and more …
(edit) @60798   9 years vboxsync dbgmodcodeview.cpp: fixed assertion in rtDbgModCvAddSanitizedStringToCache,
(edit) @60715   9 years vboxsync ldrPE.cpp: Sigh. Can't expect microsoft to update all their linkers. …
(edit) @60710   9 years vboxsync tarvfs.cpp: don't shift signed values, may lead to undefined behavior.
(edit) @60699   9 years vboxsync ldrPE.cpp: Implemented a more relaxed approach to the ever changing …
(edit) @60698   9 years vboxsync bignum-amd64-x86.asm: don't use SAHF/LAHF on AMD64 as ancient CPUs …
(edit) @60675   9 years vboxsync memcmp.asm: indent.
(edit) @60658   9 years vboxsync bs3kit: updates
(edit) @60481   9 years vboxsync IPRT: Added testcase for RTNtPathExpand8dot3Path and …
(edit) @60467   9 years vboxsync ldrPE: Generalized the load config dir size vs header size kludges.
(edit) @60450   9 years vboxsync ldrELFRelocatable.cpp.h: Fixed incorrect st_shndx validation. Used …
(edit) @60346   9 years vboxsync Runtime/sg.cpp: Allow RTSgBufInit to take NULL and 0 for paSegs and …
(edit) @60298   9 years vboxsync ldrPE.cpp: doxygen fix
(edit) @60297   9 years vboxsync ldrPE.cpp/pecoff.h: Added version 5 of the load config structures, new …
(edit) @60269   9 years vboxsync dbgmodcodeview.cpp: CV8 string table and source info tables may come …
(edit) @60266   9 years vboxsync rtDbgModCvSsProcessV4PlusSymTab: Process LProc16, GProc16, LProc32 and …
(edit) @60263   9 years vboxsync dbgmodcodeview.cpp: two CV8 bugfixes.
(edit) @60258   9 years vboxsync dbgmodcodeview.cpp: Parse CV8 line numbers.
(edit) @60245   9 years vboxsync IPRT: Added RTCrX509Name_GetShortRdn.
(edit) @60124   9 years vboxsync RTReqQueueProcess: Addressed todo regarding lost requests and document …
(edit) @60122   9 years vboxsync RTReqQueueProcess: Addressed todo regarding lost requests and document …
(edit) @60121   9 years vboxsync RTReqQueueProcess: Addressed todo regarding lost requests and document …
(edit) @60095   9 years vboxsync ASMMemFirstMismatchingU8/ASMMemFirstNonZero: fixed 16-bit far return …
(edit) @60048   9 years vboxsync Runtime/zip: typo (thanks PVS)
(edit) @60037   9 years vboxsync RTReqWait: Correct incorrect assertion (VMR3ReqWait got it right). …
(edit) @60030   9 years vboxsync iprt: Added simple (and untested) RTAsn1Integer_ToString implemented. …
(edit) @60029   9 years vboxsync iprt: Added simple (and untested) RTAsn1Integer_ToString implemented. …
(edit) @60028   9 years vboxsync iprt: Added simple (and untested) RTAsn1Integer_ToString implemented. …
(edit) @59974   9 years vboxsync rtDbgModCvLoadDirectory: Sort the directory the way we like it, stop …
(edit) @59973   9 years vboxsync dbgmodecodeview.cpp: committed too much
(edit) @59972   9 years vboxsync Implemented RTSortShell.
(edit) @59861   9 years vboxsync ASMBit[Last|First]SetUxx.asm: pop bp, duh.
(edit) @59827   9 years vboxsync vfsreadahead.cpp: Fixed two bugs in the read code and increased the …
(edit) @59826   9 years vboxsync RTZipTarCmd: Added --read-ahead option for testing the read ahead code.
(edit) @59764   9 years vboxsync Runtime/ASMMemFirstMismatchingU8: fix for 32-bit
(edit) @59761   9 years vboxsync Runtime: missing parameter and gcc format warning
(edit) @59757   9 years vboxsync rtVfsReadAhead_Read: Incorrect assertions.
(edit) @59756   9 years vboxsync vfsreadahead.cpp: Initialize status code in read ahead thread.
(edit) @59754   9 years vboxsync vfsreadahead.cpp: Completed and debugged.
(edit) @59753   9 years vboxsync gzipvfs.cpp: Pass correct flag to autodetect gzip header. Can't tell …
(edit) @59747   9 years vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(edit) @59745   9 years vboxsync sg.cpp/h: Some cleanups/optimizations.
(edit) @59731   9 years vboxsync hardening build fix. duh
(edit) @59730   9 years vboxsync hardening build fix.
(edit) @59729   9 years vboxsync didn't mean to enable building common/vfs/vfsreadahead.cpp yet.
(edit) @59728   9 years vboxsync asn1-dump: Made it a lot less painful to add new OID to the asn.1 …
(edit) @59715   9 years vboxsync pkcs7-sanity.cpp: Don't error out with an internal error when seeing …
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