summaryrefslogtreecommitdiffstats
path: root/vdslib/src/vespa
Commit message (Expand)AuthorAgeFilesLines
* Move related non-local variables to same translation unit to ensureTor Egge2022-10-245-12/+44
* Reduce include and visibility of ptrholder.hHenning Baldersheim2022-09-231-1/+1
* stop passing nullptrHÃ¥vard Pettersen2022-06-211-1/+3
* cleanup unused second pass statsArne H Juul2022-06-082-15/+1
* Keep algorithm includedHenning Baldersheim2022-05-141-0/+1
* GC unused code and dependenciesHenning Baldersheim2022-05-142-2/+1
* Avoid requiring identifiable for FieldValueHenning Baldersheim2022-03-162-5/+4
* Add include to get declaration of std::sort (vdslib).Tor Egge2022-02-271-0/+1
* Stop using std::binary_function (vdslib).Tor Egge2022-02-262-2/+2
* Allow inhibiting all default bucket space merges if global merges pendingTor Brede Vekterli2022-02-152-8/+8
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-4/+1
* Don't set deprecated fields when aggregating visitor statisticsTor Brede Vekterli2022-01-311-2/+2
* Add noexcept specifiers.Tor Egge2021-12-113-3/+3
* Update 2018 copyright notices.gjoranv2021-10-072-2/+2
* Update 2017 copyright notices.gjoranv2021-10-0737-37/+37
* Include cassert when needed.Tor Egge2021-06-041-0/+1
* Remove notion of node-specific reliability from C++ distribution codeTor Brede Vekterli2021-03-023-94/+19
* string.h does not need alloc.hHenning Baldersheim2021-02-214-0/+4
* - Reduce visibility of ClusterState and Distribution.Henning Baldersheim2021-02-197-40/+15
* use size literals in streamingArne Juul2021-02-152-2/+4
* Add feed block status to ClusterStateBundle in C++.Geir Storli2021-01-182-4/+71
* - Factor out insert() to a separate method.Henning Baldersheim2021-01-1210-122/+103
* Allocate once and reuse.Henning Baldersheim2021-01-121-21/+22
* Replace the use of std::list with std::vector. This avoids a lof of new/delete.Henning Baldersheim2021-01-121-28/+16
* Eliminate inlining warnings.Tor Egge2020-12-042-0/+4
* Add noexceptHenning Baldersheim2020-11-262-11/+11
* As we have have now removed the expensive Route member we can further compact...Henning Baldersheim2020-11-262-20/+36
* Remove disk distribution from C++ part of vdslib.Tor Egge2020-11-052-47/+4
* Remove diskstate from vdslib.Tor Egge2020-11-0310-554/+18
* Use std::mutex and std:.condition_variable and GC some unused code.Henning Baldersheim2020-10-134-332/+0
* - GC unused code.Henning Baldersheim2020-10-073-235/+0
* Remove broken copy and move constructor and assignment operatoos on vespalib:...Henning Baldersheim2020-10-073-11/+4
* Use noexcept as advise by gcc -WnoexceptHenning Baldersheim2020-10-062-2/+2
* Check _node2Group array size in Distribution.Tor Egge2020-08-201-1/+1
* Only sort once during ideal group calculationsTor Brede Vekterli2020-06-291-24/+21
* Precompute node 2 group mapping config time.Henning Baldersheim2020-06-263-18/+25
* Nested namespaceHenning Baldersheim2020-06-262-13/+7
* 0 -> nullptrHenning Baldersheim2020-06-261-1/+1
* Use std::moveHenning Baldersheim2020-06-262-5/+6
* Modernize to c++11 style loops.Henning Baldersheim2020-06-263-35/+22
* Revert "Only sort once during ideal group calculations"Arnstein Ressem2020-06-261-21/+24
* Only sort once during ideal group calculationsTor Brede Vekterli2020-06-251-24/+21
* Add noexcept to move constructors and operatorsHenning Baldersheim2020-01-212-4/+4
* GC a load of unused code. ByteBuffer towards read only.Henning Baldersheim2020-01-206-62/+59
* Use the get() api correctly. The value is returned.Henning Baldersheim2019-10-011-21/+2
* Remove visitor ordering and order selection.Henning Baldersheim2019-08-093-53/+0
* Add missing includes.Tor Egge2019-06-111-0/+1
* Add new DB merging API to distributor BucketDatabaseTor Brede Vekterli2019-06-032-0/+11
* Resurrect parts of state/grouptest.cpp that are still relevant and remove unu...Geir Storli2019-05-232-87/+0
* Properly handle non-owned vs. missing bucketsTor Brede Vekterli2019-03-152-0/+11