Jason Volk
|
1276717be3
|
ircd::json: Add branch condition for number value to eliminate calls.
|
2020-09-27 15:44:53 -07:00 |
|
Jason Volk
|
2b86a4cbb8
|
ircd:Ⓜ️:homeserver: Add "valid-json" diagnostic mode to vector bootstrap.
|
2020-09-27 15:44:53 -07:00 |
|
Jason Volk
|
3fedfaeb8d
|
ircd: Add conf item to convey contextual diagnostic options.
|
2020-09-27 14:57:07 -07:00 |
|
Jason Volk
|
42fd88d169
|
ircd::simd: Add broad_cast template without required deduction argument.
|
2020-09-27 14:57:07 -07:00 |
|
Jason Volk
|
30e5a0110c
|
ircd::spirit: Add template id to custom_parser; add three specializations per unit for now.
|
2020-09-27 14:57:07 -07:00 |
|
Jason Volk
|
a73b538349
|
ircd:Ⓜ️:room: Add contains() tool.
|
2020-09-27 14:57:07 -07:00 |
|
Jason Volk
|
9768bbd1c6
|
ircd::db::allocator: Fix conditions for jemalloc #ifdefs. (#165)
|
2020-09-25 10:02:39 -07:00 |
|
Jason Volk
|
e6d5832ca6
|
ircd::icu: Use int32_t rather than size_t for macro argument. (#165)
|
2020-09-25 06:13:50 -07:00 |
|
Jason Volk
|
af2115eee5
|
ircd::db: Add version compatibility for table_properties::num_deletions.
|
2020-09-24 13:20:24 -07:00 |
|
Jason Volk
|
563f833ab3
|
ircd:Ⓜ️:dbs: Fix causality violation; prevent queries to the future.
|
2020-09-24 07:04:05 -07:00 |
|
Jason Volk
|
a11a5613bb
|
ircd::db: Reorg database options.
|
2020-09-24 02:58:32 -07:00 |
|
Jason Volk
|
245921c2b6
|
ircd::db: Yield context on stall condition callback to relieve some pressure.
|
2020-09-24 02:58:31 -07:00 |
|
Jason Volk
|
9a15f712c5
|
modules/client/rooms/read_markers: Minor cleanup.
|
2020-09-24 02:58:31 -07:00 |
|
Jason Volk
|
03b7e5af1e
|
ircd::server: Fix missing copy of partial dynamic chunk head to cancellation.
|
2020-09-23 20:57:22 -07:00 |
|
Jason Volk
|
0405d7200c
|
modules/console: Rename client 'reqs' argument to 'request'.
|
2020-09-23 19:59:46 -07:00 |
|
Jason Volk
|
dd452e1770
|
ircd::server: Additional assertions.
|
2020-09-23 17:41:10 -07:00 |
|
Jason Volk
|
25cd479a7c
|
configure: Fix conditions for compiling libicu dependent units. (fixes #165)
|
2020-09-23 17:40:53 -07:00 |
|
Jason Volk
|
236fd361e5
|
construct: -repairdb implies -nocompact and -console.
|
2020-09-22 07:32:22 -07:00 |
|
Jason Volk
|
c84a211b4c
|
construct: Increase matrix context stack size.
|
2020-09-22 07:32:22 -07:00 |
|
Jason Volk
|
a08b409929
|
modules/console: Add cache info line to column summary.
|
2020-09-22 02:27:30 -07:00 |
|
Jason Volk
|
30f3473c6a
|
modules/console: Report verification and expiration of fed key response.
|
2020-09-22 02:27:30 -07:00 |
|
Jason Volk
|
3c0c0283df
|
ircd::db: Elide unnecessary exported symbols.
|
2020-09-21 20:50:58 -07:00 |
|
Jason Volk
|
7201a11c7a
|
ircd::db: Optimize iterator comparison operators.
|
2020-09-21 20:50:58 -07:00 |
|
Jason Volk
|
2741ab785c
|
ircd::db: Inline trivial operator wrappers.
|
2020-09-21 20:50:58 -07:00 |
|
Jason Volk
|
fb2693c0ff
|
configure: Cleanup/reorg output.
|
2020-09-21 20:50:57 -07:00 |
|
Jason Volk
|
8155c38f7f
|
ircd::db: Compression hierarchy; increase compaction readahead; table options.
|
2020-09-21 20:50:57 -07:00 |
|
Jason Volk
|
5ac0457d55
|
configure: Support libzstd related in build.
|
2020-09-21 16:22:23 -07:00 |
|
Jason Volk
|
ca9314ce49
|
ircd::db: Add newer checksum interposition.
|
2020-09-21 16:22:23 -07:00 |
|
Jason Volk
|
91de67c5e1
|
modules/console: Cleanup/remove some file info output.
|
2020-09-21 16:22:23 -07:00 |
|
Jason Volk
|
860f76bbae
|
ircd:Ⓜ️:dbs: Shorten description.
|
2020-09-20 14:24:47 -07:00 |
|
Jason Volk
|
c197b0109b
|
modules/console: Add key count to db info summary.
|
2020-09-20 14:24:47 -07:00 |
|
Jason Volk
|
7b238fe15d
|
ircd:Ⓜ️:homeserver: Make use of batch size constant for event vector size.
ircd:Ⓜ️:homeserver: Comments; minor cleanup.
|
2020-09-20 14:24:47 -07:00 |
|
Jason Volk
|
312625bc08
|
ircd::db: Use ZSTD compression by default.
|
2020-09-20 12:50:17 -07:00 |
|
Jason Volk
|
e2ac5c6fc7
|
ircd::db: Use conf item for default compression string in descriptor.
|
2020-09-20 12:50:17 -07:00 |
|
Jason Volk
|
4168f2899f
|
ircd::simd: Add scatter template.
|
2020-09-20 06:41:38 -07:00 |
|
Jason Volk
|
dc14f2f803
|
ircd::simd: Reorg existing mask related into header.
|
2020-09-20 06:41:38 -07:00 |
|
Jason Volk
|
972fbcc97d
|
ircd::simd: Add rotate left/right template interfaces.
|
2020-09-20 06:41:38 -07:00 |
|
Jason Volk
|
13c2df9992
|
ircd::simd: Add missing non-intrinsic alternative templates at 128 bit shift.
ircd::simd: Split shift left and right suites into headers.
|
2020-09-20 06:41:38 -07:00 |
|
Jason Volk
|
818241db86
|
ircd::simd: Add vpgather achieving template.
|
2020-09-20 06:41:38 -07:00 |
|
Jason Volk
|
4a59ea5b4a
|
ircd::simd: Add template typedef for lane type.
|
2020-09-20 05:15:50 -07:00 |
|
Jason Volk
|
358008e8e7
|
ircd::db: Improve compression options; bottommost LZ4HC.
|
2020-09-19 07:47:21 -07:00 |
|
Jason Volk
|
03dba64f0b
|
modules/console: Improve sst info oneline for sorted runs and binary keys.
|
2020-09-19 07:47:21 -07:00 |
|
Jason Volk
|
5294a8e78b
|
ircd::portable: Remove todo (would prevent macro-op fusion).
|
2020-09-19 07:47:21 -07:00 |
|
Jason Volk
|
a738cc8444
|
ircd::spirit: Split boost includes for separate pragma clang system_header.
|
2020-09-18 23:40:34 -07:00 |
|
Jason Volk
|
ee8759cd0b
|
Use foreign automake options to append flags here without warning.
|
2020-09-18 22:27:23 -07:00 |
|
Jason Volk
|
1901da6fde
|
ircd:Ⓜ️:events: Use better low watermark to not invalidate checkpoint.
|
2020-09-18 22:18:27 -07:00 |
|
Jason Volk
|
305aa691e7
|
ircd::json: Improve return count; add condition for noisy dwarning.
|
2020-09-18 22:09:56 -07:00 |
|
Jason Volk
|
6edb1d4eec
|
ircd::db: Skip infolog under condition with mostly zero values.
|
2020-09-18 22:09:53 -07:00 |
|
Jason Volk
|
f5931e8fc7
|
ircd::server: Fix repeated log message; additional assertions.
|
2020-09-18 22:01:16 -07:00 |
|
Jason Volk
|
bb386c5ab4
|
ircd:Ⓜ️:event: Fix integer value recast (assertion from 8ab735d002 ).
|
2020-09-18 19:09:19 -07:00 |
|