aboutsummaryrefslogtreecommitdiffstats
path: root/filedistribution
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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 constru...Henning Baldersheim2016-09-191-4/+4
* 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
* Use c++11 move constructorHenning Baldersheim2016-09-1710-113/+63
* 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-1634-556/+330
* Revert "Balder/remove boost noncopyable 2"Henning Baldersheim2016-09-1534-330/+556
* 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-156-33/+20
* areWDoneHenning Baldersheim2016-09-142-7/+4
* Remove unused _closed member.Henning Baldersheim2016-09-141-3/+1
* Avoid static castHenning Baldersheim2016-09-141-2/+2
* Better naming, explicit capture, and clear close.Henning Baldersheim2016-09-141-5/+7
* capture by valueHenning Baldersheim2016-09-141-2/+2
* 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
* Close ComponentsDeleter properly.Henning Baldersheim2016-09-142-5/+8