fix diagnostic for cleared indexes
[idea/community.git] / platform / lang-impl / src / com / intellij / util / indexing / FileBasedIndexImpl.java
2020-08-13 Dmitry Batkovichfix diagnostic for cleared indexes
2020-08-12 Dmitry Batkovichindexing: more logging
2020-08-12 Dmitry Batkovichimprove indexing logging
2020-08-12 Dmitry Batkovichcleanup: deadcode
2020-08-11 Dmitry Batkovichindex: add more logging to understand what's going...
2020-07-30 Dmitry Batkovichshared index: reindex index with updated version of...
2020-07-28 Dmitry Batkovichinline psi dependent index set from registered indexes
2020-07-23 Dmitry Batkovichshared index: process files on project open even if...
2020-07-20 Peter Gromovmodel-branch FileBasedIndexImpl: support binary files...
2020-07-14 Peter Gromovno caching for index queries with different ignoreDumbM...
2020-07-06 Alexander PrendotaMerge IDEA-MR-2009 from marketplace/broken-plugins
2020-07-03 Peter Gromovunify ignoreDumbMode implementations
2020-06-24 Vladimir Krivosheevprefer JDK collections
2020-06-23 Dmitry Batkovichindex: do not load content and calculate file hash...
2020-06-23 Vladimir Krivosheevdon't use component manager as disposable
2020-06-19 Peter Gromovskip FileBasedIndexImpl.projectIndexableFiles until...
2020-06-17 Dmitry Batkovichextract TextSearchService to hide TrigramIndex from...
2020-06-17 Dmitry Batkovichall content dependent indexes should be psi dependent
2020-06-16 Dmitry Batkovichmake trigram index psi dependent
2020-06-16 Dmitry Batkovichid index should be psi dependent
2020-06-15 Elena ShaverdovaIDEA-241607 Show all available completion elements...
2020-06-13 Andrei Kuznetsov[merge-as-4.0] merge newer IJ master
2020-06-12 Andrei KuznetsovMerge Android Studio 4.0 (aosp/studio-master-dev)
2020-06-03 Peter Gromovconvert yet more method references to lambdas to speed...
2020-06-03 Dmitry Batkovichindexes: dumb mode access stack is always not null
2020-05-29 Dmitry Batkovichdo not directly use IdIndex by clients
2020-05-27 Sergey PatrikeevIndex diagnostic: count only time spent on mapping...
2020-05-26 Sergey PatrikeevIndex diagnostic: do not count no-op indexing, if file...
2020-05-22 Peter Gromovadd API for per-file gist invalidation
2020-05-21 Sergey PatrikeevCleanup unused method.
2020-05-21 Sergey PatrikeevIndexing: fix file type calculation: calculate only...
2020-05-21 Sergey PatrikeevIndexing: do not set "isIndexed" flag for resurrected...
2020-05-21 Sergey PatrikeevIndexing: fix FileBasedIndexImpl: do not remove file...
2020-05-21 Sergey PatrikeevRevert "Indexing: do not set "isIndexed" flag for resur...
2020-05-21 Sergey PatrikeevIndexing: do not set "isIndexed" flag for resurrected...
2020-05-21 Sergey PatrikeevIndexing: statistics must use file type calculated...
2020-05-21 Dmitry Batkovichrename package
2020-05-21 Dmitry Batkovichmove index storage implementations to separate package
2020-05-21 Dmitry Batkovichindexes: decouple hash calculation & indexing hash...
2020-05-21 Dmitry Batkovichindexes: treat io-exception on index initialization...
2020-05-20 Peter Gromovmake file-based indices return results from non-physica...
2020-05-20 Dmitry Batkovichindexes: fix capitalization
2020-05-20 Dmitry Batkovichindexes: simplify index initialization
2020-05-18 Vladimir Krivosheevdisconnect plugin connections without explicit disposab...
2020-05-14 Dmitry Batkovichshared index: pushed property update should not be...
2020-05-14 Dmitry Batkovichshared index: explicit file index rebuild request shoul...
2020-05-14 Dmitry Batkovichindexes: dead code
2020-05-12 Vyacheslav KarpukhinMerge branch 'slava/plugin-incompatible-with'
2020-05-12 Dmitry Batkovichindexes: extract corruption marker logic to separate...
2020-05-12 Dmitriy.PanovSpace plugin merged
2020-05-09 Dmitry Batkovichindexes: do not try to cleanup memory storages while...
2020-05-08 Dmitry Batkovichindexes: dump statistics for snapshot mappings (make...
2020-05-08 Dmitry Batkovichindexes: add statistics for snapshot mappings
2020-05-06 Sergey PatrikeevIndexes: restore old behaviour "first — map, second...
2020-05-06 Sergey PatrikeevRevert "Indexes: revert "first — map, second — update...
2020-05-06 Sergey PatrikeevIndexes: revert "first — map, second — update data...
2020-05-04 Sergey PatrikeevIndexes: explicitly handle exception of DataIndexer...
2020-05-04 Sergey Patrikeevshared-indexes: cleanup IndexedHashesSupport: keep...
2020-05-04 Elena ShaverdovaDumb completion for PHP
2020-04-29 Dmitry Batkovichindexes: remove project parameter from FileBasedIndex...
2020-04-29 Dmitry Batkovichindexes: do not use hashes for unsaved documents
2020-04-28 Sergey PatrikeevInvertedIndex: simplify update() method signature....
2020-04-27 Dmitry Batkovichsnapshot based stub index 2
2020-04-22 Alexander PrendotaMerge IDEA-MR-1174 from prendota/plugin-manager-new...
2020-04-22 Ivan ChirkovMerge remote-tracking branch 'origin/master' into prend...
2020-04-22 Ivan ChirkovMerge branch 'master' into prendota/plugin-manager...
2020-04-21 Alexey Kudravtsevnotnull, cleanup
2020-04-21 Dmitro Batkoindexes: drop SharedIndicesData
2020-04-20 Sergey PatrikeevIndexing statistics: use System.nanoTime() to measure...
2020-04-17 Dmitro Batkoindexes: move statistics diagnostic stuff to dedicated...
2020-04-16 Dmitro Batkoindexes: clarify assertion
2020-04-15 Sergey PatrikeevIndexes: dump indexing time diagnostic to system/log...
2020-04-15 Dmitro Batkoindexes: reduce indexes version diff while registration...
2020-04-15 Alexey Kudravtsevcleanup
2020-04-08 Dmitro Batkoindexes: allow to keep indexes (inverted & forward...
2020-04-07 Dmitro Batkoindexes: do not send to up-date all the files on the...
2020-03-30 Dmitro Batkoshared indexes: indexes for big files should be shareab...
2020-03-30 Sergey PatrikeevIndexes: use global bounded thread pool for all indexin...
2020-03-26 Sergey PatrikeevIndexes: implement fair alternating indexing of several...
2020-03-24 Dmitry MatveevMerge branch 'matveev-shortcuts'
2020-03-24 Dmitro Batkoindexes: make "index access during events processing...
2020-03-20 Dmitro Batkoindexes: i18n
2020-03-20 Dmitro Batkoindexes: allow to initialize indexes in rebuild mode...
2020-03-20 Dmitro Batkoshared index: request all indexes rebuild if content...
2020-03-17 Dmitriy.PanovMerge remote-tracking branch 'origin/fleet'
2020-03-17 Dmitro Batkoindexes: throw PCE when stub index accessed while plugi...
2020-03-15 Dmitro Batkoshared-indexes: sync shared index lifecycle with file...
2020-03-13 Dmitro BatkoRevert "shared indexes: recalculate data if shared...
2020-03-13 Dmitro Batkoshared indexes: synchronize lifecycle of SharedIndexChu...
2020-03-10 Semyon ProshevIntroduce very experimental API for lazy indexing
2020-03-10 Dmitro Batkoshared index: add api to notify on index version changed
2020-03-05 Eugene Petrenkoshared indexes: move to separate plugin
2020-03-04 Dmitro Batkofreeze less unique file path builder IDEA-216512 IDEA...
2020-03-03 Dmitro Batkoindexes: reset storage buffering handler state on plugi...
2020-03-03 Dmitro Batkoindexes: do not possibly load extension points on index...
2020-02-28 Sergey PatrikeevRename CacheUpdateRunner to IndexUpdateRunner.
2020-02-28 Sergey PatrikeevMove CacheUpdateRunner to caches subpackage.
2020-02-28 Sergey PatrikeevRename FileContent -> CachedFileContent, FileContentQue...
2020-02-28 Sergey PatrikeevMove FileContent and FileContentQueue to 'intellij...
2020-02-28 Sergey PatrikeevAdd FileBasedIndexImpl.indexFiles to index many files...
next