summaryrefslogtreecommitdiffstats
path: root/filedistribution
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* No more Exception slicing and dicing and magic that no one knows how works.Henning Baldersheim2016-09-1416-148/+40
* c++11 lambdasHenning Baldersheim2016-09-142-9/+3
* c++11 lambdasHenning Baldersheim2016-09-141-4/+1
* c++11 lambdasHenning Baldersheim2016-09-142-5/+1
* c++11 lambdasHenning Baldersheim2016-09-141-10/+8
* c++11 lambdasHenning Baldersheim2016-09-142-27/+10
* c++11 lambdasHenning Baldersheim2016-09-141-1/+1
* c++11 lambdasHenning Baldersheim2016-09-141-2/+2
* Track foreignHenning Baldersheim2016-09-147-31/+12
* boost::bind -> std::bindHenning Baldersheim2016-09-141-1/+1
* c++11 lambdasHenning Baldersheim2016-09-143-7/+3
* c++11 lambdasHenning Baldersheim2016-09-143-13/+3
* boost::bind -> std::bindHenning Baldersheim2016-09-142-7/+4
* c++11 lambdasHenning Baldersheim2016-09-141-11/+2
* Remove unused includeHenning Baldersheim2016-09-142-4/+0
* boost::lambda -> std::bindHenning Baldersheim2016-09-145-19/+6
* Remove boost/thread.hpp include.Henning Baldersheim2016-09-143-3/+0
* Remove boost/thread.hpp include.Henning Baldersheim2016-09-147-7/+1
* boost::thread -> std::threadHenning Baldersheim2016-09-141-11/+16
* boost::thread -> std::threadHenning Baldersheim2016-09-141-9/+9
* boost::thread -> std::threadHenning Baldersheim2016-09-145-31/+14
* boost::thread -> std::threadHenning Baldersheim2016-09-143-21/+25
* Do not start another thread waiting for a bug.Henning Baldersheim2016-09-141-8/+2
* boost::thread -> std::threadHenning Baldersheim2016-09-143-14/+28
* boost::this_thread::sleep -> std::this_thread::sleep_forHenning Baldersheim2016-09-142-3/+5
* boost::this_thread::sleep -> std::this_thread::sleep_forHenning Baldersheim2016-09-145-9/+14
* Use SP typeddef to get the ensure coorrect shared_ptr in use.Henning Baldersheim2016-09-146-14/+17
* boost::bind -> std::bindHenning Baldersheim2016-09-141-3/+3
* boost::mutex -> std::mutexHenning Baldersheim2016-09-1413-40/+27
* Replace usage of boost::shared_ptr/weak_ptr with std::versions.Henning Baldersheim2016-09-1425-131/+139
* remove boost::noncopyableHenning Baldersheim2016-09-1410-27/+41
* Remove unnecessary dependencies.Henning Baldersheim2016-09-113-6/+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-104-10/+31
* No hiding of coredumps.Henning Baldersheim2016-09-101-7/+0
* subscribe to ranking constants configArne H Juul2016-08-316-15/+3
* Minor fixes to file distributor log messagesHarald Musum2016-08-231-1/+1
* Signal that you need the guard while doing your stuff.Henning Baldersheim2016-08-183-3/+5
* Handle EINTR while locking.Henning Baldersheim2016-08-181-0/+4
* Fix compile errors.Henning Baldersheim2016-08-183-2/+4
* For curiosity log when filesystem and zookeeper db is out of sync.Henning Baldersheim2016-08-183-10/+19
* And then it should be safe to only do conditional copy.Henning Baldersheim2016-08-181-0/+4