aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps
Commit message (Collapse)AuthorAgeFilesLines
* Update 2018 copyright notices.gjoranv2021-10-076-6/+6
|
* Update 2017 copyright notices.gjoranv2021-10-072-3/+3
|
* use size literals in vespalibArne Juul2021-02-151-1/+2
|
* Log at level WARNHarald Musum2021-02-081-3/+3
|
* Print infor when detecting hostname fails and we fallback to localhostHarald Musum2021-02-081-0/+4
|
* Turn off lint for test marco definitions we can actually use clang-tidy to ↵Henning Baldersheim2020-08-051-3/+3
| | | | cleanup our code.
* posix_fadvise() is not generally available.Tor Egge2020-04-201-0/+2
|
* Use std::error_code instead of strerror_r.Tor Egge2019-03-101-5/+5
|
* Add newline and rewrite error handling to a linear sequence of guards.Henning Baldersheim2018-09-261-13/+13
|
* Add simple usage test for vespa-drop-file-from-cacheHenning Baldersheim2018-09-261-4/+11
|
* Add simple program to drop files from the buffer cache.Henning Baldersheim2018-09-253-0/+35
|
* use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+4
| | | | | | | | | | * abort() has the unfortunate effect that nothing is seen in the log, just an event (which is usually not displayed); so ops people don't see that the program is crashing at all. * LOG_ABORT("message") will log an error with the message (and the file and line) before calling abort(), so it's easy to see what happened. * add or move <vespa/log/log.h> include and LOG_SETUP lines before LOG_ABORT is used (or included).
* drop reverse lookup of ip addressesHåvard Pettersen2018-06-011-15/+0
| | | | | | | container setups may give different reverse lookup results if you are inside the/a related container compared to being on the outside of the/a related container. This makes reverse lookup less useful for host identity validation.
* fewer fallbacks and better error reportingHåvard Pettersen2018-06-011-10/+21
|
* cosmetic changes to error messagesArne Juul2018-05-152-5/+6
| | | | | * some rewording to make it easier to find the corresponding documentation.
* added tools to detect and validate hostnameHåvard Pettersen2018-05-096-0/+140
|
* Update copyright headersJon Bratseth2017-06-142-3/+3
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-132-3/+3
|
* Copyright headerJon Bratseth2017-06-132-3/+3
|
* Don't install test/internal applications.Geir Storli2017-06-121-1/+0
|
* Update fixture test and fix for 7 FsHenning Baldersheim2017-05-031-2/+2
|
* move codeHaavard2017-01-233-40/+0
|
* make type information available to the interpreted program builderHaavard2016-10-051-1/+1
|
* Split out tensor and llvm part of eval to avoid bringing in llvm everywhere ↵Henning Baldersheim2016-09-111-0/+1
| | | | where it is not needed.
* PublishJon Bratseth2016-06-156-0/+203