aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/persistenceengine/persistence_handler_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Normalize includes in searchcore.Tor Egge2022-09-271-1/+1
* Avoid copying a vector of shared_ptrs when lifetime is guaranteed by the lock...Henning Baldersheim2022-08-191-3/+16
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Remove another indirection not necessary and GC some unused code.Henning Baldersheim2020-02-151-32/+2
* Since we are accessing the handler while under read/writer lock, there is no ...Henning Baldersheim2020-02-151-3/+3
* The snapshot has 2 lightweight members only and hence does not need another i...Henning Baldersheim2020-02-151-5/+5
* Eliminate some clang warnings in searchcore.Tor Egge2019-02-081-1/+2
* Remove for an unknown document type is an error.Tor Egge2018-04-301-14/+0
* Implement class that maintains a set of PersistenceHandler instances in the b...Geir Storli2017-10-061-0/+111