文件最后提交记录最后更新时间
docs: update all documentation for pool_mutex thread-safety fix Update architecture docs, module design, and user manual to document the client pool data race fix in multi-worker mode: - CHANGELOG.md: add 0.2.5 entry - PLAN.md: add P0-5 item, update status table and session log - CODEPEC.md: add 6.4 Multi-Worker Pool Protection with code example - docs/ARCH.md: add 9.1 Client Pool Thread Safety - docs/architecture.md: add Thread Safety note after multi-worker diagram - docs/index.md: bump version to 0.2.5 - docs/module-design/context.md: add pool_get/pool_put to lifecycle diagram - docs/user-manual/advanced-usage.md: add Multi-Worker Mode section - docs/user-manual/configuration.md: annotate worker_threads thread safety - Doxygen: rebuild HTML output 12 小时前
docs: update all documentation for pool_mutex thread-safety fix Update architecture docs, module design, and user manual to document the client pool data race fix in multi-worker mode: - CHANGELOG.md: add 0.2.5 entry - PLAN.md: add P0-5 item, update status table and session log - CODEPEC.md: add 6.4 Multi-Worker Pool Protection with code example - docs/ARCH.md: add 9.1 Client Pool Thread Safety - docs/architecture.md: add Thread Safety note after multi-worker diagram - docs/index.md: bump version to 0.2.5 - docs/module-design/context.md: add pool_get/pool_put to lifecycle diagram - docs/user-manual/advanced-usage.md: add Multi-Worker Mode section - docs/user-manual/configuration.md: annotate worker_threads thread safety - Doxygen: rebuild HTML output 12 小时前
docs: comprehensive update for v0.3.0 and v0.4.0 features - Updated README.md with HTTPS, JWT, Hook system, and Pluggable Drivers. - Refined architecture.md with TLS abstraction, Opaque Context, and Hook system. - Added detailed design docs for Hooks, JWT, and Crypto Drivers. - Updated user manual with new configuration schemas and middleware recipes. - Replaced direct struct access examples with public accessor APIs to reflect context opaqueness. 5 天前