- 1a8db5b minizip: reject path-traversal and absolute-path archive entries by Robert Lazarski · 6 days ago master
- f01683e guththila: return -1 error sentinel from guththila_next() fallthrough by Robert Lazarski · 6 days ago
- 2311028 axiom/guththila: bounds-check event_map index in reader wrapper by Robert Lazarski · 6 days ago
- 584ce5b cve-check: add ASF license headers to CI files by Robert Lazarski · 4 weeks ago
- 50eb534 cve-check: fail only on confirmed CVEs; bump libxml2 to 2.15.3 by Robert Lazarski · 4 weeks ago
- 7baa227 cve-check: upgrade pinned actions to v7 (Node 24) by Robert Lazarski · 4 weeks ago
- 2f33e80 cve-check: pin actions to commit SHAs + add Dependabot by Robert Lazarski · 4 weeks ago
- 44f3b40 cve-check: declare least-privilege permissions (contents: read) by Robert Lazarski · 4 weeks ago
- f8a66a1 Bump OpenSSL minimum to 3.0.21 (June 2026 advisory) by Robert Lazarski · 4 weeks ago
- a16e2d8 Make the monthly CVE check actionable instead of advisory by Robert Lazarski · 4 weeks ago
- b0eed2c Refresh dependency minimum-secure-versions after CVE review by Robert Lazarski · 4 weeks ago
- 10b818d Fix CVE-check job failing on disabled GitHub Issues by Robert Lazarski · 4 weeks ago
- de92b6a Link CVE-2026-49975 patch step to the build-from-source guide by Robert Lazarski · 7 weeks ago
- dee3b97 Document CVE-2026-49975 (HTTP/2 Bomb) and harden sample httpd.conf by Robert Lazarski · 7 weeks ago
- b99abf5 Fix Java-isms and incorrect LOC claim by Robert Lazarski · 8 weeks ago
- 88e1484 Fix incorrect path for http_transport_utils.c by Robert Lazarski · 8 weeks ago
- 8e4d5f5 Address Gemini review: add HTTP/2 receiver, util/, MIME paths by Robert Lazarski · 8 weeks ago
- 3773ff2 Remove samples/ paths from JSON scan guidance by Robert Lazarski · 8 weeks ago
- d97a7ac Rewrite AGENTS.md to prioritize HTTP/2 and JSON scan areas by Robert Lazarski · 8 weeks ago
- 3be922f Add safety comment to http_header.c sprintf usage by Robert Lazarski · 8 weeks ago
- 5292b2b Correct http_header.c sprintf assessment: not a buffer overflow by Robert Lazarski · 8 weeks ago
- c6bb51a Address Gemini review findings for Glasswing threat model by Robert Lazarski · 8 weeks ago
- 029fb10 Add security threat model and AGENTS.md for Glasswing scan by Robert Lazarski · 8 weeks ago
- 241dc4c Fix download links: add missing /core/ in path by Robert Lazarski · 9 weeks ago
- e3ebde7 Merge pull request #3 from apache/infrastructure-ruleset-bot/default-branch-protection by robertlazarski · 2 months ago
- f659931 Set up default protection ruleset for default and release branches by The Apache Software Foundation · 3 months ago infrastructure-ruleset-bot/default-branch-protection
- 0b281fd Fix VaR percentile indexing and variance numerical stability by Robert Lazarski · 3 months ago
- fb40242 Fix Merton jump-diffusion: validate lambda*dt and remove dead code by Robert Lazarski · 3 months ago
- 6e577eb Add Merton (1976) jump-diffusion model to Monte Carlo simulation by Robert Lazarski · 3 months ago
- aa0d09d docs: Fix fork/waitpid error handling in IPC example by Robert Lazarski · 3 months ago
- 997d837 docs: Add Kanaha Audio (AudioSearchService) to HTTP2_ANDROID.md by Robert Lazarski · 3 months ago
- eca205f Add AudioSearchService to Android static service registry by Robert Lazarski · 3 months ago
- 9584cb8 Add inline comments explaining data flow and memory ownership by Robert Lazarski · 3 months ago
- ba8052a Add nested dot-notation field filtering to ?fields= query parameter by Robert Lazarski · 3 months ago
- d83455a Fix sprintf → snprintf in JSON error response, TODO on read loop bug by Robert Lazarski · 3 months ago
- f4b9108 Fix JSON processor to preserve query string from HTTP request by Robert Lazarski · 3 months ago
- a713417 Address Gemini pro round 2: trailing whitespace trim, const correctness by Robert Lazarski · 3 months ago
- fefb0b5 Address Gemini pro review: thread safety, info hygiene, dynamic alloc by Robert Lazarski · 3 months ago
- 469a2ef Add ?fields= response field filtering to C financial benchmark service by Robert Lazarski · 3 months ago
- 2c639a5 Link to Axis2/Java parity implementation from C financial sample by Robert Lazarski · 3 months ago
- 3b53788 Generalize MCP client references in docs and samples by Robert Lazarski · 4 months ago
- f861339 Expand educational commentary on financial benchmark C samples by Robert Lazarski · 4 months ago
- 3c0da9d Port quant-correctness fixes from Axis2/Java financial samples by Robert Lazarski · 4 months ago
- cfd0d37 Scrub internal deployment references from public docs and samples by Robert Lazarski · 4 months ago
- d63a169 Address Gemini review: size_t for lengths, strict write check by Robert Lazarski · 4 months ago
- 1618356 Add streaming JSON message formatter for Axis2/C by Robert Lazarski · 4 months ago
- fc2b942 Raise FINBENCH_MAX_ASSETS from 2000 to 3000 by Robert Lazarski · 4 months ago
- 99c4f62 Add fuzz target for Financial Benchmark Service (OSS-Fuzz) by Robert Lazarski · 4 months ago
- 05e662f Add stock Ubuntu 22.04 apache2.conf as reference by Robert Lazarski · 4 months ago
- 684d1a1 Raise FinancialBenchmarkService limit to 50MB; document payload sizes by Robert Lazarski · 4 months ago
- f3f034f Document pandemic stress test results (Feb-Apr 2020 market data) by Robert Lazarski · 4 months ago
- ff3eb44 Harden financial benchmark: size_t cast, exp() overflow guard by Robert Lazarski · 4 months ago
- 23f05e6 Add C vs Java MCP feature comparison; fix proprietary service name by Robert Lazarski · 4 months ago
- 147c8ac Update transport note: both C and Java now use HTTPS/HTTP2 by Robert Lazarski · 4 months ago
- 49fd109 Clarify monteCarlo as VaR (Value at Risk) in MCP architecture doc by Robert Lazarski · 4 months ago
- 30c568b Remove unneeded doc by Robert Lazarski · 4 months ago
- 832b8b5 Apply Gemini review: replace BLUF with Summary by Robert Lazarski · 4 months ago
- 9beba25 Add MCP stdio pairs for all curl examples, replace localhost with 10.10.10.10 by Robert Lazarski · 4 months ago
- dde8fb9 Replace fictional MCP conversations with live demos backed by real curl output by Robert Lazarski · 4 months ago
- e91eb7e Add live session with real market data to MCP_EXAMPLES.md by Robert Lazarski · 4 months ago
- aa1593e Add embedded AI assistant vision to MCP_EXAMPLES.md by Robert Lazarski · 4 months ago
- 5e24d3e Expand MCP_EXAMPLES.md with discovery, conversations, and iteration demos by Robert Lazarski · 4 months ago
- bb7aadf Apply Gemini review: remove sudo, qualify perf claims, add auth note by Robert Lazarski · 4 months ago
- 878a50e Add MCP_EXAMPLES.md — financial services demo with performance numbers by Robert Lazarski · 4 months ago
- b978e5f Support GET requests with no body in JSON processor (e.g., /metadata) by Robert Lazarski · 4 months ago
- da31a74 Apply Gemini review: error fallback, doc return types, get_instance note by Robert Lazarski · 4 months ago
- 91a2e3b Wire _invoke_json dispatch in JsonRpcMessageReceiver for server-side services by Robert Lazarski · 4 months ago
- 398c626 Add Problems 9-10 to debug guide, fix deploy test operation name by Robert Lazarski · 4 months ago
- b4e34b0 Fix request-path segfault when transport descriptors are NULL in HTTP/2 mode by Robert Lazarski · 4 months ago
- 9a9227b Add HTTP2_JSON_DEBUG.md — deployment debugging guide from live session by Robert Lazarski · 4 months ago
- 8ed68f4 Fix segfault: axis2_get_instance signature mismatch in FinancialBenchmarkService by Robert Lazarski · 4 months ago
- 9545838 Apply Gemini review: fix doc path, update https transport comments by Robert Lazarski · 4 months ago
- 35c457c Comment out HTTP/1.1 transport in axis2.xml for HTTP/2 mode by Robert Lazarski · 4 months ago
- 1c58074 Revert "Fix HTTP/2 build: always build http sender/receiver transport libs" by Robert Lazarski · 4 months ago
- 242e86e Fix HTTP/2 build: always build http sender/receiver transport libs by Robert Lazarski · 4 months ago
- 0a6b054 Apply Gemini review findings: retry health check, add restart reminder by Robert Lazarski · 4 months ago
- a187df5 Guard Apache module install in build scripts for source-built vs packaged Apache by Robert Lazarski · 4 months ago
- 9481f36 Disable OCSP stapling for self-signed certs, harden deploy health check by Robert Lazarski · 4 months ago
- a736264 fix Ubuntu 22-04 install of json samples by Robert Lazarski · 4 months ago
- d41c6c9 add deploy script for samples by Robert Lazarski · 4 months ago
- 88ff815 Add docs/userguide/axis2-services.conf for Ubuntu 22-04 with packaged apache2 by Robert Lazarski · 4 months ago
- 6975303 Fix mod_h2 vs mod_http2 naming in Ubuntu HTTP/2 diagnostic + build script by Robert Lazarski · 4 months ago
- 9a9f530 Apply Gemini D2 review findings by Robert Lazarski · 4 months ago
- 3915982 Apply Gemini review findings — C mcp_catalog_handler + D1 handler wiring by Robert Lazarski · 4 months ago
- dd74385 D2 fix: eliminate static-string cast in axis2_json_secure_fault by Robert Lazarski · 4 months ago
- 0ca7d8d D2 secure JSON fault responses with /dev/urandom correlation IDs by Robert Lazarski · 4 months ago
- 98b5958 D1 MCP catalog intercept wired into financial_benchmark_service_handler by Robert Lazarski · 4 months ago
- 3221735 financial-benchmark: address Gemini review findings on services.xml schemas by Robert Lazarski · 4 months ago
- 5f799e5 financial-benchmark: D1 — MCP catalog HTTP handler (mcp_catalog_handler.c) by Robert Lazarski · 4 months ago
- 96391b6 financial-benchmark: B1 — mcpInputSchema + MCP annotations for all 5 operations by Robert Lazarski · 4 months ago
- 050a4b1 financial-benchmark: apply Gemini review fixes to C1 MCP transport by Robert Lazarski · 4 months ago
- 8e22f33 docs: update MCP.md — C1 stdio complete by Robert Lazarski · 4 months ago
- 7ad47e2 financial-benchmark: C1 — MCP stdio transport (JSON-RPC 2.0) by Robert Lazarski · 4 months ago
- b4f4beb financial-benchmark: apply Gemini 2.5 Pro code review fixes by Robert Lazarski · 4 months ago
- aa16a21 docs: update MCP.md — Java A1/A2/A3 complete, C1 unblocked by Robert Lazarski · 4 months ago
- 908d210 financial-benchmark: improve API for Python quant developers by Robert Lazarski · 4 months ago
- 99d9b9e Add MCP development plan for Axis2/C by Robert Lazarski · 4 months ago
- a507465 Address Gemini code review findings by Robert Lazarski · 4 months ago
- ecc9b47 Add array dimension validation to portfolioVariance by Robert Lazarski · 4 months ago
- 822e34b Add probability-sum validation to scenarioAnalysis by Robert Lazarski · 4 months ago