summaryrefslogtreecommitdiffstats
path: root/slobrok
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove ignoreFirstOk flagArne H Juul2021-09-092-10/+3
* handle addLocal for down services betterArne H Juul2021-09-092-5/+53
* add extra method for use by unregister RPC apiArne H Juul2021-09-092-0/+47
* added test for local rpc monitor mapHåvard Pettersen2021-09-097-10/+300
* Merge pull request #19025 from vespa-engine/arnej/prepare-for-switchArne H Juul2021-09-094-1/+28
|\
| * add wouldConflict() method to UnionServiceMapArne H Juul2021-09-082-0/+15
| * make more options for making different scriptsArne H Juul2021-09-082-1/+13
* | skip diff between worlds when using new logicArne H Juul2021-09-081-11/+13