aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/fast_access_feed_view.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add DoneCallback to heartBeat so it can be tested without relying on sync.Henning Baldersheim2021-11-301-2/+2
* Wire in OnDoneCallback in handleLidSpaceCompaction to avoid brute force sync_...Henning Baldersheim2021-11-301-2/+2
* Revert "Go back to using sync"Henning Baldersheim2021-11-231-2/+1
* Go back to using syncHenning Baldersheim2021-11-221-1/+2
* Use forceCommitAndWait instead of syncing executors.Henning Baldersheim2021-11-211-2/+1
* Do not inherit Syncable. sync -> sync_all_executors to make its call sites mo...Henning Baldersheim2021-11-161-1/+1
* GC unused sync() interface on IFeedViewHenning Baldersheim2021-10-301-7/+0
* Rename ISequencedTaskExecutor::sync() to sync_all().Tor Egge2021-10-281-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Put all params for commit into a single CommitParam structHenning Baldersheim2021-02-271-4/+3
* Use shared_ptr instead of reference.Henning Baldersheim2020-10-301-3/+2
* Move uncommitted lids tracker from feedview to subdb to avoid ownership issues.Henning Baldersheim2020-10-301-3/+3
* Drop immediate commit, as it is gone.Henning Baldersheim2020-10-231-17/+10
* Add and extra DoneCallback parameter to forceCommit and rename.Henning Baldersheim2020-09-211-2/+2
* Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-041-1/+1
* Prevent following the nullptr.Henning Baldersheim2018-08-071-2/+5
* Reduce code visibility and C++11ification.Henning Baldersheim2018-06-141-1/+2
* Merge branch 'master' into balder/reduce-code-visibility-rebasedHenning Baldersheim2018-06-121-0/+1
|\
| * Reduce code visibilityHenning Baldersheim2018-06-111-0/+1
* | Reduce code visibilityHenning Baldersheim2018-06-121-1/+0
|/
* Simplify method names based on review feedback:Tor Egge2018-06-061-1/+1
* Adjust naming: compoundAttribute -> structFieldAttribute.Tor Egge2018-06-061-1/+1
* Compute updatescope inline when applying updates to attributes.Henning Baldersheim2018-05-311-34/+2
* Propagate updated document (after applying partial update) to compoundTor Egge2018-05-301-0/+9
* Balance vertical and horisontal bloatHenning Baldersheim2017-10-121-22/+24
* Adjust usage of gid to lid change handler:Tor Egge2017-09-071-1/+1
* Rename IAttributeWriter::commit() -> forceCommit().Geir Storli2017-09-061-1/+1
* Revert "Use gid to lid change handler interface directly"Tor Egge2017-09-061-1/+1
* Adjust usage of gid to lid change handler:Tor Egge2017-09-051-1/+1
* Move sync of summary service from fastaccess to storeonly feedview.Henning Baldersheim2017-08-011-1/+1
* - Use a dedicated thread for writing to summarystore.Henning Baldersheim2017-08-011-0/+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
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-5/+4
* Add limited support for field path updates to proton.Tor Egge2017-02-281-0/+3
* Random code unification when file was visited.Henning Baldersheim2017-01-041-3/+0
* Reduce docid limit in feed view before reducing it for eachTor Egge2016-07-011-2/+2
* PublishJon Bratseth2016-06-151-0/+123