VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @83886   5 years vboxsync IPRT: Implement RTStrEnd in assembly & C++, drop the inlining. memchr …
(edit) @83838   5 years vboxsync IPRT: Fix what I think is a typo to unbreak the build. bugref:8489
(edit) @83837   5 years vboxsync IPRT: Added RTUtf16Printf, RTUtf16PrintfV, RTUtf16PrintfEx and …
(edit) @83102   5 years vboxsync IPRT: Simple TLS destructor testcase.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82837   5 years vboxsync IPRT/file: Added some more thoughts and @todo regarding the …
(edit) @82836   5 years vboxsync IPRT/win: Enabled new RTFileSetSize implementation that works like …
(edit) @82835   5 years vboxsync IPRT/win: Finished the RTFileSetSize reimplementation, still disabled. …
(edit) @82832   5 years vboxsync tstFile: Converted to new style and added append+truncate testcase …
(edit) @82741   5 years vboxsync Main,IPRT,SUP,SharedClipboard: Cleanup fixes.
(edit) @81762   5 years vboxsync SUPDrv,tstRTInlineAsm: Fixed assertion/failure when trying to use the …
(edit) @81203   5 years vboxsync IPRT/RTPathParseSimple: Root handling fixes. bugref:9586 . …
(edit) @81140   5 years vboxsync IPRT/system: RTSYSFWPROP -> RTSYSFWBOOL.
(edit) @81137   5 years vboxsync IPRT/RTSystem*Firmware: Simplified the interface and made it follow …
(edit) @81077   5 years vboxsync tstRTCRest-1,tstRTStrFormat,tstRTTimeSpec: Fixed warnings about 64-bit …
(edit) @81071   5 years vboxsync SUPDrv,IPRT,VMM: Support host APIC ID above 256 in GIP. (Only tested …
(edit) @81064   5 years vboxsync tstRTSystemQueryFirmware: build fix,
(edit) @81063   5 years vboxsync iprt/win: Fixed method for determining firmware type on win 8.0 and …
(edit) @81062   5 years vboxsync iprt/system: Fixing the firmware stuff a little.
(edit) @80878   5 years vboxsync IPRT/env-generic.cpp: RTENV_ALLOW_EQUAL_FIRST_IN_VAR should only be …
(edit) @80860   5 years vboxsync IPRT: Renamed RTSystemFirmwareValueGet() -> RTSystemFirmwareValueQuery().
(edit) @80832   5 years vboxsync IPRT: Added RTPathEnsureTrailingSeparatorEx.
(edit) @80827   5 years vboxsync IPRT: Added RTEnvCreateEx and RTEnvCreateChangeRecordEx so flags can …
(edit) @80708   5 years vboxsync IPRT: Added RTSystemFirmwareXXX API to query the firmware type / UEFI …
(edit) @80665   5 years vboxsync IPRT: Redid RTTimerLRChangeInterval. Converted RTTimerLR testcase to …
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @80569   5 years vboxsync Main: bugref:9341: Added VM autostart during boot support for windows host
(edit) @80565   5 years vboxsync IPRT/string.h: Added hexformatting variants that takes an additional …
(edit) @80496   5 years vboxsync IPRT/string.h: Added added two more human readable size formatting …
(edit) @80024   5 years vboxsync VMM: Kicking out raw-mode (work in progress) - em config. bugref:9517
(edit) @79891   5 years vboxsync *.kmk: Preparing for dropping 32-bit host support. Introducing a …
(edit) @79884   5 years vboxsync tstRTCRest-1: use consistent quoting (or rather, now, not quoting) for …
(edit) @79570   5 years vboxsync IPRT: Added RTPathPurgeFilename for making valid filenames out of …
(edit) @79562   5 years vboxsync IPRT: Added RTSTRCONVERTHEXBYTES_F_SEP_COLON as well as a …
(edit) @79521   5 years vboxsync VBox/log.h: Kicked out most event group (base classes are still there) …
(edit) @78833   6 years vboxsync tstRTPoll: Check read results after the socket and pipe we waited on …
(edit) @78702   6 years vboxsync IPRT/path: Added RTPathParentLength and RTPathParentLengthEx. bugref:9172
(edit) @78561   6 years vboxsync Runtime/RTShMem,tstRTShMem: Add API to delete a named shared memory …
(edit) @78373   6 years vboxsync tstRTSymlink: Use the enmType parameter so recent w10 stop failing. …
(edit) @78153   6 years vboxsync IPRT: Added RTPATHABS_F_ENSURE_TRAILING_SLASH to RTPathAbsEx and fixed …
(edit) @78098   6 years vboxsync IPRT,*: Cleaning up RTPathAbsExEx, renaming it to RTPathAbsEx and …
(edit) @78090   6 years vboxsync *,IPRT: Use new RTPathAbsExEx function instead of RTPathAbsEx. bugref:9172
(edit) @78048   6 years vboxsync IPRT: Working on new RTPathAbsEx implementation, temporarily called …
(edit) @77736   6 years vboxsync tstRTBigNum: Some memory leak fixes (to reduce the noise and being …
(edit) @77691   6 years vboxsync tstRTFileOpenEx-1: Cleanup and one more case. ticketref:9276 [build fix]
(edit) @77689   6 years vboxsync tstRTFileOpenEx-1: Cleanup and one more case. ticketref:9276
(edit) @77684   6 years vboxsync IPRT: Implemented RTFileOpenEx for posix too. ticketref:9276
(edit) @77681   6 years vboxsync IPRT: Adding an extended file open API that returns the action taken …
(edit) @77256   6 years vboxsync Runtime/RTDvm: Add flag to indicate that a volume is contiguous on the …
(edit) @76905   6 years vboxsync Runtime/testcase/tstRTDvm: Resurrect testcase as an example on how to …
(edit) @76660   6 years vboxsync RTPathCalcRelative: Extended case-insensitivity from 7-bit ascii to …
(edit) @76589   6 years vboxsync IPRT: Attempted to address some the more obvious shortcomings of …
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76560   6 years vboxsync IPRT: Use IPRT_INCLUDED_SRC_ as header guard prefix for files around …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76513   6 years vboxsync IPRT: scm --fix-header-guards. bugref:9344
(edit) @76452   6 years vboxsync IPRT: Ran scm --fix-err-h. bugref:9344
(edit) @76417   6 years vboxsync iprt/errcore.h,*: Duplicate some of the most frequently used status …
(edit) @76409   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76408   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @76322   6 years vboxsync Reverted accidental commit r127614.
(edit) @76321   6 years vboxsync iprt/mp-r0drv-linux.c: Attempt at fixing !CONFIG_SMP warnings.
(edit) @76061   6 years vboxsync IPRT: Add RTNetStrToIPv4Cidr() that is intended as a better API …
(edit) @75879   6 years vboxsync Runtime: Introduce RTShMem* API for accessing shared memory objects …
(edit) @75734   6 years vboxsync tstRTR0Timer: Run the omni timer tests for a longer time period and …
(edit) @75423   6 years vboxsync tstRTBigNum: Test RTUInt32DivRem and RTUInt64DivRem too.
(edit) @75125   6 years vboxsync tstRTCRest-1.cpp: Another shot at the double test. bugref:9167 [build fix]
(edit) @75124   6 years vboxsync tstRTCRest-1.cpp: Another shot at the double test. bugref:9167
(edit) @75123   6 years vboxsync tstRTCRest-1: More double test tweaking. bugref:9167
(edit) @75037   6 years vboxsync tstRTCRest-1: More flexible double handling. The strtod impl we depend …
(edit) @75034   6 years vboxsync tstRTCRest: no change.
(edit) @75008   6 years vboxsync IPRT/RTCString: reserve(1) called on an empty string must allocate memory.
(edit) @74998   6 years vboxsync tstRTCRest-1: path escaping was changed without updating the …
(edit) @74997   6 years vboxsync tstRTCRest-1: Array test fix. bugref:9167
(edit) @74859   6 years vboxsync tstLdr-4: check data accessess too. bugref:9232
(edit) @74856   6 years vboxsync IPRT/ldr: Must check that JmpStubsRVA isn't NIL and not use it blindly …
(edit) @74845   6 years vboxsync tstRTLdrMachORelocs-1.S: update
(edit) @74760   6 years vboxsync IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 …
(edit) @74654   6 years vboxsync IPRT: More kStuff cleanup. 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) @74425   6 years vboxsync IPRT/rest: Missed RT_NOEXCEPT in two place. Went wild adding …
(edit) @74414   6 years vboxsync IPRT/rest: Reworked the JSON output classes a little, adding a pretty …
(edit) @74350   6 years vboxsync tstRTJson: escape test. bugref:9167
(edit) @74277   6 years vboxsync tstRTCRest-1: Fixed crash in testStringMap. bugref:9167
(edit) @74276   6 years vboxsync IPRT/rest: adjusted double testcase for unix systems. bugref:9167
(edit) @74263   6 years vboxsync IPRT/rest: Reimplement RTCRestArrayBase::fromString and adjusted …
(edit) @74250   6 years vboxsync IRPT/rest,http: Use header callbacks for capturing header values in …
(edit) @74202   6 years vboxsync IPRT/rest: More client request base tests. Added RTHttpGetHeaderCount …
(edit) @74199   6 years vboxsync IPRT/rest: Started writing tests for RTCRestClientRequestBase. bugref:9167
(edit) @74198   6 years vboxsync IPRT/rest: String map tests. A couple of bugfixes (removal, …
(edit) @74197   6 years vboxsync IPRT/rest: String map tests. A couple of bugfixes (removal, …
(edit) @74196   6 years vboxsync IPRT/rest: build fix. bugref:9167
(edit) @74195   6 years vboxsync IPRT/rest: Build fix for array tests. Started testing the string map. …
(edit) @74194   6 years vboxsync IPRT/rest: More array tests. bugref:9167
(edit) @74193   6 years vboxsync IPRT/rest: Array tests. Fixed double size decrement in removeAt …
(edit) @74188   6 years vboxsync IPRT/rest: Started on testing the array class. bugref:9167
(edit) @74182   6 years vboxsync IPRT/rest: Two more date tests. bugref:9167
(edit) @74181   6 years vboxsync IPRT/rest: Wrote unit tests for RTCRestDate. Addressed some issues …
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