aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src
Commit message (Expand)AuthorAgeFilesLines
* Nonfunctional changes onlyJon Bratseth2019-06-281-26/+9
* Increase timeout in async testJon Bratseth2019-06-182-15/+14
* Revert "Revert "Require constant() for large constants and fix a type resolvi...Jon Bratseth2019-06-131-1/+1
* Revert "Require constant() for large constants and fix a type resolving bug (...Harald Musum2019-06-121-1/+1
* Require constant() for large constants and fix a type resolving bug (#9769)Jon Bratseth2019-06-121-1/+1
* Keep the spec final.Henning Baldersheim2019-05-284-5/+5
* - Use double checked locking to ensure that we do not create Policies that we...Henning Baldersheim2019-05-161-6/+15
* Simplify the supervisor responsibilityHenning Baldersheim2019-05-104-15/+27
* Update copyright.Henning Baldersheim2019-04-261-1/+1
* Get rid of very complicated and inherently thread unsafe code as external slo...Henning Baldersheim2019-04-2611-320/+110
* And then some more finalHenning Baldersheim2019-04-263-25/+36
* Group volatiles together and use more final members.Henning Baldersheim2019-04-261-21/+33
* Use syncronized and ordinary boolean firstTryHenning Baldersheim2019-04-261-10/+12
* Add some more synchronized to ensure thread visibilityHenning Baldersheim2019-04-262-14/+19
* And then there were more.....Henning Baldersheim2019-04-261-11/+19
* Also protect oldClusterVersionGottenCountHenning Baldersheim2019-04-261-3/+4
* Make cachedClusterState thread safe.Henning Baldersheim2019-04-261-5/+9
* Make validRandomTargets thread safe.Henning Baldersheim2019-04-261-2/+5
* Change interface from Mirror.Entry[] to List<Mirror.Entry> as you already hav...Henning Baldersheim2019-04-2212-49/+106
* Remove some unused metrics code and dewire it.Henning Baldersheim2019-04-1319-183/+68
* Follow intellij advise.Henning Baldersheim2019-04-137-62/+53
* Avoid '*' imports.Henning Baldersheim2019-04-121-5/+28
* Merge pull request #9078 from vespa-engine/balder/avoid-map2list2map-conversionJon Bratseth2019-04-101-1/+0
|\
| * GC unused importHenning Baldersheim2019-04-101-1/+0
* | GC unused import and code.Henning Baldersheim2019-04-101-4/+8
|/
* add "sum" output for gauge metricsArne Juul2019-03-221-0/+1
* Don't use gmock for now as it triggers valgrind.Geir Storli2019-03-042-5/+1
* Add '()' to macro definition.Geir Storli2019-03-011-1/+1
* Rewrite only cppunit test in documentapi to use gtest.Geir Storli2019-03-013-42/+26
* Eliminate some gcc 9 warnings.Tor Egge2019-02-251-1/+1
* Cleanup after removal of old unit test runner.Tor Egge2019-02-212-4/+0
* Remove files used by old unit test runner.Tor Egge2019-02-198-8/+0
* Remove old unit test runner.Tor Egge2019-02-191-74/+0
* Remove test lists files used by old unit test framework.Tor Egge2019-02-151-8/+0
* Eliminate clang warnings in documentapiTor Egge2019-02-082-2/+2
* Revert "Revert "Generate default-get route for document retrievals""Olli Virtanen2019-02-014-12/+46
* Revert "Generate default-get route for document retrievals"Olli Virtanen2019-01-314-46/+12
* Generate default-get route for document retrievalsOlli Virtanen2019-01-314-12/+46
* Nonfunctional changes onlyJon Bratseth2019-01-251-0/+1
* provide defaults, making it easier to mock up an implementationArne Juul2019-01-212-6/+18
* remove misleading usage of DocumentSerializerFactoryArne Juul2019-01-211-5/+4
* remove unused class and importsArne Juul2019-01-214-32/+0
* avoid using a dynamic documentlist just to hold a single operationArne Juul2019-01-213-20/+40
* Deprecation cleanupJon Bratseth2019-01-214-5/+5
* Require methods with timeout to be implementedJon Bratseth2019-01-212-16/+11
* remove unused "headersonly" functionalityArne Juul2019-01-212-9/+0
* ignore headersonly flagArne Juul2019-01-214-3/+35
* Merge documentapi protocol routable factories (C++).Tor Egge2019-01-218-1648/+1320
* Only allow document api protocol version 6.221 (C++)Tor Egge2019-01-218-1207/+1084
* Merge documentapi protocol routable factories (Java).Tor Egge2019-01-213-961/+916