summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/rest/rest-binary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* IPRT/rest: RTCRestBinaryResponse::receiveHttpCallback if we arevboxsync2019-04-241-0/+3
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* IPRT: Ran scm --fix-err-h. bugref:9344vboxsync2018-12-251-1/+1
* IPRT/rest: Missed RT_NOEXCEPT in two place. Went wild adding RT_NOEXCEPT eve...vboxsync2018-09-231-47/+47
* IPRT/rest: Reworked the JSON output classes a little, adding a pretty printin...vboxsync2018-09-211-1/+2
* IPRT/rest: Implemented array and string-map support for deserializating polym...vboxsync2018-09-211-0/+14
* IPRT/rest: Early support for polymorphic data objects in the data model. bugr...vboxsync2018-09-201-0/+43
* IPRT/rest: RTCRestBinaryParameter::assignCopy - don't forget to alsovboxsync2018-09-121-0/+2
* IPRT/rest: Adding RTCRestDate (untested). bugref:9167vboxsync2018-09-071-1/+1
* IPRT/rest: Split up RTCRestBinaryString into a core RTCRestBinary type and tw...vboxsync2018-09-071-1/+1
* IPRT/rest: Split up RTCRestBinaryString into a core RTCRestBinary type and tw...vboxsync2018-09-071-0/+635