summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Add noexcept specifier.Tor Egge2022-07-032-4/+4
* Refactor Capability(Set) and add more testingTor Brede Vekterli2022-06-301-19/+63
* Support mTLS connection-level capabilities and RPC access filtering in C++Tor Brede Vekterli2022-06-295-69/+293
* avoid unaligned accessHåvard Pettersen2022-06-201-2/+2
* enable making string handles directly from numbersHåvard Pettersen2022-06-161-0/+18
* support VESPA_SHARED_STRING_REPO_NO_RECLAIM flagHåvard Pettersen2022-06-152-15/+51
* Merge pull request #23052 from vespa-engine/havardpe/common-memory-toolsHenning Baldersheim2022-06-131-92/+142
|\
| * common memory toolsHåvard Pettersen2022-06-101-92/+142
* | shared string repo tweaksHåvard Pettersen2022-06-131-9/+12
|/
* Remove test that invokes undefined pthread behaviorTor Brede Vekterli2022-06-071-11/+0
* Remove vespalib::rmdir and vespalib::mkdirTor Egge2022-06-031-92/+20
* Remove most use of vespalib::rmdir in vespalib. Deprecate vespalib::mkdir.Tor Egge2022-06-022-5/+6
* Merge pull request #22788 from vespa-engine/vekterli/add-cross-thread-stack-t...Tor Brede Vekterli2022-06-024-8/+84
|\
| * Really, really, really don't inline the backtrace-test functionTor Brede Vekterli2022-06-011-0/+1
| * Ensure names are visible in backtrace by moving functions to a shared libraryTor Brede Vekterli2022-06-014-15/+35
| * Enable cross-thread stack tracing once for all testsTor Brede Vekterli2022-06-011-5/+5
| * Add support for cross-thread stack dumping to vespalibTor Brede Vekterli2022-05-302-8/+63
* | Convert vespalib::rmdir to a deprecated shim.Tor Egge2022-06-011-15/+4
|/
* 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