summaryrefslogtreecommitdiffstats
path: root/document
Commit message (Expand)AuthorAgeFilesLines
* Use std::make_uniqueHenning Baldersheim2021-08-061-8/+8
* Cleanup, no functional changesJon Bratseth2021-06-171-2/+0
* Internal structs take precedence over external documentsJon Bratseth2021-06-172-2/+3
* Upgrade to QuestDb 6.0.2Jon Bratseth2021-05-251-1/+1
* Merge pull request #17941 from vespa-engine/jonmv/cache-badgesValerij Fredriksen2021-05-211-1/+1
|\
| * Cache badges for 1 minuteJon Marius Venstad2021-05-211-1/+1
* | handle hex values in blocks alsoArne Juul2021-05-212-7/+29
|/
* handle hex strings as tensor cell values in document alsoArne Juul2021-05-202-2/+32
* avoid read/write conflict by doing atomic moveHÃ¥vard Pettersen2021-05-064-5/+17
* Double is little-endian on AARCH64EL.Tor Egge2021-04-301-1/+1
* Avoid SSE2 built-in functions when CPU arch is not x86_64Tor Egge2021-04-301-0/+7
* remove deprecated tensor modelHÃ¥vard Pettersen2021-04-163-93/+88
* be lazy also when assigned from another TensorFieldValueArne Juul2021-04-071-24/+24
* handle value decoding failures more gracefullyHÃ¥vard Pettersen2021-03-241-1/+5
* Dump more information to help debugging.Henning Baldersheim2021-03-241-2/+3
* Add copyright headersJon Bratseth2021-03-181-0/+1
* Keep BucketId mask anomalies for zero used bits.Tor Egge2021-03-171-2/+2
* all scalars must be doubleHÃ¥vard Pettersen2021-03-042-2/+4
* Postpone buckets for reconsideration until it is safe.Henning Baldersheim2021-03-011-1/+1
* string.h does not need alloc.hHenning Baldersheim2021-02-212-1/+3
* Eliminate array bounds warning.Tor Egge2021-02-211-1/+1
* Merge pull request #16612 from vespa-engine/bratseth/non-functional-changes-37Harald Musum2021-02-2110-59/+61
|\
| * Non-functional changes onlyJon Bratseth2021-02-2110-59/+61
* | Non-functional changesJon Marius Venstad2021-02-191-1/+1
|/
* Fix linksJon Bratseth2021-02-152-2/+2
* Upgrade all Jackson dependencies to 2.12.1Bjørn Christian Seime2021-02-081-3/+4
* Merge pull request #16402 from vespa-engine/jonmv/expand-document-v1-visit-APIJon Marius Venstad2021-02-053-6/+11
|\
| * Test for equal condition in DocumentOperation subclassesJon Marius Venstad2021-02-043-6/+11
* | add unit testing of lazy deserializationArne Juul2021-02-051-0/+44
* | fix bug in lazy deserializationArne Juul2021-02-051-1/+1
|/
* update includes for migrated codeHÃ¥vard Pettersen2021-02-043-3/+3
* Handle POST -> remote visit, PUT -> mass udpate, DELETE -> mass deletionJon Marius Venstad2021-02-032-0/+11
* Update abi spec for removed, unused methodJon Marius Venstad2021-02-031-1/+0
* Nonfunctional changes, remove unused codeJon Marius Venstad2021-02-033-20/+4
* Merge pull request #16301 from vespa-engine/arnej/lazy-deserialize-tensor-in-...Henning Baldersheim2021-02-024-17/+61
|\
| * keep serialized tensor in TensorFieldValueArne Juul2021-02-014-17/+61
* | Add noexcept and some other minor code health.Henning Baldersheim2021-02-023-26/+26
* | Revert "Properly track execution of BucketTasks and provide sync() and orderâ...Henning Baldersheim2021-02-023-26/+26
* | Merge pull request #16323 from vespa-engine/balder/implement-sync-of-bucket-e...Henning Baldersheim2021-02-023-26/+26
|\ \
| * | Properly track execution of BucketTasks and provide sync() and orderly shutdown.Henning Baldersheim2021-02-023-26/+26
| * | Revert "Implement BucketExecutor::sync."Henning Baldersheim2021-02-023-26/+26
| * | Implement BucketExecutor::sync.Henning Baldersheim2021-02-013-26/+26
| |/
* / Delegate blocking ops to executor in JobRunnerJon Marius Venstad2021-02-021-53/+0
|/
* Postpone the future.Henning Baldersheim2021-01-281-2/+2
* gc last usages of closuresHenning Baldersheim2021-01-262-2/+0
* Use lambda over closure.Henning Baldersheim2021-01-255-15/+39
* Reject non-trivial updates if feed is blocked in the cluster.Geir Storli2021-01-191-1/+1
* Merge pull request #16017 from vespa-engine/arnej/avoid-value-copyGeir Storli2021-01-147-17/+63
|\
| * avoid extra Value copy when updating DirectTensorAttributeArne Juul2021-01-127-17/+63
* | Use the feed reject helper in persistenceengine too.Henning Baldersheim2021-01-121-1/+1
|/