0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-27 22:38:21 +02:00
Commit graph

9302 commits

Author SHA1 Message Date
Jason Volk 134bcc1bfb ircd::fs: Add write_opts for RWF_WRITE_LIFE_* support. 2019-05-05 17:48:02 -07:00
Jason Volk 7f18bb17e2 ircd::fs: Precondition definition rather than as weak symbol. 2019-05-05 17:47:46 -07:00
Jason Volk 861df761fe ircd::fs: Add runtime support indicators for write_life related features. 2019-05-05 17:46:50 -07:00
Jason Volk 82200a9abd ircd::fs: Add write_life hint fcntl front. 2019-05-03 19:53:05 -07:00
Jason Volk abae2c02f5 ircd::net: Fix for 864f50da (kicks can down the road). 2019-05-03 18:13:01 -07:00
Jason Volk 4aef8cfdf8 ircd::net::socket: Deinline the read/write member template suites. 2019-05-03 16:29:56 -07:00
Jason Volk e2136a3157 ircd::net::dns: Minor cleanup. 2019-05-03 16:09:57 -07:00
Jason Volk 35f29c411c modules: Update README blerb. 2019-05-03 15:58:39 -07:00
Jason Volk 1d0a7d700d ircd:Ⓜ️ Merge m_event module entirely into ircd/m_event for now. 2019-05-03 15:58:39 -07:00
Jason Volk 542f8f421a ircd::mods: Add preconditions around dlsym hook inclusion. 2019-05-03 15:58:39 -07:00
Jason Volk 84ed175ffe modules/m_event: Transit the m::pretty(event) suite to module. 2019-05-03 15:58:39 -07:00
Jason Volk c6585f5114 Global deepbind module strategy. 2019-05-03 15:58:20 -07:00
Jason Volk 864f50da17 construct: Leak a dynamic io_context instance; temp workaround to s_dns symbol issue. 2019-05-03 15:57:09 -07:00
Jason Volk c9ab8c345c ircd::fs: Explicit fcntl.h inclusion in fs.cc. 2019-05-03 06:09:58 -07:00
Jason Volk fbb88b87c1 ircd::db: Advise sequential access for sequential file type. 2019-05-03 06:08:15 -07:00
Jason Volk c114191251 configure: Check for fcntl.h. 2019-05-03 06:08:15 -07:00
Jason Volk c2984e9473 ircd::db: Replace fadvises with fs::evict() wrapping. 2019-05-03 05:53:31 -07:00
Jason Volk d9812f3e86 ircd::fs: Add an evict() front to cache interface; add preconditions. 2019-05-03 05:52:12 -07:00
Jason Volk e75c9fe54c ircd::fs: Split and improve fincore(). 2019-05-03 05:48:50 -07:00
Jason Volk 76f8aa6673 ircd::openssl: Builtin speculation safe value. 2019-05-03 04:06:52 -07:00
Jason Volk d544c37d3d ircd::fs: Abstract the posix_fadvise wrapping. 2019-05-03 03:33:45 -07:00
Jason Volk 9cca4c6a5d modules/s_dns: Improve error handling; invoke the waiting callback on cache::put error.
modules/console: Disable interruptions while waiting for dns callback.
2019-05-02 21:43:27 -07:00
Jason Volk d74985d3f9 ircd:Ⓜ️ Move event.h/room.h headers into their dirs. 2019-05-02 21:43:27 -07:00
Jason Volk ddc17f424d ircd::ctx: Use defer rather than post here. 2019-05-02 21:43:27 -07:00
Jason Volk 85aee354c1 ircd::db: Handle read-only shutdown case. 2019-05-02 21:43:27 -07:00
Jason Volk a464523c00 ircd::mapi: Cleanup macros for potential deepbind strategy. 2019-05-02 21:42:34 -07:00
Jason Volk 154eee0ca6 ircd: Make unresolved symbols weak symbols; lazy binding in modules. 2019-05-02 16:45:27 -07:00
Jason Volk 68f82d25a3 Remove no-op linker flag in these contexts. 2019-05-02 16:45:27 -07:00
Jason Volk f9e858ae9e Add these gold linker section organization options. 2019-05-02 16:45:27 -07:00
Jason Volk 7d6bcd1bd0 ircd: Add visibility pragma in stdinc.h 2019-05-02 16:45:27 -07:00
Jason Volk c4628525ae ircd:Ⓜ️ Add debuglog msg for hook registration. 2019-05-02 15:35:26 -07:00
Jason Volk 04e5e44c98 ircd:Ⓜ️:event: Use direct reference initialization for constexprs here. 2019-05-02 15:35:26 -07:00
Jason Volk ab61b38ad0 ircd::server:🔗 Add noexcept on handlers. 2019-05-02 15:35:26 -07:00
Jason Volk 1352ddf56c ircd::mods: Fix error format string specifier case. 2019-05-02 15:35:26 -07:00
Jason Volk 643bb62c6e ircd::fmt: Add hex uppercase specifier. 2019-05-02 15:35:26 -07:00
Jason Volk 1a266a0651 ircd::mapi: Change header symbol name, visibility; use macro for declaration. 2019-05-02 15:35:26 -07:00
Jason Volk 069d3b6f74 ircd::mods: Improve various format strings re log msgs and errors. 2019-05-01 15:40:17 -07:00
Jason Volk ecdb028365 ircd: Reorder units in Makefile. 2019-05-01 15:40:17 -07:00
Jason Volk 77a92a1874 modules/s_keys: Reorg free functions into namespace; various cleanup. 2019-05-01 15:40:17 -07:00
Jason Volk d32fd05a83 modules/key/server: Move static ed25519 test to s_keys from here. 2019-05-01 13:12:27 -07:00
Jason Volk 864a5b43dd ircd::resource: Add stack canary on response frame. 2019-04-30 21:44:18 -07:00
Jason Volk cd45ef8aeb ircd::json: Fix comment. 2019-04-30 21:40:00 -07:00
Jason Volk 8ecea80a1b ircd: Merge conditional compilation units into the ordered sources list. 2019-04-30 16:46:34 -07:00
Jason Volk 8701e1541e ircd:Ⓜ️ Move all room.h et al definitions from ircd/m.cc to ircd/m_room.cc 2019-04-30 15:24:22 -07:00
Jason Volk c45160462c ircd::mapi: Add default visibility attribute to macro and header. 2019-04-30 15:14:24 -07:00
Jason Volk 9b9afdcffc modules/vm: Split txn reserve calculation; minor reorg. 2019-04-30 14:14:08 -07:00
Jason Volk a5f26db7ea modules/s_fetch: Split hook handler into auth and prev related subroutines. 2019-04-30 14:14:08 -07:00
Jason Volk 4a22071be3 modules/s_fetch: Fix request set insertion. 2019-04-30 13:11:21 -07:00
Jason Volk a931a7f631 ircd::fs::aio: Add conditional define for io_submit() debug timers. 2019-04-29 17:48:06 -07:00
Jason Volk 04020da7e4 ircd::fs::aio: Add debug mechanism to warn read will block io_submit(2). 2019-04-29 17:38:19 -07:00