summaryrefslogtreecommitdiffstats
path: root/vespalog
Commit message (Collapse)AuthorAgeFilesLines
* Reduce test time for vespalog_threads_test_app.Tor Egge2021-01-081-4/+4
|
* 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
| | | | | If e.g. several containers try to create this directory at the same time there will be unnecessary warnings in log
* start cleanup of process group soonerArne Juul2020-09-171-5/+28
| | | | | | | | * when the master process (usually config-sentinel) exits, it has done all the cleanup it can do, so we need to start cleaning up any remaining (stray) processes at once. * also, log some more messages about what is happening, and flush output after each message.
* more time for clean shutdownArne Juul2020-09-091-5/+5
| | | | | * wait 12 minutes before sending SIGTERM to entire process group * wait 15 minutes before sending SIGKILL to entire process group
* 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 ↵Henning Baldersheim2020-08-051-1/+1
| | | | cleanup our code.
* 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
| | | | | | | * if the "--internal" (or "-i") flag is specified, check log messages coming from a "Container" component and only print them if they match one of our internal package name prefixes.
* 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
| | | | avoid warning about unused function.
* Handle noninteger pthread_t.Tor Egge2020-04-151-1/+9
|
* * keep appender output stream openArne Juul2020-04-061-12/+18
| | | | * do header in one atomic write instead of multiple small writes
* use append semantics when writing lines to logcontrol fileArne Juul2020-04-062-28/+31
|
* Merge pull request #12800 from ↵gjoranv2020-04-023-8/+10
|\ | | | | | | | | vespa-engine/arnej/ensure-consistent-logcontrol-offset ensure consistent offset in logcontrol file
| * ensure consistent offset in logcontrol fileArne Juul2020-04-023-8/+10
| |
* | Remove 'public' for interface methodsgjoranv2020-03-311-15/+11
| | | | | | | | + fix formatting issues
* | 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
| | | | This avoid .lck files being left behind after stopping container
* 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 ↵Geir Storli2019-04-041-7/+18
|\ | | | | | | | | vespa-engine/toregge/avoid-log-timestamp-rounding-errors Avoid log timestamp rounding errors