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 |
|
Jason Volk
|
bc3ad3f89c
|
ircd::fs::dev: Eliminate the static map; refactor interface; add console cmd.
|
2020-06-08 16:13:00 -07:00 |
|
Jason Volk
|
27d52c660b
|
ircd::fs::opts: Add an option to suppress internal error logging on some operations.
|
2020-06-08 14:10:13 -07:00 |
|
Jason Volk
|
dc1e9a3c06
|
modules/client/room_keys/keys: Increase content maximum for PUT method.
|
2020-06-08 12:38:41 -07:00 |
|
Jason Volk
|
64c82829d8
|
ircd::fs::dev: Use defaulting values rather than exceptions for sysfs() suite.
ircd::fs::dev: Stop exception propagation on per block device during discovery.
|
2020-06-07 14:30:50 -07:00 |
|
Jason Volk
|
2031966072
|
ircd::server: Add tag completed counters on link and peer w/ report.
|
2020-06-07 07:53:37 -07:00 |
|
Jason Volk
|
c0c4f838bb
|
modules/media/media: Increase file size and compaction period targets for blocks.
|
2020-06-07 06:01:53 -07:00 |
|
Jason Volk
|
1e788c09f3
|
ircd::db: Sort feature defines.
|
2020-06-07 05:48:07 -07:00 |
|
Jason Volk
|
c32e5c92ab
|
ircd:Ⓜ️:dbs: Bound compaction of _room_head within 24h.
|
2020-06-07 05:46:24 -07:00 |
|
Jason Volk
|
6968f24921
|
ircd::db: Add compaction period parameter to descriptor.
|
2020-06-07 05:46:24 -07:00 |
|
Jason Volk
|
6e5da0dee6
|
ircd::fs::aio: Add a default max_events fallback; assert non-zero.
|
2020-06-07 03:40:38 -07:00 |
|
Jason Volk
|
b8521117c1
|
ircd::db::row: Add valid_all() to interface.
|
2020-06-07 03:26:31 -07:00 |
|
Jason Volk
|
4333e510ef
|
ircd:Ⓜ️:sync: Improve sync::item exception propagation; stop propagation.
|
2020-06-07 03:11:47 -07:00 |
|
Jason Volk
|
7af4e85631
|
ircd:Ⓜ️ Throw better errcode for unverifiable sig; use 403 for failed verify.
|
2020-06-07 02:24:49 -07:00 |
|
Jason Volk
|
839998e474
|
ircd::fs::aio: Initialize context with parameters sampled from devices.
ircd::fs: Simplify init infolog related.
|
2020-06-07 01:51:19 -07:00 |
|
Jason Volk
|
22eb9b514b
|
ircd::fs::dev: Add block device information system w/ sysfs.
|
2020-06-07 01:51:19 -07:00 |
|
Jason Volk
|
680c29601e
|
ircd::fs::dev: Cleanup returned string data from sysfs read.
|
2020-06-07 01:51:19 -07:00 |
|
Jason Volk
|
4d98f8fa8d
|
ircd::fs: Split fs::dev definitions into unit.
|
2020-06-07 01:51:19 -07:00 |
|
Jason Volk
|
9ee4afd560
|
ircd::db: Simplify and cleanup for cached()/has().
|
2020-06-07 01:51:19 -07:00 |
|
Jason Volk
|
6ee817aec8
|
ircd::db: Add internal interface around PinnableSlice queries.
|
2020-06-07 01:51:19 -07:00 |
|
Jason Volk
|
8b7fe333ec
|
ircd::db: Add valid(rocksdb::Status) to suite.
|
2020-06-07 01:51:19 -07:00 |
|
Jason Volk
|
61d0165883
|
ircd::server: Fix informal scans for fragmented head terminator.
|
2020-06-07 01:51:19 -07:00 |
|
Jason Volk
|
c10b7a76bf
|
ircd::server: Use namespaced attributes to eventually avoid warnings.
|
2020-06-07 01:51:19 -07:00 |
|
Jason Volk
|
6e1d58c2e6
|
ircd::buffer: Improve the overlap tool.
|
2020-06-07 01:51:19 -07:00 |
|
Jason Volk
|
0da425590b
|
modules/console: Re-add missing file count at end of db files list output.
|
2020-06-05 16:51:27 -07:00 |
|
Jason Volk
|
ffbfe40f0f
|
ircd::fs::info: Attempt to get sysconf for AIO_MAX w/o exception.
ircd::fs::aio: Improve default max events values for now.
|
2020-06-05 16:32:57 -07:00 |
|
Jason Volk
|
58d15e6852
|
ircd::spirit: Add template option for truncation behavior to generate.
ircd::fmt: Add internal generate template; enable truncation.
|
2020-06-05 12:15:11 -07:00 |
|
Jason Volk
|
268d4265ca
|
ircd::spirit: Improve generator overflow counting.
|
2020-06-05 09:15:15 -07:00 |
|
Jason Volk
|
be07ae05b2
|
ircd::portable: Optimize redefined macro if conditions are favorable.
|
2020-06-05 04:32:57 -07:00 |
|
Jason Volk
|
04020a91b7
|
ircd::buffer: lte range assertion on ctor; remove attr; minor reorg.
ircd::buffer::window_buffer: Assertion on consumption increments.
|
2020-06-05 04:32:57 -07:00 |
|
Jason Volk
|
619ecb4b5b
|
ircd::fmt: Simplify ternary; minor unpack statements; cleanup.
|
2020-06-04 21:00:11 -07:00 |
|
Jason Volk
|
1ef26f113f
|
ircd::strlcpy: Use character copy; remove branch.
|
2020-06-04 19:19:06 -07:00 |
|
Jason Volk
|
758ff8c4b7
|
ircd::server: Improve error message.
|
2020-06-04 18:11:25 -07:00 |
|
Jason Volk
|
0d30c08c9f
|
ircd:Ⓜ️:vm: Remove redundant strings in error log msg.
|
2020-06-04 17:58:49 -07:00 |
|
Jason Volk
|
9af12a26e3
|
ircd:Ⓜ️ Improve error propagation through verify().
|
2020-06-04 17:51:31 -07:00 |
|
Jason Volk
|
a4447054e5
|
ircd::db: Fix O_DIRECT test file path mismatch regression.
|
2020-06-04 15:51:48 -07:00 |
|
Jason Volk
|
e8cb1cbec1
|
ircd::logger: Remove unnecessary cruft.
|
2020-06-04 15:41:11 -07:00 |
|
Jason Volk
|
0a44918ee2
|
ircd::db: Recombine db.h; split defines into header.
|
2020-06-04 15:41:11 -07:00 |
|
Jason Volk
|
774cd6c7c2
|
ircd::db: Split allocator related into unit.
|
2020-06-04 15:38:38 -07:00 |
|
Jason Volk
|
277d809ff4
|
ircd::info: Remove redundant debuglog output; replace w/ relevant rlimit.
|
2020-06-04 14:41:39 -07:00 |
|
Jason Volk
|
e12774595c
|
ircd::db: Disable cache lock feature when valgrinding.
|
2020-06-04 00:25:43 -07:00 |
|
Jason Volk
|
da43ac3d95
|
ircd:Ⓜ️:sync: Add flag to trigger re-request forcing focused full_state.
|
2020-06-03 23:26:08 -07:00 |
|
Jason Volk
|
1d45c9aecd
|
modules/client/sync: Fix unmatched debuglog message at polylog handler completion.
|
2020-06-03 23:26:08 -07:00 |
|