summaryrefslogtreecommitdiffstats
path: root/vespalog/src/vespa
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes.Tor Egge2019-06-111-0/+1
* 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
* | Fix format string in vespalog module.Tor Egge2019-04-031-1/+1
|/
* Fix timestamp formatting in LLParser::makeMessage.Tor Egge2019-04-011-1/+1
* Implement functions for converting log messages to protobuf objects.Geir Storli2019-03-262-0/+27
* Stop checking for too old or too new timestamp.Tor Egge2019-03-261-13/+8
* Add class comment.Tor Egge2019-03-261-0/+3
* Add LogMessage class to vespalog.Tor Egge2019-03-255-0/+218
* Remove bad format string macro hack.Tor Egge2019-03-131-6/+1
* Revert "Remove bad format string macro hack."Arnstein Ressem2019-03-131-1/+6
* Remove bad format string macro hack.Tor Egge2019-03-131-6/+1
* Eliminate some gcc 9 warnings.Tor Egge2019-02-251-2/+2
* Eliminate clang warning in vespalogTor Egge2019-02-061-1/+1
* Using an assert instead of using strnxxx.Henning Baldersheim2018-05-111-1/+1
* remove unneeded mem zeroingHenning Baldersheim2018-05-111-1/+1
* No need to pre-zero bytes when using inplace construction.Henning Baldersheim2018-05-111-1/+0
* Remove fastos as runtime dependencyHenning Baldersheim2017-11-022-4/+1
* Use std::mutex instead of FastOS_Mutex in slobrok and vespalog modules.Tor Egge2017-10-271-10/+6
* Code santize based on intellij`s advise. NULL -> nullptr, 0 -> false, dead co...Henning Baldersheim2017-10-123-43/+24
* use Defaults::vespaHostnameArne Juul2017-09-082-8/+4
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-181-0/+1
* Include only what you need.Henning Baldersheim2017-08-182-0/+9
* Use locale insensitive strtod and strtof.Henning Baldersheim2017-06-191-7/+3
* Update copyright headersJon Bratseth2017-06-1430-30/+30
* Revert "Update copyright headers"Jon Bratseth2017-06-1430-30/+30
* Update copyright headersJon Bratseth2017-06-1430-30/+30
* Revert "Copyright header"Jon Bratseth2017-06-1330-30/+30
* Merge with masterJon Bratseth2017-06-131-3/+0
|\
| * Split out the explicit compressors.Henning Baldersheim2017-06-121-3/+0
* | Copyright headerJon Bratseth2017-06-1330-30/+30
|/
* split log and bufferedlogHenning Baldersheim2017-06-073-6/+2
* Do not provide unnecessary fastos/mutex.h by default.Henning Baldersheim2017-06-074-19/+12
* Reduce fastos.h dependency.Henning Baldersheim2017-06-011-1/+1
* Use overrideHenning Baldersheim2017-04-043-10/+7
* Specify destructors explicit to control inlining.Henning Baldersheim2017-03-081-0/+3
* Optimize includes.Henning Baldersheim2017-02-062-20/+5
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-1/+0
* fix bug found in reviewArne H Juul2016-11-141-2/+3
* avoid possible memory overrun in strchr()Arne H Juul2016-11-112-4/+18
* ensure returned Component refers to valid memoryArne H Juul2016-11-113-6/+18
* avoid "unused result" warningsArne H. Juul2016-07-021-3/+13
* PublishJon Bratseth2016-06-1531-0/+3858