summaryrefslogtreecommitdiffstats
path: root/vespalog
Commit message (Expand)AuthorAgeFilesLines
* Make it compatible with c++2aHenning Baldersheim2020-12-021-1/+9
* Use builtin_expect to advise on most likely branchHenning Baldersheim2020-11-071-2/+2
* Try to avoid race when creating directoryHarald Musum2020-10-151-5/+6
* start cleanup of process group soonerArne Juul2020-09-171-5/+28
* more time for clean shutdownArne Juul2020-09-091-5/+5
* Stick to junit for simple test.Henning Baldersheim2020-08-113-26/+19
* Turn off lint for test marco definitions we can actually use clang-tidy to cl...Henning Baldersheim2020-08-051-1/+1
* Use EXTERNAL_DEPENDS for external dependencies.Tor Egge2020-07-071-1/+1
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
* Remove old spec files used for YLinux6.Arnstein Ressem2020-07-061-35/+0
* return from main instead of exitArne Juul2020-07-032-5/+5
* avoid naked exitArne Juul2020-07-039-45/+48
* use return from main() for clean shutdownArne Juul2020-07-031-8/+8
* filter log messages from pluginsArne Juul2020-07-011-0/+34
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+2
* Ignore gcc stringop-truncation warning in vespalog.Tor Egge2020-04-191-0/+5
* Use functor with overloaded methods instead of overloaded functions toTor Egge2020-04-161-5/+13
* Handle noninteger pthread_t.Tor Egge2020-04-151-1/+9
* * keep appender output stream openArne Juul2020-04-061-12/+18
* use append semantics when writing lines to logcontrol fileArne Juul2020-04-062-28/+31
* Merge pull request #12800 from vespa-engine/arnej/ensure-consistent-logcontro...gjoranv2020-04-023-8/+10
|\
| * ensure consistent offset in logcontrol fileArne Juul2020-04-023-8/+10
* | Remove 'public' for interface methodsgjoranv2020-03-311-15/+11
* | Remove whitespacegjoranv2020-03-311-1/+1
* | Limit accessgjoranv2020-03-262-17/+4
* | Remove some code inspection warnings.gjoranv2020-03-261-39/+26
* | Limit acces.gjoranv2020-03-262-10/+5
|/
* sanitize more input dataArne Juul2020-03-251-2/+1
* Move host RPMs to x86_64Håkon Hallingstad2020-03-191-1/+1
* Revert "Move RPMs to x86_64 with Obsoletes"Håkon Hallingstad2020-03-181-2/+1
* Move RPMs to x86_64 with ObsoletesHåkon Hallingstad2020-03-181-1/+2
* Revert "Migrate from noarch host rpms to x86_64"Håkon Hallingstad2020-03-161-1/+1
* Migrate from noarch host rpms to x86_64Håkon Hallingstad2020-03-161-1/+1
* Use separate allocations in ns_log::Logger::doLogCore.Tor Egge2020-01-271-11/+9
* Add include statements needed by newer build environments.Tor Egge2020-01-262-0/+2
* Install empty dirs.Tor Egge2020-01-151-0/+1
* Configure ZooKeeper log file handlerHarald Musum2020-01-132-11/+17
* Make sure to close file handler used for zookeeper log messagesHarald Musum2020-01-102-2/+16
* GC unused timestamp in schema.Henning Baldersheim2019-12-161-5/+5
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-6/+5
* Now fdispatch reliques can goHenning Baldersheim2019-11-164-83/+6
* Nonfunctional changes onlyJon Bratseth2019-10-114-10/+7
* Clean up some code to improve code health during random code read.Henning Baldersheim2019-10-014-24/+18
* Add include of header file for signal handling.Tor Egge2019-09-031-0/+1
* Avoid the last usages of time(0/NULL/nullptr) in the codebase.Henning Baldersheim2019-08-261-11/+18
* typo. dispatch soon no moreKristian Aune2019-06-251-3/+3
* Add missing includes.Tor Egge2019-06-112-0/+2
* Modernize so gcc 9 does not complain.Henning Baldersheim2019-05-091-10/+5
* Merge pull request #8996 from vespa-engine/toregge/avoid-log-timestamp-roundi...Geir Storli2019-04-041-7/+18
|\
| * Avoid timestamp rounding errors.Tor Egge2019-04-031-7/+18