aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/persistencehandlerproxy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expose document type name from `IPersistenceHandler` interfaceTor Brede Vekterli2023-11-071-0/+6
* Add removeByGidAsync() to spi.Tor Egge2023-11-061-0/+7
* Update copyrightJon Bratseth2023-10-091-1/+1
* Move BucketIdListResultHenning Baldersheim2022-03-091-2/+2
* Make setActiveState async.Henning Baldersheim2021-10-171-2/+2
* Shortcut bucket creation if it already exist.Henning Baldersheim2021-10-131-2/+4
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* No need for the bucket guard anymore for get and visit as all bucket operatio...Henning Baldersheim2021-05-101-6/+0
* Use a RetainGuard to ensure DocumentDB is not closed until everything has bee...Henning Baldersheim2021-04-231-8/+4
* Avoid taking a lock in the single master thread.Henning Baldersheim2020-09-151-0/+1
* Use tranfer by value and std::move to avoid copying shared pointer to the Upd...Henning Baldersheim2020-08-071-2/+2
* Improve code health of test code.Henning Baldersheim2020-08-071-4/+2
* Actually propagate result.Henning Baldersheim2020-05-021-7/+7
* - Add async interface to putHenning Baldersheim2020-04-291-2/+2
* Make RemoveOperation an interface and move implmentation to RemoveOperationWi...Henning Baldersheim2020-04-081-8/+8
* Reduce code visibilityHenning Baldersheim2018-06-121-67/+32
* Remove unused include.Henning Baldersheim2017-10-111-1/+0
* 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
* Reduce fastos.h dependency.Henning Baldersheim2017-06-011-22/+1
* Use more forward declarations.Tor Egge2017-04-051-0/+7
* Use forward declarations to avoid rebuilding the world when modifying the pac...Henning Baldersheim2016-11-171-3/+4
* Wrap the DocumentRetriever in a CommitAndWaitDocumentRetriver if ReadConsiste...Henning Baldersheim2016-06-231-2/+2
* Revert the commitAndWait stuff.Henning Baldersheim2016-06-231-5/+0
* Do an unconditional commitAndWait on iterate.Henning Baldersheim2016-06-221-0/+5
* PublishJon Bratseth2016-06-151-0/+199