Jason Volk
|
d5c6314f1a
|
ircd: Split info::versions into header/unit.
|
2022-06-23 10:50:48 -07:00 |
|
Jason Volk
|
65d27f327e
|
ircd::db::database::env: Fix missing at-end semantics for ReopenWritableFile().
|
2022-06-23 09:38:46 -07:00 |
|
Jason Volk
|
61d558fc9d
|
ircd: Define all IRCD_USE_ as integers for constexprs.
|
2022-06-23 09:36:44 -07:00 |
|
Jason Volk
|
ee59e76305
|
ircd::http: Fix headers view parse to cover expected trailing crlf.
|
2022-06-22 15:33:38 -07:00 |
|
Jason Volk
|
01c2c55054
|
ircd::http: Simplify line ctor; move eoi into grammar.
|
2022-06-22 15:31:46 -07:00 |
|
Jason Volk
|
e70d26b23e
|
ircd::net::dns: Allow undefined symbol ignored null by libnss_db.
|
2022-06-22 11:04:36 -07:00 |
|
Jason Volk
|
830a5b9d2a
|
ircd::mods::ldso: Improve interposition of exceptions for runtime behavior switching.
|
2022-06-22 11:04:18 -07:00 |
|
Jason Volk
|
7b2af2cf1c
|
ircd::png: Exclude dependent functions when build missing libpng.
|
2022-06-21 22:31:55 -07:00 |
|
Jason Volk
|
3b9031fef5
|
ircd::allocator: Fix conflicting hook declarations for GNU allocator.
|
2022-06-20 18:36:11 -07:00 |
|
Jason Volk
|
a71deec959
|
ircd:🆑 Clarify and improve complex cast (gcc-8).
|
2022-06-20 18:24:55 -07:00 |
|
Jason Volk
|
796058d8e9
|
ircd::db: Remove deprecated seqnum; related 58a346f18b .
|
2022-06-20 18:24:55 -07:00 |
|
Jason Volk
|
d36024cdb8
|
ircd::allocator: Support mallinfo2() for deprecated mallinfo(3) for GNU allocator.
|
2022-06-20 18:24:55 -07:00 |
|
Jason Volk
|
e6ace21eda
|
ircd:🆑 Fix conf item value extraction (gcc-9).
|
2022-06-19 22:05:21 -07:00 |
|
Jason Volk
|
30d7c4649c
|
ircd::db: Extract stats value before debug logging (gcc-8).
|
2022-06-19 20:57:46 -07:00 |
|
Jason Volk
|
e403c20cc6
|
ircd::fs::aio: Split max events query into init method.
|
2022-06-19 20:27:13 -07:00 |
|
Jason Volk
|
56bbc04527
|
ircd::fs::map: Add ergonomic trailing-opts ctor.
|
2022-06-19 20:27:13 -07:00 |
|
Jason Volk
|
b815ac8bec
|
ircd::fs: Eliminate user-defined ctors on various opts for designated inits.
|
2022-06-19 20:27:13 -07:00 |
|
Jason Volk
|
0300a29f9c
|
ircd::mods::ldso: Attribute compatibility for gcc-8.
|
2022-06-19 20:14:23 -07:00 |
|
Jason Volk
|
5faadaa000
|
ircd::http: Fix binary op (gnu++20).
|
2022-06-19 20:14:23 -07:00 |
|
Jason Volk
|
78848925ee
|
ircd::gpt: Various refactoring.
|
2022-06-19 20:14:22 -07:00 |
|
Jason Volk
|
85aa4bd8c6
|
ircd::http: Adjust grammar for cloudflare.
|
2022-06-17 21:34:02 -07:00 |
|
Jason Volk
|
0c281f10d0
|
ircd::rfc3986: Move encoder/decoder into parser ns; fix karma::grammar.
|
2022-06-17 21:34:02 -07:00 |
|
Jason Volk
|
398c1d2213
|
ircd::http: Optimize expressions; modernize grammars; minor cleanup.
|
2022-06-17 21:34:02 -07:00 |
|
Jason Volk
|
23b1ea516c
|
ircd::json: Optimize expressions; modernize grammars; various cleanup.
|
2022-06-17 21:34:02 -07:00 |
|
Jason Volk
|
58718dd3b2
|
ircd::net::dns::service: More quick defaults; add conf item; conditional query.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
63191f736c
|
ircd::magick: Fix debug log msg missing facility.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
445fe80d75
|
ircd::db::database::cache: Add constant conditional verbose debug log msgs.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
6fd08ba0a3
|
ircd::db: Use if constexpr for verbose seek debug log.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
671120415f
|
ircd::db::database::env: Reduce file size system calls with cache pattern.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
58a346f18b
|
ircd::db: Deprecate gopts::seqnum/iter_start_seqnum per RocksDB 7.x.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
9d0d45294c
|
ircd: Attribute static dtors worthy of running to cleanup memcheck reports.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
4a18caf245
|
ircd::vg: Add template convenience defined(); improve call interface.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
f40b77c307
|
ircd::rfc3986: Simplify typedef; simplify pragma/linkage.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
ef7065fe88
|
ircd::db: Upgrade rocksdb::port verbose debug approach to if constexpr.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
4ae50c97d1
|
ircd: Various symbol internalizing and PLT reductions.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
e09a48ec7e
|
ircd::mods: Reorg internal header w/ unit; internalized pimpls.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
169eda8da4
|
ircd::client: Encapsulation related reorg; still needs more work.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
8338eb0ae2
|
ircd::db::database::events: Log level WARNING for aborting table file create.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
c6e1f6c019
|
ircd::json: Fix reinterpret cast into ctrl_tab; cond uninit warning.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
7cdd798958
|
ircd: Ensure initialized values in conditionals (pedantic; llvm).
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
df3304005a
|
ircd: Properly scope various visibility/linkages.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
858fb6c33a
|
configure: Preliminaries for swappable ld.gold and ld.lld.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
7356a0c2b1
|
ircd::mods::ldso: Use nullptr_t; add prototype for _dl_signal_exception().
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
0aeaae9584
|
ircd::http: Remove switch default to precipitate unhandled warning.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
0b1ff31cd7
|
ircd: Add DT_NEEDED for libpng to resolve references.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
dd5d122bae
|
ircd::util: Use long double literals to indicate promotion intent (pedantic).
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
4e5002eb43
|
ircd::openssl: Fix argument narrowing from default constants.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
7bc7703a7b
|
ircd::db::database::sst: Disable sst tool due to linkage variance between versions.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
f68e4886e8
|
ircd::json: Hoist various thread-locals for merging.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
4d501569bc
|
ircd::fmt: Optimize static expression grammars.
|
2022-06-17 21:11:54 -07:00 |
|