summaryrefslogtreecommitdiffstats
path: root/fnet/src/tests/examples/examples_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* stop using fastos thread more placesHåvard Pettersen2023-02-141-2/+3
| | | | | | | | | | - also stop using std::jthread - remove Active and Joinable interfaces - remove stop, stopped and slumber - remove currentThread - make start function static - override start for Runnable w/init or custom function - explicit stop/slumber where needed
* Remove unused variable in fnet unit test.Tor Egge2022-04-011-1/+0
|
* remove admin channel conceptHåvard Pettersen2022-03-241-23/+0
|
* gc old process codeHåvard Pettersen2022-03-051-129/+120
| | | | also added read_line function to new Process code
* remove connection-based session handlingHåvard Pettersen2022-02-281-23/+0
| | | | also remove method mismatch hook
* Revert "Avoid using vespamalloc for small utility programs as it has a too ↵Henning Baldersheim2022-01-311-2/+2
| | | | hi… [run-systemtest]"
* Avoid using vespamalloc for small utility programs as it has a too high ↵Henning Baldersheim2022-01-281-2/+2
| | | | initial cost and memory footprint.
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* use size literals in fnetArne Juul2021-02-151-1/+2
|
* Reduce timeouts.Henning Baldersheim2021-01-141-6/+7
|
* ChildProc -> ChildProcessArne Juul2020-07-171-27/+27
|
* rename SlaveProc -> ChildProcArne Juul2020-07-171-27/+27
|
* Revert "Revert "Revert "Revert "Use shell script wrapper for ↵Tor Egge2019-12-101-2/+2
| | | | vespa-rpc-invoke""""
* Revert "Revert "Revert "Use shell script wrapper for vespa-rpc-invoke"""Jon Marius Venstad2019-12-101-2/+2
|
* Revert "Revert "Use shell script wrapper for vespa-rpc-invoke.""Tor Egge2019-12-051-2/+2
|
* Revert "Use shell script wrapper for vespa-rpc-invoke."Harald Musum2019-12-051-2/+2
|
* Use shell script wrapper for vespa-rpc-invoke.Tor Egge2019-12-051-2/+2
|
* Eliminate some clang warnings in fnet.Tor Egge2019-02-011-8/+0
|
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-181-0/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Rename binaries in fnet to use vespa- prefix.Geir Storli2017-06-081-7/+7
|
* use "exec foo" to avoid shell middle-manarnej279592016-06-281-45/+46
| | | | | | | * sending TERM signal to a shell may not pass it on to the actual process we want to signal; use "exec" to get rid of the shell in between. * also, use std::atomic<bool> for messaging between threads.
* PublishJon Bratseth2016-06-151-0/+246