VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76218   6 years vboxsync Runtime/fs: Started restructuring the ext2 filesystem code to indicate …
(edit) @76216   6 years vboxsync Runtime/fs: Started restructurin the ext2 filesystem code to indicate …
(edit) @76096   6 years vboxsync IPRT: Added RTUtf16Chr.
(edit) @76095   6 years vboxsync IPRT: Added RTPathFilenameUtf16[Ex].
(edit) @76094   6 years vboxsync IPRT: Added RTPathFilenameUtf16[Ex].
(edit) @76090   6 years vboxsync IPRT: Corrected RTSystemGetNtVersion return value type, must be 64-bit.
(edit) @76073   6 years vboxsync IPRT: Added RTSystemGetNtVersion.
(edit) @76061   6 years vboxsync IPRT: Add RTNetStrToIPv4Cidr() that is intended as a better API …
(edit) @75994   6 years vboxsync kmk incs
(edit) @75993   6 years vboxsync SharedFolders: Track mappings made by a client session so we can unmap …
(edit) @75951   6 years vboxsync IPRT: Translation for STATUS_NO_MEDIA_IN_DEVICE.
(edit) @75916   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Pending debug exceptions bits.
(edit) @75883   6 years vboxsync IPRT/shmem: Make doxygen and scm happy.
(edit) @75880   6 years vboxsync doxygen
(edit) @75879   6 years vboxsync Runtime: Introduce RTShMem* API for accessing shared memory objects …
(edit) @75878   6 years vboxsync Runtime/r3/win: Made NtQuerySection accessible
(edit) @75790   6 years vboxsync iprt/err.h: VERR_PROC_ELEVATION_REQUIRED.
(edit) @75786   6 years vboxsync iprt/err.h: Added generic VERR_WRONG_PARAMETER_COUNT, …
(edit) @75785   6 years vboxsync iprt/err.h: Added generic VERR_WRONG_PARAMETER_COUNT, …
(edit) @75704   6 years vboxsync IPRT/r0drv/darwin: RTSemEventSignal and RTSemEventMultiSignal seems to …
(edit) @75665   6 years vboxsync iprt: adjust time-r0drv-linux.c for Linux 4.20. bugref:4567: Linux …
(edit) @75652   6 years vboxsync IPRT/dir: Adding RTDirRewind for use with shared folders.
(edit) @75618   6 years vboxsync asm.h: do not use typeof for old gcc versions in …
(edit) @75332   6 years vboxsync iprt/err.h: Added check for RTERR_NO_STRICT_RC before enabling …
(edit) @75294   6 years vboxsync iprt/cdefs.h: Fixed RT_NOREF11.
(edit) @75243   6 years vboxsync IPRT/dbg: Added RTDbgCfgOpenEx.
(edit) @75239   6 years vboxsync IPRT/dbg: Added RTDbgCfgOpenEx.
(edit) @75238   6 years vboxsync IPRT: Moved the dwarf defines into iprt/formats/dwarf.h. Did some …
(edit) @75230   6 years vboxsync iprt/mp.h: doc fix
(edit) @75140   6 years vboxsync iprt/symvers.h, Config.kmk: build binary-compatible Additions on glibc …
(edit) @75132   6 years vboxsync iprt/asm.h,cdefs.h: More watcom adjustments.
(edit) @75131   6 years vboxsync iprt/asm*.h,VMMDev.h: Watcom adjustments.
(edit) @75108   6 years vboxsync IPRT/http: Extended RTHttpReset with a flag parameter so headers can …
(edit) @75049   6 years vboxsync IPRT,SUPDrv: Added cbImage parameter to FNRTLDRRDRMEMDTOR; sketched …
(edit) @75045   6 years vboxsync IPRT/RTFileReadAll*: Added RTFILE_RDALL_F_FAIL_ON_MAX_SIZE. bugref:9232
(edit) @75035   6 years vboxsync iprt/ldr.h: Forgot to remove RTLdrOpenkLdr prototype. bugref:9232
(edit) @75013   6 years vboxsync Reverted r126046: iprt/symvers.h: fix for building back-compatible …
(edit) @75009   6 years vboxsync iprt/symvers.h: fix for building back-compatible Additions with glibc …
(edit) @75008   6 years vboxsync IPRT/RTCString: reserve(1) called on an empty string must allocate memory.
(edit) @74980   6 years vboxsync IPRT/dbg: Added a few flags to RTDbg[Mod|As]SymbolAdd to deal with …
(edit) @74844   6 years vboxsync IPRT/ldr: Working on applying fixups to non-object Mach-O binaries. …
(edit) @74760   6 years vboxsync IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 …
(edit) @74733   6 years vboxsync IPRT/ldr: More Mach-O code signing validation hacking. bugref:9232
(edit) @74726   6 years vboxsync IPRT/ldr: More hacking Mach-O code signatures. bugref:9232
(edit) @74721   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74716   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74712   6 years vboxsync IPRT/crypto: 2nd attempt at dealing with system openssl where RC4_INT …
(edit) @74711   6 years vboxsync IPRT/crypto: deal with system openssl where RC4_INT is defined as …
(edit) @74708   6 years vboxsync iprt/string.h: %RMpa - to percent-encode (a)ll reserved characters.
(edit) @74707   6 years vboxsync IPRT/ldr: Started on Mach-O code signature verification. bugref:9232
(edit) @74692   6 years vboxsync IPRT/RTSignTool: Some adjustments for apple signatures. bugref:9232
(edit) @74672   6 years vboxsync IPRT/asn1: Hacked code into handling the necessary indefinite length …
(edit) @74657   6 years vboxsync IPRT/asn1: Working on parsing Mach-O code signing structures... …
(edit) @74656   6 years vboxsync IPRT/ldr: Working on parsing Mach-O code signing structures... bugref:9232
(edit) @74654   6 years vboxsync IPRT: More kStuff cleanup. bugref:9232
(edit) @74651   6 years vboxsync iprt/nt/hyperv.h: updates. bugref:9044
(edit) @74648   6 years vboxsync VMM/IEM, CPUM: Nested VMX: bugref:9180 VM-exit bits; Add TPR …
(edit) @74644   6 years vboxsync IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
(edit) @74639   6 years vboxsync IPRT: Initial adapting of the kstuff loader code. bugref:9232
(edit) @74638   6 years vboxsync IPRT: Initial adaption of the kstuff loader code. bugref:9232
(edit) @74637   6 years vboxsync IPRT: Adding virgin of lx.h from kStuff revision 113. bugref:9232
(edit) @74614   6 years vboxsync iprt/crypto: Some apple code signing structures. bugref:9232
(edit) @74594   6 years vboxsync iprt/string.h: Fix pasto in comment for RTStrToUInt32()
(edit) @74517   6 years vboxsync NEM/win: Updates for new builds. bugref:9044
(edit) @74508   6 years vboxsync iprt/nt/hyperv.h: Document some new registers.
(edit) @74500   6 years vboxsync iprt/assert.h: Added AssertLogRelStmt.
(edit) @74460   6 years vboxsync IPRT: Implemented long filename support for windows (except for …
(edit) @74456   6 years vboxsync iprt/asm.h: doxygen fix
(edit) @74453   6 years vboxsync DrvChar,asm.h: Added ASMAtomicXchgZ to get rid of 32-bit VCC …
(edit) @74428   6 years vboxsync IPRT/rest: doxygen fix. bugref:9167
(edit) @74425   6 years vboxsync IPRT/rest: Missed RT_NOEXCEPT in two place. Went wild adding …
(edit) @74424   6 years vboxsync IPRT/uri: Better handling of empty port specifiers. bugref:9249
(edit) @74415   6 years vboxsync IPRT/rest: Reworked the JSON output classes a little, adding a pretty …
(edit) @74414   6 years vboxsync IPRT/rest: Reworked the JSON output classes a little, adding a pretty …
(edit) @74410   6 years vboxsync IPRT/rest: Fixed RTCRestStringEnum::clone override. bugref:9167
(edit) @74402   6 years vboxsync IPRT/rest: Implemented array and string-map support for …
(edit) @74396   6 years vboxsync IPRT/rest: Prepped for polymorphic body responses. bugref:9167
(edit) @74395   6 years vboxsync IPRT/rest: Implemented support for polymorphic parameters (requests). …
(edit) @74390   6 years vboxsync IPRT/rest: Replaced thrice duplicate enum wrapping code with a …
(edit) @74388   6 years vboxsync x86.h: Added IA32_SMBASE MSR.
(edit) @74387   6 years vboxsync IPRT/rest: Early support for polymorphic data objects in the data …
(edit) @74378   6 years vboxsync IPRT/http: Added RTHttpSetProxyByUrl, deprecating RTHttpSetProxy in …
(edit) @74377   6 years vboxsync IPRT/http: Added RTHttpSetProxyByUrl, deprecating RTHttpSetProxy in …
(edit) @74373   6 years vboxsync IPRT:critsect: Corrected RTCritSectEnterMultipleDebug signature again, …
(edit) @74351   6 years vboxsync IPRT/rest: Redid the previous attempt at making sense of the …
(edit) @74348   6 years vboxsync IPRT/rest: Trying to make the basepath stuff more flexible. However, …
(edit) @74347   6 years vboxsync IPRT/rest: Implemented inheritance in the data model. Introducing a …
(edit) @74331   6 years vboxsync IPRt/mangling: We no longer have any RTMemLocked* APIs.
(edit) @74330   6 years vboxsync scm fix
(edit) @74317   6 years vboxsync IPRT/crypto: Simple symmetric cipher abstraction with just was we need …
(edit) @74313   6 years vboxsync IPRT/crypto: Simple symmetric cipher abstraction with just was we need …
(edit) @74312   6 years vboxsync IPRT/crypto: Added RTCrRandBytes and RTCrPkcs5Pbkdf2Hmac. The latter …
(edit) @74302   6 years vboxsync scm fixes
(edit) @74297   6 years vboxsync IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
(edit) @74295   6 years vboxsync IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
(edit) @74263   6 years vboxsync IPRT/rest: Reimplement RTCRestArrayBase::fromString and adjusted …
(edit) @74262   6 years vboxsync IPRT/RTCString: Added find(char,size_t) and find(RTCString const …
(edit) @74253   6 years vboxsync IPRT/ldr: Added RTLDRLOAD_FLAGS_NO_SUFFIX flag for enabling loading …
(edit) @74250   6 years vboxsync IRPT/rest,http: Use header callbacks for capturing header values in …
(edit) @74241   6 years vboxsync iprt/x86.h: dtrace doesn't grok RTUINT128U in X86XMMREG.
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