VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30318   14 years vboxsync iprt/cpp/ministring.h: Added a append variant taking a 'const char *' …
(edit) @30281   14 years vboxsync Runtime: added Darwin support to RTFsQueryType
(edit) @30278   14 years vboxsync RTFsQueryType: clarification
(edit) @30270   14 years vboxsync Runtime/tcp+socket: Add function to write to a socket using a …
(edit) @30254   14 years vboxsync iprt: introduced RTFsQueryType()
(edit) @30253   14 years vboxsync iprt/assert.h: Use static_assert with g++ when available. Added …
(edit) @30246   14 years vboxsync comment
(edit) @30244   14 years vboxsync iprt/assert.h: copy & past…
(edit) @30240   14 years vboxsync iprt/assert.h: Added AssertCompileMembersAtSameOffset, …
(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) @30093   14 years vboxsync IPRT: Removed VERR_LOGON_FAILURE in favor of …
(edit) @30079   14 years vboxsync IPRT: Use PFNRTPROGRESS.
(edit) @30068   14 years vboxsync iprt/types.h: Added missing RTINTPTR_MAX and RTINTPTR_MIN defines.
(edit) @29977   15 years vboxsync iprt/err.h: Added VERR_NO_EXEC_MEMORY.
(edit) @29901   15 years vboxsync IPRT: added progress callback support to SHA1 digest calculation and …
(edit) @29821   15 years vboxsync iprt/sha.h: Corrected RTSHA1_DIGEST_LEN so it doesn't include the …
(edit) @29560   15 years vboxsync RTSystemQueryDmiString: Added RTSYSDMISTR_MANUFACTURER and implemented …
(edit) @29289   15 years vboxsync IPRT: Added RTPROC_FLAGS_SERVICE for code path handling when used with …
(edit) @29286   15 years vboxsync iprt/asm.h: Create annoyance in DEBUG builds, but continue to play …
(edit) @29282   15 years vboxsync iprt/asm.h: play safe.
(edit) @29276   15 years vboxsync iprt/asm.h: cleaned up the hardcoded page size mess so we can deal …
(edit) @29275   15 years vboxsync iprt/param.h: sparc64 uses 8KB pages (on solaris at least).
(edit) @29274   15 years vboxsync iprt/cdefs.h: Adjusted RT_VALID_PTR for solaris.sparc64, seems the …
(edit) @29273   15 years vboxsync iprt/asm.h: ASMMemIsAll8/32 - current inlined C code, so drop the …
(edit) @29270   15 years vboxsync iprt/asm-amd64-x86.h: Don't allow this header to be included on other arch.
(edit) @29266   15 years vboxsync fix 64-bit sparc detection and correct the break instruction for same.
(edit) @29263   15 years vboxsync sparc adjustments.
(edit) @29257   15 years vboxsync asm-math.h: opps (ASMMultU64ByU32DivByU32)
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29245   15 years vboxsync include/iprt/asm.h: split out the bits which are obviously x86 and/or …
(edit) @29045   15 years vboxsync err.h: Fixed VINF_NO_CHANGE.
(edit) @29040   15 years vboxsync VBoxService/PropCache: Finished some todos, IPRT: Added VINF_NO_CHANGE.
(edit) @29027   15 years vboxsync RTR0MemObjEnterPhys/rtR0MemObjNativeEnterPhys: Validate the cache …
(edit) @28878   15 years vboxsync uniread.cpp: Updated to cope with version 5.2 of the spec. Preparing …
(edit) @28828   15 years vboxsync sync .mac headers
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28794   15 years vboxsync iprt/assert.h: Use builtin_offsetof for all gcc 4.x.x variants and …
(edit) @28792   15 years vboxsync iprt: use UINT32_C() for RTMEM_CACHE_POLICY_XXX
(edit) @28777   15 years vboxsync iprt: added CachePolicy parameter to RTR0MemObjEnterPhys()
(edit) @28718   15 years vboxsync iprt/assert.h: gcc-4.5 warning fix for AssertCompileMemberAlignment
(edit) @28700   15 years vboxsync iprt/semaphore.h: RTEvent*Signal() - ring-0 clarification.
(edit) @28695   15 years vboxsync iprt/log: Added a write-through flag and a flush flag for file …
(edit) @28692   15 years vboxsync iprt: XmlFileWrite - expose the two suffixes write() uses when fSafe …
(edit) @28689   15 years vboxsync XmlFileWrite::write: Added a fSafe argument for safe writing of the …
(edit) @28688   15 years vboxsync IPRT: Added RTDirFlush and RTDirFlushParent.
(edit) @28642   15 years vboxsync iprt/assert.h: fixed AssertCompileMemberAlignment for recent gcc …
(edit) @28619   15 years vboxsync iprt/assert.h: Added AssertCompileAdjacentMembers.
(edit) @28615   15 years vboxsync iprt/list.h: RTListForEachReverse use the right macro, no NULLs.
(edit) @28590   15 years vboxsync iprt/mem.h: Fixed RTMemAutoPtr + RTMEM_WRAP_TO_EF_APIS.
(edit) @28536   15 years vboxsync RTSocketFromNative: warning.
(edit) @28535   15 years vboxsync iprt: add RTSocketFromNative API
(edit) @28504   15 years vboxsync iprt/mem.h: added note about electric fence
(edit) @28437   15 years vboxsync RTList: Fixed RTListNodeIsDummy and added RTListForEachReverse. Added …
(edit) @28435   15 years vboxsync iprt/list.h: Added RTListForEach and RTListNodeIsDummy.
(edit) @28363   15 years vboxsync iprt/runtime-loader.h: doxygen, hunarian.
(edit) @28361   15 years vboxsync Runtime/runtime-loader: use RTOnce again
(edit) @28357   15 years vboxsync Runtime: generalise the code used to load libdbus at runtime to a …
(edit) @28318   15 years vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @28303   15 years vboxsync Misc: made it possible to do: DEFS += RTMEM_WRAP_TO_EF_APIS …
(edit) @28298   15 years vboxsync iprt,Config.kmk: Make sure the RTMemAllocVar* alignment gets poisoned …
(edit) @28271   15 years vboxsync IPRT: Some efence adjustments, adding RTMemAllocVar and RTMemAllocZVar …
(edit) @28267   15 years vboxsync iprt: Added RTLockValidatorHoldsLocksInClass and …
(edit) @28199   15 years vboxsync IPRT: xml crash fix
(edit) @28164   15 years vboxsync IPRT: attribute namespace support
(edit) @28163   15 years vboxsync IPRT: xml optimizations, preps for better namespace support
(edit) @28117   15 years vboxsync Runtime/Sg: Add advanced compare method
(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) @28024   15 years vboxsync iprt: ipv6 header and pseudo checksumming; tcp flags; tcp/udp …
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27959   15 years vboxsync iprt: added RTTcpSetSendCoalescing.
(edit) @27918   15 years vboxsync Main/OVF: import vbox:Machine XML within OVF, first batch (XML is …
(edit) @27828   15 years vboxsync Copy/paste mistake
(edit) @27801   15 years vboxsync getopt fix.
(edit) @27787   15 years vboxsync iprt: RTSocket/RTTcp: refcount the sockets the RTDbg* way.
(edit) @27743   15 years vboxsync IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
(edit) @27676   15 years vboxsync iprt/process.h: corrected the docs
(edit) @27649   15 years vboxsync RTTest: Added RTTest*Value* for reporting simple benchmark result. …
(edit) @27639   15 years vboxsync iprt: added RTMsgErrorRc[V].
(edit) @27616   15 years vboxsync iprt/cdefs.h: nop not nope. duh.
(edit) @27615   15 years vboxsync include,tools/env.sh: applying sparc patches.
(edit) @27613   15 years vboxsync iprt: Added RTPipeFromNative, implemented the windows version and …
(edit) @27576   15 years vboxsync IPRT/testcase: Added logon failure error, test some more stuff.
(edit) @27515   15 years vboxsync RTProcCreateEx doc update.
(edit) @27509   15 years vboxsync iprt: Poll on sockets on windows (untested). RTPollSetCount -> …
(edit) @27503   15 years vboxsync iprt/socket.h: RTSocket API.
(edit) @27497   15 years vboxsync iprt,rdp,drvnamedpipe: Changed the RTSOCKET type from int to a struct …
(edit) @27451   15 years vboxsync IPRT/process-win: Update on RTProcCreateEx() + testcase.
(edit) @27431   15 years vboxsync iprt: Implemented RTPollSet on windows (pipes only). Optimized the …
(edit) @27418   15 years vboxsync IPRT: much better error messages for XML runtime errors (improves …
(edit) @27405   15 years vboxsync IPRT: Typo.
(edit) @27384   15 years vboxsync iprt: Implemented RTGetOptArgvToString with the MS CRT option. (The …
(edit) @27347   15 years vboxsync iprt/getopt.h: Argv -> command line prototypes (sketches, no code).
(edit) @27346   15 years vboxsync iprt: Added RTEnvQueryUtf16Block and RTEnvFreeUtf16Block as helpers …
(edit) @27345   15 years vboxsync iprt: Added RTSort with one simple algorithm implemented.
(edit) @27302   15 years vboxsync IPRT: RIP RTCache*, RTMemCache* is way better…
(edit) @27291   15 years vboxsync iprt/ministring: when reserving space in a formerly empty string, make …
(edit) @27247   15 years vboxsync iprt/dir.h: Forgot to mention that RTDirRemoveRecursive now refuses to …
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