Jason Volk
|
6f508f92a4
|
ircd:Ⓜ️:acquire: Add a head reset option for now.
ircd:Ⓜ️:init::backfill: Use head reset option for room acquire.
|
2020-06-12 20:53:16 -07:00 |
|
Jason Volk
|
751b413f0d
|
ircd:Ⓜ️:vm: Relax head::generate options for internal rooms.
|
2020-06-12 20:36:46 -07:00 |
|
Jason Volk
|
b2564fb5d2
|
ircd:Ⓜ️:vm: Decide if internal room at issue stage.
|
2020-06-12 20:36:46 -07:00 |
|
Jason Volk
|
356e2301e9
|
ircd:Ⓜ️:init::backfill: Improve info/errlog msg conditions.
|
2020-06-12 19:24:18 -07:00 |
|
Jason Volk
|
a948b5f00f
|
ircd::net::acceptor: Disregard interrupt when acceptor closed.
|
2020-06-12 19:18:49 -07:00 |
|
Jason Volk
|
97269da444
|
ircd:Ⓜ️:init::backfill: Improve initial backfill termination.
|
2020-06-12 19:18:49 -07:00 |
|
Jason Volk
|
cfba2b52c9
|
ircd::run: Add additional UNLOAD runlevel on shutdown after QUIT.
|
2020-06-12 18:41:30 -07:00 |
|
Jason Volk
|
8003c07762
|
modules/media: Add explicit cache controls w/ immutability hint.
|
2020-06-12 18:18:57 -07:00 |
|
Jason Volk
|
2a5c234d76
|
ircd::http: Assert supplied header string is terminated by caller.
|
2020-06-12 18:18:57 -07:00 |
|
Jason Volk
|
924970f8fb
|
modules/m_listen: Improve infolog msg in runlevel handlers; noexcept on quit handler.
|
2020-06-12 18:18:57 -07:00 |
|
Jason Volk
|
09fe270c54
|
ircd::http: Add status category enum; move static grammars out of function; minor reorg enums.
|
2020-06-12 17:01:09 -07:00 |
|
Jason Volk
|
59665babae
|
ircd:Ⓜ️:dbs: Enable compression on _event_idx column.
|
2020-06-12 15:34:49 -07:00 |
|
Jason Volk
|
e06ea82706
|
modules/console: Minor rename of peer request output flag.
|
2020-06-12 13:15:00 -07:00 |
|
Jason Volk
|
5ede78afe8
|
ircd::json: Memoize query for type.
|
2020-06-11 17:09:56 -07:00 |
|
Jason Volk
|
afcb22b726
|
ircd::db: Add support #ifdefs for MultiGet; add fallback path.
|
2020-06-11 17:09:56 -07:00 |
|
Jason Volk
|
5593ae3a60
|
ircd::db: Additional parallel seek log metric; assertion tool.
|
2020-06-11 17:09:56 -07:00 |
|
Jason Volk
|
c2562d7dfa
|
ircd::info: Query for various clock characteristics of the runtime.
|
2020-06-11 17:09:56 -07:00 |
|
Jason Volk
|
cb2b92b241
|
ircd:Ⓜ️:room: Improve error strings for room_id() resolve interface.
|
2020-06-11 17:09:56 -07:00 |
|
Jason Volk
|
39e777e88f
|
ircd::json: Add non-parsing number grammar for type derivation for now.
|
2020-06-11 17:09:55 -07:00 |
|
Jason Volk
|
24cb29d64c
|
ircd::json: Relax expensive type query in serialized() suite.
|
2020-06-11 09:49:33 -07:00 |
|
Jason Volk
|
eb00134100
|
ircd::util: Move syscall() templates out of util; minor reorg includes.
ircd::sys: Add abstract sysfs tool and template from fs::dev.
|
2020-06-11 09:49:33 -07:00 |
|
Jason Volk
|
d9bfdc9678
|
ircd::db: Reenable index compression for compressed columns.
|
2020-06-11 03:51:49 -07:00 |
|
Jason Volk
|
35d4ee811b
|
ircd::db: Add preliminary support for secondary-mode if available.
|
2020-06-11 03:51:49 -07:00 |
|
Jason Volk
|
b59337eb78
|
ircd::spirit: Consolidate entry to spirit through wrapper templates.
ircd::spirit: More aggressive inlining of interface templates; symbol visibility
|
2020-06-11 03:51:49 -07:00 |
|
Jason Volk
|
99504180c0
|
ircd:Ⓜ️:event::prev: Optimize existential tools with parallel queries.
|
2020-06-11 02:35:59 -07:00 |
|
Jason Volk
|
b70877eee2
|
ircd:Ⓜ️:event::prev: Add optimal queries for any one reference existing.
|
2020-06-10 22:36:28 -07:00 |
|
Jason Volk
|
d42126693b
|
ircd::fs::dev: Fix device size calculation; cleanup constants; improve cmd output.
|
2020-06-10 22:36:28 -07:00 |
|
Jason Volk
|
7f377d6072
|
modules/client/room_keys/keys: Minor return event_id for trivial completeness.
|
2020-06-10 22:36:28 -07:00 |
|
Jason Volk
|
5b22beaae7
|
ircd::db: Add define for rocksdb timestamp feature versions.
ircd::db: Add warning when feature not available.
|
2020-06-10 22:36:28 -07:00 |
|
Jason Volk
|
65760fc93a
|
ircd::db: Prevent use of delta encoding in SST files for zero-copy pinnable slices.
|
2020-06-10 22:36:28 -07:00 |
|
Jason Volk
|
7a53afc4c8
|
ircd::db: Add delta encoding indicator to SST info; add to console cmd output.
|
2020-06-10 22:36:28 -07:00 |
|
Jason Volk
|
c037519246
|
ircd::db: Add additional recovery mode if supported.
|
2020-06-10 22:36:27 -07:00 |
|
Jason Volk
|
b68b4d113a
|
ircd::db: Add conf item to disable automatic compactions.
construct: Add -nocompact program option.
|
2020-06-10 22:36:27 -07:00 |
|
Jason Volk
|
0f466e6b19
|
ircd::db: Add missing include to db_fixes.cc.
|
2020-06-09 05:14:43 -07:00 |
|
Jason Volk
|
4049ea0127
|
ircd: Use -isystem for some rocksdb includes triggering warnings on GCC.
|
2020-06-09 05:14:43 -07:00 |
|
Jason Volk
|
37734e1260
|
ircd::portable: Remove fenced assert for GCC due to error when used in constexprs.
|
2020-06-09 05:14:43 -07:00 |
|
Jason Volk
|
2f1523ffb2
|
ircd::db: Fix coderot under RB_DEBUG_DB_SEEK.
|
2020-06-09 05:14:43 -07:00 |
|
Jason Volk
|
ec1a94858d
|
modules/m_vm_fetch: Loop jam m::exists() into parallel query blocks.
|
2020-06-09 05:14:43 -07:00 |
|
Jason Volk
|
496567b837
|
ircd:Ⓜ️:event: Add parallel exists() to interface.
|
2020-06-09 04:38:07 -07:00 |
|
Jason Volk
|
c0c9c2c4f0
|
ircd::db: Add parallel has() to column interface.
|
2020-06-09 04:37:51 -07:00 |
|
Jason Volk
|
40c62b085b
|
ircd::fs: Add syscall warning timers on some operations.
|
2020-06-08 21:28:07 -07:00 |
|
Jason Volk
|
b2da14b6fc
|
ircd:Ⓜ️:event::fetch: Optimize row-assigned fetch event_id query related.
|
2020-06-08 21:28:07 -07:00 |
|
Jason Volk
|
fc9c952ba8
|
ircd::db: Add parallel read suite to internal interface.
|
2020-06-08 21:28:07 -07:00 |
|
Jason Volk
|
4a1f04823f
|
ircd::db: Improve request pool initialization and size determination.
|
2020-06-08 17:16:07 -07:00 |
|
Jason Volk
|
7a87f2eda9
|
ircd::conf: Fix interface argument inconsistency.
|
2020-06-08 17:16:07 -07:00 |
|
Jason Volk
|
84491464d6
|
ircd::resource: Split mime and content length nego branches into functions.
|
2020-06-08 16:13:00 -07:00 |
|
Jason Volk
|
ee4d64ff28
|
ircd::util: Start an all() convenience template w/ bool specialization.
|
2020-06-08 16:13:00 -07:00 |
|
Jason Volk
|
0cb9e74cc6
|
ircd::resource::method: Add conf items for option defaults.
|
2020-06-08 16:13:00 -07:00 |
|
Jason Volk
|
5905a357cb
|
ircd:Ⓜ️:fed::well_known: Add user-agent on well-known requests.
|
2020-06-08 16:13:00 -07:00 |
|
Jason Volk
|
640e81ef4d
|
ircd:Ⓜ️:fed: Split well_known into namespace into unit.
|
2020-06-08 16:13:00 -07:00 |
|