aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok
Commit message (Expand)AuthorAgeFilesLines
* Deinline ServiceMapping copy constructor and copy assignment.Tor Egge2022-05-302-0/+6
* Fold staging_vespalib into vespalibHenning Baldersheim2022-05-201-1/+0
* make _reqDone atomicHåvard Pettersen2022-05-194-10/+11
* Move state_server, metrivs and some all executors from staging_vespalib too v...Henning Baldersheim2022-05-183-5/+5
* wait for more things before destructing transportHåvard Pettersen2022-05-022-0/+2
* Initialize transitive ctor dependencies before useTor Brede Vekterli2022-04-272-7/+8
* remove FastOS_ApplicationHåvard Pettersen2022-04-085-79/+76
* use getopt/getopt_long directlyHåvard Pettersen2022-04-012-11/+9
* Revert "Fix Slobrok race between completion callback and scheduled task [run-...Tor Brede Vekterli2022-03-041-37/+37
* Minor code cleanups - no change in semanticsTor Brede Vekterli2022-02-281-33/+30
* Fix Slobrok race between completion callback and scheduled taskTor Brede Vekterli2022-02-281-4/+7
* Add noexcept specifiers (slobrok).Tor Egge2022-02-262-2/+2
* Revert "Revert "- Create the common transport and threadpool in the main loop.""Henning Baldersheim2022-02-242-4/+7
* Revert "- Create the common transport and threadpool in the main loop."Henning Baldersheim2022-02-242-7/+4
* - Create the common transport and threadpool in the main loop.Henning Baldersheim2022-02-242-4/+7
* Make ConfigUri constructors explicit and use same context where possible in p...Henning Baldersheim2022-02-201-1/+1
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-067-16/+29
* _executor -> _threadHenning Baldersheim2021-12-091-6/+3
* Add init_fun to vespalib::Thread too to figure out what the thread is used for.Henning Baldersheim2021-12-091-2/+4
* Update Verizon Media copyright notices.gjoranv2021-10-0736-36/+36
* Update 2017 copyright notices.gjoranv2021-10-0773-73/+73
* Fix format strings.Tor Egge2021-09-271-2/+2
* remove wiring of useNewLogic flagArne H Juul2021-09-205-34/+12
* simplify moreArne H Juul2021-09-202-10/+6
* remove unused filesArne H Juul2021-09-2011-705/+0
* match in unnamed namespaceArne H Juul2021-09-202-39/+19
* removing more codeArne H Juul2021-09-2012-144/+35
* remove unused variablesArne H Juul2021-09-207-28/+8
* stop sending old-sync RPC callsArne H Juul2021-09-203-193/+4
* remove unused variablesArne H Juul2021-09-203-6/+4
* no double logic if feature flag is onArne H Juul2021-09-202-5/+7
* test rpc_mapping_monitorHåvard Pettersen2021-09-204-1/+235
* Merge pull request #19182 from vespa-engine/arnej/move-some-codeArne H Juul2021-09-2011-84/+44
|\
| * use _exchanger.removePartner for symmetryArne H Juul2021-09-171-6/+2
| * remove unused RpcServerMap::lookupPattern, move match to RPCHooksArne H Juul2021-09-174-38/+21
| * more peer management logic directly in SBEnvArne H Juul2021-09-177-41/+22
* | Merge pull request #19192 from vespa-engine/arnej/tune-timingArne H Juul2021-09-171-2/+2
|\ \
| * | use same timing for initial health checkArne H Juul2021-09-171-2/+2
| |/
* / no need to check useNewLogic() hereArne H Juul2021-09-171-10/+1
|/
* Merge pull request #19171 from vespa-engine/arnej/always-use-new-logic-2Håvard Pettersen2021-09-161-181/+17
|\
| * cosmetic code style changesArne H Juul2021-09-161-181/+17
* | low-level testing of fnet enabled byHåvard Pettersen2021-09-161-1/+1
|/
* always run with new logicArne H Juul2021-09-162-5/+5
* simplify request completion handlingArne H Juul2021-09-157-31/+77
* avoid spurious errorArne H Juul2021-09-101-8/+2
* take no local action in new doAdd()Arne H Juul2021-09-101-2/+0
* also register in old worldArne H Juul2021-09-101-0/+3
* rewrite to use new logicArne H Juul2021-09-103-1/+131
* add wouldConflict() for LocalRpcMonitorMapArne H Juul2021-09-102-0/+10
* extend testHåvard Pettersen2021-09-091-3/+50