1. aa0d09d docs: Fix fork/waitpid error handling in IPC example by Robert Lazarski · 10 days ago master
  2. 997d837 docs: Add Kanaha Audio (AudioSearchService) to HTTP2_ANDROID.md by Robert Lazarski · 10 days ago
  3. eca205f Add AudioSearchService to Android static service registry by Robert Lazarski · 10 days ago
  4. 9584cb8 Add inline comments explaining data flow and memory ownership by Robert Lazarski · 2 weeks ago
  5. ba8052a Add nested dot-notation field filtering to ?fields= query parameter by Robert Lazarski · 2 weeks ago
  6. d83455a Fix sprintf → snprintf in JSON error response, TODO on read loop bug by Robert Lazarski · 3 weeks ago
  7. f4b9108 Fix JSON processor to preserve query string from HTTP request by Robert Lazarski · 3 weeks ago
  8. a713417 Address Gemini pro round 2: trailing whitespace trim, const correctness by Robert Lazarski · 3 weeks ago
  9. fefb0b5 Address Gemini pro review: thread safety, info hygiene, dynamic alloc by Robert Lazarski · 3 weeks ago
  10. 469a2ef Add ?fields= response field filtering to C financial benchmark service by Robert Lazarski · 3 weeks ago
  11. 2c639a5 Link to Axis2/Java parity implementation from C financial sample by Robert Lazarski · 3 weeks ago
  12. 3b53788 Generalize MCP client references in docs and samples by Robert Lazarski · 3 weeks ago
  13. f861339 Expand educational commentary on financial benchmark C samples by Robert Lazarski · 3 weeks ago
  14. 3c0da9d Port quant-correctness fixes from Axis2/Java financial samples by Robert Lazarski · 3 weeks ago
  15. cfd0d37 Scrub internal deployment references from public docs and samples by Robert Lazarski · 3 weeks ago
  16. d63a169 Address Gemini review: size_t for lengths, strict write check by Robert Lazarski · 3 weeks ago
  17. 1618356 Add streaming JSON message formatter for Axis2/C by Robert Lazarski · 3 weeks ago
  18. fc2b942 Raise FINBENCH_MAX_ASSETS from 2000 to 3000 by Robert Lazarski · 4 weeks ago
  19. 99c4f62 Add fuzz target for Financial Benchmark Service (OSS-Fuzz) by Robert Lazarski · 4 weeks ago
  20. 05e662f Add stock Ubuntu 22.04 apache2.conf as reference by Robert Lazarski · 4 weeks ago
  21. 684d1a1 Raise FinancialBenchmarkService limit to 50MB; document payload sizes by Robert Lazarski · 4 weeks ago
  22. f3f034f Document pandemic stress test results (Feb-Apr 2020 market data) by Robert Lazarski · 4 weeks ago
  23. ff3eb44 Harden financial benchmark: size_t cast, exp() overflow guard by Robert Lazarski · 4 weeks ago
  24. 23f05e6 Add C vs Java MCP feature comparison; fix proprietary service name by Robert Lazarski · 4 weeks ago
  25. 147c8ac Update transport note: both C and Java now use HTTPS/HTTP2 by Robert Lazarski · 4 weeks ago
  26. 49fd109 Clarify monteCarlo as VaR (Value at Risk) in MCP architecture doc by Robert Lazarski · 4 weeks ago
  27. 30c568b Remove unneeded doc by Robert Lazarski · 4 weeks ago
  28. 832b8b5 Apply Gemini review: replace BLUF with Summary by Robert Lazarski · 4 weeks ago
  29. 9beba25 Add MCP stdio pairs for all curl examples, replace localhost with 10.10.10.10 by Robert Lazarski · 4 weeks ago
  30. dde8fb9 Replace fictional MCP conversations with live demos backed by real curl output by Robert Lazarski · 4 weeks ago
  31. e91eb7e Add live session with real market data to MCP_EXAMPLES.md by Robert Lazarski · 4 weeks ago
  32. aa1593e Add embedded AI assistant vision to MCP_EXAMPLES.md by Robert Lazarski · 4 weeks ago
  33. 5e24d3e Expand MCP_EXAMPLES.md with discovery, conversations, and iteration demos by Robert Lazarski · 4 weeks ago
  34. bb7aadf Apply Gemini review: remove sudo, qualify perf claims, add auth note by Robert Lazarski · 4 weeks ago
  35. 878a50e Add MCP_EXAMPLES.md — financial services demo with performance numbers by Robert Lazarski · 4 weeks ago
  36. b978e5f Support GET requests with no body in JSON processor (e.g., /metadata) by Robert Lazarski · 4 weeks ago
  37. da31a74 Apply Gemini review: error fallback, doc return types, get_instance note by Robert Lazarski · 4 weeks ago
  38. 91a2e3b Wire _invoke_json dispatch in JsonRpcMessageReceiver for server-side services by Robert Lazarski · 4 weeks ago
  39. 398c626 Add Problems 9-10 to debug guide, fix deploy test operation name by Robert Lazarski · 4 weeks ago
  40. b4e34b0 Fix request-path segfault when transport descriptors are NULL in HTTP/2 mode by Robert Lazarski · 4 weeks ago
  41. 9a9227b Add HTTP2_JSON_DEBUG.md — deployment debugging guide from live session by Robert Lazarski · 4 weeks ago
  42. 8ed68f4 Fix segfault: axis2_get_instance signature mismatch in FinancialBenchmarkService by Robert Lazarski · 4 weeks ago
  43. 9545838 Apply Gemini review: fix doc path, update https transport comments by Robert Lazarski · 4 weeks ago
  44. 35c457c Comment out HTTP/1.1 transport in axis2.xml for HTTP/2 mode by Robert Lazarski · 4 weeks ago
  45. 1c58074 Revert "Fix HTTP/2 build: always build http sender/receiver transport libs" by Robert Lazarski · 4 weeks ago
  46. 242e86e Fix HTTP/2 build: always build http sender/receiver transport libs by Robert Lazarski · 4 weeks ago
  47. 0a6b054 Apply Gemini review findings: retry health check, add restart reminder by Robert Lazarski · 4 weeks ago
  48. a187df5 Guard Apache module install in build scripts for source-built vs packaged Apache by Robert Lazarski · 4 weeks ago
  49. 9481f36 Disable OCSP stapling for self-signed certs, harden deploy health check by Robert Lazarski · 4 weeks ago
  50. a736264 fix Ubuntu 22-04 install of json samples by Robert Lazarski · 4 weeks ago
  51. d41c6c9 add deploy script for samples by Robert Lazarski · 4 weeks ago
  52. 88ff815 Add docs/userguide/axis2-services.conf for Ubuntu 22-04 with packaged apache2 by Robert Lazarski · 4 weeks ago
  53. 6975303 Fix mod_h2 vs mod_http2 naming in Ubuntu HTTP/2 diagnostic + build script by Robert Lazarski · 4 weeks ago
  54. 9a9f530 Apply Gemini D2 review findings by Robert Lazarski · 4 weeks ago
  55. 3915982 Apply Gemini review findings — C mcp_catalog_handler + D1 handler wiring by Robert Lazarski · 4 weeks ago
  56. dd74385 D2 fix: eliminate static-string cast in axis2_json_secure_fault by Robert Lazarski · 4 weeks ago
  57. 0ca7d8d D2 secure JSON fault responses with /dev/urandom correlation IDs by Robert Lazarski · 4 weeks ago
  58. 98b5958 D1 MCP catalog intercept wired into financial_benchmark_service_handler by Robert Lazarski · 4 weeks ago
  59. 3221735 financial-benchmark: address Gemini review findings on services.xml schemas by Robert Lazarski · 4 weeks ago
  60. 5f799e5 financial-benchmark: D1 — MCP catalog HTTP handler (mcp_catalog_handler.c) by Robert Lazarski · 4 weeks ago
  61. 96391b6 financial-benchmark: B1 — mcpInputSchema + MCP annotations for all 5 operations by Robert Lazarski · 4 weeks ago
  62. 050a4b1 financial-benchmark: apply Gemini review fixes to C1 MCP transport by Robert Lazarski · 4 weeks ago
  63. 8e22f33 docs: update MCP.md — C1 stdio complete by Robert Lazarski · 4 weeks ago
  64. 7ad47e2 financial-benchmark: C1 — MCP stdio transport (JSON-RPC 2.0) by Robert Lazarski · 4 weeks ago
  65. b4f4beb financial-benchmark: apply Gemini 2.5 Pro code review fixes by Robert Lazarski · 4 weeks ago
  66. aa16a21 docs: update MCP.md — Java A1/A2/A3 complete, C1 unblocked by Robert Lazarski · 4 weeks ago
  67. 908d210 financial-benchmark: improve API for Python quant developers by Robert Lazarski · 4 weeks ago
  68. 99d9b9e Add MCP development plan for Axis2/C by Robert Lazarski · 4 weeks ago
  69. a507465 Address Gemini code review findings by Robert Lazarski · 4 weeks ago
  70. ecc9b47 Add array dimension validation to portfolioVariance by Robert Lazarski · 4 weeks ago
  71. 822e34b Add probability-sum validation to scenarioAnalysis by Robert Lazarski · 4 weeks ago
  72. 2e93124 Fix axutil_hash key aliasing bug in scenarioAnalysis by Robert Lazarski · 4 weeks ago
  73. 32a5a5c Implement scenarioAnalysis and fix benchmark docs by Robert Lazarski · 4 weeks ago
  74. dd7ebbd Release: document core-staging workflow matching Axis2/Java pattern by Robert Lazarski · 5 weeks ago
  75. af8a278 Release: update vote email template in release-process.md by Robert Lazarski · 5 weeks ago
  76. 6511edd Release: update downloads page and release-process docs for 2.0.0 by Robert Lazarski · 5 weeks ago
  77. 0016e93 Release: strip build artifacts from dist tarball by Robert Lazarski · 5 weeks ago v2.0.0 v2.0.0-rc1
  78. edc2d48 Release: fix make dist failures in samples/user_guide by Robert Lazarski · 5 weeks ago
  79. 240b03d Release: fix make dist failures for 2.0.0 tarball by Robert Lazarski · 5 weeks ago
  80. 8f49652 Remove obsolete 2009 release_process file by Robert Lazarski · 5 weeks ago
  81. 6a7cb86 Fix doc version references and remove obsolete TCP/libcurl flags by Robert Lazarski · 5 weeks ago
  82. df61d42 Fix INSTALL: remove libcurl references (removed in 2.0.0) by Robert Lazarski · 5 weeks ago
  83. ab82cff Fix build_for_dist.sh for 2.0.0 release by Robert Lazarski · 5 weeks ago
  84. 805490e Fix NEWS: remove removed features from key features list by Robert Lazarski · 5 weeks ago
  85. aa31ab0 Update NOTICE copyright year to 2026 by Robert Lazarski · 5 weeks ago
  86. 65f5ccb Add clarifying comment on URL parser port range validation coverage by Robert Lazarski · 3 months ago
  87. 3004810 Fix INSTALL doc: LD_LIBRARY_PATH safety, section lettering, paths, and FAQ typo by Robert Lazarski · 3 months ago
  88. b8915e2 Add link to HTTP/2 JSON security documentation by Robert Lazarski · 3 months ago
  89. de329b6 Document stateless architecture of HTTP/2 JSON services by Robert Lazarski · 3 months ago
  90. fe2dac3 Update service count to five in migration state doc by Robert Lazarski · 3 months ago
  91. f6241f6 Remove NTLM section from SECURITY.md by Robert Lazarski · 3 months ago
  92. 91d23fc Fix ASF badge position to avoid TOC overlap by Robert Lazarski · 3 months ago
  93. 8cf313c Add configure test artifacts to .gitignore by Robert Lazarski · 3 months ago
  94. bd1bb87 Update verified testing to Ubuntu 25.10 by Robert Lazarski · 3 months ago
  95. d93e1f3 Update performance benchmarks to February 5, 2026 by Robert Lazarski · 3 months ago
  96. 22ee7d9 Replace implementation details with Kanaha project link by Robert Lazarski · 3 months ago
  97. 4e04894 Add link to HTTP/2 JSON user guide in overview by Robert Lazarski · 3 months ago
  98. 2afc364 Add Support the ASF badge to MkDocs site by Robert Lazarski · 3 months ago
  99. a9f6d56 Fix mkdocs nav: update OSS-FUZZ.md reference and add missing JSON doc by Robert Lazarski · 3 months ago
  100. 9ba5251 Consolidate OSS-Fuzz docs and ignore gtest source files by Robert Lazarski · 3 months ago