aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib
Commit message (Expand)AuthorAgeFilesLines
* Remove CppUnit dependencies in modulesTor Brede Vekterli2019-06-261-1/+0
* Add missing includes.Tor Egge2019-06-111-0/+1
* Add new DB merging API to distributor BucketDatabaseTor Brede Vekterli2019-06-032-0/+11
* Simplify.Geir Storli2019-05-231-3/+3
* Rewrite vdslib tests from cppunit to gtest.Geir Storli2019-05-237-686/+292
* Remove debug test program that is no longer relevant and code that is not used.Geir Storli2019-05-235-843/+0
* Resurrect parts of state/grouptest.cpp that are still relevant and remove unu...Geir Storli2019-05-234-422/+96
* Rewrite vdslib tests from cppunit to gtest.Geir Storli2019-05-227-272/+150
* get -> getAcquire, set -> setReleaseHenning Baldersheim2019-05-201-6/+6
* Ensure visibility of config changes.Henning Baldersheim2019-05-181-18/+29
* Merge pull request #9435 from vespa-engine/balder/ensure-we-do-not-drop-close...Henning Baldersheim2019-05-161-6/+15
|\
| * Set member to null explicit.Henning Baldersheim2019-05-161-1/+5
| * - Use double checked locking to ensure that we do not create Policies that we...Henning Baldersheim2019-05-161-5/+10
* | Rewrite tests from cppunit to gtest.Geir Storli2019-05-165-108/+71
|/
* Get rid of very complicated and inherently thread unsafe code as external slo...Henning Baldersheim2019-04-261-18/+24
* No '*' importsHenning Baldersheim2019-04-261-8/+11
* Merge pull request #8900 from vespa-engine/arnej/no-more-pythonArne H Juul2019-03-291-2/+1
|\
| * stop using python script for cppunit testsArne Juul2019-03-261-2/+1
* | Properly handle non-owned vs. missing bucketsTor Brede Vekterli2019-03-152-0/+11
* | Basic handling of activate_cluster_state_version RPC in backendTor Brede Vekterli2019-03-142-3/+26
|/
* Add '()' to macro definition.Geir Storli2019-03-011-1/+1
* Simplify.Geir Storli2019-03-011-1/+0
* Reduce code duplication in gtest runners.Geir Storli2019-02-221-8/+2
* Add gtest runner in vdslib and migrate bucketdistributiontest from CppUnit to...Geir Storli2019-02-185-34/+50
* Derive correct distribution partition spec for grouped clustersTor Brede Vekterli2019-02-121-0/+14
* Eliminate clang warnings in vdslib.Tor Egge2019-02-082-7/+6
* Adjust forward declaration in vdslib.Tor Egge2019-02-081-1/+1
* remove unused classesArne Juul2019-01-218-843/+0
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
* Do not take refs to temporaries that immediately go out of scopeTor Brede Vekterli2019-01-151-1/+1
* GC unused code and update includesHenning Baldersheim2019-01-051-13/+1
* getContentType -> contentStruct and java doc.Henning Baldersheim2018-11-011-2/+2
* Deprecating a whole lot of body/header related methods that should have been ...Henning Baldersheim2018-10-311-3/+9
* Remove use of deprecated methods.Henning Baldersheim2018-10-261-3/+11
* Remove declaration of unused plugin.gjoranv2018-08-241-17/+0
* Remove whitespaceHenning Baldersheim2018-08-1211-17/+17
* Pass stringref by valueHenning Baldersheim2018-08-116-10/+10
* Pass stringref by valueHenning Baldersheim2018-08-1012-40/+40
* Remove stringref::c_str()Tor Brede Vekterli2018-07-258-13/+15
* Fix author tag for SimonBjørn Christian Seime2018-07-052-2/+2
* use LOG_ABORT not just abort()Arne Juul2018-06-121-2/+2
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
* Use new junit APIJon Bratseth2018-05-045-18/+63
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-023-3/+3
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-023-3/+3
* Merge pull request #5758 from vespa-engine/gjoranv/java9-prep-05gjoranv2018-05-013-3/+3
|\
| * Java 9: Replace 'new Double' with 'Double.valueOf'gjoranv2018-05-012-2/+2
| * Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-301-1/+1
* | Remove usage of junit.frameworkJon Bratseth2018-04-303-22/+32
|/
* Use move constructors.Henning Baldersheim2018-04-031-17/+9