summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/docsummary
Commit message (Expand)AuthorAgeFilesLines
* some more cleanupArne Juul2018-06-201-1/+3
* Merge branch 'master' into arnej/use-log-abortArne Juul2018-06-202-25/+16
|\
| * - Remove the execute(string, ...) and force the use of ExecutorId.Henning Baldersheim2018-06-171-24/+15
| * Reduce code visibility.Henning Baldersheim2018-06-131-1/+1
* | use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+1
|/
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-0/+1
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-042-4/+4
* Put the right assert in the right testcase.Henning Baldersheim2018-02-021-5/+5
* Use schematic 'type', 'message', 'details' error schema.Henning Baldersheim2018-02-021-20/+53
* Revert "Revert "Balder/compute summary cache automatically in backend""Henning Baldersheim2018-01-311-1/+1
* Revert "Balder/compute summary cache automatically in backend"Harald Musum2018-01-311-1/+1
* Add the HwInfo to the BootstrapConfig.Henning Baldersheim2018-01-301-1/+1
* Let proton subscribe to bucketspaces config.Tor Egge2018-01-091-0/+3
* Consolidate makeBucketSpace() test functions to document module.Tor Egge2017-11-141-2/+2
* Introduce async write interface in the TLS.Henning Baldersheim2017-10-181-3/+2
* Revert "Introduce async write interface in the TLS."Henning Baldersheim2017-10-171-2/+3
* Introduce async write interface in the TLS.Henning Baldersheim2017-10-171-3/+2
* Move bucket factory to proton test library, it is only used by unit tests.Tor Egge2017-10-062-1/+2
* Use storage::spi::test::makeBucketSpace() in tests when creating bucket space.Geir Storli2017-10-061-11/+13
* Add bucket space concept to DocumentDB and wire it into setup of PersistenceE...Geir Storli2017-10-061-1/+2
* There is a less intrusive way ...Henning Baldersheim2017-10-051-1/+1
* Wire in for live reconfiguration of DocumentStore.Henning Baldersheim2017-10-051-8/+4
* Revert "Revert "Havardpe/avoid reading past json value in slime json parser""Arnstein Ressem2017-10-022-3/+3
* Revert "Havardpe/avoid reading past json value in slime json parser"Arnstein Ressem2017-10-022-3/+3
* Merge pull request #3587 from vespa-engine/havardpe/avoid-reading-past-json-v...Geir Storli2017-10-022-3/+3
|\
| * avoid implicit cast to boolHåvard Pettersen2017-09-292-3/+3
| * avoid requiring that json parsing consumes all inputHåvard Pettersen2017-09-292-3/+3
* | Update so that the tls direct writer is not optional.Henning Baldersheim2017-09-301-24/+6
|/
* Also run the serialization in different threadpool.Henning Baldersheim2017-08-101-20/+12
* Update copyright headersJon Bratseth2017-06-144-3/+4
* Revert "Update copyright headers"Jon Bratseth2017-06-144-4/+3
* Update copyright headersJon Bratseth2017-06-144-3/+4
* Revert "Copyright header"Jon Bratseth2017-06-134-4/+3
* Copyright headerJon Bratseth2017-06-134-3/+4
* Use example.com instead of yahoo.com in unit tests.Tor Egge2017-06-052-13/+13
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-3/+3
* remove empty linesArne Juul2017-05-191-1/+0
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-022-36/+17
* add override in searchcore moduleArne H Juul2017-04-122-2/+2
* Use more forward declarations.Tor Egge2017-04-051-0/+7
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-052-62/+65
* Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-081-12/+17
* Change document meta store api to require document size as argument toTor Egge2017-03-061-0/+2
* Extend document operation with new method to get serializeed document size.Tor Egge2017-03-061-4/+4
* remove setting of "allow slime" flagArne H Juul2017-02-231-5/+0
* make useSlimeInsideFields always trueArne H Juul2017-02-232-31/+17
* unit test useSlimeInsideFields code pathArne H Juul2017-02-231-24/+63
* set GDFLAG_ALLOW_SLIME in all requestsArne H Juul2017-02-221-50/+51
* move some codeArne H Juul2017-02-101-8/+9
* use new input/output model in slimeHaavard2017-02-031-2/+2