summaryrefslogtreecommitdiffstats
path: root/filedistribution
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Rename filedistribution programs to have vespa- prefix.""Tor Egge2017-06-145-5/+5
* Revert "Rename filedistribution programs to have vespa- prefix."Harald Musum2017-06-135-5/+5
* Revert "Copyright header"Jon Bratseth2017-06-1377-77/+77
* Copyright headerJon Bratseth2017-06-1377-77/+77
* Rename filedistribution programs to have vespa- prefix.Tor Egge2017-06-135-5/+5
* Merge pull request #2681 from yahoo/balder/restart-on-messagebus-port-changeTor Brede Vekterli2017-06-091-0/+1
|\
| * Reduce exposure to config internals.Henning Baldersheim2017-06-081-0/+1
* | avoid trailing slash in ROOT settingArne H Juul2017-06-081-1/+1
|/
* Do not provide unnecessary fastos/mutex.h by default.Henning Baldersheim2017-06-071-0/+1
* Include stringfmt where it was needed.Henning Baldersheim2017-06-065-6/+10
* Removed frt.h from header files to reduce include volume.Henning Baldersheim2017-06-011-1/+2
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-015-5/+0
* Reduce fastos.h dependency.Henning Baldersheim2017-05-2713-43/+31
* include <functional> explicitHenning Baldersheim2017-05-051-1/+3
* Merge pull request #2388 from yahoo/balder/ensure-config-is-available-before-...Henning Baldersheim2017-05-042-14/+15
|\
| * incompleteConfig -> isConfigComplete and invert logic and move to Main.Henning Baldersheim2017-05-041-7/+6
| * Ensure that we have gotten config at least once before starting up.Henning Baldersheim2017-05-042-12/+14
* | 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-027-39/+15
* Revert "Balder/enforce override 2"Arne H Juul2017-04-247-15/+39
* Use overrideHenning Baldersheim2017-04-237-39/+15
* add override in filedistribution moduleArne H Juul2017-04-1111-44/+43
* Deinline destructors/constructorsHenning Baldersheim2017-03-082-9/+15
* Deinline destructors/constructorsHenning Baldersheim2017-03-081-55/+73
* Catch ZKOperationTimeoutException and exit controlledHenning Baldersheim2017-02-021-19/+16
* Add/improve README'sJon Bratseth2017-01-191-0/+1
* allowDNSFailure -> ignoreDNSFailureHenning Baldersheim2017-01-182-3/+3
* Do not use unresolvable configservers.Henning Baldersheim2017-01-1810-23/+51
* 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
* Unique exit code.Henning Baldersheim2016-12-191-1/+1
* Catch and quit instead of core and quitHenning Baldersheim2016-12-191-0/+3
* Use correct pathHarald Musum2016-11-241-1/+1
* Set correct name for binaryHarald Musum2016-11-241-0/+1
* 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-1412-12/+12
* 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
* Silence connection failures.Henning Baldersheim2016-09-291-15/+10
* Merge pull request #702 from yahoo/balder/try-catch-the-components-constructionHenning Baldersheim2016-09-263-22/+30
|\
| * Use existing typedef.Henning Baldersheim2016-09-222-6/+3
| * Use existing typedef.Henning Baldersheim2016-09-221-2/+1
| * ensure that threads are joined on exceptions.Henning Baldersheim2016-09-221-15/+27
* | Just exit on zookeeper errors.Henning Baldersheim2016-09-251-9/+13
|/
* Listen carefully for the close signal.Henning Baldersheim2016-09-201-1/+1