summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22729 from vespa-engine/balder/introduce-concept-of-minim...Henning Baldersheim2022-05-251-20/+33
|\
| * - Introduce the concept of minimal capacity for rcu vectors.Henning Baldersheim2022-05-241-20/+33
* | avoid undefined behavior in vespalib unit testsHåvard Pettersen2022-05-252-4/+4
|/
* - Stick to using GrowStragey everywhere.Henning Baldersheim2022-05-231-14/+14
* Fold fastlib into vespalib and gc some unused code.Henning Baldersheim2022-05-217-0/+243
* Fold staging_vespalib into vespalibHenning Baldersheim2022-05-2069-0/+3815
* Move state_server, metrivs and some all executors from staging_vespalib too v...Henning Baldersheim2022-05-1825-2/+2678
* Add CGroupResourceLimits class.Tor Egge2022-05-1235-0/+121
* Supporting cased match for fuzzy operatorAlexey Chernyshev2022-05-041-5/+13
* Avoid taking an undefined ref of nullptr when mutation vector is emptyTor Brede Vekterli2022-05-031-24/+29
* Add utility header for detecting sanitizer-instrumented compilationTor Brede Vekterli2022-05-032-28/+6
* Rename AuthorizationResult to VerificationResultTor Brede Vekterli2022-04-282-15/+15
* Merge pull request #22281 from vespa-engine/vekterli/foundations-for-cpp-mtls...Tor Brede Vekterli2022-04-272-15/+141
|\
| * Add more unit testsTor Brede Vekterli2022-04-261-0/+58
| * Initial foundations for C++ mTLS peer authz role constraintsTor Brede Vekterli2022-04-262-15/+83
* | Use atomic counters in vespalib::datastore::BufferState.Tor Egge2022-04-271-2/+14
* | Pretend to not ignore result from nice().Tor Egge2022-04-231-1/+1
|/
* Merge pull request #21972 from alexeyche/alexeyche/fuzzy-query-annotationsGeir Storli2022-04-111-7/+37
|\
| * Propagating annotations for fuzzy queryAlexey Chernyshev2022-04-071-7/+37
* | remove FastOS_ApplicationHåvard Pettersen2022-04-082-14/+17
* | Add missing include statements. Check for atomic wait support.Tor Egge2022-04-051-0/+4
* | Avoid INT64_MIN - 1 overflow for max-computation by explicitly using unsigned...Tor Brede Vekterli2022-04-051-2/+2
|/
* use getopt/getopt_long directlyHåvard Pettersen2022-04-011-6/+4
* CloneablePtr -> std::unique_ptrHenning Baldersheim2022-03-291-28/+3
* Fix typo (levenstein -> levenshtein).Geir Storli2022-03-252-7/+7
* Use vespalib::string in TestAndSetConditionTor Brede Vekterli2022-03-241-0/+19
* Revert "Use vespalib::string in TestAndSetCondition"Tor Brede Vekterli2022-03-241-19/+0
* Use vespalib::string in TestAndSetConditionTor Brede Vekterli2022-03-241-0/+19
* Addressing more commentsAlexey Chernyshev2022-03-234-36/+94
* Introducing fuzzy searchAlexey Chernyshev2022-03-233-0/+45
* Add function to lowercase an utf8 string while converting it to ucs4 codepoints.Geir Storli2022-03-181-7/+12
* Always use array of AtomicEntryRef in unique store remapper.Tor Egge2022-03-171-10/+13
* Add acquire_elem_ref() member function to rcu vector.Tor Egge2022-03-151-5/+146
* Convert rcu vector unit test to gtest.Tor Egge2022-03-144-137/+163
* Reduce exposure of SymbolTable, Stash and other classes not necessary for use...Henning Baldersheim2022-03-101-0/+2
* fix tsan warningsHåvard Pettersen2022-03-091-13/+33
* Merge pull request #21614 from vespa-engine/havardpe/avoid-mmap-fail-with-tsanHenning Baldersheim2022-03-091-0/+10
|\
| * tsan does not seem too happy about mmap failuresHåvard Pettersen2022-03-091-0/+10
* | Use AtomicEntryRef in MultiValueMappingBase.Tor Egge2022-03-091-20/+10
|/
* Fix constexpr expression on clang.Tor Egge2022-03-081-6/+8
* gc old process codeHåvard Pettersen2022-03-0510-277/+104
* use /bin/echo when using -n optionHåvard Pettersen2022-03-041-2/+2
* process codeHåvard Pettersen2022-03-042-0/+121
* Use AtomicEntryRef as key for unique store btree dictionary.Tor Egge2022-03-032-3/+3
* Follow api change pointer to referenceHenning Baldersheim2022-03-031-3/+3
* Use a reference instead of a pointer, as it will always be present now.Henning Baldersheim2022-03-031-1/+1
* Sample time prior to creating the InvokServiceImpl to ensure correct ordering...Henning Baldersheim2022-03-031-1/+1
* Let the InvocationService drive the clock instead of having its own ticking l...Henning Baldersheim2022-03-031-0/+19
* Merge pull request #21490 from vespa-engine/toregge/stress-test-lifetime-of-h...Geir Storli2022-03-021-4/+119
|\
| * Remove unneeded preprocessor directives.Tor Egge2022-03-021-5/+15