memgraph/src
Dominik Gleich 3b4e66e0e3 Fix hang.
Summary: Thread pool had the same bug as scheduler before, missing condition variable notifications because of not holding lock while emitting notification.

Reviewers: teon.banek, buda

Reviewed By: teon.banek

Differential Revision: https://phabricator.memgraph.io/D347
2017-05-05 10:28:50 +02:00
..
communication Fixed bolt encoder test. 2017-05-03 14:33:33 +02:00
config Refactor GC to use scheduler. 2017-04-10 15:57:45 +02:00
data_structures Fix Jenkins hang. 2017-05-03 15:58:46 +02:00
database GraphDdAccessor and KeyIndex API upgrades. Test refactoring 2017-05-03 15:42:04 +02:00
dbms DBMS now returns a unique pointer to a GraphDbAccessor 2017-03-14 13:37:23 +01:00
io/network Merge utils/exceptions into single file 2017-04-20 16:53:21 +02:00
logging Logger fix. 2017-03-31 13:00:43 +02:00
memory Test GarbageCollector in skiplist. 2017-04-12 17:02:29 +02:00
mvcc GraphDdAccessor and KeyIndex API upgrades. Test refactoring 2017-05-03 15:42:04 +02:00
query Implement evaluation of list indexing and slicing 2017-05-04 15:34:33 +02:00
snapshot clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
storage Query::AST::Literal refactor. Repl and TypedValue mods. 2017-04-28 14:58:16 +02:00
template_engine Merge string utils to one file 2017-04-18 17:39:58 +02:00
threading Fix hang. 2017-05-05 10:28:50 +02:00
transactions Fix errors introduced in D298 2017-04-28 11:11:32 +02:00
traversal Traversal namespace specialization added for real DB primitives 2017-03-03 14:01:01 +01:00
utils Query::AST::Literal refactor. Repl and TypedValue mods. 2017-04-28 14:58:16 +02:00
copy_hardcoded_queries.cpp Merge utils/exceptions into single file 2017-04-20 16:53:21 +02:00
memgraph_bolt.cpp First version of new bolt decoder and tests. 2017-04-06 14:30:19 +02:00