summaryrefslogtreecommitdiffstats
path: root/src/common/Graylog.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/Graylog: add missing includeMax Kellermann2024-11-041-0/+3
* common/Graylog: consolidate ctorsKefu Chai2021-07-051-15/+2
* common/Graylog: assert(!m_hostname.empty()) in GraylogKefu Chai2021-07-051-0/+1
* common: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-4/+4
* log: avoid heap allocations for most log entriesPatrick Donnelly2018-09-151-7/+7
* common/LogEntry: addr -> addrsSage Weil2018-05-281-3/+8
* src: Added const references to various function parametersWilson E. Alvarez2018-04-061-2/+2
* log: Use log_clock, defaulting to coarse timeAdam C. Emerson2017-10-061-1/+2
* common: Remove redundant includesJos Collin2017-05-221-4/+0
* common: Remove redundant includesBrad Hubbard2017-05-131-3/+0
* Log: Replace namespace log with logingWillem Jan Withagen2016-10-251-2/+2
* Graylog.cc: use dump_unsigned for pointer dumpingWillem Jan Withagen2016-05-251-1/+1
* Merge pull request #8832 from stiopaa1/log_graylogmoveSage Weil2016-05-091-2/+2
|\
| * common/Graylog.cc: use std move to avoid copyMichal Jarzabek2016-04-281-2/+2
* | common/Graylog.h: remove lexical castMichal Jarzabek2016-04-301-4/+1
|/
* log: remove "boost/asio.hpp" from Log.hKefu Chai2016-02-101-5/+4
* Graylog: Integrate with Log{Client,LogMonitor}Marcel Lauhoff2016-01-291-0/+175