This project is mirrored from https://gitee.com/mirrors/neo4jsource.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 04 Mar, 2015 1 commit
  2. 13 Feb, 2015 2 commits
  3. 29 Jan, 2015 2 commits
  4. 18 Dec, 2014 2 commits
  5. 02 Dec, 2014 2 commits
  6. 10 Nov, 2014 1 commit
    • Mattias Persson's avatar
      Ability to read ZIP and GZIP files · 4a5a2b4b
      Mattias Persson authored
      All methods in Readable accepting one or more File objects will see if the
      file contents are compressed with ZIP or GZIP format and decompress on the
      fly while reading.
      4a5a2b4b
  7. 19 Oct, 2014 2 commits
  8. 30 Sep, 2014 3 commits
  9. 04 Sep, 2014 2 commits
  10. 03 Sep, 2014 1 commit
  11. 13 Aug, 2014 1 commit
    • Chris Vest's avatar
      Less hacky way to disable generating ComponentVersion · 50d941e9
      Chris Vest authored
      The `io` and `primitive-collections` modules are earlier in the build than the
      `kernel`, and therefore cannot have ComponentVersions.
      
      The generation of the ComponentVersion class can be disabled by simply not
      having a `version-package` property in the pom file.
      Lots better than going out of our way to sabotage the ant-run plugin.
      50d941e9
  12. 28 Jul, 2014 3 commits
  13. 17 Jul, 2014 1 commit
    • Jacob Hansson's avatar
      Introduces MarshlandPool · 0e28fb2a
      Jacob Hansson authored
      - Marshland pool uses "puddles", local per-thread pools, to avoid pool
        contention. It delegates to a global pool when the local pool is not
        sufficient.
      - Renames FlyweightPool -> LinkedQueuePool
      - Consolidates pools under the Pool<> interface
      - Remaining work: Have marshland pool store more than one local object per
        thread, using for instance a linked list.
      0e28fb2a
  14. 12 Jun, 2014 1 commit
  15. 11 Jun, 2014 3 commits
  16. 29 May, 2014 5 commits
  17. 28 May, 2014 3 commits
  18. 23 May, 2014 2 commits
  19. 21 May, 2014 1 commit
  20. 16 May, 2014 2 commits