This project is mirrored from https://gitee.com/mirrors/intellij-community.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
  1. 20 Oct, 2017 2 commits
  2. 19 Oct, 2017 4 commits
  3. 18 Oct, 2017 1 commit
  4. 16 Oct, 2017 5 commits
  5. 09 Oct, 2017 1 commit
  6. 04 Oct, 2017 3 commits
  7. 02 Oct, 2017 4 commits
  8. 28 Sep, 2017 1 commit
    • Kirill Likhodedov's avatar
      Revert making Git VFS listeners asynchronous · aab3f101
      Kirill Likhodedov authored
      This reverts commits 9ace3e70, a23fc196, 8b234f15, e2860061
      
      The fix was to move VFS events processing to a pooled thread.
      
      But instances of GitRepositoryUpdater and GitUntrackedFilesHolder are
      created per repository => in a multi-repo project there will be twice
      as many pooled threads as there are repositories, which can lead
      to performance degradation instead of improvement.
      
      Reported in several issues e.g. in IDEA-179723
      aab3f101
  9. 27 Sep, 2017 1 commit
  10. 26 Sep, 2017 2 commits
  11. 25 Sep, 2017 5 commits
  12. 23 Sep, 2017 3 commits
  13. 22 Sep, 2017 1 commit
  14. 20 Sep, 2017 3 commits
  15. 19 Sep, 2017 4 commits