aboutsummaryrefslogtreecommitdiffstats
path: root/filedistribution/src/vespa
Commit message (Expand)AuthorAgeFilesLines
* Include stringfmt where it was needed.Henning Baldersheim2017-06-065-6/+10
* Reduce fastos.h dependency.Henning Baldersheim2017-05-2712-34/+23
* include <functional> explicitHenning Baldersheim2017-05-051-1/+3
* Merge pull request #2388 from yahoo/balder/ensure-config-is-available-before-...Henning Baldersheim2017-05-041-1/+1
|\
| * Ensure that we have gotten config at least once before starting up.Henning Baldersheim2017-05-041-1/+1
* | Must give path for configs to build out of source and to build in CLion.Arnstein Ressem2017-05-041-1/+1
|/
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-023-23/+17
* misc cleanup from BaldersheimArne H Juul2017-05-023-18/+6
* Revert "Balder/enforce override 2"Arne H Juul2017-04-243-6/+18
* Use overrideHenning Baldersheim2017-04-233-18/+6
* add override in filedistribution moduleArne H Juul2017-04-116-23/+23
* Deinline destructors/constructorsHenning Baldersheim2017-03-081-1/+3
* Deinline destructors/constructorsHenning Baldersheim2017-03-081-55/+73
* allowDNSFailure -> ignoreDNSFailureHenning Baldersheim2017-01-182-3/+3
* Do not use unresolvable configservers.Henning Baldersheim2017-01-185-17/+34
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-201-6/+4
* Throw catch and exit on ZKOPERATIONTIMEDOUTHenning Baldersheim2016-12-203-1/+8
* Silence ZKConnectionLossException with a quick silen restartHenning Baldersheim2016-10-311-1/+6
* Add missing filesystem namespace.Henning Baldersheim2016-10-161-1/+1
* Catch and silently log boost fs errors.Henning Baldersheim2016-10-161-0/+3
* It is clear as the day is bright that when you build libtorrent without --ena...Henning Baldersheim2016-10-142-2/+2
* listen failure is just a warnig and no error.Henning Baldersheim2016-10-111-1/+1
* Catch and exit quickly on port listen failure.Henning Baldersheim2016-09-301-0/+3
* Revert "catch and abort on unknown exception to avoid std::thread doing it si...Henning Baldersheim2016-09-301-3/+0
* catch and abort on unknown exception to avoid std::thread doing it silently f...Henning Baldersheim2016-09-291-0/+3
* Just exit on zookeeper errors.Henning Baldersheim2016-09-251-9/+13
* Listen carefully for the close signal.Henning Baldersheim2016-09-201-1/+1
* Do not stop the eventHandler thread until all events has been handled.Henning Baldersheim2016-09-202-10/+26
* GC unused boost includes.Henning Baldersheim2016-09-196-13/+2
* use a common typedef.Henning Baldersheim2016-09-1718-41/+34
* GC unused codeHenning Baldersheim2016-09-172-52/+0
* boost::scoped_array -> std::vectorHenning Baldersheim2016-09-174-11/+7
* boost::scoped_array -> std::vectorHenning Baldersheim2016-09-171-4/+4
* No more boost::exception.Henning Baldersheim2016-09-1714-102/+51
* Use a guard instead of catch and rethrow.Henning Baldersheim2016-09-171-43/+38
* Use c++11 move constructorHenning Baldersheim2016-09-179-111/+61
* Avoid slicingHenning Baldersheim2016-09-161-3/+3
* catching connection loss exception.Henning Baldersheim2016-09-163-15/+30
* Do not use boost exceptions magic.Henning Baldersheim2016-09-163-215/+168
* Revert "Revert "Balder/remove boost noncopyable 2""Henning Baldersheim2016-09-1624-378/+226
* Revert "Balder/remove boost noncopyable 2"Henning Baldersheim2016-09-1524-226/+378
* No invertHenning Baldersheim2016-09-151-1/+1
* Detect if it took too long to shutdown, produce coredump in that caseHenning Baldersheim2016-09-151-2/+11
* Assert when closing down.Henning Baldersheim2016-09-152-12/+2
* No BOOST_FOREACH magicHenning Baldersheim2016-09-154-20/+12
* areWDoneHenning Baldersheim2016-09-142-7/+4
* Close ComponentsDeleter properly.Henning Baldersheim2016-09-142-5/+8
* No more Exception slicing and dicing and magic that no one knows how works.Henning Baldersheim2016-09-149-85/+21
* c++11 lambdasHenning Baldersheim2016-09-141-4/+1
* c++11 lambdasHenning Baldersheim2016-09-141-1/+0