VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @22113   15 years vboxsync RTDbgAs: More bugfixes.
(edit) @22111   15 years vboxsync RTDbgAs,RTDbgMod: Bugfixes.
(edit) @22109   15 years vboxsync IPRT: Added RTPathTraverseList.
(edit) @22092   15 years vboxsync iprt/md5.cpp|h: some cleanup and tuning to see how fast it can be (too …
(edit) @22007   15 years vboxsync iprt/zip.cpp: notes from zero page optimizations.
(edit) @21920   15 years vboxsync IPRT: Added a RTCrc32 that uses crc32() from zlib since we already …
(edit) @21919   15 years vboxsync iprt/crc32.cpp: strip docs, coding style.
(edit) @21918   15 years vboxsync IPRT: Added RTMd5().
(edit) @21914   15 years vboxsync iprt: combined crc32.h and crc64.h into crc.h. Added Adler-32.
(edit) @21859   15 years vboxsync IPRT/tar: fixed gcc warning (uninitialized variable)
(edit) @21848   15 years vboxsync zip.cpp: make sure we return VERR_NOT_SUPPORTED for attempts using …
(edit) @21844   15 years vboxsync IPRT/RTZip: Fixed LZJB support and added LZO.
(edit) @21814   15 years vboxsync IPRT: RTZipBlock for block compression.
(edit) @21813   15 years vboxsync Runtime: little fixes
(edit) @21812   15 years vboxsync Runtime: rename
(edit) @21810   15 years vboxsync IPRT: r=bird: RTZip - dunno if anything works after my changes because …
(edit) @21800   15 years vboxsync zip.cpp: do LZF block by block.
(edit) @21791   15 years vboxsync RTStrPutCpInternal: Fixed an irrelevant bug.
(edit) @21784   16 years vboxsync Runtime: Implemented tar archive I/O.
(edit) @21749   16 years vboxsync Runtime: optimization hint
(edit) @21748   16 years vboxsync Runtime: more corrections
(edit) @21746   16 years vboxsync Runtime: little corrections
(edit) @21744   16 years vboxsync iprt/utf-8.cpp: dropped some unnecessary bits and fixed theoretical …
(edit) @21743   16 years vboxsync Runtime: more cleanup in the error case
(edit) @21742   16 years vboxsync Runtime: added SHA1 and manifest file support
(edit) @21740   16 years vboxsync IPRT: Some latin-1 cleanup and some preditions in the recoding loops.
(edit) @21728   16 years vboxsync iprt/string: change behaviour of Utf16 to Latin1 to reject …
(edit) @21714   16 years vboxsync iprt/string: conversion between Utf16 and Latin1
(edit) @21678   16 years vboxsync build fix
(edit) @21676   16 years vboxsync common/path: build fix.
(edit) @21675   16 years vboxsync IPRT: Moved rtPathVolumeSpecLen.
(edit) @21673   16 years vboxsync IPRT: Split up r3/path.cpp.
(edit) @21617   16 years vboxsync ministring.cpp: properties, file header (short description, sepearate …
(edit) @21549   16 years vboxsync iprt/log.h: Use the spinning mutexes.
(edit) @21542   16 years vboxsync Runtime: separate error code for EBUSY, for getting better error …
(edit) @21539   16 years vboxsync ASMNopPause implementation (mainly for AMD64/win).
(edit) @21412   16 years vboxsync Add,++: Switch to common addition kernel module.
(edit) @21396   16 years vboxsync IPRT: fix missing '\0'
(edit) @21381   16 years vboxsync IPRT: gcc warnings when compiled as ISO C
(edit) @21377   16 years vboxsync iprt/log.h,DBGFLog.cpp,VBoxGuest-linux.c: Added RTLogDestinations, …
(edit) @21375   16 years vboxsync log.cpp: Make the ring-0 fallback logging more obvious and support the …
(edit) @21337   16 years vboxsync IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel …
(edit) @21315   16 years vboxsync strformatrt.cpp: Use thousand separators in the formatting of RTtimspec.
(edit) @21292   16 years vboxsync svn:eol-style native
(edit) @21290   16 years vboxsync gcc warning
(edit) @21135   16 years vboxsync log.cpp: Fixed assertion if RTLogDestroy is called during linux module …
(edit) @21110   16 years vboxsync RTDbg: Some adjustments and fixes.
(edit) @21107   16 years vboxsync dbgmodnm.cpp: the module mangling didn't quite work out, redid it.
(edit) @21047   16 years vboxsync IPRT: Added a reader of NM-style map files. (Mainly for linux …
(edit) @21046   16 years vboxsync IPRT: Added a reader of NM-style map files. (Mainly for linux …
(edit) @21005   16 years vboxsync dbgmodcontainer.cpp: Added the missing file header.
(edit) @20859   16 years vboxsync IPRT: Increased the logger buffer and replaced a bunch RTUINT with …
(edit) @20853   16 years vboxsync IPRT: Added custom prefix callback to the logger.
(edit) @20819   16 years vboxsync getenv -> RTEnvGet.
(edit) @20809   16 years vboxsync Runtime/getopt: new parameter value type 'UUID'
(edit) @20801   16 years vboxsync IPRT: The rest of the basic RTDbgMod code.
(edit) @20800   16 years vboxsync IPRT: More RTDbgMod code.
(edit) @20799   16 years vboxsync IPRT: More RTDbgMod code.
(edit) @20756   16 years vboxsync IPRT: More RTDbg coding - generic container is mostly done now.
(edit) @20744   16 years vboxsync IPRT: RTDbg coding.
(edit) @20741   16 years vboxsync iprt/dbg.cpp/h: the RTDbgLine* methods as well.
(edit) @20740   16 years vboxsync iprt: More RTDbg coding; added a new AVL tree for RTUINPTR.
(edit) @20739   16 years vboxsync iprt: RTDbgMod coding in progress.
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20364   16 years vboxsync IPRT: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20360   16 years vboxsync IPRT: Memory pool (untested) and string pool stub implementation.
(edit) @20356   16 years vboxsync iprt: some more dbgmod bits.
(edit) @20355   16 years vboxsync IPRT: some dbgmod bits.
(edit) @20293   16 years vboxsync Runtime/s3: be compatible with older libcurls
(edit) @20273   16 years vboxsync Runtime/thread: paranoia check in strict builds for held rwsem locks …
(edit) @20256   16 years vboxsync Runtime/rand: compiler warnings / typecast fixes
(edit) @20043   16 years vboxsync Runtime: export to OSE
(edit) @20008   16 years vboxsync PDMCritSect: rewrite, ring-0 unlocking not yet enabled.
(edit) @19942   16 years vboxsync IPRT: Implemented thousand separators for the string formatting code …
(edit) @19898   16 years vboxsync IPRT: Termination callback framework - missing file. (not hooked up to …
(edit) @19896   16 years vboxsync IPRT: Added a RTOnceReset method (needed it for a testcase).
(edit) @19865   16 years vboxsync IPRT: Made handletable.cpp and handletablectx.cpp build cleanly as C.
(edit) @19863   16 years vboxsync IPRT/zip: use 128K buffer in all cases (both for compressing and …
(edit) @19757   16 years vboxsync VMM,IPRT,DBGC: Debug address spaces.
(edit) @19730   16 years vboxsync Backed out 47346
(edit) @19729   16 years vboxsync RTLogSetDefaultInstanceThread change; ring 0 logging fix for multiple VCPUs
(edit) @19605   16 years vboxsync iprt/common/asm: id tag + docs.
(edit) @19600   16 years vboxsync GCC 4.3.3 workarounds for ASMAtomicCmpXchgU64 and ASMAtomicReadU64.
(edit) @19566   16 years vboxsync OSE fix
(edit) @19559   16 years vboxsync IPRT: Coded up the debug address space, adding a RTUINTPTR AVL range …
(edit) @19546   16 years vboxsync space
(edit) @19523   16 years vboxsync IPRT: Build common/asm/ASMAtomicCmpXchgU64.asm into the R3 runtime.
(edit) @19522   16 years vboxsync IPRT: Added a 32-bit implementation of ASMAtomicCmpXchgU64
(edit) @19384   16 years vboxsync iprt/common/string/string.cpp: RTR3DECL -> RTDECL (see header).
(edit) @19167   16 years vboxsync iprt/cdefs.h,RTLdr: Added an generic RT_NOTHING macro to fixing issues …
(edit) @19128   16 years vboxsync gcc-4.4 warning
(edit) @18744   16 years vboxsync Runtime/getopt: provide way to figure out which option definition matched
(edit) @18603   16 years vboxsync heapsimple.cpp: Just convert to C style, plese, do NOT move comments …
(edit) @18570   16 years vboxsync RTStrIStr: fixed inverted test.
(edit) @18562   16 years vboxsync build fix?
(edit) @18561   16 years vboxsync Warnings: move assertion statements for parameters past initial …
(edit) @18552   16 years vboxsync IPRT: Untested RTStrIStr and RTStrStr. (testcase is underways)
(edit) @18544   16 years vboxsync RTStrToUpper/Lower: Document assumtions & todos properly, added …
(edit) @18528   16 years vboxsync Runtime: added RTStrToLower & RTStrToUpper
(edit) @18428   16 years vboxsync heapsimple.cpp: MSC/64 warning.
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