summaryrefslogtreecommitdiffstats
path: root/filedistribution/src/apps/filedistributor
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Rename filedistribution programs to have vespa- prefix.""Tor Egge2017-06-142-2/+2
* Revert "Rename filedistribution programs to have vespa- prefix."Harald Musum2017-06-132-2/+2
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
* Copyright headerJon Bratseth2017-06-132-2/+2
* Rename filedistribution programs to have vespa- prefix.Tor Egge2017-06-132-2/+2
* Reduce exposure to config internals.Henning Baldersheim2017-06-081-0/+1
* 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-181-1/+1
* Unique exit code.Henning Baldersheim2016-12-191-1/+1
* Catch and quit instead of core and quitHenning Baldersheim2016-12-191-0/+3
* It is clear as the day is bright that when you build libtorrent without --ena...Henning Baldersheim2016-10-141-1/+1
* 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-171-22/+1
* Revert "Revert "Balder/remove boost noncopyable 2""Henning Baldersheim2016-09-161-75/+30
* Revert "Balder/remove boost noncopyable 2"Henning Baldersheim2016-09-151-30/+75
* 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-141-36/+8
* 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
* 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-141-5/+4
* Use SP typeddef to get the ensure coorrect shared_ptr in use.Henning Baldersheim2016-09-141-2/+2
* boost::mutex -> std::mutexHenning Baldersheim2016-09-141-3/+2
* Replace usage of boost::shared_ptr/weak_ptr with std::versions.Henning Baldersheim2016-09-141-16/+19
* remove boost::noncopyableHenning Baldersheim2016-09-141-4/+6
* Remove unnecessary dependencies.Henning Baldersheim2016-09-111-1/+0
* Catch as early as possible.Henning Baldersheim2016-09-101-1/+1
* Install signals very early.Henning Baldersheim2016-09-101-1/+12
* We should atleast clean up after ourselves.Henning Baldersheim2016-09-101-1/+1
* No hiding of coredumps.Henning Baldersheim2016-09-101-7/+0
* subscribe to ranking constants configArne H Juul2016-08-312-2/+1
* Use ListenFailedExceptionHenning Baldersheim2016-08-171-0/+4
* Do not coredump when you do not get config. Just log the stopping event and r...Henning Baldersheim2016-08-141-0/+4
* Use positive exit values withing range.Henning Baldersheim2016-06-271-5/+9
* Catch, log and exit on ZKSessionExpired instead of dumping a core.Henning Baldersheim2016-06-271-2/+6
* PublishJon Bratseth2016-06-153-0/+422