aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/feedoperation
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0933-33/+33
* Modernize C++ code.Geir Storli2023-08-292-4/+4
* Change from typedef to using in searchcore.Geir Storli2022-12-215-7/+7
* - Move persitence/spi/types.h under to persitence/spi/types.hHenning Baldersheim2022-05-1814-55/+39
* move functions to more appropriate classesHÃ¥vard Pettersen2022-05-091-1/+3
* Update 2017 copyright notices.gjoranv2021-10-0733-33/+33
* Add prune job that uses bucket executor.Henning Baldersheim2021-05-041-20/+6
* string.h does not need alloc.hHenning Baldersheim2021-02-212-0/+2
* Less asserts in header files.Henning Baldersheim2021-02-131-0/+1
* Various readability and code cleanup. closure -> lambdaHenning Baldersheim2021-01-232-5/+1
* Decouple and cleanup. No semantic changes.Henning Baldersheim2021-01-212-13/+9
* Reuse document meta store state from prepare step instead of doingTor Egge2020-10-062-2/+7
* - If document type has been resolved, use if for test-and-set too.Henning Baldersheim2020-08-276-21/+9
* Use tranfer by value and std::move to avoid copying shared pointer to the Upd...Henning Baldersheim2020-08-072-7/+9
* Use make_unique and make_shared instead of new.Geir Storli2020-05-292-2/+2
* - Add async interface to putHenning Baldersheim2020-04-294-22/+17
* Remove LID and add an assert before serializing.Henning Baldersheim2020-04-092-21/+14
* First take at making a gid based remove.Henning Baldersheim2020-04-085-4/+84
* Make RemoveOperation an interface and move implmentation to RemoveOperationWi...Henning Baldersheim2020-04-082-24/+36
* %ud -> %uHenning Baldersheim2020-04-082-2/+2
* temporary enable docstore validation at startup.Henning Baldersheim2020-04-081-6/+6
* WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-164-61/+0
* Drop timestamp.Henning Baldersheim2019-12-162-10/+5
* Remove v6/v7 on c++ side tooHenning Baldersheim2019-08-212-4/+2
* Add type casts and adjust format strings in searchcore module.Tor Egge2019-03-141-2/+4
* Remove remains of spooler code from searchcore.Tor Egge2018-09-145-132/+0
* Reduce code visibility and C++11ification.Henning Baldersheim2018-06-1411-69/+52
* Reinstate update verificationHenning Baldersheim2018-06-142-2/+3
* 1 - Use a backing buffer for the DocumentUpdate that always is source of truth.Henning Baldersheim2018-06-122-11/+10
* Add missing bytebuffer.h includeHenning Baldersheim2018-06-121-0/+1
* Reduce code visibilityHenning Baldersheim2018-06-121-0/+1
* GC some more unused code and properly test old formats without exposing produ...Henning Baldersheim2018-05-315-169/+52
* Hide implementation details.Henning Baldersheim2018-05-311-5/+2
* Though shall never produce old format again, except from tests.Henning Baldersheim2018-05-312-9/+4
* Perform fixup on put and update operations using non-current document type repo.Tor Egge2018-05-294-11/+47
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-1/+2
* Include lessHenning Baldersheim2017-07-312-11/+11
* Update copyright headersJon Bratseth2017-06-1438-38/+38
* Revert "Update copyright headers"Jon Bratseth2017-06-1438-38/+38
* Update copyright headersJon Bratseth2017-06-1438-38/+38
* Revert "Copyright header"Jon Bratseth2017-06-1338-38/+38
* Copyright headerJon Bratseth2017-06-1338-38/+38
* Do not provide unnecessary fastos/mutex.h by default.Henning Baldersheim2017-06-071-0/+1
* Hide the implementation details.Henning Baldersheim2017-06-061-1/+1
* Include what you need yourself, and not more.Henning Baldersheim2017-05-2418-49/+15
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-15/+15
* add override in searchcore moduleArne H Juul2017-04-1215-44/+44
* remove most usage of LinkedPtr from vespaHaavard2017-03-275-11/+10
* Extend document operation with new method to get serializeed document size.Tor Egge2017-03-067-76/+20
* Unit test serialization and deserialization of update feed operations.Tor Egge2017-02-282-2/+27