aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/feedstates.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Normalize includes in searchcore.Tor Egge2022-09-271-1/+1
* Enable tracking of replay feed tokens.Tor Egge2022-03-031-1/+1
* Add replay feed token factory with optional tracking.Tor Egge2022-03-021-11/+13
* Throttle replay.Tor Egge2022-01-251-3/+17
* Prepare for throttling of replay.Tor Egge2022-01-211-7/+14
* Add DoneCallback to removeDocuments.Henning Baldersheim2021-11-301-4/+5
* Wire in OnDoneCallback in handleLidSpaceCompaction to avoid brute force sync_...Henning Baldersheim2021-11-301-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Simplify by avoiding closure.Henning Baldersheim2021-01-251-26/+37
* Move idestructorcallback.h to vespalib module and search::IDestructorCallback...Henning Baldersheim2021-01-141-2/+2
* Use snake case: incSerialNum() ==> inc_serial_num()Tor Egge2020-11-171-1/+1
* Adjust serial number in feed handler during replay to ensureTor Egge2020-11-171-4/+18
* Commit every 5ms during TLS replayHenning Baldersheim2020-10-201-1/+1
* Decouple code and reduce code visibility.Henning Baldersheim2020-09-151-1/+1
* - forceCommit feedview when documentdb closes.Henning Baldersheim2020-08-281-0/+4
* Use a fixed visibility-delay of 100ms during replayHenning Baldersheim2020-08-201-6/+4
* Do the time tracking for immediate commit in the replay state instead of havi...Henning Baldersheim2020-08-191-21/+29
* c_str -> dataHenning Baldersheim2020-01-211-1/+1
* WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-161-25/+18
* Remove remains of spooler code from searchcore.Tor Egge2018-09-141-6/+0
* Reduce code visibility and C++11ification.Henning Baldersheim2018-06-141-0/+1
* Remove DocumentTypeRepo::UP typedef.Tor Egge2018-04-051-1/+0
* Use shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-1/+3
* Remove explicit ack and use feedtoken as a smartptrHenning Baldersheim2017-10-131-11/+7
* Extend IFeedView::handleMove() with destructor callback to get a hook for whe...Geir Storli2017-07-031-4/+7
* 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
* Remove history schema and wiping of old removed fields.Tor Egge2017-04-241-5/+1
* add override in searchcore moduleArne H Juul2017-04-121-17/+17
* Use more forward declarations.Tor Egge2017-04-051-0/+2
* Clearly differentiate when you promise a long lived buffer and not.Henning Baldersheim2017-01-191-4/+1
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-1/+1
* Ensure that fastos.h is included firstHenning Baldersheim2016-06-161-4/+2
* PublishJon Bratseth2016-06-151-0/+175