aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/common/pendinglidtracker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* GC unused pendingLidsHenning Baldersheim2021-01-141-11/+0
* GC unused interface that has been misused once....Henning Baldersheim2021-01-141-6/+0
* GC unused TwoPhaseLidTrackerHenning Baldersheim2020-10-301-102/+0
* Split interface and implementation in separate compilation units.Henning Baldersheim2020-09-011-28/+0
* Rewrite TwoPhaseLidTracker to use sequence number instead of counters for tra...Henning Baldersheim2020-09-011-32/+26
* Revert "Revert "Only wait for th elids that you are interested in.""Henning Baldersheim2020-08-271-20/+177
* Revert "Only wait for th elids that you are interested in."Arnstein Ressem2020-08-271-177/+20
* Missing eol.Henning Baldersheim2020-08-261-1/+1
* Refactor and testHenning Baldersheim2020-08-261-115/+108
* Use a bool to signal the need for commit, and collapse multipe operation on s...Henning Baldersheim2020-08-251-13/+13
* Use two stage lid tracking.Henning Baldersheim2020-08-251-32/+153
* Only wait for th elids that you are interested in.Henning Baldersheim2020-08-231-4/+47
* Track pending uncommitted lids.Henning Baldersheim2020-08-231-2/+13
* Ensure that we call commit and wait before changing feedview.Henning Baldersheim2020-08-211-1/+13
* Some cleanup and refactoring.Henning Baldersheim2020-08-191-0/+46