summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/rest/rest-binary.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98103 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm copyright and license note updatevboxsync2022-08-221-10/+20
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96407 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@93115 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@82968 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT/rest: RTCRestBinaryResponse::receiveHttpCallback if we arevboxsync2019-04-241-0/+3
| | | | | | | | | | collecting data in m_pbData we also need to update m_cbData. I'm not sure if we want to maintain m_cbDownloaded here at all as it is not even accessible anyway (except to subclasses), but for now just do a minimal fix to make the result usable. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@78272 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76553 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Ran scm --fix-err-h. bugref:9344vboxsync2018-12-251-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76452 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT/rest: Missed RT_NOEXCEPT in two place. Went wild adding RT_NOEXCEPT ↵vboxsync2018-09-231-47/+47
| | | | | | everywhere possible. bugref:9167 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@74425 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT/rest: Reworked the JSON output classes a little, adding a pretty ↵vboxsync2018-09-211-1/+2
| | | | | | printing version. bugref:9167 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@74414 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT/rest: Implemented array and string-map support for deserializating ↵vboxsync2018-09-211-0/+14
| | | | | | polymorphic objects. bugref:9167 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@74402 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT/rest: Early support for polymorphic data objects in the data model. ↵vboxsync2018-09-201-0/+43
| | | | | | bugref:9167 ..\..\ e:\vbox\svn\trunk\include\iprt\ git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@74386 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT/rest: RTCRestBinaryParameter::assignCopy - don't forget to alsovboxsync2018-09-121-0/+2
| | | | | | | copy the callback and its data. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@74228 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT/rest: Adding RTCRestDate (untested). bugref:9167vboxsync2018-09-071-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@74149 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT/rest: Split up RTCRestBinaryString into a core RTCRestBinary type and ↵vboxsync2018-09-071-1/+1
| | | | | | two client side descenants for flexible handling of parameters and responses (still not tested). bugref:9167 [build fix] git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@74143 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT/rest: Split up RTCRestBinaryString into a core RTCRestBinary type and ↵vboxsync2018-09-071-0/+635
two client side descenants for flexible handling of parameters and responses (still not tested). bugref:9167 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@74142 cfe28804-0f27-0410-a406-dd0f0b0b656f