Jason Volk
|
a8d9c78e12
|
ircd::json: Add comments and assertions in stack::append().
|
2019-09-23 12:58:02 -07:00 |
|
Jason Volk
|
4368f1af7a
|
modules/m_room_member: Move membership hook back to vm.effect for now.
|
2019-09-22 22:31:07 -07:00 |
|
Jason Volk
|
db74d89f23
|
modules/m_room_aliases: Add rooms summary trigger on alias change.
|
2019-09-22 21:47:35 -07:00 |
|
Jason Volk
|
fe0127d0ec
|
modules/m_room_join_rules: Fix room summary trigger.
|
2019-09-22 21:45:19 -07:00 |
|
Jason Volk
|
f9e5ece672
|
ircd:Ⓜ️:get: Fix false assertion when no result.
|
2019-09-22 21:13:45 -07:00 |
|
Jason Volk
|
16d45ef8d5
|
modules/m_room_member: Fix m::get() overload for integer value.
|
2019-09-22 21:09:36 -07:00 |
|
Jason Volk
|
39ade19ae3
|
ircd::ctx: Switch from steady_timer to deadline_timer.
|
2019-09-22 20:59:54 -07:00 |
|
Jason Volk
|
320af9e9b8
|
ircd::ctx: Add context::DEFER flag; cleanup ios::descriptor set.
|
2019-09-22 18:28:07 -07:00 |
|
Jason Volk
|
3e648fff19
|
ircd::ctx: Use a continuation in spawn to straddle any direct context switch.
|
2019-09-22 18:02:46 -07:00 |
|
Jason Volk
|
2f88540f3c
|
ircd::ctx: Expose critical_assertion related details.
|
2019-09-22 17:35:20 -07:00 |
|
Jason Volk
|
4a51b3382c
|
ircd::ctx: Move the internal ctx struct ctor out of class.
|
2019-09-22 16:44:34 -07:00 |
|
Jason Volk
|
a20659b1d8
|
ircd::ios: Profile the latency of handler execution.
|
2019-09-22 16:27:54 -07:00 |
|
Jason Volk
|
2be2d7ca8c
|
ircd::util: Allow integer index on all overloads for precooked format strings.
|
2019-09-22 16:09:15 -07:00 |
|
Jason Volk
|
62d91f2c94
|
ircd::util: Use non-byte unit strings in si util.
|
2019-09-22 16:09:15 -07:00 |
|
Jason Volk
|
3790c02ec5
|
ircd::ios: Default nullptr allocator arguments to descriptor.
|
2019-09-22 16:09:15 -07:00 |
|
Jason Volk
|
41646091f8
|
ircd::ctx: Experimental mitigations for return address misprediction on context switch.
|
2019-09-22 16:09:15 -07:00 |
|
Jason Volk
|
0fff520a72
|
ircd::ctx::ctx: Split the interruption condition check from the throwing code.
|
2019-09-22 16:09:15 -07:00 |
|
Jason Volk
|
3de5381d61
|
modules/console: Minor cleanup; more fences for latency test.
|
2019-09-21 12:52:36 -07:00 |
|
Jason Volk
|
71a59d20e0
|
ircd::prof: Add a scope_cycles utility device.
|
2019-09-21 12:15:31 -07:00 |
|
Jason Volk
|
08ef760266
|
ircd::prof: Split type struct into header.
|
2019-09-21 12:14:01 -07:00 |
|
Jason Volk
|
a9a77f86d1
|
ircd: Inline single jump without LTO for now.
|
2019-09-21 12:14:01 -07:00 |
|
Jason Volk
|
ea1a18adfe
|
ircd::ios: Minor cleanup; remove cruft.
|
2019-09-21 12:14:01 -07:00 |
|
Jason Volk
|
1731ff8bad
|
modules/client/rooms/leave: Override any mismatch between room and user_room.
|
2019-09-20 15:20:37 -07:00 |
|
Jason Volk
|
57da17f7fa
|
modules/m_room_member: Add chronology condition for ircd.member state.
|
2019-09-20 15:20:37 -07:00 |
|
Jason Volk
|
fd30c4701c
|
ircd::net::dns: Wait on cache before resolver on fini; replace regressed (26cd9cec85 ).
|
2019-09-20 12:34:10 -07:00 |
|
Jason Volk
|
57227c6758
|
ircd::server: Fix SRV resolution for peers with explicit port numbers.
|
2019-09-20 12:24:51 -07:00 |
|
Jason Volk
|
cbd46e098b
|
ircd::server: Remove extra format specifier; increase timer.
ircd::server: Assert that op_resolve not set when calling resolve().
ircd::server: Restore op state on unwind for exceptions.
|
2019-09-20 12:24:42 -07:00 |
|
Jason Volk
|
5b28f51d1e
|
ircd::db::prefetcher: Move all counters into a dedicated structure.
|
2019-09-20 11:12:16 -07:00 |
|
Jason Volk
|
99d080767f
|
ircd: Add interface to backtrace(3).
|
2019-09-19 22:07:41 -07:00 |
|
Jason Volk
|
15c4c3cc63
|
ircd::util: Additional noexcept ctor.
|
2019-09-19 22:07:41 -07:00 |
|
Jason Volk
|
a8b140ad6d
|
modules/conf: Remove noexcept to propagate termination.
|
2019-09-19 22:07:41 -07:00 |
|
Jason Volk
|
966e2ce17e
|
configure: Check for execinfo header.
|
2019-09-19 16:37:45 -07:00 |
|
Jason Volk
|
71a56fecb7
|
ircd: Move demangle() out of util.
|
2019-09-19 16:37:45 -07:00 |
|
Jason Volk
|
26cd9cec85
|
ircd::net::dns::resolver: Wait for all tags before net teardown on fini.
|
2019-09-19 14:03:48 -07:00 |
|
Jason Volk
|
083493dd1c
|
ircd:Ⓜ️:room: Minor cleanup; move ctor defs out of class.
|
2019-09-19 11:31:10 -07:00 |
|
Jason Volk
|
d4b0dbaa8c
|
modules: Move room::events::horizon::rebuild() to m_room_events.so.
|
2019-09-19 11:08:59 -07:00 |
|
Jason Volk
|
6b69fe2d24
|
ircd::mods::ldso: Improve exceptions for undefined symbols.
|
2019-09-19 11:00:12 -07:00 |
|
Jason Volk
|
42f02d2aa7
|
README: Tweak heading style consistency; roadmap related. [skip ci]
|
2019-09-19 10:28:38 -07:00 |
|
Jason Volk
|
578a0e03fd
|
modules/client/rooms/events: Prevent EDU's from being sent to client here.
|
2019-09-19 10:20:40 -07:00 |
|
Jason Volk
|
fa698123dc
|
modules/console: Add bare metal latency as control result.
|
2019-09-19 00:03:05 -07:00 |
|
Jason Volk
|
217076f147
|
ircd::server: Include peer name in errorlog msg.
|
2019-09-18 22:44:15 -07:00 |
|
Jason Volk
|
dc5a335968
|
ircd::db::prefetcher: Add fetched byte counters; accumulated timers.
|
2019-09-18 22:25:05 -07:00 |
|
Jason Volk
|
8e116e3578
|
ircd::db::prefetcher: Add yield point.
|
2019-09-18 20:29:18 -07:00 |
|
Jason Volk
|
9d2e506253
|
ircd::db: Add direct-dispatch if request worker available; various optimizations.
|
2019-09-18 20:23:34 -07:00 |
|
Jason Volk
|
e2ed860c04
|
ircd::ctx::pool: Add wouldblock() convenience to interface.
|
2019-09-18 20:05:51 -07:00 |
|
Jason Volk
|
becc51af01
|
ircd:Ⓜ️:event: Branch to end event_idx=0 propagation here.
|
2019-09-18 20:05:51 -07:00 |
|
Jason Volk
|
788542e833
|
ircd::db: Simplify seek() templates.
|
2019-09-18 19:14:52 -07:00 |
|
Jason Volk
|
35d39a7d70
|
ircd::db: Move prefetcher to header; reorg definitions; minor reorg.
|
2019-09-18 15:15:02 -07:00 |
|
Jason Volk
|
362122c951
|
modules/client/sync/rooms/state: Use the viewport size item for iteration depth.
|
2019-09-18 14:48:32 -07:00 |
|
Jason Volk
|
da6ae72b69
|
modules/client/sync/rooms/state: Simplify and optimize member event fetching at phase=0.
|
2019-09-18 14:29:40 -07:00 |
|