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 |
|
Jason Volk
|
9e96863922
|
ircd:Ⓜ️:sync: Add flags component to since token.
|
2020-06-03 22:36:58 -07:00 |
|
Jason Volk
|
d662bdaa3e
|
ircd:Ⓜ️:sync: Add document comments for sync::data members.
|
2020-06-03 22:36:58 -07:00 |
|
Jason Volk
|
fcd488b409
|
ircd:Ⓜ️:sync: Centralize all since token related into library suite.
|
2020-06-03 22:36:58 -07:00 |
|
Jason Volk
|
b59f6951b1
|
modules/console: Improve db files totals accumulation and output.
|
2020-06-03 19:50:25 -07:00 |
|
Jason Volk
|
b8c4bf85e5
|
ircd:Ⓜ️:sync: Split up sync.h header into directory; move sync::data definition.
|
2020-06-03 19:39:55 -07:00 |
|
Jason Volk
|
96222340f8
|
modules/client/sync: Reorder/reorg definitions.
|
2020-06-03 19:39:55 -07:00 |
|
Jason Volk
|
a70a6164be
|
ircd::net: Convey ALPN selection to socket instance.
|
2020-05-30 23:19:03 -07:00 |
|
Jason Volk
|
47d1ac40c3
|
ircd::net::acceptor: Carry pointer to our socket instance in ssl opaque.
|
2020-05-30 22:47:03 -07:00 |
|
Jason Volk
|
5fa1e524a4
|
ircd::openssl: Add interface wrapping get/set app_data.
|
2020-05-30 22:17:11 -07:00 |
|
Jason Volk
|
4d72b673a7
|
ircd::allocator::je: Add thp to our default options.
|
2020-05-30 19:28:39 -07:00 |
|
Jason Volk
|
9d06af1dbe
|
ircd::client: Minor rename.
|
2020-05-30 19:28:39 -07:00 |
|
Jason Volk
|
635cccdb9d
|
ircd::db: Fix integer literal for comparison.
|
2020-05-30 18:15:03 -07:00 |
|
Jason Volk
|
cdd1fc2a9c
|
ircd::fs::aio: Relax assertion.
|
2020-05-30 17:36:47 -07:00 |
|
Jason Volk
|
23b0674051
|
ircd::fs::aio: Fix request object semantics and immobility guarantees.
|
2020-05-30 16:50:38 -07:00 |
|
Jason Volk
|
89264ceff4
|
modules/client/capabilities: Indicate v6.
|
2020-05-30 16:45:28 -07:00 |
|
Jason Volk
|
1a0ee0ece4
|
ircd::db: Add missing #ifdefs covering rocksdb 5.x (thanks @grinapo).
|
2020-05-30 03:59:10 -07:00 |
|
Jason Volk
|
6b3ab64aae
|
ircd::db: Remove unused cache_arena handle. (related 77b0fc9e1e )
|
2020-05-30 03:55:41 -07:00 |
|
Jason Volk
|
4843fbf62e
|
modules/console: Consume fewer output lines for vm summary related.
|
2020-05-30 03:53:19 -07:00 |
|
Jason Volk
|
3c137215f3
|
ircd:Ⓜ️:dbs: Increase default cache size for type column.
|
2020-05-30 01:30:58 -07:00 |
|
Jason Volk
|
60b28ade71
|
ircd::cbor: Use non-reference value for shift integer. (fixes #154)
|
2020-05-30 00:16:46 -07:00 |
|
Jason Volk
|
a61a67961a
|
ircd::db: Lock database cache extents in RAM if possible. (closes #144)
|
2020-05-29 23:40:24 -07:00 |
|
Jason Volk
|
489cf7a560
|
ircd::allocator: Add a graceful getter/setter for RLIMIT_MEMLOCK.
|
2020-05-29 23:40:24 -07:00 |
|
Jason Volk
|
728da15ad3
|
configure: Add function checks for mlock2(2); remove standard cruft.
|
2020-05-29 23:40:24 -07:00 |
|
Jason Volk
|
312493fa8e
|
configure: Enable asm-blocks for clang.
|
2020-05-29 23:40:24 -07:00 |
|
Jason Volk
|
77b0fc9e1e
|
ircd::db: Elaborate all extent hooks; move cache_arena to database::allocator.
|
2020-05-29 23:40:24 -07:00 |
|
Jason Volk
|
37c89aa3d5
|
modules/media/media: Fix exception type.
|
2020-05-29 23:40:24 -07:00 |
|
Jason Volk
|
67ddcf074a
|
ircd::db: Add a global cache arena w/ lifetime of subsystem.
|
2020-05-29 23:40:24 -07:00 |
|
Jason Volk
|
085b1acfe9
|
ircd::db: Add jemalloc arena and flags support to allocators.
|
2020-05-29 23:40:24 -07:00 |
|
Jason Volk
|
ed5228610f
|
ircd::allocator: Add void specialization to mallctl suite.
|
2020-05-29 23:40:24 -07:00 |
|
Jason Volk
|
e70284c03f
|
ircd::allocator: Add more flexibility to mallctl template.
|
2020-05-29 23:40:24 -07:00 |
|
Jason Volk
|
2e5a4daf76
|
ircd::allocator::je: Ensure truncation of mallctl results.
|
2020-05-29 23:40:24 -07:00 |
|
Jason Volk
|
6eb54341ef
|
ircd::spirit: Fix signedness and displacements in generator state; add assertions.
|
2020-05-29 23:40:24 -07:00 |
|
Jason Volk
|
bf91bf9bcd
|
README: Fix doc links; fall prey to the github lockin. [ci skip]
|
2020-05-29 12:15:58 -07:00 |
|
Jason Volk
|
d9cf74ebd6
|
modules/client/publicrooms: Convey search term to any federation query.
|
2020-05-29 01:39:25 -07:00 |
|
Jason Volk
|
761ff66464
|
ircd:Ⓜ️:fed: Generate POST /publicRooms content by default; add console search param.
|
2020-05-29 01:34:19 -07:00 |
|
Jason Volk
|
9457b1d34b
|
modules/federation/publicrooms: Implement Federation r0.4.0-15.2 (matrix-org/matrix-doc/#2197).
|
2020-05-29 01:02:50 -07:00 |
|
Jason Volk
|
0eb4401897
|
modules/federation/publicrooms: Replace use of nullary my_host().
|
2020-05-29 00:30:40 -07:00 |
|
Jason Volk
|
b493b5e39c
|
ircd:Ⓜ️:sync: Assume no to bypass should_ignore() query on rooms prefetch iteration.
|
2020-05-28 21:55:07 -07:00 |
|
Jason Volk
|
c10036d824
|
modules/client/sync/rooms/state: Implement prefetch on initial phased polylog.
|
2020-05-28 21:32:54 -07:00 |
|
Jason Volk
|
aead45402d
|
ircd:Ⓜ️:sync: Introduce item prefetch feature for polylog mode.
|
2020-05-28 21:31:28 -07:00 |
|
Jason Volk
|
fbb17b0b48
|
modules/client/sync/rooms: Minor cleanup.
|
2020-05-28 21:29:28 -07:00 |
|
Jason Volk
|
4d32122fa8
|
ircd::spirit: Quench the generator's default position policy.
|
2020-05-28 20:09:14 -07:00 |
|
Jason Volk
|
6beb93b1c1
|
ircd::spirit: Improve pseudo-buffering; generator state and interface related.
|
2020-05-28 20:09:14 -07:00 |
|
Jason Volk
|
7064e4f349
|
ircd::util: Improve some comments; minor cleanup.
|
2020-05-28 15:20:32 -07:00 |
|