aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/memoryflush.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use c++11 loops.Henning Baldersheim2023-05-121-21/+8
* Reduce transitive includes.Henning Baldersheim2023-03-011-0/+1
* Avoid flushing components in proton more than necessary.Geir Storli2022-12-161-8/+16
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add some debug logging.Henning Baldersheim2021-08-091-0/+12
* use size literals in searchcoreArne Juul2021-02-151-5/+4
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-051-12/+13
* timeSinceEpoch -> time_since_epoch.Henning Baldersheim2019-12-051-3/+3
* Specify UTC explicitHenning Baldersheim2019-11-181-8/+8
* Add type casts and adjust format strings in searchcore module.Tor Egge2019-03-141-2/+2
* Fix format strings in searchcore module.Tor Egge2019-03-121-1/+1
* Remove stringref::c_str()Tor Brede Vekterli2018-07-251-1/+1
* Use standard locking in searchcore/proton/server (pass 1).Tor Egge2017-12-111-2/+2
* Delay check of total memory and disk gains until we have calculated theTor Egge2017-12-051-9/+10
* Wire in for live reconfiguration of DocumentStore.Henning Baldersheim2017-10-051-11/+10
* Include what you need.Henning Baldersheim2017-08-181-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
* Use more forward declarations.Tor Egge2017-04-051-0/+1
* Do not use maxage.serial anymore. Just use maxsize.Henning Baldersheim2017-02-021-60/+40
* Test that we handle large serial numbers (>32bit max) when ordering by tls size.Geir Storli2016-08-191-6/+21
* Serial number is 64 bits.Henning Baldersheim2016-08-191-1/+1
* Handle live memory flush strategy config changes:Tor Egge2016-06-171-16/+25
* PublishJon Bratseth2016-06-151-0/+249