aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/vespa/messagebus/routing/routingnode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* fix undefined behavior in messagebus unit testsHÃ¥vard Pettersen2022-05-251-6/+6
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Steal the traces explicit and force moving of traces. Also hide access to the...Henning Baldersheim2020-11-231-1/+1
* Hide the modifiable TraceNode root inside the Trace objectHenning Baldersheim2020-11-181-9/+4
* No need to copy an empty object into another empty object.Henning Baldersheim2020-11-181-1/+1
* Remove broken copy and move constructor and assignment operatoos on vespalib:...Henning Baldersheim2020-10-071-0/+1
* Improve readability by signaling that you are operating on a pointer.Henning Baldersheim2020-03-241-8/+8
* - Avoid adding empty traces that you need to carry on.Henning Baldersheim2020-03-241-58/+41
* Use move constructors.Henning Baldersheim2018-04-031-3/+3
* Use std::move and move constructors where benefiscal.Henning Baldersheim2018-04-031-13/+11
* This add slime encoding of headers for future TLS usage,Henning Baldersheim2017-09-191-28/+28
* Revert "- Use C++11 for loops."Henning Baldersheim2017-09-191-28/+28
* NULL -> nullptrHenning Baldersheim2017-09-151-28/+28
* Use std::atomic all over and completely get rid of homegrown atomics.Henning Baldersheim2017-08-111-2/+1
* make_vespa_string -> make_string.Henning Baldersheim2017-07-241-39/+25
* 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
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-201-3/+4
* Only include what you needHenning Baldersheim2016-12-191-11/+6
* No need to include log.h when not loggingHenning Baldersheim2016-12-121-5/+2
* PublishJon Bratseth2016-06-151-0/+601