VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @52340   10 years vboxsync build fix
(edit) @52335   10 years vboxsync RTBigNum: Added shift APIs, implemented a faster division algorithm, …
(edit) @52294   10 years vboxsync asm-math.h: build fix
(edit) @52292   10 years vboxsync RTBigNum/asmdefs.mac: Forgot another file.
(edit) @52290   10 years vboxsync RTBigNum: Two assembly optimizations related to RTBigNumModExp. Use …
(edit) @52213   10 years vboxsync SUP,IPRT: Implemented forwarder support in RTLdr and cleaned up some …
(edit) @52163   10 years vboxsync SUP: Make the middle respawn process wait on both parent and child. …
(edit) @52139   10 years vboxsync SUP: child-process purification to avoid sysfer.dll.
(edit) @52108   10 years vboxsync wrong error code.
(edit) @52103   10 years vboxsync nt.h: Cleaned out unused structures.
(edit) @52102   10 years vboxsync nt.h: TEB and PEB structures.
(edit) @52092   10 years vboxsync SUP: Disable hard error popups from NtCreateSection failures.
(edit) @52050   10 years vboxsync RTMemSafer: Split generic from ring-3 specific page based …
(edit) @52040   10 years vboxsync nt.h: Missing NtQueryDirectoryFile prototype.
(edit) @52039   10 years vboxsync short -> long names.
(edit) @52021   10 years vboxsync IPRT/RTMemLocked*: Ditch API, was only implemented on POSIX and there …
(edit) @52018   10 years vboxsync IPRT: Make RTMemSafer use the SUPR3 page allocation if available to …
(edit) @51999   11 years vboxsync Removed left over DEBUG_bird bits in iprt/asn1.h and added …
(edit) @51945   11 years vboxsync Try again for up to 5 seconds when we see STATUS_NO_SUCH_DEVICE and …
(edit) @51942   11 years vboxsync build fix
(edit) @51940   11 years vboxsync GMMR0: Switched from fast mutex to critical section for the giant …
(edit) @51919   11 years vboxsync asn1-generator: RTASN1TMPL_MEMBER_DYN* was leaking memory.
(edit) @51869   11 years vboxsync fake mangling.
(edit) @51868   11 years vboxsync Page hash fixes. Somehow using the wrong algorithm for determining how …
(edit) @51863   11 years vboxsync page hash updates.
(edit) @51862   11 years vboxsync page hash updates.
(edit) @51858   11 years vboxsync Some ASN.1 fixes related to BMP strings. Improved the ASN.1 dumper a …
(edit) @51856   11 years vboxsync Added the odd sha-2 algorithms to RTCrDigest and extended the …
(edit) @51851   11 years vboxsync Renamed hash implementations to fit better into the build system, …
(edit) @51842   11 years vboxsync Added alternative SHA-512/224 and SHA-512/256 implementations while at it.
(edit) @51841   11 years vboxsync Alternative SHA-512 and SHA-384 implementation.
(edit) @51840   11 years vboxsync mangle the sha-224 symbols.
(edit) @51838   11 years vboxsync Alternative SHA-256 implementation.
(edit) @51834   11 years vboxsync gcc inline: use '=g' here we can also directly operate on memory and …
(edit) @51831   11 years vboxsync gnu inline fun
(edit) @51830   11 years vboxsync duh
(edit) @51829   11 years vboxsync duh
(edit) @51828   11 years vboxsync Added alternative SHA-1 code. Extended asm.h with 32-bit and 64-bit …
(edit) @51822   11 years vboxsync Implemented MD2 (legacy reasons).
(edit) @51800   11 years vboxsync duplicate error fix.
(edit) @51798   11 years vboxsync iprt/err.h: untangle error codes
(edit) @51770   11 years vboxsync Merged in iprt++ dev branch.
(edit) @51767   11 years vboxsync conflict avoidance by more alphabetical sorting.
(edit) @51766   11 years vboxsync conflict with branch.
(edit) @51732   11 years vboxsync RTZipPkzipMemDecompress: pvSrc const
(edit) @51715   11 years vboxsync build fix
(edit) @51714   11 years vboxsync Runtime: added RTZipPkzipMemDecompress()
(edit) @51710   11 years vboxsync we don't provide this function
(edit) @51706   11 years vboxsync Runtime/http: added handling for 301 responses
(edit) @51705   11 years vboxsync Runtime/http: added handling for 301 responses
(edit) @51696   11 years vboxsync Runtime: PKZip stream reader
(edit) @51635   11 years vboxsync introduced RTHttpGetBinary(), renamed RTHttpGet() to RTHttpGetText()
(edit) @51182   11 years vboxsync VMM/IEM: Implemented hardware task-switches, code path disabled.
(edit) @51087   11 years vboxsync typo
(edit) @51074   11 years vboxsync Runtime: Add RTMemLocked* API to allocate locked memory
(edit) @51014   11 years vboxsync Temporarily renamed iprt/x509.h to iprt/x509-branch-collision.h to …
(edit) @50971   11 years vboxsync iprt/x86.h: Minimum TSS descriptor limit value.
(edit) @50956   11 years vboxsync punctuation and english.
(edit) @50955   11 years vboxsync VERR_X509_XX moved to 230xx because we need the two 200 status codes …
(edit) @50954   11 years vboxsync x509.cpp/h: Cleaned up rtX509ReadCertificateFromPEM, please study the …
(edit) @50903   11 years vboxsync added prefix X509 into all error definitions related to X509
(edit) @50888   11 years vboxsync Added VINF_NOT_SELFSIGNED_X509_CERTIFICATE
(edit) @50835   11 years vboxsync fixed svn properties
(edit) @50832   11 years vboxsync pr6022. Support X509 certification during import OVF appliance.
(edit) @50793   11 years vboxsync iprt: Added RTSTR_VALIDATE_ENCODING_EXACT_LENGTH for …
(edit) @50792   11 years vboxsync IPRT: Added RTUtf16ValidateEncodingEx, RTUtf16ValidateEncoding and …
(edit) @50790   11 years vboxsync build fix
(edit) @50783   11 years vboxsync Main and Runtime/Linux: rip out all code for recursively walking /dev, …
(edit) @50765   11 years vboxsync include/iprt, Runtime/common: Added defines for newer Intel CPU …
(edit) @50642   11 years vboxsync iprt/env.h: Added RTEnvCountEx and RTEnvGetByIndexEx for enumerating …
(edit) @50641   11 years vboxsync RTMpGetDescription: Made it accept NIL_RTCPUID as indicating the …
(edit) @50526   11 years vboxsync Storage/VHDX: Finally commit and enable CRC-32c checksum validation …
(edit) @50507   11 years vboxsync IPRT/uri.h: Documentation.
(edit) @50503   11 years vboxsync IPRT/ministring: Added RTCString::joinEx().
(edit) @50470   11 years vboxsync IPRT: Documentation.
(edit) @50456   11 years vboxsync RTNetStrToIPv6Addr: first cut at IPv6 address parsing. I'm still not …
(edit) @50425   11 years vboxsync ASMGetSegAttr returns UINT32_MAX on failure, not ~0U.
(edit) @50424   11 years vboxsync ASMSetIDTR and ASMSetGDTR.
(edit) @50418   11 years vboxsync Add RTNetStrToIPv4AddrEx - a variant of IPv4 dotted-decimal parsing …
(edit) @50408   11 years vboxsync RTEnv: Use the unicode CRT APIs on windows to avoid …
(edit) @50255   11 years vboxsync VMM: two undocumented CPUID bits
(edit) @50205   11 years vboxsync tar.cpp: Drop the TAR file reading code.
(edit) @50194   11 years vboxsync tar.cpp: Stripped it futher down and documented what …
(edit) @50155   11 years vboxsync iprt/err.h: fixed error code of VINF_TAR_DIR_PATH
(edit) @50154   11 years vboxsync Reduce the TAR API to what's currently used.
(edit) @50003   11 years vboxsync iprt/dbg.h: Increased the fixed symbol length.
(edit) @49893   11 years vboxsync MSR rewrite: initial hacking - half disabled.
(edit) @49847   11 years vboxsync build fix
(edit) @49845   11 years vboxsync Adding ASMWrMsrEx and ASMRdMSrEx.
(edit) @49788   11 years vboxsync Runtime: AVL callback functions return an IPRT status code and so do …
(edit) @49766   11 years vboxsync RT_LO_U16 fix.
(edit) @49731   11 years vboxsync FPU save/restore experiment.
(edit) @49724   11 years vboxsync Added ASMAtomicUo[And|Or]U[32|64].
(edit) @49417   11 years vboxsync typo.
(edit) @49391   11 years vboxsync iprt/x86.h: Added X86_IS_CANONICAL.
(edit) @49326   11 years vboxsync IPRT: exposes RTNetStrToMAC (resolves todo in misc/getopt.cpp).
(edit) @49182   11 years vboxsync Added ASMCpuIdExSlow and made CPUM use it.
(edit) @49151   11 years vboxsync SUPR3: Use NtDeviceIoControlFile instead of DeviceIoControl to avoid …
(edit) @49150   11 years vboxsync SUPR3: Use NtDeviceIoControlFile instead of DeviceIoControl to avoid …
(edit) @49083   11 years vboxsync x86.h: Added ECX feature F16C (valid on both Intel and AMD).
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