aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/feedoperation/updateoperation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* - Move persitence/spi/types.h under to persitence/spi/types.hHenning Baldersheim2022-05-181-3/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* - If document type has been resolved, use if for test-and-set too.Henning Baldersheim2020-08-271-1/+0
* Use tranfer by value and std::move to avoid copying shared pointer to the Upd...Henning Baldersheim2020-08-071-4/+6
* Remove v6/v7 on c++ side tooHenning Baldersheim2019-08-211-3/+1
* Reinstate update verificationHenning Baldersheim2018-06-141-1/+2
* 1 - Use a backing buffer for the DocumentUpdate that always is source of truth.Henning Baldersheim2018-06-121-10/+9
* Add missing bytebuffer.h includeHenning Baldersheim2018-06-121-0/+1
* Reduce code visibilityHenning Baldersheim2018-06-121-0/+1
* GC some more unused code and properly test old formats without exposing produ...Henning Baldersheim2018-05-311-19/+6
* Hide implementation details.Henning Baldersheim2018-05-311-5/+2
* Though shall never produce old format again, except from tests.Henning Baldersheim2018-05-311-5/+1
* Perform fixup on put and update operations using non-current document type repo.Tor Egge2018-05-291-10/+30
* Include lessHenning Baldersheim2017-07-311-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Include what you need yourself, and not more.Henning Baldersheim2017-05-241-1/+1
* Unit test serialization and deserialization of update feed operations.Tor Egge2017-02-281-2/+20
* Rename compat feed operation enum. Add comment describing why it exists.Tor Egge2017-02-281-3/+3
* Add limited support for field path updates to proton.Tor Egge2017-02-281-24/+16
* Now make all worksHenning Baldersheim2016-11-241-2/+3
* PublishJon Bratseth2016-06-151-0/+88