aboutsummaryrefslogtreecommitdiffstats
path: root/vespalog/src
Commit message (Expand)AuthorAgeFilesLines
* go back to old way of computing filenameArne Juul2018-11-051-2/+2
* Avoid .* imports.Henning Baldersheim2018-10-101-1/+2
* LogFileDB must ensure directory exists.Henning Baldersheim2018-10-102-14/+23
* Use full nameHarald Musum2018-10-0313-13/+13
* enforce log retention policiesArne Juul2018-09-062-0/+79
* Use a map from uppercase names instead, dohJon Marius Venstad2018-08-161-17/+19
* Revert "Look for upper case log levels by modifying the search term"Jon Marius Venstad2018-08-162-10/+18
* Look for upper case log levels by modifying the search termJon Marius Venstad2018-08-162-18/+10
* Make LogLevel implementation obey its doc, which seems reasonableJon Marius Venstad2018-08-162-3/+21
* Fix author tag for SimonBjørn Christian Seime2018-07-052-2/+2
* translate any unknown log levels numerically (some customers chose to useArne Juul2018-06-191-5/+15
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
* Use fallthrough attributes.Tor Egge2018-05-271-2/+2
* use simpler bootstrapArne Juul2018-05-141-65/+5
* update bootstrap section of scriptsArne Juul2018-05-141-0/+12
* 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
* Use new junit APIJon Bratseth2018-05-041-25/+25
* Allow building with Java 9.gjoranv2018-04-275-2/+8
* Remove fastos as runtime dependencyHenning Baldersheim2017-11-024-7/+8
* 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
* Add -Wformat-securityHenning Baldersheim2017-10-125-9/+8
* add robustnessArne Juul2017-09-211-11/+26
* Filter on correct package prefix for CuratorHarald Musum2017-09-1721-23/+23
* Nonfunctional changes onlyJon Bratseth2017-09-131-2/+2
* use Defaults::vespaHostnameArne Juul2017-09-082-8/+4
* use Defaults.vespaHostnameArne Juul2017-09-081-21/+2
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-185-4/+5
* Include only what you need.Henning Baldersheim2017-08-183-0/+12
* Merge pull request #1980 from yahoo/revert-1943-hmusum/temporary-fix-for-jett...Harald Musum2017-07-271-7/+0
|\
| * Revert "Temporary fix to avoid logcontrol file grow without limits"Harald Musum2017-03-081-7/+0
* | Use syntax that works for both gcc 7 and gcc 6.Henning Baldersheim2017-07-241-2/+2
* | Add [[falltrhough]] for gcc 7Henning Baldersheim2017-07-241-1/+2
* | Use locale insensitive strtod and strtof.Henning Baldersheim2017-06-191-7/+3
* | VESPA_HOME should not end with / anymoreArne H Juul2017-06-171-1/+0
* | Update copyright headersJon Bratseth2017-06-14112-109/+112
* | Revert "Update copyright headers"Jon Bratseth2017-06-14112-112/+109
* | Fix comment prefixJon Bratseth2017-06-141-1/+1
* | Update copyright headersJon Bratseth2017-06-14112-109/+112
* | Revert "Copyright header"Jon Bratseth2017-06-13112-113/+109
* | Merge with masterJon Bratseth2017-06-131-3/+0
|\ \
| * | Split out the explicit compressors.Henning Baldersheim2017-06-121-3/+0
* | | Copyright headerJon Bratseth2017-06-13112-109/+113
|/ /
* | Merge branch 'master' into balder/decouple-datatype-and-fiedlvalue-some-moreHenning Baldersheim2017-06-079-15/+17
|\ \
| * | Rename vespalog binaries to have vespa- prefix.Tor Egge2017-06-079-15/+15
* | | split log and bufferedlogHenning Baldersheim2017-06-078-25/+9
* | | Do not provide unnecessary fastos/mutex.h by default.Henning Baldersheim2017-06-075-29/+16
|/ /
* | Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-061-1/+1