0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-20 03:43:47 +02:00
Commit graph

15 commits

Author SHA1 Message Date
Jason Volk 47f6053a76 ircd::db: Eliminate the file mgmt thread interposition. 2021-02-13 02:20:35 -08:00
Jason Volk ca9314ce49 ircd::db: Add newer checksum interposition. 2020-09-21 16:22:23 -07:00
Jason Volk 285cdf6afc ircd::db: Update include for checksum related interposition. 2020-07-24 18:59:41 -07:00
Jason Volk 2cf9dacb70 ircd::db: Remove obsoleted DeleteScheduler interpositions. 2020-06-15 04:08:48 -07:00
Jason Volk 59bb3a5886 ircd::db: Interpose rocksdb::ThreadLocalPtr for ircd::ctx. 2020-06-14 22:05:15 -07:00
Jason Volk bd6f60e02e ircd::db: Interpose rocksdb::NewSstFileManager() fixes. 2020-06-14 17:20:16 -07:00
Jason Volk 0f466e6b19 ircd::db: Add missing include to db_fixes.cc. 2020-06-09 05:14:43 -07:00
Jason Volk efdd49ed3a ircd::db::fixes: Fix missing condition for older interposed definition. 2020-05-07 17:01:50 -07:00
Jason Volk ddc404d217 ircd: Interpose rocksdb::DeleteDBFile() good thru RocksDB v6.8.1. 2020-05-07 04:08:35 -07:00
Jason Volk 0e84f4cb86 ircd: Use granular __has_includes() for db_fixes; support latter rocksdb reorg. 2020-05-07 04:08:34 -07:00
Jason Volk 05638f9e77 ircd::db: Additional comments for fixes; minor reorg. 2020-05-04 13:15:45 -07:00
Jason Volk e6d71d1ab0 ircd::db: Cleanup and relax interpositions; also reverts a416481e1b. 2020-04-30 14:02:17 -07:00
Jason Volk a416481e1b ircd::db: Use #error rather than #warning when RocksDB fixes cannot be interposed. 2020-04-29 15:27:06 -07:00
Jason Volk b3b7385511 ircd::db: Interpose mitigations for rocksdb::DeleteScheduler etc. 2020-04-29 03:37:35 -07:00
Jason Volk 9d7c1096e8 ircd::db: Consolidate rocksdb interpositions into db_fixes unit; minor cleanup. 2020-04-29 03:37:35 -07:00
Renamed from ircd/db_write_thread.cc (Browse further)