VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @86682   4 years vboxsync IPRT/rest: bugref:9167 - Add missing format in an assert message, …
(edit) @86681   4 years vboxsync IPRT/rest: bugref:9167 - Add release logging for REST operations. …
(edit) @85084   4 years vboxsync IPRT/rest: Another missing RT_NOEXCEPT. bugref:9167
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81670   5 years vboxsync IPRT/Rest: Fixes for deprecated implicit copy operators (GCC 9).
(edit) @79888   5 years vboxsync IPRT/rest: doQueryParameters - adjust previous, use %RMpa that encodes …
(edit) @79862   5 years vboxsync IPRT/rest: RTCRestClientApiBase::reinitHttpInstance - RTHTTP no longer …
(edit) @79837   5 years vboxsync IPRT/rest: doQueryParameters - use %RMpf instead of %RMpq. Plus sings …
(edit) @79427   5 years vboxsync IPRT/rest: Fix inverted logic to specify kDoCall_RequireBody flag. We …
(edit) @79411   5 years vboxsync IPRT/rest: Added kDoCall_RequireBody flag to help ociSignRequest to …
(edit) @78281   6 years vboxsync IPRT/rest: doCall - always call consumeBody
(edit) @78272   6 years vboxsync IPRT/rest: RTCRestBinaryResponse::receiveHttpCallback if we are …
(edit) @77262   6 years vboxsync Runtime/RTCRest: fixed array index when serializing/deserializing …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76452   6 years vboxsync IPRT: Ran scm --fix-err-h. bugref:9344
(edit) @75933   6 years vboxsync IPRT/rest: RTCRestStringMapBase::serializeAsJson - the closing paren …
(edit) @75285   6 years vboxsync IPRT/http: Fix unintended rename in previous.
(edit) @75108   6 years vboxsync IPRT/http: Extended RTHttpReset with a flag parameter so headers can …
(edit) @74728   6 years vboxsync IPRT/rest: doPathParameters - percent-encode values before substitution.
(edit) @74525   6 years vboxsync IPRT/rest: RTCRestStringMapBase::deserializeFromJson - fix edito, …
(edit) @74425   6 years vboxsync IPRT/rest: Missed RT_NOEXCEPT in two place. Went wild adding …
(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) @74356   6 years vboxsync IPRT/rest: Redid the previous attempt at making sense of the …
(edit) @74351   6 years vboxsync IPRT/rest: Redid the previous attempt at making sense of the …
(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) @74263   6 years vboxsync IPRT/rest: Reimplement RTCRestArrayBase::fromString and adjusted …
(edit) @74251   6 years vboxsync IRPT/rest,http: Use header callbacks for capturing header values in …
(edit) @74250   6 years vboxsync IRPT/rest,http: Use header callbacks for capturing header values in …
(edit) @74244   6 years vboxsync IPRT/rest: RTCRestArrayBase::serializeAsJson - don't emut comma after …
(edit) @74232   6 years vboxsync IPRT/rest: fix typo in method name
(edit) @74228   6 years vboxsync IPRT/rest: RTCRestBinaryParameter::assignCopy - don't forget to also …
(edit) @74197   6 years vboxsync IPRT/rest: String map tests. A couple of bugfixes (removal, …
(edit) @74193   6 years vboxsync IPRT/rest: Array tests. Fixed double size decrement in removeAt …
(edit) @74192   6 years vboxsync IPRT/rest: RTCRestClientApiBase::reinitHttpInstance - as a temporary …
(edit) @74181   6 years vboxsync IPRT/rest: Wrote unit tests for RTCRestDate. Addressed some issues …
(edit) @74176   6 years vboxsync IPRT/rest: Added unittest for RTCRestString. Addressing a few issues. …
(edit) @74170   6 years vboxsync IPRT/rest: Added testcase for RTCRestDouble, fixing issues found. …
(edit) @74161   6 years vboxsync IPRT/rest: Added testcases for RTCRestBool and RTCRestIntXY. bugref:9167
(edit) @74149   6 years vboxsync IPRT/rest: Adding RTCRestDate (untested). bugref:9167
(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) @74122   6 years vboxsync IPRT/rest: When we generate X-Date header we use RTTimeToRfc2822. …
(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) @74093   6 years vboxsync IPRT/rest: Implemented the hybrid RTCRestAnyObject chameleon. bugref:9167
(edit) @74070   6 years vboxsync IPRT/rest: Redid the OCI-style signing code. Added a value length to …
(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) @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) @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) @73995   6 years vboxsync IPRT/rest: fixes. bugref:9167
(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) @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) @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) @73889   6 years vboxsync IPRT/rest: More 'api' generator work. bugref:9167
(edit) @73879   6 years vboxsync IPRT/rest: Implemented RTCRestOutputToString. bugref:9167
(add) @73875   6 years vboxsync IPRT: More REST work. bugref:9167
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