aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/fast_access_feed_view.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change from typedef to using in searchcore.Geir Storli2022-12-211-3/+3
* Add DoneCallback to heartBeat so it can be tested without relying on sync.Henning Baldersheim2021-11-301-1/+1
* Wire in OnDoneCallback in handleLidSpaceCompaction to avoid brute force sync_...Henning Baldersheim2021-11-301-1/+1
* GC unused sync() interface on IFeedViewHenning Baldersheim2021-10-301-1/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Put all params for commit into a single CommitParam structHenning Baldersheim2021-02-271-2/+2
* Use shared_ptr instead of reference.Henning Baldersheim2020-10-301-2/+1
* Move uncommitted lids tracker from feedview to subdb to avoid ownership issues.Henning Baldersheim2020-10-301-2/+2
* Drop immediate commit, as it is gone.Henning Baldersheim2020-10-231-10/+6
* Add and extra DoneCallback parameter to forceCommit and rename.Henning Baldersheim2020-09-211-1/+1
* Transfer shared_ptr by value.Henning Baldersheim2020-08-201-4/+3
* When allowing weakly consistent get you might try to access attributes that a...Henning Baldersheim2020-08-031-3/+1
* Compute updatescope inline when applying updates to attributes.Henning Baldersheim2018-05-311-5/+1
* Propagate updated document (after applying partial update) to compoundTor Egge2018-05-301-1/+2
* Balance vertical and horisontal bloatHenning Baldersheim2017-10-121-41/+16
* 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
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-0/+1
* Prepare for wiring in reference attribute:Tor Egge2017-02-061-2/+4
* Random code unification when file was visited.Henning Baldersheim2017-01-041-2/+1
* Let SearchableDocumentRetriever extend FastAccessDocumentRetriever.Henning Baldersheim2016-07-071-11/+8
* PublishJon Bratseth2016-06-151-0/+107