aboutsummaryrefslogtreecommitdiffstats
path: root/vespalog
Commit message (Collapse)AuthorAgeFilesLines
* unify java warningsArne H Juul2022-01-061-7/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* Merge pull request #20471 from vespa-engine/toregge/include-string-header-fileHenning Baldersheim2021-12-111-1/+1
|\ | | | | Include string header file when needed.
| * Include string header file when needed.Tor Egge2021-12-111-1/+1
| |
* | Include csignal instead of signal.hTor Egge2021-12-111-1/+1
| |
* | Include signal.h to get declarations of kill() and killpg() on Darwin.Tor Egge2021-12-111-0/+1
|/
* Use c++11 strings instead of old c-style manual string manipulation.Henning Baldersheim2021-11-244-29/+25
|
* Update 2019 Oath copyrights.gjoranv2021-10-276-6/+6
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-07116-116/+116
|
* Remove unused variables.Tor Egge2021-08-231-2/+0
|
* 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
|