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 |
|
Jason Volk
|
ba06a52368
|
ircd::rfc3986: Add public rule abstracting uri_parse construction.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
6f0f6a46ac
|
ircd::rfc3896: Branch optimizations for convenience suite.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
dd4e354375
|
ircd::rfc3986: Additional spirit related fixes/dressings.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
83cb332216
|
ircd: Fix various grammars for karma rule interposition.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
401f61e564
|
ircd::json: Remove unit linkages for constant expression values.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
68db7cf9e2
|
ircd::allocator::je: Minor cleanup; consistent defs; simplify casts; remove tiny tls.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
35e8d83d45
|
ircd::db: Fix bitwise-instead-of-logical warning.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
4821f6d2db
|
ircd: Move any externally used interfaces out of init objects.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
e51b855f2b
|
ircd: Various symbol surface reductions and sorting.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
04558290c0
|
ircd: Toward improving cold/unlikely section population.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
f5d3da8d3f
|
ircd: Add hours/minutes to lex_cast specialization suite.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
c4bc8d1cc0
|
ircd: Cleanse default.proftext; ICP for grammars no longer requires PGO.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
d3ea771699
|
ircd::fmt: Encapsulate specifier registry; minor comments; cleanup/reorg.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
8788292bda
|
ircd::lex: Hoist parser rules to eliminate indirect calls.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
1055d66f94
|
Modernize various parser grammars; remove empty ctors.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
19ede0f625
|
ircd::json: Remove unnecessary global object linkage.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
be8bb88358
|
ircd::http: Move insignificant TLS buffer to stack.
|
2022-06-17 21:11:53 -07:00 |
|