VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @74162   6 years vboxsync IPRT/rest: Added testcases for RTCRestBool and RTCRestIntXY. …
(edit) @74161   6 years vboxsync IPRT/rest: Added testcases for RTCRestBool and RTCRestIntXY. bugref:9167
(edit) @74160   6 years vboxsync IPRT/strtonum: Fixed problem handling INT64_MIN in RTStrToInt64Ex and …
(edit) @74159   6 years vboxsync IPRT/strformat: Fixed bug formatting INT64_MAX. Cleaned up the …
(edit) @74158   6 years vboxsync IPRT/strformat: Fixed bug formatting INT64_MAX. Cleaned up the …
(edit) @74157   6 years vboxsync IPRT/strformat: Fixed bug formatting INT64_MAX. Cleaned up the …
(edit) @74150   6 years vboxsync IPRT/time: Added a few RTTimeFromXxxx tests and fixed bugs found. …
(edit) @74149   6 years vboxsync IPRT/rest: Adding RTCRestDate (untested). bugref:9167
(edit) @74148   6 years vboxsync IPRT/time: Added RTTimeFromRfc2822 and RTTimeToStringEx (both …
(edit) @74143   6 years vboxsync IPRT/rest: Split up RTCRestBinaryString into a core RTCRestBinary type …
(edit) @74142   6 years vboxsync IPRT/rest: Split up RTCRestBinaryString into a core RTCRestBinary type …
(edit) @74129   6 years vboxsync IPRT/rest: bug/build fix. bugref:9167
(edit) @74127   6 years vboxsync IPRT/rest: More work on binary downloads and uploads. bugref:9167 …
(edit) @74126   6 years vboxsync IPRT/rest: More work on binary downloads and uploads. bugref:9167
(edit) @74125   6 years vboxsync IPRT/time: Extended RTTimeToRfc2822 with a flag for specifying …
(edit) @74124   6 years vboxsync tstRTHttp-1: Adjustments. bugref:9167
(edit) @74122   6 years vboxsync IPRT/rest: When we generate X-Date header we use RTTimeToRfc2822. …
(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) @74117   6 years vboxsync IPRT/rest: Started implemented more flexible handling of binary …
(edit) @74116   6 years vboxsync IPRT/rest: Do not assert things about data we get from the network. …
(edit) @74112   6 years vboxsync IPRt/RTHttpSignHeaders: Fix for incompletely initialized header …
(edit) @74095   6 years vboxsync IPRT/http: Fixed two bugs in RTHttpSignHeaders, adding a testcase for …
(edit) @74094   6 years vboxsync IPRT/http: Fixed two bugs in RTHttpSignHeaders, adding a testcase for …
(edit) @74093   6 years vboxsync IPRT/rest: Implemented the hybrid RTCRestAnyObject chameleon. bugref:9167
(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) @74072   6 years vboxsync IPRT/http: build fix
(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) @74069   6 years vboxsync IPRT/time: Added RTTimeToRfc2822 for formatting time according 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) @74053   6 years vboxsync IPRT/rest: Started implementing http-signatures for oci. bugref:9167 …
(edit) @74052   6 years vboxsync IPRT/rest: Started implementing http-signatures for oci. bugref:9167
(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) @74040   6 years vboxsync IPRT/rest: Hacked up string <-> enum translation. bugref:9167
(edit) @74028   6 years vboxsync IPRT/rest: Implemented RTCRestDouble::deserializeFromJson(). bugref:9167
(edit) @74027   6 years vboxsync IPRT/json: Implemented support for parsing floating point values. …
(edit) @74025   6 years vboxsync IPRT/rest: split up restbase.h into several files to make it more …
(edit) @74024   6 years vboxsync IPRT/rest: Implemented header collection (x-obmcs-header-collection) …
(edit) @74023   6 years vboxsync IPRT/rest: Implemented header collection (x-obmcs-header-collection) …
(edit) @74020   6 years vboxsync IPRT/rest: Improvements to request parameter handling, implementing …
(edit) @74019   6 years vboxsync IPRT/http: Fixed POST request with zero body. bugref:9167
(edit) @74013   6 years vboxsync IPRT/rest: Added parameter based api methods (constructs Request …
(edit) @74009   6 years vboxsync IPRT/rest: Pass the response object as a parmeter to the api emthods …
(edit) @74008   6 years vboxsync IPRT/rest: Deal (more) properly with 'null'. bugref:9167
(edit) @73996   6 years vboxsync IPRT/json: don't check the handle twice. bugref:9167
(edit) @73995   6 years vboxsync IPRT/rest: fixes. bugref:9167
(edit) @73981   6 years vboxsync Runtime/json.cpp: Fix handling negative numbers
(edit) @73979   6 years vboxsync IPRT/json: Made the json parser report error info. Currently we're …
(edit) @73978   6 years vboxsync IPRT/rest: Fixed empty array & map handling by making the begin …
(edit) @73977   6 years vboxsync IPRT/rest: More request array and map setter methods. Fixed string …
(edit) @73968   6 years vboxsync IPRT/rest: Bug fixes. Pet listing works. bugref:9167
(edit) @73967   6 years vboxsync IPRT/http: Implemented RTHttpPerform function. bugref:9167
(edit) @73965   6 years vboxsync IPRT/rest: Doxygen fixes. bugref:9167
(edit) @73963   6 years vboxsync IPRT/ministring: Fixed bug in new no-throw printf methods. bugref:9167
(edit) @73960   6 years vboxsync IPRT/rest: Added RTJsonIteratorBeginArray and …
(edit) @73958   6 years vboxsync IPRT/rest: Added RTJsonIteratorBeginArray and …
(edit) @73956   6 years vboxsync IPRT/rest: Added RTJsonIteratorBeginArray and …
(edit) @73951   6 years vboxsync IPRT/rest: Basic string map implementation, sans enumeration. …
(edit) @73949   6 years vboxsync IPRT/rest: Basic string map implementation, sans enumeration. bugref:9167
(edit) @73933   6 years vboxsync IPRT/rest: Adding genric factor methods for every class and use it to …
(edit) @73930   6 years vboxsync IPRT/rest: Implemented parsing json response bodies. bugref:9167
(edit) @73923   6 years vboxsync iprt/rest: Added error info, copy of http status, and content type to …
(edit) @73922   6 years vboxsync iprt/rest: Added error info, copy of http status, and content type to …
(edit) @73921   6 years vboxsync iprt/rest: More work on the API code generation. bugref:9167
(edit) @73920   6 years vboxsync iprt/rest: More work on the API code generation. bugref:9167
(edit) @73918   6 years vboxsync iprt/rest: More work on the API code generation. bugref:9167
(edit) @73914   6 years vboxsync iprt/string.h: Moved %RJs to %RMjs. Addressed escaping of non-ASCII …
(edit) @73910   6 years vboxsync iprt/string.h: Added percent encoded formatters: %RMpf, %RMpp, %RMpq. …
(edit) @73909   6 years vboxsync iprt/string.h: Added percent encoded formatters: %RMpf, %RMpp, %RMpq. …
(edit) @73908   6 years vboxsync iprt/cpp/ministring.h: Added appendPrintf with all variants. Marked a …
(edit) @73907   6 years vboxsync iprt/cpp/ministring.h: Added a much of NoThrow variants of the assign, …
(edit) @73905   6 years vboxsync IPRT/rest: build fix. bugref:9167
(edit) @73902   6 years vboxsync IPRT/rest: More API code generation bits. bugref:9167 [build fix]
(edit) @73900   6 years vboxsync IPRT/rest: More API code generation bits. bugref:9167
(edit) @73898   6 years vboxsync Temporarily use RT_NOREF to avoid build errors.
(edit) @73895   6 years vboxsync IPRT/rest: Wrap primitive types to unify serializing, deserializing, …
(edit) @73890   6 years vboxsync IPRT/http: Added a couple functions for adding headers. Issues with …
(edit) @73889   6 years vboxsync IPRT/rest: More 'api' generator work. bugref:9167
(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) @73879   6 years vboxsync IPRT/rest: Implemented RTCRestOutputToString. bugref:9167
(edit) @73875   6 years vboxsync IPRT: More REST work. bugref:9167
(edit) @73874   6 years vboxsync RTJson: Added RTJsonValueTypeName and did some internal macro cleanups …
(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) @73808   6 years vboxsync dbgstackdumpself: missing blank line.
(edit) @73807   6 years vboxsync tstRTCrPkix-1: Forgot to update the digest with the text we wanted to …
(edit) @73801   6 years vboxsync IPRT/strformatter: Added %RJs for formatting JSON quoted strings. …
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