VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @51838   10 years vboxsync Alternative SHA-256 implementation.
(edit) @51834   10 years vboxsync gcc inline: use '=g' here we can also directly operate on memory and …
(edit) @51831   10 years vboxsync gnu inline fun
(edit) @51830   10 years vboxsync duh
(edit) @51829   10 years vboxsync duh
(edit) @51828   10 years vboxsync Added alternative SHA-1 code. Extended asm.h with 32-bit and 64-bit …
(edit) @51822   10 years vboxsync Implemented MD2 (legacy reasons).
(edit) @51800   10 years vboxsync duplicate error fix.
(edit) @51798   10 years vboxsync iprt/err.h: untangle error codes
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @51767   10 years vboxsync conflict avoidance by more alphabetical sorting.
(edit) @51766   10 years vboxsync conflict with branch.
(edit) @51732   10 years vboxsync RTZipPkzipMemDecompress: pvSrc const
(edit) @51715   10 years vboxsync build fix
(edit) @51714   10 years vboxsync Runtime: added RTZipPkzipMemDecompress()
(edit) @51710   10 years vboxsync we don't provide this function
(edit) @51706   10 years vboxsync Runtime/http: added handling for 301 responses
(edit) @51705   10 years vboxsync Runtime/http: added handling for 301 responses
(edit) @51696   10 years vboxsync Runtime: PKZip stream reader
(edit) @51635   10 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).
(edit) @49079   11 years vboxsync dir-win.cpp/RTDirCreate: Aaaaaaaaaaaaaaaaarg!!!!!!!!!!
(edit) @49061   11 years vboxsync More Mach-O symbol hacking.
(edit) @49053   11 years vboxsync IPRT: More .dSYM hacking.
(edit) @49052   11 years vboxsync list.h: warning ([-Wunused-parameter])
(edit) @49044   11 years vboxsync Darwin guest OS digger hacking in progress. Adding symbol cache util …
(edit) @49039   11 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @49033   11 years vboxsync IPRT: Added RTFileCompare* methods a la RTFileCopy*.
(edit) @49028   11 years vboxsync iprt/cpp/xml: Fixed attribute lookup with namespace by doing the same …
(edit) @49001   11 years vboxsync asm-amd64-x86.h: Fix ASMGetSegAttr input operand size.
(edit) @48993   11 years vboxsync ASMGetSegAttr: shorter.
(edit) @48990   11 years vboxsync Runtime: ASMGetSegAttr.
(edit) @48934   11 years vboxsync include/: Whitespace cleanup by scm.
(edit) @48933   11 years vboxsync mach-o.h: MH_KEXT_BUNDLE.
(edit) @48932   11 years vboxsync iprt/types.h: RTUUID_INITIALIZE_NULL
(edit) @48909   11 years vboxsync kmk incs
(edit) @48905   11 years vboxsync Promoted Runtime/include/internal/ldrMach-O.h to …
(edit) @48862   11 years vboxsync build fix
(edit) @48850   11 years vboxsync Forgot to mangle RTZipXarFsStreamFromIoStream.
(edit) @48841   11 years vboxsync iprt/formats/xar.h: header.
(edit) @48838   11 years vboxsync More or less usable XAR reader.
(edit) @48837   11 years vboxsync build fix
(edit) @48836   11 years vboxsync IPRT: Added a flag to the gzip decompressor I/O stream for accepting …
(edit) @48835   11 years vboxsync IPRT: Added RTTimeFromString and RTTimeSpecFromString for simple …
(edit) @48834   11 years vboxsync iprt/xml: Added more convenience methods and did more cleanup work, …
(edit) @48833   11 years vboxsync cpp/utils.h: Added RT_CPP_GETTER_UNCONST and RT_CPP_GETTER_UNCONST_RET …
(edit) @48820   11 years vboxsync IPRT/RTFileModeToFlags(Ex): Introduced "oa" mode for opening + …
(edit) @48797   11 years vboxsync A bit more XAR hacking.
(edit) @48782   11 years vboxsync Missed one macro.
(edit) @48781   11 years vboxsync iprt/list.h,xml.h: Because of gcc, we need a C++ version of a bunch of …
(edit) @48780   11 years vboxsync Started on a XAR file system stream similar to what we have for TAR …
(edit) @48779   11 years vboxsync iprt/xml.h: Replaced std::list<shared_ptr<>> with RTList both to safe …
(edit) @48765   11 years vboxsync Main/Qt/VBoxManage: introduced IHost::ProcessorOnlineCoreCount and use …
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