aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/messages
Commit message (Expand)AuthorAgeFilesLines
* more descriptive name for header fileArne H Juul2021-12-021-1/+1
* track namespace move in documenttypes.defArne H Juul2021-12-021-0/+1
* Update 2018 copyright notices.gjoranv2021-10-073-3/+3
* Update 2017 copyright notices.gjoranv2021-10-074-4/+4
* GC LoadTypeSetHenning Baldersheim2020-11-272-6/+3
* Remove load type from documentapi interface.Henning Baldersheim2020-11-241-5/+2
* Use std::string for selection as that is required for parsing and as it has a...Henning Baldersheim2020-11-231-3/+8
* - Reorder members for compactness.Henning Baldersheim2020-11-231-2/+9
* Use a single chunkHenning Baldersheim2020-01-231-2/+2
* Update expected lengthHenning Baldersheim2019-08-161-43/+43
* doc: -> id:Henning Baldersheim2019-08-161-10/+10
* Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-091-5/+3
* remove unused "headersonly" functionalityArne Juul2019-01-211-1/+0
* Only allow document api protocol version 6.221 (C++)Tor Egge2019-01-216-1162/+1047
* Merge documentapi protocol test classes (C++).Tor Egge2018-09-277-1219/+993
* Only allow document api protocol version 5.115 or newer (C++).Tor Egge2018-09-273-29/+0
* Simplify documentapi deserialization unit test (C++).Tor Egge2018-09-261-85/+26
* Use forward declaration of document::DocumentUpdate.Tor Egge2018-09-252-0/+2
* Remove BatchDocumentUpdateMessage and BatchDocumentUpdateReply fromTor Egge2018-09-252-88/+0
* 1 - Use a backing buffer for the DocumentUpdate that always is source of truth.Henning Baldersheim2018-06-122-8/+7
* Hardcode DocumentAPI RemoveLocation bucket space for nowTor Brede Vekterli2018-05-301-0/+3
* Only write protocol files if contents have changed (C++)Tor Brede Vekterli2018-04-092-4/+18
* Revert "Write DocumentAPI test data in two phases"Tor Brede Vekterli2018-04-061-9/+5
* Tabs -> spacesTor Brede Vekterli2018-04-061-3/+3
* Write to temp file and do atomic rename in C++ DocumentAPI testsTor Brede Vekterli2018-04-061-3/+7
* Use shared pointer to const DocumentTypeRepo.Tor Egge2018-04-044-3/+5
* Remove DocumentList with children...Henning Baldersheim2018-03-191-1/+0
* Enable new document api protocol.Tor Egge2018-03-121-2/+1
* Change version of new document API protocol to 6.999 to avoid activation yet.Geir Storli2018-02-011-1/+1
* More work on StatBucket and GetBucketList codecs and testsTor Brede Vekterli2018-02-012-0/+41
* Remove conditional enabling of protocol feature in favor of versionTor Brede Vekterli2018-02-012-2/+2
* Selectively enable multiple bucket spaces in C++ document protocolTor Brede Vekterli2018-02-011-1/+1
* Add visitor bucket space encoding to C++Tor Brede Vekterli2018-02-018-60/+86
* Revert "Geirst/add bucket space to document api"Harald Musum2018-01-308-127/+60
* Change version of new document API protocol to 6.999 to avoid activation yet.Geir Storli2018-01-301-1/+1
* More work on StatBucket and GetBucketList codecs and testsTor Brede Vekterli2018-01-292-0/+41
* Remove conditional enabling of protocol feature in favor of versionTor Brede Vekterli2018-01-292-2/+2
* Selectively enable multiple bucket spaces in C++ document protocolTor Brede Vekterli2018-01-291-1/+1
* Add visitor bucket space encoding to C++Tor Brede Vekterli2018-01-298-60/+86
* Add named bucket space to GetBucketListMessage.Geir Storli2017-11-221-8/+6
* Add named bucket space to StatBucketMessage.Geir Storli2017-11-221-2/+2
* Revert "Revert "Use existing bucket space instead of placeholder value""Håkon Hallingstad2017-10-231-2/+1
* Revert "Use existing bucket space instead of placeholder value"Håkon Hallingstad2017-10-231-1/+2
* Revert "Add bucket space to GetBucketListReply."Tor Egge2017-10-231-2/+1
* Add bucket space to StatBucketMessage.Tor Egge2017-10-201-2/+2
* Add bucket space to GetBucketListReply.Tor Egge2017-10-201-1/+2
* Add bucket space to GetBucketListMessage.Tor Egge2017-10-201-2/+4
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-201-1/+1
* Separate interface with a const getXXX for readonly and another getXXXSP when...Henning Baldersheim2017-08-242-10/+9
* Include what you need.Henning Baldersheim2017-08-181-1/+2