lib/neo4j: fix and update usage of Curl
[nit.git] / lib / neo4j / neo4j.nit
2015-06-07 Alexis Laferrièrelib/neo4j: fix and update usage of Curl
2014-12-12 Alexandre Terrasalib/neo4j: fixes useless empty init
2014-11-24 Jean-Christophe... neo4j: Accept URLs ending with a slash.
2014-11-24 Jean-Christophe... neo4j: Avoid injections.
2014-11-17 Jean-Christophe... neo4j: Use the `json` library.
2014-11-14 Jean-Christophe... neo4j: Add a class for errors that are specific to...
2014-11-07 Jean-Christophe... neo4j: Remove ambiguous `to_json` methods.
2014-10-30 Jean-Christophe... neo4j: Print an error message when the server is down.
2014-09-27 Jean Privatlib: some update towards more use of new constructors
2014-07-23 Alexandre Terrasaneo4j: add `save_entity` shortcut in NeoBatch.
2014-07-23 Alexandre Terrasaneo4j: add `with_labels` to load node having multiple...
2014-07-22 Alexandre Terrasaneo4j: add nitunit for `Neo4jClient::nodes_with_label`
2014-07-20 Alexandre Terrasaneo4j: preload data from `nodes_with_label` response.
2014-07-20 Alexandre Terrasaneo4j: save and load edges separately from nodes.
2014-07-20 Alexandre Terrasaneo4j: try to load nodes from `local_nodes`
2014-07-18 Jean Privatneo4j: remove some as(notnull) to supress warnings
2014-07-17 Alexandre Terrasalib: introduce neo4j connector