VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11934   16 years vboxsync minor header update
(edit) @11888   16 years vboxsync IPRT: added RTLdrGetSuff.
(edit) @11853   16 years vboxsync IPRT: Added a 'append' flag to the logger.
(edit) @11841   16 years vboxsync IPRT: RTR3InitEx.
(edit) @11836   16 years vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @11822   16 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11794   16 years vboxsync SUP: SUPInit(ppSession=NULL, cbReserved=0) -> SUPR3Init(ppSession)
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11605   16 years vboxsync backdoor logging for AMD64 guests
(edit) @11596   16 years vboxsync iprt: Added RTThreadCreateV and RTThreadCreateF which takes a format …
(edit) @11562   16 years vboxsync Runtime: Remove fifo implementation, request queues are much better
(edit) @11558   16 years vboxsync iprt: RTRandAdvCreateNonPseudo -> RTRandAdvCreateSystemFaster; …
(edit) @11555   16 years vboxsync Runtime: little threadsafe fifo implementation for passing things to …
(edit) @11546   16 years vboxsync attempt to fix the Windows builds
(edit) @11538   16 years vboxsync pcnet: Rearranged the giant frame detection, adding the VLAN EtherType …
(edit) @11523   16 years vboxsync iprt: Implemented the /dev/urandom base random generator as a RTRAND …
(edit) @11445   16 years vboxsync iprt/net.h: corrected ICMP protocol identifier.
(edit) @11413   16 years vboxsync Runtime: small fix to the UUID code, splitting the ClockSeq field and …
(edit) @11403   16 years vboxsync Solaris/vboxnetflt, iprt/alloca.h: correct instance tracking, made it …
(edit) @11391   16 years vboxsync Moved annoying log messages to either level4 or private logging. Added …
(edit) @11352   16 years vboxsync iprt: Implemented RTSystemQueryOSInfo for windows.
(edit) @11350   16 years vboxsync iprt: Added RTSystemQueryOSInfo.
(edit) @11347   16 years vboxsync iprt/rand: Added a generic RTRandAdv API for use with any random …
(edit) @11337   16 years vboxsync Runtime: new function for daemonizing, implemented on posix systems …
(edit) @11323   16 years vboxsync Dropped RTSystemProcessorGetCount and RTSystemProcessorGetActiveMask.
(edit) @11318   16 years vboxsync iprt/runtime.h: mp.h
(edit) @11310   16 years vboxsync iprt/cdefs.h: GCSTRING -> RCSTRING
(edit) @11309   16 years vboxsync iprt: Retired HCSTRING, replaced by R3STRING.
(edit) @11308   16 years vboxsync iprt: Retired deprecated RTUUID member aUuid.
(edit) @11225   16 years vboxsync iprt/cdefs.h: No more DECLGCCALLBACKMEMBER
(edit) @11221   16 years vboxsync DECLGCCALLBACKMEMBER -> DECLRCCALLBACKMEMBER
(edit) @11207   16 years vboxsync iprt/cdefs.h: Created a set of byte swapping macros for constants for …
(edit) @11198   16 years vboxsync DECLGCCALLBACKMEMBER -> DECLRCCALLBACKMEMBER
(edit) @11190   16 years vboxsync AssertLogRelMsg1: Fixed the LogRel() version, it was printing the file …
(edit) @11173   16 years vboxsync IPRT: Added ASMModS64ByS32RetS32 and ASMModU64ByU32RetU32.
(edit) @11154   16 years vboxsync cdefs: new macro - CTX_SUFF - for R3,R0 and RC suffixes.
(edit) @11095   16 years vboxsync iprt: The cpputils.h version of RTCNonCopyable doesn't fit the naming …
(edit) @11054   16 years vboxsync iprt/net.h: Added dummy IPX ethertypes.
(edit) @11052   16 years vboxsync iprt/net.h: Added minimum lengths for DHCP and BOOTP packets.
(edit) @11049   16 years vboxsync IPRT/RTNetIPv4: Rewrote the RTNETDHCP header as RTNETBOOTP and …
(edit) @11044   16 years vboxsync IPRT/RTNetIPv4: Simple TCP validation.
(edit) @11030   16 years vboxsync iprt/cdefs.h: Don't use throw() unless C++ exceptions are enabled.
(edit) @11028   16 years vboxsync Runtime: autores doc clarification and queries and example template …
(edit) @11027   16 years vboxsync Disabled RT_NO_THROW on solaris r0.
(edit) @11025   16 years vboxsync iprt/net.h: Added some ICMP (v4) bits.
(edit) @11022   16 years vboxsync comment typo.
(edit) @11019   16 years vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @11018   16 years vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @11017   16 years vboxsync iprt: Some RTMemAutoPtr optimizations.
(edit) @11015   16 years vboxsync iprt: Fixed RTAutoRes::reset() so it doesn't destroy a NIL handle.
(edit) @11014   16 years vboxsync iprt/RTMemAutoPtr: Some useful destructors (deallocators) and allocators.
(edit) @11012   16 years vboxsync iprt: More IPv4 validating / checksumming.
(edit) @11011   16 years vboxsync iprt/RTMemAutoPtr: Added a constructor that will allocate memory to …
(edit) @11010   16 years vboxsync iprt: hrmpf. g++ things external linkage is needed. silly.
(edit) @11009   16 years vboxsync iprt: Fixed missing/incorrect inline usage in the new template functions.
(edit) @11008   16 years vboxsync iprt: Moved RTMemAutoPtr into iprt/mem.h.
(edit) @11007   16 years vboxsync iprt/autores.h: cosmetics.
(edit) @11006   16 years vboxsync iprt/autores.h: cosmetics.
(edit) @11004   16 years vboxsync iprt/autores.h: *Value -> *_hRes. Renamed Reallocator to Allocator and …
(edit) @11002   16 years vboxsync iprt/autores.h: cosmetics
(edit) @11001   16 years vboxsync iprt/autores.h: Drop the cpputils.h dependency.
(edit) @11000   16 years vboxsync iprt/autores.h: Added a hundred missing newlines, fixed docs and a few …
(edit) @10998   16 years vboxsync iprt: Use the byte swapper routines from iprt/asm.h.
(edit) @10997   16 years vboxsync iprt/asm.h: comment.
(edit) @10996   16 years vboxsync iprt/asm.h: shut up stupid MSC warning.
(edit) @10995   16 years vboxsync iprt: Added ASMByteSwapU16/64 and unit test for them + U32.
(edit) @10989   16 years vboxsync Runtime: reallocate counting in elements, not in bytes in autores
(edit) @10988   16 years vboxsync Runtime: removed unsafe operator= from autores
(edit) @10982   16 years vboxsync iprt: More IPv4 checksum calculation.
(edit) @10980   16 years vboxsync Runtime, HostServices/GuestProperties, Additions/common: autores update
(edit) @10978   16 years vboxsync tstIntNet-1,iprt: Use iprt/net in tstIntNet-1. Modified the …
(edit) @10977   16 years vboxsync Runtime: forgot a header file in autores
(edit) @10975   16 years vboxsync Runtime: renamed iprt/autores -> iprt/autores.h
(edit) @10974   16 years vboxsync Runtime: updated and simplified the autores code
(edit) @10967   16 years vboxsync iprt/cpputils.h: added stdx::non_copyable class
(edit) @10966   16 years vboxsync IPRT: some more IP checksumming stuff (hope it works).
(edit) @10964   16 years vboxsync IPRT: added RTNETTCP to iprt/net.h and started on the IPv4 checksum …
(edit) @10963   16 years vboxsync types: Merged PDMMAC and RTNETMAC into RTMAC.
(edit) @10962   16 years vboxsync iprt/types.h: Added RTMAC.
(edit) @10960   16 years vboxsync IPRT/intnet: Moving network protocol structures and related stuff into …
(edit) @10951   16 years vboxsync IPRT: Extended RTStrValidateEncodingEx with a …
(edit) @10949   16 years vboxsync IPRT: Added RTStrNLen and RTStrNLenEx.
(edit) @10944   16 years vboxsync iprt: RTTimerLR - low resolution timer API (< 10 Hz).
(edit) @10943   16 years vboxsync iprt/asm.h: Fixed missing ASMAtomicReadU64 and ASMAtomicUoReadU64 on …
(edit) @10940   16 years vboxsync IPRT: Implemented the RTOnce API.
(edit) @10939   16 years vboxsync iprt/asm.h: Added a bunch of atomic operations for IPRT handles …
(edit) @10927   16 years vboxsync Runtime: updated RTMemAuto -> RTMemAutoPtr
(edit) @10926   16 years vboxsync Runtime: updated RTAutoRes -> RTMemAuto
(edit) @10925   16 years vboxsync Runtime: updated RTAutoRes
(edit) @10918   16 years vboxsync Runtime: added RTAutoRes (a generalised form of auto_ptr for managing …
(edit) @10911   16 years vboxsync IPRT: Added RTPathSetCurrent.
(edit) @10848   16 years vboxsync Export to OSE
(edit) @10788   16 years vboxsync IPRT: Implemented the context variant of the handle table.
(edit) @10785   16 years vboxsync Fixed broken AssertCompileMemberOffset macro.
(edit) @10768   16 years vboxsync Some early commit of the handle table code (home -> work).
(edit) @10765   16 years vboxsync Spec'ed out the RTHandleTable API.
(edit) @10708   16 years vboxsync Runtime: add cache implementation
(edit) @10646   16 years vboxsync Made RTLogDestroy ignore NULL logger.
(edit) @10546   16 years vboxsync RTSemFastMutexCreate docs.
(edit) @10544   16 years vboxsync Performance API, version 0, with fixed COMDefs.h.
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