VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @34565   14 years vboxsync RTDECL2: Use int32_t for cx & cy to avoid warnings.
(edit) @34541   14 years vboxsync iprt/types.h: Added RTRECT2 (bad name).
(edit) @34535   14 years vboxsync Manifest comparison.
(edit) @34507   14 years vboxsync IPRT: Visual C++ warnings.
(edit) @34449   14 years vboxsync Implemented RTManifestReadStandard and RTManifestReadStandardEx.
(edit) @34435   14 years vboxsync ExtPack: Implemented unpacking (untested).
(edit) @34418   14 years vboxsync VBoxExtPAckHelperApp.cpp: More code.
(edit) @34407   14 years vboxsync vfsmemory.cpp: initial coding.
(edit) @34406   14 years vboxsync iprt/list.h: RTListNodeGetFirst/Last -> RTListGetFirst/Last; added …
(edit) @34391   14 years vboxsync More extension pack code.
(edit) @34381   14 years vboxsync manifest stuff.
(edit) @34380   14 years vboxsync iprt/err.h: VWRN_ALREADY_EXISTS
(edit) @34379   14 years vboxsync doc nit
(edit) @34378   14 years vboxsync iprt/cdefs.h: Added RT_IS_POWER_OF_TWO.
(edit) @34232   14 years vboxsync iprt/types.h: build fix
(edit) @34230   14 years vboxsync iprt,VBoxServiceAutoMount.cpp: RTPathSetOwner[Ex] should take …
(edit) @34218   14 years vboxsync AVL: add range version with uint64_t keys
(edit) @34214   14 years vboxsync IPRT: Added RTPathJoinEx and RTPathAppendEx.
(edit) @34179   14 years vboxsync iprt/tarvfs: Rewrote the tar parser to deal with header sequences used …
(edit) @34072   14 years vboxsync iprt/string.h: doc correction.
(edit) @34056   14 years vboxsync forgot this.
(edit) @34049   14 years vboxsync iprt/tarvfs: Working on validating and parsing the tar headers.
(edit) @34045   14 years vboxsync iprt: more tar code and vfs filesystem stream bugfixes.
(edit) @34031   14 years vboxsync iprt/vfs.h: RTVfsSymlink*. build fix.
(edit) @34029   14 years vboxsync iprt/vfs/tar: more code.
(edit) @34017   14 years vboxsync iprt/fs.h: Added note to RTFMODE defines about being used in a binary …
(edit) @34014   14 years vboxsync scm whitespace cleanup
(edit) @34002   14 years vboxsync iprt: Working on tar vfs.
(edit) @33993   14 years vboxsync iprt/fs.h: Added missing type PCRTFSPROPERTIES.
(edit) @33973   14 years vboxsync vfs: the gunzip stream works, except for some double frees somewhere.
(edit) @33949   14 years vboxsync build fix
(edit) @33948   14 years vboxsync vfs: more filesystem streaming code.
(edit) @33945   14 years vboxsync More vfs code, new iprt error range..
(edit) @33933   14 years vboxsync kmk incs
(edit) @33911   14 years vboxsync code -> laptop
(edit) @33903   14 years vboxsync iprt: More VFS and gunzip code.
(edit) @33887   14 years vboxsync iprt: started hacking a gunzip/gzip I/O stream implementation.
(edit) @33871   14 years vboxsync play safe
(edit) @33870   14 years vboxsync iprt/types.h: added workaround for define inline inline
(edit) @33867   14 years vboxsync vfsbase.cpp: build fix and adding RTVfsNewIoStream.
(edit) @33862   14 years vboxsync iprt/cpp/ministring.h: Changed the substring constructors to match …
(edit) @33861   14 years vboxsync build fix
(edit) @33859   14 years vboxsync iprt/vfs: more code.
(edit) @33835   14 years vboxsync Main;Runtime: fix memory freeing returned by libxml2
(edit) @33822   14 years vboxsync iprt/vfs: I/O stream code.
(edit) @33820   14 years vboxsync iprt/vfs: Hacking in progress.
(edit) @33818   14 years vboxsync MiniString: Don't crash if NULL is passed in the constructor
(edit) @33806   14 years vboxsync ExtPack changes, related IPRT changes.
(edit) @33805   14 years vboxsync iprt::MiniString: Added a substring constructor and joined the …
(edit) @33804   14 years vboxsync iprt/tar.h: some review, clean and adding documentation.
(edit) @33802   14 years vboxsync iprt/path.h: Added RTPATHRENAME_FLAGS_NO_REPLACE to make …
(edit) @33801   14 years vboxsync iprt/dir.h: Added RTDIRRMREC_F_CONTENT_AND_DIR (0) to make …
(edit) @33700   14 years vboxsync Main;Runtime: use size_t
(edit) @33694   14 years vboxsync Runtime: explicitly set it to 32bit
(edit) @33692   14 years vboxsync iprt/cdefs.h: Added RT_FROM_CPP_MEMBER for shutting up mr noisy (g++).
(edit) @33680   14 years vboxsync IPRT: Added RTBldCfgCompiler.
(edit) @33679   14 years vboxsync IPRT: Added RTBldCfgTarget, RTBldCfgTargetArch, RTBldCfgTargetDotArch …
(edit) @33678   14 years vboxsync IPRT: Added RTStrCat and RTStrCatEx.
(edit) @33676   14 years vboxsync scm cleanup run.
(edit) @33675   14 years vboxsync Main;Runtime: move 32bit string to int converter
(edit) @33615   14 years vboxsync now it's right. added tests to prove it.
(edit) @33614   14 years vboxsync grumble, -1, not 1.
(edit) @33613   14 years vboxsync iprt::MiniString::compare: copy&past bug in the previous fix spotted …
(edit) @33610   14 years vboxsync iprt::MiniString: Fixed bug in compare("") and equals("") caused by …
(edit) @33605   14 years vboxsync iprt/cpp/ministring: Added printf and printfV methods.
(edit) @33563   14 years vboxsync iprt:ministring: Added the java-style equals() and equalsIgnoreCase() …
(edit) @33560   14 years vboxsync iprt/uni.h: fixed typos preventing the flag lookups from linking and …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33535   14 years vboxsync fortify does not like builtin_expect()
(edit) @33520   14 years vboxsync iprt/assert.h: Added AssertLogRelMsgStmt, AssertLogRelMsgReturnStmt, …
(edit) @33502   14 years vboxsync Added RTSystemQueryAvailableRam
(edit) @33496   14 years vboxsync iprt/string.h: Moved the string format docs to the header so it is …
(edit) @33494   14 years vboxsync Build fixes.
(edit) @33492   14 years vboxsync Guest Copy/Guest Additions: Update.
(edit) @33469   14 years vboxsync IPRT: xml classes documentation, plus reduced some buffer sizes.
(edit) @33464   14 years vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33450   14 years vboxsync iprt/path: Added RTPathJoinA.
(edit) @33449   14 years vboxsync IPRT/isofs.h: Tabs, documentation.
(edit) @33439   14 years vboxsync IPRT, Linux additions, Shared folders: added support for guest shared …
(edit) @33426   14 years vboxsync iprt/symlink.h: Initial code (only tested on linux).
(edit) @33386   14 years vboxsync VRDE: API changes for the VRDP server separation.
(edit) @33359   14 years vboxsync iprt/asm.h: Don't include asm-math.h and asm-amd64-x86.h any more.
(edit) @33350   14 years vboxsync iprt/asm.h: Missing paranthesis and variable usage.
(edit) @33340   14 years vboxsync cdefs: added RT_BOOL
(edit) @33337   14 years vboxsync iprt: introduced RTSymlink() and RTReadLink() (thanks Brian …
(edit) @33291   14 years vboxsync Runtime: no colon
(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) @33284   14 years vboxsync Runtime: add ASMAtomicAddSize and ASMAtomicSubSize
(edit) @33269   14 years vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33268   14 years vboxsync IPRT: Added an AVL tree taking void * ranges.
(edit) @33262   14 years vboxsync RTOnce: Avoid allocating anything when there are no races.
(edit) @33245   14 years vboxsync IPRT: Added RTPathStartsWithRoot.
(edit) @33233   14 years vboxsync Runtime/file: defines for stdin/out/err native handles
(edit) @33229   14 years vboxsync DIGEST_LEN, not STRING_LEN as the terminator is not included
(edit) @33228   14 years vboxsync VBoxAuthSimple now requires SHA-256 hashes, no more cleartext passwords
(edit) @33199   14 years vboxsync iprt/asm: C90 warning
(edit) @33197   14 years vboxsync iprt/asm: fixed bug in ASMAtomicReadU64() and …
(edit) @33196   14 years vboxsync iprt/asm: make the behavior of ASMAtomicAddU64() match the …
(edit) @33169   14 years vboxsync iprt/cdefs.h: time constants.
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