aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/reference
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0929-29/+29
* Grab the fallback guard in the constructor to ensure it is held fetching the ...Henning Baldersheim2023-05-104-10/+6
* Wire the metastore read guard all the way and use it, if present.Henning Baldersheim2023-05-091-3/+1
* Use shared_ptr for the read guardHenning Baldersheim2023-05-091-1/+1
* Let ImportedAttributesRepo return a reference to a shared_ptr instead of a sh...Henning Baldersheim2022-06-031-1/+1
* Avoid sync_all by using an explicit gate.Henning Baldersheim2021-11-192-11/+14
* Add a vector of gids to remove to ReferenceAttribute::populateTargetLids()Tor Egge2021-11-184-6/+13
* Grow by doublingHenning Baldersheim2021-11-021-1/+1
* Rename ISequencedTaskExecutor::sync() to sync_all().Tor Egge2021-10-281-1/+1
* notifyRemove -> notifyRemovesHenning Baldersheim2021-10-286-6/+6
* Notify gid-lid changes in batch on delete bucket.Henning Baldersheim2021-10-278-20/+44
* Move MonitoredRefCount and RetainGuard to vespalib.Tor Egge2021-10-184-7/+13
* Update Verizon Media copyright notices.gjoranv2021-10-074-4/+4
* Update 2017 copyright notices.gjoranv2021-10-0724-24/+24
* Use a RetainGuard to ensure DocumentDB is not closed until everything has bee...Henning Baldersheim2021-04-233-14/+9
* string.h does not need alloc.hHenning Baldersheim2021-02-212-2/+4
* Move idestructorcallback.h to vespalib module and search::IDestructorCallback...Henning Baldersheim2021-01-142-4/+4
* Place _serial_num member variable earlier in the class.Tor Egge2020-11-201-2/+2
* Simplify return statements.Tor Egge2020-11-202-2/+2
* Update comments.Tor Egge2020-11-201-1/+5
* Delay gid to lid change notifications for put operations.Tor Egge2020-11-1912-98/+156
* Rename context to IDestructorCallbackSPHenning Baldersheim2020-07-088-22/+22
* Sync executor before completing destruction to ensure everyone is done.Henning Baldersheim2020-07-071-0/+1
* Async handling of gid/lid changes.Henning Baldersheim2020-07-078-64/+57
* Let the executor create an executor id to its liking.Henning Baldersheim2020-06-251-1/+1
* Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-044-24/+35
* Add more details to the trace.Henning Baldersheim2019-12-201-3/+1
* fastos::TimeStamp -> vespalib::durationHenning Baldersheim2019-12-163-10/+10
* Don't create imported attribute if target attribute is missing.Tor Egge2019-03-041-2/+4
* Eliminate some clang warnings in searchcore.Tor Egge2019-02-081-2/+0
* Adjust forward declarations in searchcore.Tor Egge2019-02-027-8/+8
* Use correct prefix name when selecting executor.Henning Baldersheim2018-06-171-1/+1
* Use a explicit type to avoid confusion on what an intger number mean. Compone...Henning Baldersheim2018-06-111-6/+5
* Adjust naming: referenced lid -> target lid.Tor Egge2018-04-261-1/+1
* Rename accessor method to align naming with ImportedAttributeVector.Tor Egge2018-04-244-4/+4
* Add shared pointer to document meta store context for referencedTor Egge2018-04-234-2/+13
* Add foreach method to search::IDocumentMetaStore interface class.Tor Egge2018-04-236-24/+21
* Use proton::IAttributeManager instead of proton::AttributeManager inTor Egge2018-04-232-5/+5
* Enable import of imported attribute vector in backend.Tor Egge2018-04-204-18/+19
* Remove DocumentTypeRepo::UP typedef.Tor Egge2018-04-051-1/+0
* Revert "Revert "Add imported tensor attribute vector""Tor Egge2018-01-231-3/+3
* Revert "Add imported tensor attribute vector"HÃ¥kon Hallingstad2018-01-231-3/+3
* Add imported tensor attribute vector.Tor Egge2018-01-221-3/+3
* Fix typo.Tor Egge2018-01-081-1/+1
* Don't connect reference attribute to referenced document type while replayingTor Egge2018-01-082-9/+17
* Use std::lock_guard instead of std::unique_lock.Tor Egge2017-11-131-1/+1
* Use std::promise<void> instead of std::promise<bool> when value is ignored.Tor Egge2017-10-311-12/+12
* Use multiple threads for mbus invokeHenning Baldersheim2017-09-261-6/+3
* Handle out of order put operations while tracking pending remove.Tor Egge2017-09-151-1/+4
* Add newline.Tor Egge2017-09-151-1/+2