Jason Volk
|
f7fa89b061
|
ircd::json::stack: Alter checkpoint rollback() behavior to proactive.
|
2019-03-30 14:13:34 -07:00 |
|
Jason Volk
|
a9a6adf28d
|
ircd::json::stack: Add checkpoint ctor option for initial commitment state.
|
2019-03-30 14:09:47 -07:00 |
|
Jason Volk
|
9f534dea17
|
ircd::fs::aio: Add iteration tool for kernel completion queue.
|
2019-03-30 14:09:47 -07:00 |
|
Jason Volk
|
db58b07ddc
|
ircd::ios: Ensure current handle pointer is nulled on fault exit point as well.
|
2019-03-30 13:11:55 -07:00 |
|
Jason Volk
|
0ffb6d6c8e
|
ircd::fs::aio: Improve interface with kernel context structure.
|
2019-03-30 13:11:39 -07:00 |
|
Jason Volk
|
672bb6f10c
|
ircd::ctx: Fix detach-mode deallocation points.
|
2019-03-30 13:08:04 -07:00 |
|
Jason Volk
|
b6732b5fdf
|
ircd::fs::aio: Optimize integer sizes of various stats.
|
2019-03-30 13:02:03 -07:00 |
|
Jason Volk
|
76138dbebd
|
ircd::fs::aio: Remove unused errbuf.
|
2019-03-29 21:46:03 -07:00 |
|
Jason Volk
|
ee5e31e0bf
|
ircd::json: Use strict type analysis for value constructions.
|
2019-03-28 21:50:08 -07:00 |
|
Jason Volk
|
f6f73e87cb
|
ircd::json: Add strict check overload to type() suite.
|
2019-03-28 21:01:56 -07:00 |
|
Jason Volk
|
4480c136ee
|
ircd::ios: Add summation for stats w/ console totals.
|
2019-03-28 17:22:52 -07:00 |
|
Jason Volk
|
289aca0c4a
|
ircd::ios: Move descriptor stats into structure.
|
2019-03-28 17:16:39 -07:00 |
|
Jason Volk
|
79065f805b
|
ircd::ios: Add hook for is_continuation; minor reorg.
|
2019-03-28 16:56:55 -07:00 |
|
Jason Volk
|
f340e44692
|
ircd:Ⓜ️:vm: Add event_id and share sequence to the loghead; minor cleanup.
|
2019-03-28 16:08:45 -07:00 |
|
Jason Volk
|
4b816f8c74
|
ircd::json::stack: Warning when flushing under a checkpoint.
|
2019-03-28 15:49:48 -07:00 |
|
Jason Volk
|
840b3c4b0c
|
ircd::json::stack: Add method to check for pending eptr.
|
2019-03-28 15:49:48 -07:00 |
|
Jason Volk
|
8523aea56a
|
ircd:Ⓜ️:dbs: Log various issues during reference indexing; minor cleanup.
|
2019-03-28 15:36:26 -07:00 |
|
Jason Volk
|
f15769ea0e
|
modules: Add .well-known handler to serve the m::self::servername string for now.
|
2019-03-28 13:13:35 -07:00 |
|
Jason Volk
|
d47518a102
|
ircd:Ⓜ️:self: Add the servername string to this section; update README.
|
2019-03-28 13:08:40 -07:00 |
|
Jason Volk
|
6dc50292e8
|
ircd::fs: Simplify these ifdef conditions.
|
2019-03-27 19:07:11 -07:00 |
|
Jason Volk
|
1c5b7d2d71
|
ircd:Ⓜ️:room::auth: Add central interface for chain fetch/eval.
|
2019-03-27 13:44:33 -07:00 |
|
Jason Volk
|
b73bb789b2
|
ircd::db: Fix runlevel condition for background task invocation.
|
2019-03-27 13:04:12 -07:00 |
|
Jason Volk
|
ccf17d648c
|
ircd::db: Add debug message for pool->wait() on bgcancel().
|
2019-03-27 13:04:12 -07:00 |
|
Jason Volk
|
334484c4bc
|
ircd::fs::aio: Add custom allocator at descriptor site for the sigfd operation.
|
2019-03-27 13:04:12 -07:00 |
|
Jason Volk
|
3225c1fdfe
|
ircd::ios: Add interface for user allocation closure at descriptor site.
|
2019-03-27 13:04:12 -07:00 |
|
Jason Volk
|
02f413c834
|
ircd::ios: Track current handler like ctx::current.
|
2019-03-27 13:04:12 -07:00 |
|
Jason Volk
|
1e900217ee
|
ircd::fs::aio: Move ring struct into system::.
|
2019-03-27 13:04:12 -07:00 |
|
Jason Volk
|
55241c5309
|
ircd::ctx: Expand the reference cycle counting interface.
|
2019-03-27 13:04:12 -07:00 |
|
Jason Volk
|
20d0ea70c2
|
ircd::ios: Add tsc counters to hook state.
|
2019-03-27 13:04:12 -07:00 |
|
Jason Volk
|
28063823dd
|
ircd::ctx: Inline rdtsc().
|
2019-03-27 13:04:12 -07:00 |
|
Jason Volk
|
d37129ac03
|
ircd::ios: Add allocation hooks.
|
2019-03-27 13:04:12 -07:00 |
|
Jason Volk
|
d2546120ee
|
ircd: Add descriptor participation for all asynchronous operations.
|
2019-03-27 13:04:12 -07:00 |
|
Jason Volk
|
d5397c599f
|
ircd::ios: Add asio handler hook framework.
|
2019-03-27 13:04:12 -07:00 |
|
Jason Volk
|
3bc716e0f5
|
ircd::ctx: Assert ctx doesn't finish with uncaught exceptions.
|
2019-03-27 13:04:12 -07:00 |
|
Jason Volk
|
6fbd29b1ed
|
ircd::ctx: Add context::WAIT_JOIN feature flag.
|
2019-03-27 13:04:12 -07:00 |
|
Jason Volk
|
97ee68d4f3
|
ircd::server: Don't alter open_opts.hostport here.
|
2019-03-25 19:14:49 -07:00 |
|
Jason Volk
|
0f184cd449
|
ircd::server: Fix loghead() failure conditions.
|
2019-03-25 18:48:32 -07:00 |
|
Jason Volk
|
84d4ca485b
|
ircd:Ⓜ️:room::state: Add preliminary purge_replaced() w/ console cmd.
|
2019-03-25 18:39:30 -07:00 |
|
Jason Volk
|
6b3a459d29
|
Revert "ircd::server: Fix concurrency assumptions in server::get()."
This reverts commit 3db83faac3 .
|
2019-03-25 18:31:05 -07:00 |
|
Jason Volk
|
1ffa00adbf
|
ircd:Ⓜ️:room: Add central interface linkage for room::purge().
|
2019-03-25 18:04:16 -07:00 |
|
Jason Volk
|
45d29ed5cf
|
ircd::net: Add log messages reporting IPv6 init status; handle errors during check.
|
2019-03-25 16:33:22 -07:00 |
|
Jason Volk
|
195937cd08
|
ircd::server: Condition the next query after SRV on ipv6 state.
|
2019-03-25 15:20:01 -07:00 |
|
Jason Volk
|
a54c5f44e4
|
ircd::net: Add conf item to toggle ipv6 for ircd::net::. Auto-detect viability on net::init.
|
2019-03-25 15:18:06 -07:00 |
|
Jason Volk
|
c0cbfd2d23
|
ircd::net: Add util to detect usable ipv6 interface.
|
2019-03-25 15:18:06 -07:00 |
|
Jason Volk
|
672e9dd712
|
ircd::server: Add conf item to toggle ipv6 use.
|
2019-03-25 15:18:06 -07:00 |
|
Jason Volk
|
28569176f2
|
ircd::net: Use a structured argument to addrs closure; add more data.
|
2019-03-25 15:18:06 -07:00 |
|
Jason Volk
|
a43c0e5798
|
ircd::server: Split AAAA and A handlers for chaining.
|
2019-03-25 14:37:01 -07:00 |
|
Jason Volk
|
8c27cb847a
|
ircd::net: Add conditional interface to getifaddrs() w/ console cmd.
|
2019-03-25 13:56:08 -07:00 |
|
Jason Volk
|
4d3fd753e1
|
ircd::net: Add interface for listener bound socket information; improve net listen console cmd.
|
2019-03-25 12:55:59 -07:00 |
|
Jason Volk
|
d7631dc39b
|
ircd::server: Skip DNS resolution on IP literals.
|
2019-03-25 12:26:56 -07:00 |
|