summaryrefslogtreecommitdiffstats
path: root/filedistribution
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Henning Baldersheim2017-05-042-14/+15
|\ | | | | | | | | yahoo/balder/ensure-config-is-available-before-trying-to-create-components Balder/ensure config is available before trying to create components
| * 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 ↵Henning Baldersheim2017-05-023-23/+17
| | | | includes
* misc cleanup from BaldersheimArne H Juul2017-05-027-39/+15
| | | | | | | * include file cleanup * only do LOG_SETUP as needed * remove "virtual" where "override" is specified also * some minor reformatting and indentation changes
* 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 ↵Henning Baldersheim2016-10-1412-12/+12
| | | | | | | | | --enable-debug=yes, you must of course add - new runtime dependency - new build environment - change the build flags of filedistribution.
* 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 ↵Henning Baldersheim2016-09-301-3/+0
| | | | si…"
* catch and abort on unknown exception to avoid std::thread doing it silently ↵Henning Baldersheim2016-09-291-0/+3
| | | | for you.
* 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
|\ | | | | Balder/try catch the components construction
| * 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
|
* Do not stop the eventHandler thread until all events has been handled.Henning Baldersheim2016-09-203-10/+30
|
* Exit and quickly restart on ZKConnectionLossEvent.Henning Baldersheim2016-09-201-0/+4
|
* GC unused boost includes.Henning Baldersheim2016-09-197-14/+2
|
* Delay starting of eventloop thread until Component object is properly ↵Henning Baldersheim2016-09-191-4/+4
| | | | constructed.
* use a common typedef.Henning Baldersheim2016-09-1719-44/+37
|
* 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-1717-125/+54
|
* Use a guard instead of catch and rethrow.Henning Baldersheim2016-09-171-43/+38
|