ccls/src/messages
Fangrui Song 2fc2d1b16c Add cache.{hierarchicalPath,retainInMemory}
cache.hierarchicalPath: store cache files as $directory/a/b/c.cc.blob to
work around NAME_MAX limitation.

cache.retainInMemory: the number of loads before keeping a copy of file
index in memory. During incremental updates, the removed file index will
be taken from the in-memory copy. If set to 1, it avoids cache
corruption if the index file is changed after the initial load, which
may happen if several language clients open the same project and share
the same cache directory.

Also rename cacheDirectory cacheFormat to cache.{directory,format}
2019-02-24 18:32:16 +08:00
..
ccls_call.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
ccls_info.cc Refactor serializer 2019-01-12 00:40:49 +08:00
ccls_inheritance.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
ccls_member.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
ccls_navigate.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
ccls_reload.cc Refactor serializer 2019-01-12 00:40:49 +08:00
ccls_vars.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
initialize.cc Add cache.{hierarchicalPath,retainInMemory} 2019-02-24 18:32:16 +08:00
textDocument_code.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
textDocument_completion.cc Compute CompletionItemKind from Declaration instead of CursorKind 2019-02-02 15:16:45 +08:00
textDocument_definition.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
textDocument_did.cc textDocument/didOpen: index related files when a header is opened 2019-01-27 10:33:23 +08:00
textDocument_document.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
textDocument_foldingRange.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
textDocument_formatting.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
textDocument_hover.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
textDocument_references.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
textDocument_rename.cc Delay requests if the document has not not indexed (#176) 2019-01-27 10:31:12 +08:00
textDocument_signatureHelp.cc Enable documentation for signatureHelp on clang 7 2019-02-02 13:27:51 +08:00
workspace.cc Add cache.{hierarchicalPath,retainInMemory} 2019-02-24 18:32:16 +08:00