VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @39517   13 years vboxsync Some request thread pool musings.
(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) @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) @39350   13 years vboxsync Runtime: add methods for checking if something is in use in a circular …
(edit) @39083   13 years vboxsync IPRT: -Wunused-parameter.
(edit) @39071   13 years vboxsync build fix
(edit) @39070   13 years vboxsync VMM,IPRT: -Wunused-function.
(edit) @39032   13 years vboxsync IPRT: Fixed unused variable warnings.
(edit) @39029   13 years vboxsync lockvalidator.cpp: Plugged a leak. (Don't think it's an important leak …
(edit) @38888   13 years vboxsync Warnings.
(edit) @38862   13 years vboxsync Typo.
(edit) @38734   13 years vboxsync s3.cpp: Use C local date names and IPRT.
(edit) @38730   13 years vboxsync rtS3DateHeader: How to generate a date field using IPRT (disabled).
(edit) @38686   13 years vboxsync Runtime/Sg: Leave early if there is no memory left in the S/G buffer
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38539   13 years vboxsync Runtime/SgBuf: Add new method to get the next segment from the S/G buffer
(edit) @38515   13 years vboxsync IPRT: Working on debug info again.
(edit) @38305   13 years vboxsync Addressed some todos.
(edit) @38285   13 years vboxsync comment typo.
(edit) @38083   13 years vboxsync getoptargv.cpp: control chars go to 0x20, not 20.
(edit) @37951   13 years vboxsync IPRT: Added RTMsgSetProgName.
(edit) @37665   13 years vboxsync Runtime/getopt: add new option flag to switch to case insensitive matching
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37316   14 years vboxsync IPRT: Inlined the already-done check in RTOnce().
(edit) @37233   14 years vboxsync IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
(edit) @37210   14 years vboxsync circbuf: make the structure abstract.
(edit) @37209   14 years vboxsync circbuf: Use ASMAtomic*Z instead of ASMAtomic*Size because the latter …
(edit) @37208   14 years vboxsync circbuf: code cleanup.
(edit) @36951   14 years vboxsync warnings
(edit) @36827   14 years vboxsync iprt/assert.cpp: made the stderr format msg2 buffer as big as the …
(edit) @36597   14 years vboxsync IPRT: Implemented the memory tracker.
(edit) @36596   14 years vboxsync iprt/thread.h: Added RTThreadIsInitialized, RTThreadIsSelfKnown and …
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @36312   14 years vboxsync Runtime/common/misc/sg: temporarily sanity check
(edit) @36233   14 years vboxsync IPRT: linux R0 threads
(edit) @35512   14 years vboxsync iprt/types.h: Added RTFLOAT64U, RTFLOAT80U and RTFLOAT80U2.
(edit) @34542   14 years vboxsync RTGetOpt: Made it a bit less understanding about spaces after the …
(edit) @34507   14 years vboxsync IPRT: Visual C++ warnings.
(edit) @34256   14 years vboxsync IPRT: Must clear the TLS entry holding RTTHREAD before freeing the …
(edit) @33982   14 years vboxsync iprt: Moving zip.cpp and tar.cpp from common/misc/ and into common/zip/.
(edit) @33804   14 years vboxsync iprt/tar.h: some review, clean and adding documentation.
(edit) @33680   14 years vboxsync IPRT: Added RTBldCfgCompiler.
(edit) @33679   14 years vboxsync IPRT: Added RTBldCfgTarget, RTBldCfgTargetArch, RTBldCfgTargetDotArch …
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33484   14 years vboxsync Runtime: force zero terminated strings on file read
(edit) @33464   14 years vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33289   14 years vboxsync Runtime;Main-OVF-Import: added online creation of SHA1 sums; …
(edit) @33286   14 years vboxsync Runtime: add lock free circular buffer + simple testcase
(edit) @33269   14 years vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33262   14 years vboxsync RTOnce: Avoid allocating anything when there are no races.
(edit) @33058   14 years vboxsync Runtime: RTTar setSize fixes
(edit) @32836   14 years vboxsync Runtime: fix check
(edit) @32756   14 years vboxsync Runtime: more fixes
(edit) @32754   14 years vboxsync Runtime: next burn fix try
(edit) @32752   14 years vboxsync Runtime: fix piggy compiler
(edit) @32751   14 years vboxsync Runtime: initial VFS support for tar
(edit) @32630   14 years vboxsync Runtime: fix burn
(edit) @32629   14 years vboxsync Runtime: remove the useless secondary temporary memory pointer
(edit) @32602   14 years vboxsync Runtime: fix burn
(edit) @32601   14 years vboxsync Runtime: fix burn
(edit) @32599   14 years vboxsync Runtime: fixed todos; distinct between real VERR_EOF and tar end of …
(edit) @32566   14 years vboxsync Runtime: in-memory extraction support for tar
(edit) @31847   14 years vboxsync iprt: removed crc32.h and crc64.h, use crc.h instead.
(edit) @31624   14 years vboxsync Runtime: cast
(edit) @31623   14 years vboxsync Runtime: add progress callback support to the tar backend
(edit) @31583   14 years vboxsync Runtime/Sg: Extend RTSgBufSegArrayCreate to allow just counting the …
(edit) @30827   14 years vboxsync iprt/mem.h: Added RTMemWipeThoroughly().
(edit) @30470   14 years vboxsync RTSgBufInit: cSegs must be size_t so RT_ELEMENTS and similar will work …
(edit) @30468   14 years vboxsync IPRT: - Corrected RTSGBUF member names. - Corrected RTSgBufInit …
(edit) @30112   14 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30111   14 years vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @29845   15 years vboxsync tstRTCidr: nits
(edit) @29840   15 years vboxsync Runtime: no more than four octets are allowed.
(edit) @29837   15 years vboxsync Runtime: fixed cDelimiterLimit calculation, short form (n.n/16 is the …
(edit) @29834   15 years vboxsync Runtime: RTCidrStrToIPv4 changed to conform to rfc 4632 …
(edit) @28903   15 years vboxsync IPRT: iconv cache.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28687   15 years vboxsync Runtime/Sg: quit the loop if we reached the end of the buffer
(edit) @28317   15 years vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @28271   15 years vboxsync IPRT: Some efence adjustments, adding RTMemAllocVar and RTMemAllocZVar …
(edit) @28267   15 years vboxsync iprt: Added RTLockValidatorHoldsLocksInClass and …
(edit) @28145   15 years vboxsync Runtime/Sg: Fix RTSgBufCopy
(edit) @28117   15 years vboxsync Runtime/Sg: Add advanced compare method
(edit) @28116   15 years vboxsync Runtime/Sg: Fix stupid bug
(edit) @28113   15 years vboxsync Runtime/Sg: Add a method to advance the internal buffer pointer
(edit) @28053   15 years vboxsync Runtime: Generic S/G buffer handling. For VBoxHDD but might become …
(edit) @27968   15 years vboxsync RTGetOptArgvToString: Implemented bourne shell style quoting.
(edit) @27802   15 years vboxsync getopt fix (2nd part).
(edit) @27801   15 years vboxsync getopt fix.
(edit) @27800   15 years vboxsync iprt: applying sparc patch (selectively).
(edit) @27763   15 years vboxsync once.cpp: Use ASMAtomicUoReadHandle (missed one place).
(edit) @27639   15 years vboxsync iprt: added RTMsgErrorRc[V].
(edit) @27386   15 years vboxsync iprt: Fixed RTGetOptArgvToString bug dealing with DOS slashes at the …
(edit) @27384   15 years vboxsync iprt: Implemented RTGetOptArgvToString with the MS CRT option. (The …
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