summaryrefslogtreecommitdiffstats
path: root/filedistribution/src/apps
Commit message (Expand)AuthorAgeFilesLines
* Use VESPA_ prefix for new cmake variables.Tor Egge2017-08-102-8/+8
* Prepare for using other versions of boost and llvm.Tor Egge2017-08-102-8/+8
* Use syntax that works for both gcc 7 and gcc 6.Henning Baldersheim2017-07-241-1/+1
* Add [[falltrhough]] for gcc 7Henning Baldersheim2017-07-241-0/+1
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-171-2/+0
* Update copyright headersJon Bratseth2017-06-145-5/+5
* Revert "Update copyright headers"Jon Bratseth2017-06-145-5/+4
* Update copyright headersJon Bratseth2017-06-145-4/+5
* 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-135-5/+5
* Copyright headerJon Bratseth2017-06-135-5/+5
* 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
|/
* Reduce fastos.h dependency.Henning Baldersheim2017-05-271-9/+8
* 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-041-11/+13
* add override in filedistribution moduleArne H Juul2017-04-111-6/+5
* Deinline destructors/constructorsHenning Baldersheim2017-03-081-8/+12
* Catch ZKOperationTimeoutException and exit controlledHenning Baldersheim2017-02-021-19/+16
* Do not use unresolvable configservers.Henning Baldersheim2017-01-182-2/+2
* 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
* It is clear as the day is bright that when you build libtorrent without --ena...Henning Baldersheim2016-10-142-2/+2
* Silence connection failures.Henning Baldersheim2016-09-291-15/+10
* Use existing typedef.Henning Baldersheim2016-09-221-2/+1
* ensure that threads are joined on exceptions.Henning Baldersheim2016-09-221-15/+27
* Do not stop the eventHandler thread until all events has been handled.Henning Baldersheim2016-09-201-0/+4
* Exit and quickly restart on ZKConnectionLossEvent.Henning Baldersheim2016-09-201-0/+4
* GC unused boost includes.Henning Baldersheim2016-09-191-1/+0
* Delay starting of eventloop thread until Component object is properly constru...Henning Baldersheim2016-09-191-4/+4
* No more boost::exception.Henning Baldersheim2016-09-172-23/+2
* Revert "Revert "Balder/remove boost noncopyable 2""Henning Baldersheim2016-09-162-93/+43
* Revert "Balder/remove boost noncopyable 2"Henning Baldersheim2016-09-152-43/+93
* No BOOST_FOREACH magicHenning Baldersheim2016-09-151-12/+8
* Do _components.reset at the end.Henning Baldersheim2016-09-141-11/+5
* Use c++14 syntax and capture by value exactly what you need.Henning Baldersheim2016-09-141-1/+1
* No more Exception slicing and dicing and magic that no one knows how works.Henning Baldersheim2016-09-142-39/+9
* c++11 lambdasHenning Baldersheim2016-09-141-1/+1
* Track foreignHenning Baldersheim2016-09-141-7/+2
* boost::lambda -> std::bindHenning Baldersheim2016-09-141-5/+1
* Remove boost/thread.hpp include.Henning Baldersheim2016-09-141-1/+0
* Remove boost/thread.hpp include.Henning Baldersheim2016-09-141-1/+0
* boost::thread -> std::threadHenning Baldersheim2016-09-141-6/+5
* boost::thread -> std::threadHenning Baldersheim2016-09-141-4/+3
* boost::this_thread::sleep -> std::this_thread::sleep_forHenning Baldersheim2016-09-142-6/+7