- b99abf5 Fix Java-isms and incorrect LOC claim by Robert Lazarski · 3 weeks ago master
- 88e1484 Fix incorrect path for http_transport_utils.c by Robert Lazarski · 3 weeks ago
- 8e4d5f5 Address Gemini review: add HTTP/2 receiver, util/, MIME paths by Robert Lazarski · 3 weeks ago
- 3773ff2 Remove samples/ paths from JSON scan guidance by Robert Lazarski · 3 weeks ago
- d97a7ac Rewrite AGENTS.md to prioritize HTTP/2 and JSON scan areas by Robert Lazarski · 3 weeks ago
- 3be922f Add safety comment to http_header.c sprintf usage by Robert Lazarski · 3 weeks ago
- 5292b2b Correct http_header.c sprintf assessment: not a buffer overflow by Robert Lazarski · 3 weeks ago
- c6bb51a Address Gemini review findings for Glasswing threat model by Robert Lazarski · 3 weeks ago
- 029fb10 Add security threat model and AGENTS.md for Glasswing scan by Robert Lazarski · 3 weeks ago
- 241dc4c Fix download links: add missing /core/ in path by Robert Lazarski · 3 weeks ago
- e3ebde7 Merge pull request #3 from apache/infrastructure-ruleset-bot/default-branch-protection by robertlazarski · 5 weeks ago
- f659931 Set up default protection ruleset for default and release branches by The Apache Software Foundation · 5 weeks ago infrastructure-ruleset-bot/default-branch-protection
- 0b281fd Fix VaR percentile indexing and variance numerical stability by Robert Lazarski · 6 weeks ago
- fb40242 Fix Merton jump-diffusion: validate lambda*dt and remove dead code by Robert Lazarski · 6 weeks ago
- 6e577eb Add Merton (1976) jump-diffusion model to Monte Carlo simulation by Robert Lazarski · 6 weeks ago
- aa0d09d docs: Fix fork/waitpid error handling in IPC example by Robert Lazarski · 8 weeks ago
- 997d837 docs: Add Kanaha Audio (AudioSearchService) to HTTP2_ANDROID.md by Robert Lazarski · 8 weeks ago
- eca205f Add AudioSearchService to Android static service registry by Robert Lazarski · 8 weeks ago
- 9584cb8 Add inline comments explaining data flow and memory ownership by Robert Lazarski · 9 weeks ago
- ba8052a Add nested dot-notation field filtering to ?fields= query parameter by Robert Lazarski · 9 weeks ago
- d83455a Fix sprintf → snprintf in JSON error response, TODO on read loop bug by Robert Lazarski · 9 weeks ago
- f4b9108 Fix JSON processor to preserve query string from HTTP request by Robert Lazarski · 9 weeks ago
- a713417 Address Gemini pro round 2: trailing whitespace trim, const correctness by Robert Lazarski · 9 weeks ago
- fefb0b5 Address Gemini pro review: thread safety, info hygiene, dynamic alloc by Robert Lazarski · 9 weeks ago
- 469a2ef Add ?fields= response field filtering to C financial benchmark service by Robert Lazarski · 9 weeks ago
- 2c639a5 Link to Axis2/Java parity implementation from C financial sample by Robert Lazarski · 9 weeks ago
- 3b53788 Generalize MCP client references in docs and samples by Robert Lazarski · 9 weeks ago
- f861339 Expand educational commentary on financial benchmark C samples by Robert Lazarski · 9 weeks ago
- 3c0da9d Port quant-correctness fixes from Axis2/Java financial samples by Robert Lazarski · 9 weeks ago
- cfd0d37 Scrub internal deployment references from public docs and samples by Robert Lazarski · 9 weeks ago
- d63a169 Address Gemini review: size_t for lengths, strict write check by Robert Lazarski · 9 weeks ago
- 1618356 Add streaming JSON message formatter for Axis2/C by Robert Lazarski · 9 weeks ago
- fc2b942 Raise FINBENCH_MAX_ASSETS from 2000 to 3000 by Robert Lazarski · 10 weeks ago
- 99c4f62 Add fuzz target for Financial Benchmark Service (OSS-Fuzz) by Robert Lazarski · 10 weeks ago
- 05e662f Add stock Ubuntu 22.04 apache2.conf as reference by Robert Lazarski · 10 weeks ago
- 684d1a1 Raise FinancialBenchmarkService limit to 50MB; document payload sizes by Robert Lazarski · 10 weeks ago
- f3f034f Document pandemic stress test results (Feb-Apr 2020 market data) by Robert Lazarski · 10 weeks ago
- ff3eb44 Harden financial benchmark: size_t cast, exp() overflow guard by Robert Lazarski · 10 weeks ago
- 23f05e6 Add C vs Java MCP feature comparison; fix proprietary service name by Robert Lazarski · 10 weeks ago
- 147c8ac Update transport note: both C and Java now use HTTPS/HTTP2 by Robert Lazarski · 2 months ago
- 49fd109 Clarify monteCarlo as VaR (Value at Risk) in MCP architecture doc by Robert Lazarski · 2 months ago
- 30c568b Remove unneeded doc by Robert Lazarski · 2 months ago
- 832b8b5 Apply Gemini review: replace BLUF with Summary by Robert Lazarski · 2 months ago
- 9beba25 Add MCP stdio pairs for all curl examples, replace localhost with 10.10.10.10 by Robert Lazarski · 2 months ago
- dde8fb9 Replace fictional MCP conversations with live demos backed by real curl output by Robert Lazarski · 2 months ago
- e91eb7e Add live session with real market data to MCP_EXAMPLES.md by Robert Lazarski · 2 months ago
- aa1593e Add embedded AI assistant vision to MCP_EXAMPLES.md by Robert Lazarski · 2 months ago
- 5e24d3e Expand MCP_EXAMPLES.md with discovery, conversations, and iteration demos by Robert Lazarski · 2 months ago
- bb7aadf Apply Gemini review: remove sudo, qualify perf claims, add auth note by Robert Lazarski · 2 months ago
- 878a50e Add MCP_EXAMPLES.md — financial services demo with performance numbers by Robert Lazarski · 2 months ago
- b978e5f Support GET requests with no body in JSON processor (e.g., /metadata) by Robert Lazarski · 2 months ago
- da31a74 Apply Gemini review: error fallback, doc return types, get_instance note by Robert Lazarski · 2 months ago
- 91a2e3b Wire _invoke_json dispatch in JsonRpcMessageReceiver for server-side services by Robert Lazarski · 2 months ago
- 398c626 Add Problems 9-10 to debug guide, fix deploy test operation name by Robert Lazarski · 2 months ago
- b4e34b0 Fix request-path segfault when transport descriptors are NULL in HTTP/2 mode by Robert Lazarski · 2 months ago
- 9a9227b Add HTTP2_JSON_DEBUG.md — deployment debugging guide from live session by Robert Lazarski · 2 months ago
- 8ed68f4 Fix segfault: axis2_get_instance signature mismatch in FinancialBenchmarkService by Robert Lazarski · 2 months ago
- 9545838 Apply Gemini review: fix doc path, update https transport comments by Robert Lazarski · 2 months ago
- 35c457c Comment out HTTP/1.1 transport in axis2.xml for HTTP/2 mode by Robert Lazarski · 2 months ago
- 1c58074 Revert "Fix HTTP/2 build: always build http sender/receiver transport libs" by Robert Lazarski · 2 months ago
- 242e86e Fix HTTP/2 build: always build http sender/receiver transport libs by Robert Lazarski · 2 months ago
- 0a6b054 Apply Gemini review findings: retry health check, add restart reminder by Robert Lazarski · 2 months ago
- a187df5 Guard Apache module install in build scripts for source-built vs packaged Apache by Robert Lazarski · 2 months ago
- 9481f36 Disable OCSP stapling for self-signed certs, harden deploy health check by Robert Lazarski · 2 months ago
- a736264 fix Ubuntu 22-04 install of json samples by Robert Lazarski · 2 months ago
- d41c6c9 add deploy script for samples by Robert Lazarski · 2 months ago
- 88ff815 Add docs/userguide/axis2-services.conf for Ubuntu 22-04 with packaged apache2 by Robert Lazarski · 2 months ago
- 6975303 Fix mod_h2 vs mod_http2 naming in Ubuntu HTTP/2 diagnostic + build script by Robert Lazarski · 2 months ago
- 9a9f530 Apply Gemini D2 review findings by Robert Lazarski · 2 months ago
- 3915982 Apply Gemini review findings — C mcp_catalog_handler + D1 handler wiring by Robert Lazarski · 2 months ago
- dd74385 D2 fix: eliminate static-string cast in axis2_json_secure_fault by Robert Lazarski · 2 months ago
- 0ca7d8d D2 secure JSON fault responses with /dev/urandom correlation IDs by Robert Lazarski · 2 months ago
- 98b5958 D1 MCP catalog intercept wired into financial_benchmark_service_handler by Robert Lazarski · 2 months ago
- 3221735 financial-benchmark: address Gemini review findings on services.xml schemas by Robert Lazarski · 2 months ago
- 5f799e5 financial-benchmark: D1 — MCP catalog HTTP handler (mcp_catalog_handler.c) by Robert Lazarski · 2 months ago
- 96391b6 financial-benchmark: B1 — mcpInputSchema + MCP annotations for all 5 operations by Robert Lazarski · 2 months ago
- 050a4b1 financial-benchmark: apply Gemini review fixes to C1 MCP transport by Robert Lazarski · 2 months ago
- 8e22f33 docs: update MCP.md — C1 stdio complete by Robert Lazarski · 2 months ago
- 7ad47e2 financial-benchmark: C1 — MCP stdio transport (JSON-RPC 2.0) by Robert Lazarski · 2 months ago
- b4f4beb financial-benchmark: apply Gemini 2.5 Pro code review fixes by Robert Lazarski · 2 months ago
- aa16a21 docs: update MCP.md — Java A1/A2/A3 complete, C1 unblocked by Robert Lazarski · 2 months ago
- 908d210 financial-benchmark: improve API for Python quant developers by Robert Lazarski · 2 months ago
- 99d9b9e Add MCP development plan for Axis2/C by Robert Lazarski · 2 months ago
- a507465 Address Gemini code review findings by Robert Lazarski · 2 months ago
- ecc9b47 Add array dimension validation to portfolioVariance by Robert Lazarski · 2 months ago
- 822e34b Add probability-sum validation to scenarioAnalysis by Robert Lazarski · 2 months ago
- 2e93124 Fix axutil_hash key aliasing bug in scenarioAnalysis by Robert Lazarski · 2 months ago
- 32a5a5c Implement scenarioAnalysis and fix benchmark docs by Robert Lazarski · 2 months ago
- dd7ebbd Release: document core-staging workflow matching Axis2/Java pattern by Robert Lazarski · 3 months ago
- af8a278 Release: update vote email template in release-process.md by Robert Lazarski · 3 months ago
- 6511edd Release: update downloads page and release-process docs for 2.0.0 by Robert Lazarski · 3 months ago
- 0016e93 Release: strip build artifacts from dist tarball by Robert Lazarski · 3 months ago v2.0.0 v2.0.0-rc1
- edc2d48 Release: fix make dist failures in samples/user_guide by Robert Lazarski · 3 months ago
- 240b03d Release: fix make dist failures for 2.0.0 tarball by Robert Lazarski · 3 months ago
- 8f49652 Remove obsolete 2009 release_process file by Robert Lazarski · 3 months ago
- 6a7cb86 Fix doc version references and remove obsolete TCP/libcurl flags by Robert Lazarski · 3 months ago
- df61d42 Fix INSTALL: remove libcurl references (removed in 2.0.0) by Robert Lazarski · 3 months ago
- ab82cff Fix build_for_dist.sh for 2.0.0 release by Robert Lazarski · 3 months ago
- 805490e Fix NEWS: remove removed features from key features list by Robert Lazarski · 3 months ago
- aa31ab0 Update NOTICE copyright year to 2026 by Robert Lazarski · 3 months ago