summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/rest/RTCRestStringMapBase.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
* IPRT/rest: bugref:9167 - don't try to deserialize null as if it werevboxsync2020-10-311-0/+18
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* IPRT/rest: RTCRestStringMapBase::serializeAsJson - the closing parenvboxsync2018-12-041-1/+1
* IPRT/rest: RTCRestStringMapBase::deserializeFromJson - fix edito,vboxsync2018-09-281-1/+1
* IPRT/rest: Missed RT_NOEXCEPT in two place. Went wild adding RT_NOEXCEPT eve...vboxsync2018-09-231-24/+31
* IPRT/rest: Reworked the JSON output classes a little, adding a pretty printin...vboxsync2018-09-211-15/+6
* IPRT/rest: Implemented array and string-map support for deserializating polym...vboxsync2018-09-211-9/+9
* IPRT/rest: Early support for polymorphic data objects in the data model. bugr...vboxsync2018-09-201-1/+15
* IPRT/rest: String map tests. A couple of bugfixes (removal, enumeration). b...vboxsync2018-09-111-5/+8
* IPRT/rest: split up restbase.h into several files to make it more managable. ...vboxsync2018-09-021-1/+1
* IPRT/rest: Implemented header collection (x-obmcs-header-collection) and mult...vboxsync2018-09-021-4/+45
* IPRT/rest: Deal (more) properly with 'null'. bugref:9167vboxsync2018-08-311-28/+47
* IPRT/rest: fixes. bugref:9167vboxsync2018-08-311-2/+5
* IPRT/rest: Fixed empty array & map handling by making the begin iteration fun...vboxsync2018-08-301-0/+2
* IPRT/rest: More request array and map setter methods. Fixed string defaults. ...vboxsync2018-08-301-1/+3
* IPRT/rest: Doxygen fixes. bugref:9167vboxsync2018-08-291-2/+2
* IPRT/rest: Added RTJsonIteratorBeginArray and RTJsonIteratorBeginObject for m...vboxsync2018-08-291-3/+2
* IPRT/rest: Basic string map implementation, sans enumeration. bugref:9167 [fix]vboxsync2018-08-291-2/+2
* IPRT/rest: Basic string map implementation, sans enumeration. bugref:9167vboxsync2018-08-291-0/+358