1
0
Fork 0
arangodb/arangod/Scheduler
Max Neunhoeffer 428b6aa67f Port thread fixes from 3.1 to devel. 2017-03-16 13:53:40 +01:00
..
Acceptor.cpp use make_unique 2016-11-25 15:35:54 +01:00
Acceptor.h do not use namespaces in header files 2017-02-01 13:41:31 +01:00
AcceptorTcp.cpp Fix broken merge 2016-10-19 11:41:17 +02:00
AcceptorTcp.h some improvements for memory management 2016-12-15 15:30:28 +01:00
AcceptorUnixDomain.cpp remove logging for non-topics 2017-02-10 09:32:50 +01:00
AcceptorUnixDomain.h some improvements for memory management 2016-12-15 15:30:28 +01:00
EventLoop.h better threads working handling 2017-02-06 16:32:55 +01:00
Job.cpp
Job.h
JobGuard.cpp better threads working handling 2017-02-06 16:32:55 +01:00
JobGuard.h Port thread fixes from 3.1 to devel. 2017-03-16 13:53:40 +01:00
JobQueue.cpp Port thread fixes from 3.1 to devel. 2017-03-16 13:53:40 +01:00
JobQueue.h Port thread fixes from 3.1 to devel. 2017-03-16 13:53:40 +01:00
ListenTask.cpp remove logging for non-topics 2017-02-10 09:32:50 +01:00
ListenTask.h Generalize asio stuff to support unix domain sockets 2016-10-19 11:01:29 +02:00
Scheduler.cpp Port thread fixes from 3.1 to devel. 2017-03-16 13:53:40 +01:00
Scheduler.h Port thread fixes from 3.1 to devel. 2017-03-16 13:53:40 +01:00
SchedulerFeature.cpp Port thread fixes from 3.1 to devel. 2017-03-16 13:53:40 +01:00
SchedulerFeature.h Port thread fixes from 3.1 to devel. 2017-03-16 13:53:40 +01:00
Socket.cpp added handshake done 2016-10-23 00:46:30 +02:00
Socket.h preliminary fix for issue #2218 2016-12-15 15:45:33 +01:00
SocketTask.cpp fix too early closing of sockets 2017-02-16 15:42:13 +01:00
SocketTask.h added locks for keep-alive 2017-02-08 09:41:18 +01:00
SocketTcp.cpp added locking to avoid races within boost asio 2017-02-22 14:51:48 +01:00
SocketTcp.h added locking to avoid races within boost asio 2017-02-22 14:51:48 +01:00
SocketUnixDomain.cpp do not use namespaces in header files 2017-02-01 13:41:31 +01:00
SocketUnixDomain.h do not use namespaces in header files 2017-02-01 13:41:31 +01:00
Task.cpp
Task.h