aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/common
Commit message (Expand)AuthorAgeFilesLines
* Use attributes when evaluating selection expression on full documentsTor Brede Vekterli2024-03-124-23/+43
* Not possible to do safe cast here. Must leav as is and wait until we clean up...Henning Baldersheim2023-11-061-15/+9
* Not logging anything hereHenning Baldersheim2023-11-041-3/+0
* Use explicit singlevalue interface.Henning Baldersheim2023-11-041-12/+18
* Revert "No need to specify your own namespace."Henning Baldersheim2023-11-041-18/+12
* Use explicit singlevalue interface.Henning Baldersheim2023-11-031-12/+18
* Move `HwInfo` from `proton` namespace to `vespalib`Tor Brede Vekterli2023-11-013-84/+5
* Update copyrightJon Bratseth2023-10-0963-63/+63
* Handle tensor modify update with "create: true" for non-existing tensor.Geir Storli2023-08-281-1/+2
* Backport to clang 15.Tor Egge2023-07-191-0/+1
* Merge pull request #27804 from vespa-engine/toregge/stop-linking-with-stdcxxfsTor Egge2023-07-171-2/+0
|\
| * Stop linking with libstdc++fsTor Egge2023-07-171-2/+0
* | Reduce use of vespalib::unlink.Tor Egge2023-07-171-2/+1
|/
* Prevent possible deadlock when calling State::cancel by dropping the taskList...Henning Baldersheim2023-05-261-5/+9
* Export moved config definitions.Tor Egge2023-05-092-2/+1
* Handle SingleRawAttribute in AttributeUpdater.Tor Egge2023-03-162-1/+47
* Add raw as attribute vector basic type.Tor Egge2023-03-062-1/+2
* Warn about bad config, and cap searchable copies at redundancyHenning Baldersheim2023-01-231-2/+10
* Use mutex/condition_variable instead of atomic/sleep for synchronization.Henning Baldersheim2023-01-021-11/+23
* Change from typedef to using in searchcore.Geir Storli2022-12-218-17/+17
* The inner task has potentially longer lifetime than the outer task so we need...Henning Baldersheim2022-12-151-1/+1
* Remove reset as interface for the executors. Require users to consider lifetime.Henning Baldersheim2022-12-124-25/+6
* Track which tasks are ongoing, and cancel and clean up in correct order.Henning Baldersheim2022-12-123-6/+97
* Keep the original task in a shared_ptr in the wrapping lambda and make a copy...Henning Baldersheim2022-12-121-2/+3
* Clean up cancelled taskHenning Baldersheim2022-12-121-1/+2
* Return a handle that will deregister the recurring task when it goes out of s...Henning Baldersheim2022-12-095-27/+56
* Add class that posts tasks at a regular interval to another executor.Geir Storli2022-12-085-13/+98
* fix typo invokation -> invocationThinh Bui2022-11-141-1/+1
* Use search::test::SchemaBuilder in searchcore unit tests.Tor Egge2022-10-211-1/+0
* Normalize includes in searchcore and searchlib.Tor Egge2022-09-281-1/+1
* Normalize includes in searchcore.Tor Egge2022-09-273-2/+3
* Remove kludge for RHEL 8.2.Tor Egge2022-09-182-17/+0
* Avoid copying a vector of shared_ptrs when lifetime is guaranteed by the lock...Henning Baldersheim2022-08-191-4/+39
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-19/+18
* Inherit from vespalib::GrowStrategyHenning Baldersheim2022-05-261-2/+2
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-252-0/+2
* - Introduce the concept of minimal capacity for rcu vectors.Henning Baldersheim2022-05-241-3/+3
* - Avoid using shared_ptr for simpe AllocConfig and ThreadingServiceConfig.Henning Baldersheim2022-05-232-6/+1
* Move ScheduledExecutor to searchcore and drop fnet dependency in staging_vesp...Henning Baldersheim2022-05-183-0/+129
* Use vespalib::ResourceLimits in proton::HwInfoSampler.Tor Egge2022-05-131-6/+8
* Support boolean literals in subexpressions for C++ document selection, not ju...Tor Brede Vekterli2022-04-201-1/+1
* Avoid Identifiable for ValueUpdate. It complicates without bringing much useful.Henning Baldersheim2022-03-281-9/+9
* Implement className on document::FieldValueHenning Baldersheim2022-03-171-4/+3
* Avoid requiring identifiable for FieldValueHenning Baldersheim2022-03-161-18/+16
* Add replay feed token factory with optional tracking.Tor Egge2022-03-025-4/+103
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-2/+5
* - assert result of Close() in destructor of FastOS_File and FastOS_BufferedFile.Henning Baldersheim2022-01-261-17/+19
* Update class comment.Tor Egge2022-01-211-1/+3
* Prepare for throttling of replay.Tor Egge2022-01-215-5/+87
* Prepare for tracking the current transient disk usage across all document dbs.Geir Storli2022-01-101-2/+27