VirtualBox

source: vbox/trunk/src/VBox/Runtime/common

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @75334   6 years vboxsync iprt/memcmp.asm: Now with watcom calling convention option, we must …
(edit) @75285   6 years vboxsync IPRT/http: Fix unintended rename in previous.
(edit) @75244   6 years vboxsync IPRT/rtDbgModCvLoadDirectory: Added note about what seems to be wlink …
(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) @75237   6 years vboxsync IPRT: Added support for reading MAPSYM output.
(edit) @75236   6 years vboxsync dbgmoddwarf.cpp: format burn fix. bugref:3897
(edit) @75235   6 years vboxsync IPRT: Starting to get somewhere with DWARF unwinding. bugref:3897
(edit) @75188   6 years vboxsync IPRT/dbgmoddbghelp.cpp: Don't panic if RVA=NIL_RTLDRADDR and make sure …
(edit) @75178   6 years vboxsync IPRT/rtAsn1Time_NormalizeTime: Some more commenting. bugref:9232.
(edit) @75177   6 years vboxsync IPRT/rtAsn1Time_NormalizeTime: Better comment. bugref:9232.
(edit) @75176   6 years vboxsync IPRT: Workaround for leap seconds and seconds rounding error on OS X …
(edit) @75163   6 years vboxsync IPRT/dbg: Fixed a DWARF abbreviation cache bug, was calculating the …
(edit) @75130   6 years vboxsync IPRT/dbgmod: Don't assume pfnUnwindFrame is always present. bugref:3897
(edit) @75129   6 years vboxsync IPRT: Make Watcom C an alterntive for compiling the OS/2 kernel code …
(edit) @75128   6 years vboxsync common\err\RTErrConvertFromErrno.cpp: watcom adjustments
(edit) @75108   6 years vboxsync IPRT/http: Extended RTHttpReset with a flag parameter so headers can …
(edit) @75085   6 years vboxsync IPRT/ldrPE: Must save Dir.Size to uOrgDir before updating it. duh. …
(edit) @75084   6 years vboxsync IPRT/ldrPE: Don't be uptight about the linker getting the new loader …
(edit) @75053   6 years vboxsync IPRT,SUPDrv: Made the verification code link, fixed a couple of …
(edit) @75049   6 years vboxsync IPRT,SUPDrv: Added cbImage parameter to FNRTLDRRDRMEMDTOR; sketched …
(edit) @74981   6 years vboxsync IPRT/Dbg: Made the codeview debug info parser prefer symbols with …
(edit) @74980   6 years vboxsync IPRT/dbg: Added a few flags to RTDbg[Mod|As]SymbolAdd to deal with …
(edit) @74857   6 years vboxsync IPRT/ldr: Still need home-made GOT to load amd64 kext images, …
(edit) @74856   6 years vboxsync IPRT/ldr: Must check that JmpStubsRVA isn't NIL and not use it blindly …
(edit) @74844   6 years vboxsync IPRT/ldr: Working on applying fixups to non-object Mach-O binaries. …
(edit) @74843   6 years vboxsync ldrPE: logging fix
(edit) @74828   6 years vboxsync IPRT/pkcs7: scm fix. bugref:9232
(edit) @74762   6 years vboxsync IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 …
(edit) @74760   6 years vboxsync IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 …
(edit) @74750   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74749   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74748   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74747   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74746   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74745   6 years vboxsync dbgmodcodeview.cpp: Fix typo in a comment. dabbrev-expand is very …
(edit) @74733   6 years vboxsync IPRT/ldr: More Mach-O code signing validation hacking. bugref:9232
(edit) @74728   6 years vboxsync IPRT/rest: doPathParameters - percent-encode values before substitution.
(edit) @74727   6 years vboxsync IPRT/ldr: More hacking Mach-O code signatures. bugref:9232
(edit) @74726   6 years vboxsync IPRT/ldr: More hacking Mach-O code signatures. bugref:9232
(edit) @74724   6 years vboxsync Make scm happy. bugref:9232
(edit) @74723   6 years vboxsync IPRT/ssl: deal with relatively old OpenSSL 1.1.0 releases which don't …
(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) @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) @74676   6 years vboxsync IPRT/ldr: Mach-O underscore kludge. bugref:9232
(edit) @74672   6 years vboxsync IPRT/asn1: Hacked code into handling the necessary indefinite length …
(edit) @74664   6 years vboxsync common/ldr: add RT_FALL_THRU() to recently added files to fix build. …
(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) @74650   6 years vboxsync IPRT: Mach-O build fix. bugref:9232
(edit) @74647   6 years vboxsync IPRT: Fixed segment alignment bug in the mach-o code. bugref:9232
(edit) @74646   6 years vboxsync IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
(edit) @74645   6 years vboxsync IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
(edit) @74643   6 years vboxsync IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
(edit) @74642   6 years vboxsync IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
(edit) @74641   6 years vboxsync IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
(edit) @74640   6 years vboxsync IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
(edit) @74638   6 years vboxsync IPRT: Initial adaption of the kstuff loader code. bugref:9232
(edit) @74636   6 years vboxsync IPRT: Adding virgin copies of kLdrModMachO.c and kLdrModLX.c from …
(edit) @74525   6 years vboxsync IPRT/rest: RTCRestStringMapBase::deserializeFromJson - fix edito, …
(edit) @74452   6 years vboxsync IPRT/ldrPE: Be less uptight about the load config structure when …
(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) @74417   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) @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) @74386   6 years vboxsync IPRT/rest: Early support for polymorphic data objects in the data …
(edit) @74362   6 years vboxsync IPRT/cipher: fixed assertion in encryption code. bugref:9246
(edit) @74356   6 years vboxsync IPRT/rest: Redid the previous attempt at making sense of the …
(edit) @74352   6 years vboxsync IPRT/cipher: Fixed incorrect assertions. bugref:9246
(edit) @74351   6 years vboxsync IPRT/rest: Redid the previous attempt at making sense of the …
(edit) @74349   6 years vboxsync IPRT/json: Fixed handling of \t, \n, \r, \b, and \f escape sequences. …
(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) @74344   6 years vboxsync IPRT/assert: Added check for env var IPRT_ASSERT_NO_STACK and …
(edit) @74343   6 years vboxsync IPRT/RTCrKeyCreateNewRsa: Fixed inverted allocation failure test. …
(edit) @74342   6 years vboxsync IPRT/ssl: avoid asserting in RTFileExists. bugref:9246
(edit) @74340   6 years vboxsync IPRT/ssl: Couple of fixes. bugref:9246
(edit) @74327   6 years vboxsync IRPT: Added build target to check that VBoxRTImp.def and friends …
(edit) @74315   6 years vboxsync IPRT/crypto: Simple symmetric cipher abstraction with just was we need …
(edit) @74314   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) @74300   6 years vboxsync IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
(edit) @74299   6 years vboxsync IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
(edit) @74296   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) @74255   6 years vboxsync IPRT/dbgstackdumpself: Another shot at the solaris linking issue. …
(edit) @74252   6 years vboxsync IPRT/dbgstackdumpself: Another shot at the solaris linking issue. …
(edit) @74251   6 years vboxsync IRPT/rest,http: Use header callbacks for capturing header values in …
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