VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @80857   5 years vboxsync RTSystemFirmware-generic.cpp: Kick out unnecessary headers and …
(edit) @80855   5 years vboxsync RTSystemFirmware-generic.cpp: Kick out unnecessary headers and …
(edit) @80827   5 years vboxsync IPRT: Added RTEnvCreateEx and RTEnvCreateChangeRecordEx so flags can …
(edit) @80764   5 years vboxsync IPRT: Optimized RTEnvPutEx. bugref:9341
(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) @79840   5 years vboxsync IPRT/http-curl.cpp: Apparently cURL forgets proxy setup after …
(edit) @79835   5 years vboxsync IPRT/http-curl.cpp: logging fix.
(edit) @79200   6 years vboxsync iprt/file.h,createtemp-generic.cpp: nits
(edit) @79155   6 years vboxsync IPRT/rtFsModeFromDos: Pass desired object type when normalizing mode …
(edit) @79005   6 years vboxsync IPRT/RTHttp: Use RTLdrLoadSystem to find libproxy.so.1. bugref:8352
(edit) @78947   6 years vboxsync SharedFolderSvc,IPRT: Implemented changing attributes/mode via a …
(edit) @78337   6 years vboxsync IPRT/memsafer: Added RTMemSaferGetSize.
(edit) @78252   6 years vboxsync IPRT/http: render therefore unto the download callback the user data …
(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) @78066   6 years vboxsync IPRT,GUI: Workaround for certificate downloads getting redirected to https.
(edit) @78048   6 years vboxsync IPRT: Working on new RTPathAbsEx implementation, temporarily called …
(edit) @77832   6 years vboxsync IPRT: Spealiced RTFileCopyPartEx and associated prep/cleanup functions …
(edit) @77830   6 years vboxsync IPRT: Reimplemented RTFileCopyByHandlesEx against RTFileCopyPartEx, …
(edit) @77825   6 years vboxsync IPRT: Split RTFileCopyEx and RTFileCopyByHandlesEx out of …
(edit) @77798   6 years vboxsync IPRT: Adding RTFileCopyRange and RTFileCopyRangEx for optimizing file …
(edit) @77797   6 years vboxsync IPRT: Adding RTFileCopyRange and RTFileCopyRangEx for optimizing file …
(edit) @77632   6 years vboxsync IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). bugref:9172
(edit) @77235   6 years vboxsync IPRT: Implemented RTFileSgWriteAt and RTfileSgReadAt for linux and …
(edit) @77209   6 years vboxsync IPRT: Split RTFileWriteAt & RTFileReadAt out of fileio.cpp and into …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76452   6 years vboxsync IPRT: Ran scm --fix-err-h. bugref:9344
(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) @76354   6 years vboxsync *: string.h sans err.h fix. bugref:9344
(edit) @76353   6 years vboxsync *: string.h sans err.h fix. bugref:9344
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @75108   6 years vboxsync IPRT/http: Extended RTHttpReset with a flag parameter so headers can …
(edit) @75103   6 years vboxsync IPRT/http: RTHttpReset - free headers from the previous request.
(edit) @75045   6 years vboxsync IPRT/RTFileReadAll*: Added RTFILE_RDALL_F_FAIL_ON_MAX_SIZE. bugref:9232
(edit) @74379   6 years vboxsync IPRT/http: Added RTHttpSetProxyByUrl, deprecating RTHttpSetProxy in …
(edit) @74377   6 years vboxsync IPRT/http: Added RTHttpSetProxyByUrl, deprecating RTHttpSetProxy in …
(edit) @74373   6 years vboxsync IPRT:critsect: Corrected RTCritSectEnterMultipleDebug signature again, …
(edit) @74371   6 years vboxsync IPRT:critsect: Corrected RTCritSectEnterMultipleDebug signature in the …
(edit) @74370   6 years vboxsync IPRT/http: Enable using libproxy for proxy settings when present. …
(edit) @74250   6 years vboxsync IRPT/rest,http: Use header callbacks for capturing header values in …
(edit) @74222   6 years vboxsync IPRT/http: Implemented header callbacks. bugref:9167
(edit) @74202   6 years vboxsync IPRT/rest: More client request base tests. Added RTHttpGetHeaderCount …
(edit) @74126   6 years vboxsync IPRT/rest: More work on binary downloads and uploads. bugref:9167
(edit) @74120   6 years vboxsync IPRt/http: Add missing newline in log.
(edit) @74119   6 years vboxsync IPRt/RTHttpSignHeaders: singature field contains just the signature.
(edit) @74112   6 years vboxsync IPRt/RTHttpSignHeaders: Fix for incompletely initialized header …
(edit) @74094   6 years vboxsync IPRT/http: Fixed two bugs in RTHttpSignHeaders, adding a testcase for …
(edit) @74091   6 years vboxsync IPRT/http: New read/write callbacks APIs (untested). bugref:9167 …
(edit) @74090   6 years vboxsync IPRT/http: New read/write callbacks APIs (untested). bugref:9167
(edit) @74077   6 years vboxsync IPRT/http: document download progress callback. bugref:9167
(edit) @74076   6 years vboxsync IPRT/http: Simplified the append-to-empty-list case in …
(edit) @74071   6 years vboxsync IPRT/http: Fixed bug in rtHttpAddHeaderWorker where it failed to …
(edit) @74070   6 years vboxsync IPRT/rest: Redid the OCI-style signing code. Added a value length to …
(edit) @74064   6 years vboxsync IPRT/http: Added prototype for RTHttpSignHeaders. bugref:9167
(edit) @74063   6 years vboxsync IPRT/http: build fix. bugref:9167
(edit) @74062   6 years vboxsync IPRT/http: Adding RTHttpSignHeaders, re-implemented header handling. …
(edit) @74060   6 years vboxsync IPRT/http: s/RTHttpAppend/RTHttpAdd/[Raw]Header, defining FRONT and …
(edit) @74050   6 years vboxsync IPRT/http: RTHttpRawSetUrl - configure proxy for url. This is …
(edit) @74046   6 years vboxsync IPRT/http: Added RTHttpGetHeader(). bugref:9167
(edit) @74045   6 years vboxsync OCI: Call RTHttpUseTemporaryCaFile() on the http handle. In the curl …
(edit) @74019   6 years vboxsync IPRT/http: Fixed POST request with zero body. bugref:9167
(edit) @73977   6 years vboxsync IPRT/rest: More request array and map setter methods. Fixed string …
(edit) @73967   6 years vboxsync IPRT/http: Implemented RTHttpPerform function. bugref:9167
(edit) @73918   6 years vboxsync iprt/rest: More work on the API code generation. bugref:9167
(edit) @73890   6 years vboxsync IPRT/http: Added a couple functions for adding headers. Issues with …
(edit) @73888   6 years vboxsync IPRT/http: Added a couple functions for adding headers. Issues with …
(edit) @73886   6 years vboxsync IPRT/http: RTHttpDestroy shall return a status. bugref:9167
(edit) @73851   6 years vboxsync http-curl.cpp: revert r124526. We still need to support systems with …
(edit) @73839   6 years vboxsync http-curl.c: Factor out CURLcode rtHttpSetWriteCallback() and use it …
(edit) @73837   6 years vboxsync http-curl.cpp: Use CURL_FAILURE() macro in the new code.
(edit) @73834   6 years vboxsync http-curl.cpp: Use new CURLOPT_XFERINFOFUNCTION instead of old …
(edit) @73832   6 years vboxsync http-curl.cpp: Rename http callback typedefs to conform to the iprt …
(edit) @73700   6 years vboxsync http-curl.cpp: fix accidental trailing whitespace.
(edit) @73699   6 years vboxsync http-curl.cpp: add a few thin wrappers for some curl options.
(edit) @73334   6 years vboxsync IPRT: Added RTHttpSetFollowRedirects (translates to …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72285   7 years vboxsync IPRT: Adding RTTimeLocalDeltaNanoFor.
(edit) @72163   7 years vboxsync IPRT: s/LocalUTCOffset/cNsUtcOffset/
(edit) @72140   7 years vboxsync IPRT/time: misc fixes (incorrect offUTC conversion sign, forgotten …
(edit) @70340   7 years vboxsync iprt/RTAssertShouldPanic-generic.cpp: handy debug trick
(edit) @70141   7 years vboxsync http-curl.cpp: rtHttpWinConfigureProxyForUrl - also assume no proxy if …
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69111   7 years vboxsync (C) year
(edit) @68969   7 years vboxsync http-curl.cpp: better diagnostics
(edit) @68968   7 years vboxsync http-curl.cpp: Ignore ERROR_WINHTTP_UNRECOGNIZED_SCHEME error code …
(edit) @68183   7 years vboxsync IPRT: Added new RTFileReadAll* flag RTFILE_RDALL_F_TRAILING_ZERO_BYTE …
(edit) @66433   8 years vboxsync Runtime/generic/rtStrFormatKernelAddress-generic: off-by-one
(edit) @66417   8 years vboxsync debug build fix
(edit) @66416   8 years vboxsync build fix
(edit) @66415   8 years vboxsync IPRT: split %RKv formatting into separate function.
(edit) @64634   8 years vboxsync RTPathAbs-generic.cpp: Have to remove '.' too, like the it says on the …
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