# # ChangeLog for trunk/src/VBox/Runtime in vbox # # Generated by Trac 1.4.3.2 # Mar 10, 2025 1:17:09 PM Fri, 28 Sep 2018 14:46:09 GMT vboxsync [74525] * trunk/src/VBox/Runtime/common/rest/RTCRestStringMapBase.cpp (modified) IPRT/rest: RTCRestStringMapBase::deserializeFromJson - fix edito, ... Tue, 25 Sep 2018 15:56:16 GMT vboxsync [74462] * trunk/src/VBox/Runtime/r3/win/pathint-win.cpp (modified) IPRT: Implemented long filename support for windows (except for ... Tue, 25 Sep 2018 15:55:40 GMT vboxsync [74461] * trunk/src/VBox/Runtime/r3/win/pathint-win.cpp (modified) IPRT: Implemented long filename support for windows (except for ... Tue, 25 Sep 2018 15:42:33 GMT vboxsync [74460] * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r3/win/dir-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/direnum-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fs-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/localipc-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/path-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/pathint-win.cpp (added) * trunk/src/VBox/Runtime/r3/win/process-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/symlink-win.cpp (modified) IPRT: Implemented long filename support for windows (except for ... Tue, 25 Sep 2018 13:50:18 GMT vboxsync [74458] * trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp (modified) IPRT/ldrNative-win: Implemented RTLDRLOAD_FLAGS_NO_SUFFIX. Tue, 25 Sep 2018 10:16:07 GMT vboxsync [74452] * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) IPRT/ldrPE: Be less uptight about the load config structure when ... Sun, 23 Sep 2018 15:51:58 GMT vboxsync [74427] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) IPRT/rest: Updated VBoxRTImp-vcc*.def. bugref:9167 Sun, 23 Sep 2018 15:47:50 GMT vboxsync [74426] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def (modified) IPRT/rest: Updated VBoxRTImp-gcc.def. bugref:9167 Sun, 23 Sep 2018 15:41:48 GMT vboxsync [74425] * trunk/include/iprt/cpp/restanyobject.h (modified) * trunk/include/iprt/cpp/restarray.h (modified) * trunk/include/iprt/cpp/restbase.h (modified) * trunk/include/iprt/cpp/restclient.h (modified) * trunk/include/iprt/cpp/restoutput.h (modified) * trunk/include/iprt/cpp/reststringmap.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestAnyObject.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBaseOci.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientRequestBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestJsonPrimaryCursor.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestOutputBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestOutputPrettyBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestOutputPrettyToString.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestOutputToString.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestStringMapBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/rest-binary.cpp (modified) * trunk/src/VBox/Runtime/common/rest/rest-primary-object-types.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: Missed RT_NOEXCEPT in two place. Went wild adding ... Sat, 22 Sep 2018 20:00:36 GMT vboxsync [74424] * trunk/include/iprt/uri.h (modified) * trunk/src/VBox/Runtime/common/misc/uri.cpp (modified) IPRT/uri: Better handling of empty port specifiers. bugref:9249 Sat, 22 Sep 2018 11:50:16 GMT vboxsync [74419] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def (modified) scm fix Fri, 21 Sep 2018 18:47:21 GMT vboxsync [74417] * trunk/src/VBox/Runtime/common/rest/RTCRestOutputBase.cpp (modified) IPRT/rest: Reworked the JSON output classes a little, adding a pretty ... Fri, 21 Sep 2018 18:24:18 GMT vboxsync [74416] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def (modified) IPRT/rest: Updated VBoxRTImp-gcc.def. bugref:9167 Fri, 21 Sep 2018 18:23:01 GMT vboxsync [74414] * trunk/include/iprt/cpp/restbase.h (modified) * trunk/include/iprt/cpp/restclient.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestAnyObject.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestOutputBase.cpp (added) * trunk/src/VBox/Runtime/common/rest/RTCRestOutputPrettyBase.cpp (added) * trunk/src/VBox/Runtime/common/rest/RTCRestOutputPrettyToString.cpp (copied) * trunk/src/VBox/Runtime/common/rest/RTCRestOutputToString.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestStringMapBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/rest-binary.cpp (modified) * trunk/src/VBox/Runtime/common/rest/rest-primary-object-types.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: Reworked the JSON output classes a little, adding a pretty ... Fri, 21 Sep 2018 12:37:25 GMT vboxsync [74408] * trunk/src/VBox/Runtime/tools/rest (deleted) oops Fri, 21 Sep 2018 10:21:22 GMT vboxsync [74406] * trunk/src/VBox/Runtime/r0drv/linux/memuserkernel-r0drv-linux.c (modified) IPRT/rtR0MemKernelCopyLnxWorker: Added missing jump back from .fixup ... Fri, 21 Sep 2018 09:33:40 GMT vboxsync [74404] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def (modified) IPRT/rest: Updated VBoxRTImp-gcc.def. bugref:9167 Fri, 21 Sep 2018 09:32:06 GMT vboxsync [74403] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) IPRT/rest: Updated VBoxRTImp-vcc*.def. bugref:9167 Fri, 21 Sep 2018 09:25:55 GMT vboxsync [74402] * trunk/include/iprt/cpp/restanyobject.h (modified) * trunk/include/iprt/cpp/restarray.h (modified) * trunk/include/iprt/cpp/restbase.h (modified) * trunk/include/iprt/cpp/reststringmap.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestAnyObject.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestStringMapBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/rest-binary.cpp (modified) * trunk/src/VBox/Runtime/common/rest/rest-primary-object-types.cpp (modified) IPRT/rest: Implemented array and string-map support for ... Fri, 21 Sep 2018 00:46:46 GMT vboxsync [74397] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def (modified) IPRT/rest: Updated stable gcc exports. bugref:9167 Thu, 20 Sep 2018 22:39:39 GMT vboxsync [74396] * trunk/include/iprt/cpp/restclient.h (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp (modified) IPRT/rest: Prepped for polymorphic body responses. bugref:9167 Thu, 20 Sep 2018 21:52:13 GMT vboxsync [74395] * trunk/include/iprt/err.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientRequestBase.cpp (modified) IPRT/rest: Implemented support for polymorphic parameters (requests). ... Thu, 20 Sep 2018 16:35:17 GMT vboxsync [74391] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def (modified) IPRT/rest: Updated the stable VBoxRT exports for gcc. bugref:9167 Thu, 20 Sep 2018 15:51:35 GMT vboxsync [74387] * trunk/include/iprt/cpp/restanyobject.h (modified) * trunk/include/iprt/cpp/restarray.h (modified) * trunk/include/iprt/cpp/restbase.h (modified) * trunk/include/iprt/cpp/restclient.h (modified) * trunk/include/iprt/cpp/reststringmap.h (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) IPRT/rest: Early support for polymorphic data objects in the data ... Thu, 20 Sep 2018 15:46:38 GMT vboxsync [74386] * trunk/src/VBox/Runtime/common/rest/RTCRestAnyObject.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestStringMapBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/rest-binary.cpp (modified) * trunk/src/VBox/Runtime/common/rest/rest-primary-object-types.cpp (modified) IPRT/rest: Early support for polymorphic data objects in the data ... Thu, 20 Sep 2018 00:57:08 GMT vboxsync [74379] * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) IPRT/http: Added RTHttpSetProxyByUrl, deprecating RTHttpSetProxy in ... Thu, 20 Sep 2018 00:37:23 GMT vboxsync [74377] * trunk/include/iprt/http.h (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) IPRT/http: Added RTHttpSetProxyByUrl, deprecating RTHttpSetProxy in ... Wed, 19 Sep 2018 15:09:27 GMT vboxsync [74373] * trunk/include/iprt/critsect.h (modified) * trunk/src/VBox/Runtime/generic/critsect-generic.cpp (modified) IPRT:critsect: Corrected RTCritSectEnterMultipleDebug signature ... Wed, 19 Sep 2018 15:07:27 GMT vboxsync [74372] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/DefToAsmExterns.sed (modified) * trunk/src/VBox/Runtime/VBox/DefToAsmExternsVcc32.sed (copied) IPRT/VBoxRTStableChecker: Made it work for x86 Visual C++ too. ... Wed, 19 Sep 2018 15:06:26 GMT vboxsync [74371] * trunk/src/VBox/Runtime/generic/critsect-generic.cpp (modified) IPRT:critsect: Corrected RTCritSectEnterMultipleDebug signature in ... Wed, 19 Sep 2018 14:44:10 GMT vboxsync [74370] * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) IPRT/http: Enable using libproxy for proxy settings when present. ... Wed, 19 Sep 2018 11:27:56 GMT vboxsync [74368] * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) IPRT/fileio-win.cpp: Disabled long filename code from r125172. See todo. Wed, 19 Sep 2018 09:50:35 GMT vboxsync [74362] * trunk/src/VBox/Runtime/common/crypto/cipher-openssl.cpp (modified) IPRT/cipher: fixed assertion in encryption code. bugref:9246 Wed, 19 Sep 2018 08:01:43 GMT vboxsync [74358] * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) IPRT/win/fileio-win.cpp: Added support for longer file names (> 260 ... Wed, 19 Sep 2018 00:50:27 GMT vboxsync [74356] * trunk/src/VBox/Runtime/common/rest/rest-primary-object-types.cpp (modified) IPRT/rest: Redid the previous attempt at making sense of the ... Tue, 18 Sep 2018 21:50:57 GMT vboxsync [74352] * trunk/src/VBox/Runtime/common/crypto/cipher-openssl.cpp (modified) IPRT/cipher: Fixed incorrect assertions. bugref:9246 Tue, 18 Sep 2018 20:01:28 GMT vboxsync [74351] * trunk/include/iprt/cpp/restclient.h (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp (modified) IPRT/rest: Redid the previous attempt at making sense of the ... Tue, 18 Sep 2018 19:55:31 GMT vboxsync [74350] * trunk/src/VBox/Runtime/testcase/tstRTJson.cpp (modified) tstRTJson: escape test. bugref:9167 Tue, 18 Sep 2018 19:53:31 GMT vboxsync [74349] * trunk/src/VBox/Runtime/common/misc/json.cpp (modified) IPRT/json: Fixed handling of \t, \n, \r, \b, and \f escape sequences. ... Tue, 18 Sep 2018 17:06:05 GMT vboxsync [74348] * trunk/include/iprt/cpp/restclient.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp (modified) IPRT/rest: Trying to make the basepath stuff more flexible. However, ... Tue, 18 Sep 2018 16:10:34 GMT vboxsync [74347] * trunk/include/iprt/cpp/restbase.h (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestAnyObject.cpp (modified) * trunk/src/VBox/Runtime/common/rest/rest-primary-object-types.cpp (modified) IPRT/rest: Implemented inheritance in the data model. Introducing a ... Tue, 18 Sep 2018 14:31:17 GMT vboxsync [74346] * trunk/src/VBox/Runtime/VBox/DefToAsmExterns.sed (modified) IPRT: scm fix. bugref:9246 Tue, 18 Sep 2018 14:24:24 GMT vboxsync [74344] * trunk/src/VBox/Runtime/common/misc/assert.cpp (modified) IPRT/assert: Added check for env var IPRT_ASSERT_NO_STACK and ... Tue, 18 Sep 2018 14:16:53 GMT vboxsync [74343] * trunk/src/VBox/Runtime/common/crypto/key-create-rsa-openssl.cpp (modified) IPRT/RTCrKeyCreateNewRsa: Fixed inverted allocation failure test. ... Tue, 18 Sep 2018 14:16:15 GMT vboxsync [74342] * trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp (modified) IPRT/ssl: avoid asserting in RTFileExists. bugref:9246 Tue, 18 Sep 2018 11:06:39 GMT vboxsync [74340] * trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp (modified) IPRT/ssl: Couple of fixes. bugref:9246 Tue, 18 Sep 2018 09:27:17 GMT vboxsync [74334] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT/VBoxRTStableCheck: Disabled on win.x86 as there are issues with ... Tue, 18 Sep 2018 02:01:26 GMT vboxsync [74329] * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) IRPT/VBoxRTImp.defs: correction. bugref:9246 Mon, 17 Sep 2018 22:18:51 GMT vboxsync [74328] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT/Makefile.kmk: VBoxRTStableCheck on darwin. bugref:9246 Mon, 17 Sep 2018 22:13:09 GMT vboxsync [74327] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/DefToAsmExterns.sed (copied) * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTStableCheck.cpp (added) * trunk/src/VBox/Runtime/common/crypto/cipher-openssl.cpp (modified) IRPT: Added build target to check that VBoxRTImp.def and friends ... Mon, 17 Sep 2018 21:05:03 GMT vboxsync [74323] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT/Makefile.kmk: Drop OpenSSL from RuntimeBldProg. Mon, 17 Sep 2018 15:57:18 GMT vboxsync [74315] * trunk/src/VBox/Runtime/common/crypto/cipher-openssl.cpp (modified) IPRT/crypto: Simple symmetric cipher abstraction with just was we ... Mon, 17 Sep 2018 15:54:12 GMT vboxsync [74314] * trunk/src/VBox/Runtime/common/crypto/cipher-openssl.cpp (modified) IPRT/crypto: Simple symmetric cipher abstraction with just was we ... Mon, 17 Sep 2018 15:50:55 GMT vboxsync [74313] * trunk/include/iprt/crypto/cipher.h (added) * trunk/include/iprt/err.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) * trunk/src/VBox/Runtime/common/crypto/cipher-openssl.cpp (added) * trunk/src/VBox/Runtime/include/internal/magics.h (modified) IPRT/crypto: Simple symmetric cipher abstraction with just was we ... Mon, 17 Sep 2018 14:47:59 GMT vboxsync [74312] * trunk/configure (modified) * trunk/include/iprt/crypto/misc.h (added) * trunk/include/iprt/err.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/crypto/RTCrPkcs5Pbkdf2Hmac-openssl.cpp (added) * trunk/src/VBox/Runtime/common/crypto/RTCrRandBytes-openssl.cpp (added) * trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp (modified) IPRT/crypto: Added RTCrRandBytes and RTCrPkcs5Pbkdf2Hmac. The latter ... Mon, 17 Sep 2018 04:41:32 GMT vboxsync [74302] * trunk/include/iprt/crypto/ssl.h (modified) * trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp (modified) scm fixes Sun, 16 Sep 2018 19:50:16 GMT vboxsync [74300] * trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp (modified) IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added ... Sun, 16 Sep 2018 18:35:40 GMT vboxsync [74299] * trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp (modified) IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added ... Sun, 16 Sep 2018 15:49:06 GMT vboxsync [74298] * trunk/src/VBox/Runtime/tools/Makefile.kmk (modified) bldRTSignTool is apparently needed by extpack builds on windows. ... Sun, 16 Sep 2018 15:38:56 GMT vboxsync [74296] * trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp (modified) IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added ... Sun, 16 Sep 2018 15:36:08 GMT vboxsync [74295] * trunk/include/iprt/asn1.h (modified) * trunk/include/iprt/crypto/key.h (modified) * trunk/include/iprt/crypto/rc4.h (added) * trunk/include/iprt/crypto/ssl.h (added) * trunk/include/iprt/err.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) * trunk/src/VBox/Runtime/common/crypto/key-create-rsa-openssl.cpp (added) * trunk/src/VBox/Runtime/common/crypto/key.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/rc4-openssl.cpp (added) * trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp (added) * trunk/src/VBox/Runtime/include/internal/magics.h (modified) * trunk/src/VBox/Runtime/tools/Makefile.kmk (modified) IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added ... Sat, 15 Sep 2018 18:49:36 GMT vboxsync [74293] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT/Makefile.kmk: RuntimeBldProg build fix for OS/2, 3rd try. Sat, 15 Sep 2018 17:15:28 GMT vboxsync [74292] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT/Makefile.kmk: RuntimeBldProg build fix for OS/2. [oops] Sat, 15 Sep 2018 17:13:16 GMT vboxsync [74291] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT/Makefile.kmk: RuntimeBldProg build fix for OS/2. Fri, 14 Sep 2018 23:15:32 GMT vboxsync [74285] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT/Makefile.kmk: Trying to reduce sources in RuntimeBldProg (win). ... Fri, 14 Sep 2018 23:04:29 GMT vboxsync [74284] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT/Makefile.kmk: Trying to reduce sources in RuntimeBldProg (win). ... Fri, 14 Sep 2018 22:52:20 GMT vboxsync [74283] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT/Makefile.kmk: Trying to reduce sources in RuntimeBldProg ... Fri, 14 Sep 2018 19:09:39 GMT vboxsync [74282] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def (modified) VBoxRTImp-gcc.def: scm nit. bugref:9152 Fri, 14 Sep 2018 18:24:54 GMT vboxsync [74280] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) VBoxRTImp-vcc*.def: scm nits. bugref:9152 Fri, 14 Sep 2018 16:08:36 GMT vboxsync [74277] * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) tstRTCRest-1: Fixed crash in testStringMap. bugref:9167 Fri, 14 Sep 2018 16:04:37 GMT vboxsync [74276] * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: adjusted double testcase for unix systems. bugref:9167 Fri, 14 Sep 2018 15:51:17 GMT vboxsync [74275] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def (modified) VBoxRTImp-gcc.def: regen comment fix. bugref:9152 Fri, 14 Sep 2018 14:25:56 GMT vboxsync [74269] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def (added) IPRT: Added .def files for gcc compilers listing the RTCString and ... Fri, 14 Sep 2018 13:51:42 GMT vboxsync [74266] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) IPRT/rest: Updated C++ def files with REST classes and sed command ... Fri, 14 Sep 2018 12:53:18 GMT vboxsync [74263] * trunk/include/iprt/cpp/restbase.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: Reimplement RTCRestArrayBase::fromString and adjusted ... Fri, 14 Sep 2018 12:49:31 GMT vboxsync [74262] * trunk/include/iprt/cpp/ministring.h (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) * trunk/src/VBox/Runtime/common/string/ministring.cpp (modified) IPRT/RTCString: Added find(char,size_t) and find(RTCString const ... Thu, 13 Sep 2018 17:48:55 GMT vboxsync [74255] * trunk/src/VBox/Runtime/common/dbg/dbgstackdumpself-amd64-x86.asm (modified) IPRT/dbgstackdumpself: Another shot at the solaris linking issue. ... Thu, 13 Sep 2018 17:22:07 GMT vboxsync [74254] * trunk/src/VBox/Runtime/r3/darwin/krnlmod-darwin.cpp (modified) IPRT/krnlmod-darwin: Load and resolve IOKit dependency manually as it ... Thu, 13 Sep 2018 17:22:06 GMT vboxsync [74253] * trunk/include/iprt/ldr.h (modified) * trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp (modified) IPRT/ldr: Added RTLDRLOAD_FLAGS_NO_SUFFIX flag for enabling loading ... Thu, 13 Sep 2018 17:22:06 GMT vboxsync [74252] * trunk/src/VBox/Runtime/common/dbg/dbgstackdumpself.cpp (modified) * trunk/src/VBox/Runtime/tools/RTKrnlModInfo.cpp (modified) IPRT/dbgstackdumpself: Another shot at the solaris linking issue. ... Thu, 13 Sep 2018 16:35:23 GMT vboxsync [74251] * trunk/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp (modified) IRPT/rest,http: Use header callbacks for capturing header values in ... Thu, 13 Sep 2018 16:33:17 GMT vboxsync [74250] * trunk/include/iprt/cpp/restbase.h (modified) * trunk/include/iprt/cpp/restclient.h (modified) * trunk/include/iprt/http.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IRPT/rest,http: Use header callbacks for capturing header values in ... Thu, 13 Sep 2018 14:21:37 GMT vboxsync [74244] * trunk/src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp (modified) IPRT/rest: RTCRestArrayBase::serializeAsJson - don't emut comma after ... Thu, 13 Sep 2018 13:08:34 GMT vboxsync [74237] * trunk/src/VBox/Runtime/tools/Makefile.kmk (modified) IPRT/tools/Makefile.kmk: extpacks fix. bugref:9152 Thu, 13 Sep 2018 12:24:33 GMT vboxsync [74235] * trunk/Config.kmk (modified) * trunk/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/dbg/dbgstackdumpself.cpp (modified) Config.kmk,Makefile.kmk,iprt: extpack solaris build hacking. Thu, 13 Sep 2018 00:30:51 GMT vboxsync [74232] * trunk/include/iprt/cpp/restclient.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp (modified) IPRT/rest: fix typo in method name Wed, 12 Sep 2018 16:52:21 GMT vboxsync [74228] * trunk/src/VBox/Runtime/common/rest/rest-binary.cpp (modified) IPRT/rest: RTCRestBinaryParameter::assignCopy - don't forget to also ... Wed, 12 Sep 2018 13:30:00 GMT vboxsync [74222] * trunk/include/iprt/http.h (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) IPRT/http: Implemented header callbacks. bugref:9167 Wed, 12 Sep 2018 12:28:35 GMT vboxsync [74221] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) IPRT: Updated stable exports. bugref:9152 [typo] Wed, 12 Sep 2018 12:26:16 GMT vboxsync [74220] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (added) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (added) * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) IPRT: Updated stable exports. bugref:9152 Tue, 11 Sep 2018 22:48:41 GMT vboxsync [74202] * trunk/include/iprt/http.h (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: More client request base tests. Added ... Tue, 11 Sep 2018 15:37:57 GMT vboxsync [74199] * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: Started writing tests for RTCRestClientRequestBase. ... Tue, 11 Sep 2018 14:52:55 GMT vboxsync [74198] * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: String map tests. A couple of bugfixes (removal, ... Tue, 11 Sep 2018 14:49:55 GMT vboxsync [74197] * trunk/include/iprt/cpp/reststringmap.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestStringMapBase.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: String map tests. A couple of bugfixes (removal, ... Tue, 11 Sep 2018 11:48:16 GMT vboxsync [74196] * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: build fix. bugref:9167 Tue, 11 Sep 2018 11:45:35 GMT vboxsync [74195] * trunk/include/iprt/cpp/reststringmap.h (modified) * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: Build fix for array tests. Started testing the string map. ... Tue, 11 Sep 2018 11:38:01 GMT vboxsync [74194] * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: More array tests. bugref:9167 Tue, 11 Sep 2018 11:30:05 GMT vboxsync [74193] * trunk/src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: Array tests. Fixed double size decrement in removeAt ... Tue, 11 Sep 2018 11:22:36 GMT vboxsync [74192] * trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp (modified) IPRT/rest: RTCRestClientApiBase::reinitHttpInstance - as a temporary ... Tue, 11 Sep 2018 09:03:01 GMT vboxsync [74188] * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: Started on testing the array class. bugref:9167