aboutsummaryrefslogtreecommitdiffstats
path: root/fnet/src/tests
Commit message (Expand)AuthorAgeFilesLines
* more robust shutdown to avoid multi-close raceHåvard Pettersen2023-08-091-2/+6
* Verify value of dummy member at object destruction.Henning Baldersheim2023-03-201-11/+16
* Update expected size of FNET_IOComponentHenning Baldersheim2023-03-071-1/+1
* use ref_counted in fnetHåvard Pettersen2023-03-0612-70/+83
* untangle fnet from fastosHåvard Pettersen2023-02-225-28/+14
* Add metrics tracking failed RPC and status page capability checksTor Brede Vekterli2023-02-171-0/+10
* stop using fastos thread more placesHåvard Pettersen2023-02-141-2/+3
* GC #ifdef __clang__not neededHenning Baldersheim2023-02-141-11/+7
* Deinline destructors in metrics, fnet, jrt_test logdHenning Baldersheim2023-02-011-62/+64
* Use snprintf instead of sprintf.Tor Egge2023-01-311-1/+1
* remove xor crypto engine from C++Håvard Pettersen2023-01-044-19/+1
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-205-7/+7
* Slow down when getting too far ahead of server.Tor Egge2022-11-031-0/+7
* Explicitly test that requiring an empty capability set is a no-opTor Brede Vekterli2022-08-251-0/+10
* Add factory functions for creating capability requirement filtersTor Brede Vekterli2022-08-231-2/+2
* Support capability enforcement environment variable in C++Tor Brede Vekterli2022-08-223-3/+46
* Support mTLS connection-level capabilities and RPC access filtering in C++Tor Brede Vekterli2022-06-292-4/+53
* fix undefined behavior in unit testsHåvard Pettersen2022-06-092-174/+40
* avoid calling function on nullptrHåvard Pettersen2022-05-231-7/+7
* Add missing include statements. Check for atomic wait support.Tor Egge2022-04-051-0/+1
* Remove unused variable in fnet unit test.Tor Egge2022-04-011-1/+0
* enable detaching a supervisor from a running transportHåvard Pettersen2022-03-302-0/+196
* remove admin channel conceptHåvard Pettersen2022-03-244-26/+5
* gc old process codeHåvard Pettersen2022-03-051-129/+120
* remove connection-based session handlingHåvard Pettersen2022-02-283-172/+0
* Remove inlining warnings (fnet).Tor Egge2022-02-262-1/+9
* - Use the typesafe vespalib::count_ms() to correcly count ms.Henning Baldersheim2022-02-251-1/+1
* Revert "Revert "- Create the common transport and threadpool in the main loop.""Henning Baldersheim2022-02-243-4/+4
* Revert "- Create the common transport and threadpool in the main loop."Henning Baldersheim2022-02-243-4/+4
* - Create the common transport and threadpool in the main loop.Henning Baldersheim2022-02-243-4/+4
* Ensure cross-thread visibility in testTor Brede Vekterli2022-02-181-8/+9
* Revert "Avoid using vespamalloc for small utility programs as it has a too hi...Henning Baldersheim2022-01-311-2/+2
* Avoid using vespamalloc for small utility programs as it has a too high initi...Henning Baldersheim2022-01-281-2/+2
* Avoid strdup.Henning Baldersheim2021-11-241-2/+2
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-0738-38/+38
* low-level testing of fnet enabled byHåvard Pettersen2021-09-164-2/+131
* drop empty buffersHåvard Pettersen2021-06-012-9/+35
* Track mutex size for Amazon Linux 2 on arm cpu.Tor Egge2021-04-301-0/+2
* use size literals in fnetArne Juul2021-02-155-7/+12
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-313-1/+4
* Reduce timeouts.Henning Baldersheim2021-01-141-6/+7
* - Add the cost to expensive tests.Henning Baldersheim2021-01-131-12/+17
* Unify on steady_xxxHenning Baldersheim2020-12-011-11/+11
* - Separate out the tail of the EventLoop into separate method to ease readabi...Henning Baldersheim2020-12-012-7/+7
* provide the config in the constructor only.Henning Baldersheim2020-12-012-3/+3
* Misc cleanup of includes and code healthHenning Baldersheim2020-12-0117-29/+58
* Eliminate noexcept warnings.Tor Egge2020-10-111-2/+2