| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hardening parsepackagemessage (#38) | Dan Engelbrecht | 2024-04-04 | 1 | -31/+70 |
| | | | | * hardening of ParsePackageMessage and extended details when malformed attachments are detected | ||||
| * | respond with BadRequest result instead of throwing exception on bad request ↵ | Dan Engelbrecht | 2024-02-05 | 1 | -8/+8 |
| | | | | | input (#648) | ||||
| * | separate RPC processing from HTTP processing (#626) | Stefan Boberg | 2023-12-20 | 1 | -0/+827 |
| * moved all RPC processing from HttpStructuredCacheService into separate CacheRpcHandler class in zenstore * move package marshaling to zenutil. was previously in zenhttp/httpshared but it's useful in other contexts as well where we don't want to depend on zenhttp * introduced UpstreamCacheClient, this provides a subset of functions on UpstreamCache and lives in zenstore | |||||