2
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Dec 14, 2024 — Dec 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update .travis.yml More... over 8 years ago
Update README.textile More... over 8 years ago
Update README.textile More... over 8 years ago
Update README.textile More... almost 10 years ago
Update README.textile More... about 10 years ago
Update README.textile More... about 10 years ago
Added TP3 notice More... over 10 years ago
Merge pull request #535 from sethrife/master More... over 10 years ago
Add check for null InputStream to prevent infinite loop More... over 10 years ago
The lack of this was causing a compilation error - I managed to miss it somehow, because I was running java8, which has a default implementation for the Iterator.remove method. More... over 10 years ago
Changing the pom file back to the original (tinkerpop) version, we will do our dev work on the xn-blueprint branch. This will allow us to submit pull-requests to/from the original Tinkerpop repo. More... over 10 years ago
More cleanup - Mainly cleaning up the API a little, and avoiding unnecessary type-casting. More... over 10 years ago
Intorducing pluggable element wrappers. This should lead to a performance improvement for libraries that use Blueprints - Instead of wrapping elements as RawElement->Neo4j2Element->LibrarySpecificElement, we can do RawElement->LibrarySpecificElement directly, and improve memory usage. As part of this commit, some additional cast operations were removed (to, hopefully shave a few more milliseconds). NOTE: The code passes the test suite, but still needs some minor cleanup. More... over 10 years ago
Minor cleanup. More... over 10 years ago
Well ... I feel like I've earned it (: More... over 10 years ago
More refactoring - Encapsulating all of the depracated stuff into one class, that can easily be replaced later. More... over 10 years ago
More refactoring. More... over 10 years ago
Major refactoring - Let's call this Spring cleaning 2015. More... over 10 years ago
Adding a much cleaner implementation of the index and iterable objects. NOTE: For now, the new implementations are not used by other classes yet. More... over 10 years ago
Adding the getVertices by label method to the Neo4j2 graph implementation. NOTE: Not tested yet. More... over 10 years ago
Removing comments related to a deprecataed concpet that is no longer used. More... over 10 years ago
Removing comments related to a deprecataed concpet that is no longer used. More... over 10 years ago
Release xn-2.6.1 More... over 10 years ago
Apparently also must create a source jar More... over 10 years ago
more release preparation More... over 10 years ago
Add misc stuff to pom that seems to be required More... over 10 years ago
Prepare to release More... over 10 years ago
Changing artifact-id. More... over 10 years ago
Adding darrick's changes. Merge branch 'master' into tinkerpop-neo4j-2.2 More... over 10 years ago
loadKeyIndices starts a transaction but does not commit it when the graph is being initialized. This would cause problems if my first operation happened to be rolled back. More... over 10 years ago