Jason Volk
9bbc5834af
ircd: Add missing globular_imatch.
2020-04-26 17:02:21 -07:00
Jason Volk
3c69f85e66
ircd::net::dns::resolver: Less aggressive conf defaults.
2020-04-26 16:32:47 -07:00
Jason Volk
4960912848
ircd::server: Additional convenience query for linked peers.
2020-04-25 19:30:21 -07:00
Jason Volk
2556a18cdf
ircd::net::dns: Improve cache waiting dup check.
2020-04-25 00:28:39 -07:00
Jason Volk
fc14d4c825
ircd::net::dns::cache: Remove all waiters matching criteria.
2020-04-25 00:28:39 -07:00
Jason Volk
637b6ecede
ircd::net::dns::cache: Move cache waiter calling out of module.
2020-04-25 00:28:39 -07:00
Jason Volk
11f2eff4d9
Add -defaults program option to restore from broken configurations.
2020-04-24 21:58:57 -07:00
Jason Volk
71a0ec7532
ircd::rfc1035: Fix possible #AC from unaligned uint128_t.
2020-04-24 21:58:57 -07:00
Tony Olagbaiye
2b4d7ef357
ircd: add load-bearing comments for doxygen
2020-04-24 03:49:50 +01:00
Jason Volk
e884615786
ircd::server: Minor simplify; assertions.
2020-04-23 12:41:39 -07:00
Jason Volk
9be4d76f81
ircd::server::peer: Improve fini flag clearing in err_clear().
2020-04-23 12:41:39 -07:00
Jason Volk
32230ed2d4
ircd::ctx: Profile peak stack usage at slice leave event.
2020-04-23 12:41:39 -07:00
Jason Volk
5a27958fa0
ircd::ctx: Unify access to ctx::stack, expose structure; remove cruft.
2020-04-23 12:41:38 -07:00
Jason Volk
dd1e016ec5
ircd::ctx: Don't zero stack.max at completion.
2020-04-23 12:41:38 -07:00
Jason Volk
762455dec3
ircd::client: Increase the default pool size.
2020-04-23 12:41:38 -07:00
Jason Volk
1920deaedb
ircd: Fix noreturn attribute on panicking().
2020-04-23 04:19:53 -07:00
Jason Volk
c2ba27ace7
ircd::http: Add X-Forwarded-For support to request header.
2020-04-22 23:39:56 -07:00
Jason Volk
f0e8f60b1b
ircd::log: Tweak configuration defaults.
2020-04-22 07:53:27 -07:00
Jason Volk
1f94b56b7f
ircd::log: Unconditionally open files; move conf item condition.
2020-04-22 07:22:25 -07:00
Jason Volk
030286fed2
ircd::db: Use critical log level for kFatalError.
2020-04-22 01:51:55 -07:00
Jason Volk
d0ffb53f1e
ircd::net::dns::resolver: Simplify error message.
2020-04-21 23:28:22 -07:00
Jason Volk
5ecc9f99d8
ircd::server: Add avail() convenience to interface.
2020-04-21 23:05:28 -07:00
Jason Volk
acbbb08d3c
ircd::http: Add convenience query string array tool w/ decode.
2020-04-21 23:05:28 -07:00
Jason Volk
266530bc5e
ircd:;fs::base: Fixes for GCC-8 ternary GNU-extension.
2020-04-19 21:59:15 -07:00
Jason Volk
ca6a1d127f
configure: Add --with-magic-file=path; use as default.
2020-04-19 21:33:57 -07:00
Jason Volk
71b69d6fe9
ircd::info: Improve user/server agent format; version data.
2020-04-19 20:20:43 -07:00
Jochen Friedrich
a4918a8950
ircd: Fix missing fs_path.lo ASIO unit designation. (regression 2953ca0b55
)
2020-04-19 18:29:26 -07:00
Jason Volk
eb9cc07767
ircd::fs::path: Improve default precedence and expected behavior of path conf items. #138
2020-04-19 18:29:18 -07:00
Jason Volk
f86a938a8a
ircd::magic: Add conf item for magic file path; default to $MAGIC from environment. #138
2020-04-19 18:29:08 -07:00
Jason Volk
a063b4a681
ircd::fs::base: Make all items have persist=false behavior.
2020-04-19 17:53:22 -07:00
Jason Volk
2b5c6bfd12
ircd::magic: Minor cleanup/reorg.
2020-04-19 17:53:22 -07:00
Jason Volk
0050e0f7d9
ircd::fmt: Fix constructing cast.
2020-04-19 06:13:23 -07:00
Jason Volk
2bf38286ba
ircd::fs: Callsite changes for fs::base reorg.
2020-04-19 06:13:23 -07:00
Jason Volk
a6cf4c3c91
ircd::fs: Refactor base paths into conf::items.
2020-04-19 06:13:23 -07:00
Jason Volk
26b36d4740
ircd::fs::aio: Remove blocking debug; deprecated by io_uring.
2020-04-18 20:17:37 -07:00
Jason Volk
9fce3c6ca6
ircd::fs: Condition to skip setrlimit(2) and infolog message.
2020-04-18 19:06:13 -07:00
Jason Volk
13ea8b0ca0
ircd::fs: Use conf item callback for RLIMIT_NOFILE.
2020-04-18 19:06:13 -07:00
Jason Volk
2d14956c64
ircd::fs: Improve path_cstr() internal util related.
2020-04-18 19:06:13 -07:00
Jason Volk
d644df72be
ircd::fs: Rename path_view to path_views.
2020-04-18 19:06:13 -07:00
Jason Volk
2953ca0b55
ircd::fs: Split path related from fs unit.
2020-04-18 19:06:13 -07:00
Jason Volk
5ea8ac362c
Enable link-time optimization for central libraries with clang.
2020-04-18 01:26:31 -07:00
Jason Volk
27146c471c
ircd::json: Use rule::alias() for property name string.
2020-04-18 00:08:08 -07:00
Jason Volk
ca147df40f
ircd::json: Cleanup visibility attributions for internal assets.
2020-04-17 20:17:33 -07:00
Jason Volk
f151eb2e6c
ircd::json::object: Reuse/reorg member rule instance; out-of-line static durations.
2020-04-17 20:17:33 -07:00
Jason Volk
f288d4a816
ircd::json::stack::member: Fix critical assertion; use stack buffer.
2020-04-15 16:09:55 -07:00
Jason Volk
777ea844e7
ircd::json::stack::checkpoint: Trigger unforced flush from checkpoint dtor.
2020-04-15 16:09:55 -07:00
Jason Volk
94e8037921
ircd::net::acceptor: Accept offer for http/1.1 rather than NO_ACK.
2020-04-15 11:51:09 -07:00
Jason Volk
79a4394626
ircd::json::stack: Simplify checkpoint interface controls.
2020-04-14 15:31:41 -07:00
Jason Volk
d3ca5d6490
ircd::info: Use reentrant ctime_r(3) w/ static buffer.
2020-04-14 13:32:04 -07:00
Jason Volk
4fcb60eda7
ircd::info: Fix initialization order for timestamps.
2020-04-14 13:24:41 -07:00
Jason Volk
cb41660c94
ircd: Applications of loopless copy overload for single character.
2020-04-13 23:58:33 -07:00
Jason Volk
628772c3b5
ircd::rfc3986: Minor fix indentation. [ci skip]
2020-04-13 21:45:57 -07:00
Jason Volk
5dc16850c6
ircd::rfc3986: Relax decoder to allow already-decoded inputs.
2020-04-13 20:24:48 -07:00
Jason Volk
52fed07749
ircd::net::dns: Add custom internal database for fallback after system query.
2020-04-13 12:27:41 -07:00
Jason Volk
d4eaad08df
ircd::net: Split net_dns_netdb from net_dns unit.
2020-04-13 12:05:15 -07:00
Jason Volk
fa853580e1
ircd::net: Split listeners/acceptors into unit.
2020-04-13 00:11:15 -07:00
Jason Volk
21d9f4792b
configure: Disable all __assert_fail() overrides unless explicit --with-assert option.
2020-04-11 15:11:43 -07:00
Jason Volk
c2dfc5c0aa
ircd::net::dns::resolver: Value-copy for ntoh() to avoid unaligned pointer to short.
2020-04-09 14:58:48 -07:00
Jason Volk
eeac3c1eaa
ircd::server: Add more efficient peer error boolean query.
2020-04-07 13:19:16 -07:00
Jason Volk
d91917913f
ircd::client: Fix trailing space in conf item.
2020-04-05 13:02:20 -07:00
Jason Volk
8c33f21f95
ircd::stringops: Add noexcept to indexof().
...
ircd::stringops: Minor simplifications.
ircd::stringops: Fix return value.
2020-04-03 14:37:14 -07:00
Jason Volk
a7d9476a05
ircd::json: Split array::const_iterator from array header; inline comparison suite.
2020-04-03 11:02:49 -07:00
Jason Volk
c4d041d1ae
ircd::json: Inline object::const_iterator comparison suite.
...
ircd::json: Split object::const_iterator from object header.
ircd::json: Split object::member related from object header.
2020-04-03 11:02:49 -07:00
Jason Volk
958cb789f5
ircd::net: Increase the handshaking maximum default.
2020-04-01 22:56:29 -07:00
Jason Volk
af9629324e
ircd::rfc3986: Refactor uri encoder/decoder related; reorg.
...
ircd::rfc3986::encoder: Proper unreserved character selection.
ircd::rfc3986::decoder: Split into safe and unsafe grammars and interface.
ircd::rfc3986::decoder: Use expectation_failure template exception.
2020-03-28 23:39:13 -07:00
Jason Volk
70a0f0eb0b
ircd::rfc3986: Fix rule label.
2020-03-28 19:22:38 -07:00
Jason Volk
e71f925f2c
ircd::http: Add and adjust some HTTP codes from Cloudfackel.
...
ircd::http: Add 523 Origin Is Unreachable (Cloudfackel).
ircd::http: Add 521 Connection Timed Out (Cloudfackel).
2020-03-20 22:25:14 -07:00
Jason Volk
8c8a4c8d09
ircd::fs: Add an RLIMIT_FSIZE sampler in support section.
2020-03-20 11:09:34 -07:00
Jason Volk
4d88f92b76
ircd::fs: Add conf item and call to setrlimit for RLIMIT_NOFILE.
2020-03-20 11:09:34 -07:00
Jason Volk
a867cfa51a
ircd::fs: Add gauge for rlimit_nofile in support section.
2020-03-20 10:56:55 -07:00
Jason Volk
472ce01b50
ircd::fs: Reorg support section and indicators.
2020-03-20 10:56:55 -07:00
Jason Volk
bc836d0fd8
ircd::info: Remove the fixed-rlimit sample section here.
2020-03-20 09:56:58 -07:00
Jason Volk
291de1a49b
ircd::json: Increase the recursion limit.
2020-03-19 21:54:07 -07:00
Jason Volk
eb4fdfd036
ircd::run: Condition to invoke the wait() from context only.
2020-03-19 16:01:32 -07:00
Jason Volk
abfb106125
ircd: Rename globular classes to indicate case insensitivity.
2020-03-19 16:01:32 -07:00
Jason Volk
71d6bd66c1
ircd: Use util::boolean for globular suite; apply noexcept; minor simplify.
2020-03-19 16:01:32 -07:00
Jason Volk
e6c9f757ce
ircd::json: Add a members replacement tool.
2020-03-18 19:47:18 -07:00
Jason Volk
66c4ebfbb4
ircd::json: Add a member replacement tool.
2020-03-18 16:28:16 -07:00
Jason Volk
730d99b055
ircd::server: Permit tag result debuglog in release mode.
2020-03-16 22:06:01 -07:00
Jason Volk
275f350649
ircd::client: Allow some DERROR messages to compile in release mode; tweak facilities.
2020-03-16 17:59:39 -07:00
Jason Volk
5d1a88f897
ircd::client: Minor cleanup.
2020-03-16 17:59:39 -07:00
Jason Volk
56825ddcdc
ircd::net: Consistent log message formats.
2020-03-16 17:32:44 -07:00
Jason Volk
4c699e0b6c
ircd::net: Legitimate handler (remove assertion).
2020-03-16 17:32:44 -07:00
Jason Volk
c3b709dbd7
ircd::run: Add a convenience barrier template tool.
2020-03-16 16:56:07 -07:00
Jason Volk
c815de3621
ircd::run: Rename level IDLE to LOAD; minor reorg.
2020-03-16 16:56:07 -07:00
Jason Volk
59ee170817
ircd::info: Add sysinfo; gather ram and swap totals on init.
2020-03-16 16:56:07 -07:00
Jason Volk
f438718ddf
ircd::info: Reorg sections; reorg infolog dumps.
2020-03-16 16:56:07 -07:00
Jason Volk
fe8a65953b
ircd::fs: Move init check/info out of fs::init for integration w/ info::dump().
2020-03-16 16:56:06 -07:00
Jason Volk
7f4b5fb69e
ircd::db: Add experimental universal compaction options section; minor reorg.
2020-03-16 00:30:28 -07:00
Jason Volk
59dea0c8bb
ircd::net::dns: Log an error for an unknown service port.
2020-03-15 19:25:28 -07:00
Jason Volk
344510086b
ircd: Add vectorized multi-string match tool.
2020-03-14 17:29:32 -07:00
Jason Volk
7bbb91889d
ircd: Fix define name and conditions.
2020-03-14 15:21:58 -07:00
Jason Volk
829516afde
ircd::db: Add compaction priority option to descriptor.
...
ircd:Ⓜ️ :dbs: Tune compaction priority algorithm.
2020-03-13 15:12:22 -07:00
Jason Volk
7fcd0c948d
ircd::http: Downgrade warning to dwarning; minor cleanup.
2020-03-13 15:01:07 -07:00
Jason Volk
d3b91a5183
ircd::net::dns: Fix erroneous argument to debug-mode template.
2020-03-13 11:30:28 -07:00
Jason Volk
32459bd7f1
ircd: Add multi-string table index util, naive impl.
2020-03-13 11:28:27 -07:00
Jason Volk
2cefc5e248
ircd::http: Optimize head constructions; reduce branch paths.
2020-03-13 11:07:39 -07:00
Jason Volk
da92021818
ircd: Add intrinsic typedef header; update stringops unit.
2020-03-12 21:09:56 -07:00
Jason Volk
6a6ed91a27
ircd::net::dns: Fix init/fini for the proper netdb.
2020-03-12 21:09:56 -07:00
Jason Volk
ffcbc87fdd
ircd: Rename try_lex_cast to lex_castable.
2020-03-12 21:09:56 -07:00