0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-15 23:18:35 +02:00
Commit graph

4786 commits

Author SHA1 Message Date
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