0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 15 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added basic log4erl support More... almost 14 years ago
added tests and jUnit target for ant More... almost 14 years ago
upgrade to neo4j-1.1-SNAPSHOT More... almost 14 years ago
messages are now handled in parallel: a cached thread pool executes db operations and a single thread sends results back to the client More... almost 14 years ago
messages are now handled in parallel: a cached thread pool executes db operations and a single thread sends results back to the client More... almost 14 years ago
fix vertex_get_neighbourhood/2 More... almost 14 years ago
fix application file for neo4j_app More... almost 14 years ago
added vertex_get_neighbourhood/1,2 More... almost 14 years ago
neo4j_srv gets start/stop notifications from ej_srv and restarts database automatically More... almost 14 years ago
remove traverser and traverse/1 since we cannot consistently and reliably do traversals for now; use vertex_get_edges/1 instead to build your own traversals More... almost 14 years ago
do NOT halt anything in a logger More... almost 14 years ago
ping peer after handshake and crash if peer does not answer More... almost 14 years ago
simple hard coded breadth first traversal works; configurable traversal will replace this one soon More... almost 14 years ago
moved maintaining of fragmented messages into the ej application More... almost 14 years ago
simple iterator Java -> ej -> neo4j works More... almost 14 years ago
added index operations More... almost 14 years ago
do not call executors if no db available More... about 14 years ago
stop immediately after start if remote db cannot be found More... about 14 years ago
introduced new types in ej to have a little more safety without loosing generality: each extends a java.util interface; previous way is still working More... about 14 years ago
introduced new types in ej to have a little more safety without loosing generality: each extends a java.util interface; previous way is still working More... about 14 years ago
added getting all properties of a vertex or edge More... about 14 years ago
added functions to retrieve some information about the graph; namely order/0, size/0, types/0 More... about 14 years ago
added functions to retrieve some information about the graph; namely order/0, size/0, types/0 More... about 14 years ago
get, set, delete single properties at vertices and edges More... about 14 years ago
added shutdown hook to almost always shutdown database gracefully More... about 14 years ago
read all edges of a given vertex; note: this returns a list and does not iterate but we may add a map over relations later getting relations one by one More... about 14 years ago
added transformation TreeMap -> tuple, tuple -> TreeMap More... about 14 years ago
oops; should not commit testing code More... about 14 years ago
implemented dynamic message handling in DbMsgHandler More... about 14 years ago
fixed call of tests from makefile More... about 14 years ago