- 65853b0 Add thread start retry logic and improve logging in Timer. by Rishabh Jain · 2 weeks ago master
- 75fd18b Wait for gRPC server to fully shut down in Proxy destructor. by Rishabh Jain · 3 months ago
- ea6ae5b #vbmc: Support Emergent health state by Rishabh Jain · 4 months ago
- 281feca #vbmc - Add metrics for SSH actions by Shounak Mitra · 4 months ago
- ba3abb1 #vbmc - Add metrics for SSH connect latency by Shounak Mitra · 4 months ago
- d37f991 #vbmc: Replace the deprecated variant of the MutexLock constructor by Rishabh Jain · 4 months ago
- d968414 Fix 11 ClangInliner findings: by vBMC Team · 4 months ago
- e9255f1 Fix 53 ClangInliner findings: by vBMC Team · 5 months ago
- f2b5b34 Fix 1 IncludeCleaner finding: by vBMC Team · 5 months ago
- a5e8724 #vbmc: Use class for Host, ProxyRequest and ProxyResponse by Rishabh Jain · 6 months ago
- ff7e987 #vbmc: Add config to read target hostname from Offline NEA by Rishabh Jain · 6 months ago
- da15297 #vbmc: Read and set fallback target address in proxy and ssh options by Rishabh Jain · 6 months ago
- 089564f #vbmc: Add fallback targets in proto config by Rishabh Jain · 6 months ago
- a37246e #vbmc: Update GetOrigin function to support both formats for OriginOfCondition. by Rishabh Jain · 7 months ago
- ddb9ec7 #vbmc: Parse and send CPER data for all events by Rishabh Jain · 7 months ago
- 96d29a0 #vbmc: Use Redfish V1 Stub in grpc passthrough if OAuth token is present by Rishabh Jain · 7 months ago
- ccba341 #vbmc: Add port number to HiscToken by Shounak Mitra · 7 months ago
- 0564287 Add name to proxy by Shounak Mitra · 7 months ago
- ccfadce #vbmc: Add new plugin config for Redfish OAuth plugin by Rishabh Jain · 7 months ago
- e66ccbe Remove absl nullability macros when copying into gBMC. by Rishabh Jain · 7 months ago
- 27c1866 `SimulatedClock`: Add example code using `testing::testvalue` to replace `WaitUntilThreadsAsleep`. by Yassin Ezbakhe · 9 months ago
- 5eed286 Migrate template alias nullability annotations to macros. by vBMC Team · 9 months ago
- e7f3143 Fix 1 IncludeCleaner finding: by vBMC Team · 9 months ago
- 1cd5e48 Write an empty object instead of null if there are no counter values by Shounak Mitra · 9 months ago
- bdc270c #vbmc: Handle replay events from Collector for Stellaris by Rishabh Jain · 9 months ago
- 83376db Add APIs for ForceKill and ResetErrorCounters in Stellaris CPER plugin by Rishabh Jain · 9 months ago
- 69acf9b #vbmc - Save counters to local file by Shounak Mitra · 9 months ago
- 5adb3ea #vbmc: Map memory OriginOfCondition to Memory resource by Shounak Mitra · 9 months ago
- f1c6815 #vbmc - Make sleeps interruptible in EventManager by Shounak Mitra · 9 months ago
- 8b0af97 #vbmc Add async version of GetRedfishResource API by Shounak Mitra · 9 months ago
- 3c26ebd Update vbmc socket paths for multi CN platforms by Rishabh Jain · 9 months ago
- 6914a43 #vbmc Interrupt event queue on shutdown by Shounak Mitra · 9 months ago
- e090187 #vbmc Only update error counters on critical events by Shounak Mitra · 9 months ago
- f181bcc Migrate away from third_party/grpc/google_specific status.h by Craig Tiller · 9 months ago
- 532772c #vbmc - Add error counters to machine state by Shounak Mitra · 10 months ago
- ebe6da9 #vbmc: Parse CPU errors in CPER data by Rishabh Jain · 10 months ago
- c667ff2 #vbmc - Parse memory errors from CPER by Shounak Mitra · 10 months ago
- b65e598 #vbmc - Parse message severity from CPER events by Shounak Mitra · 10 months ago
- fe39b33 #vbmc: Send Cper event from vBMC to Collector in Stellaris by Rishabh Jain · 10 months ago
- ff111ef Add CperEvent type in events.proto by Rishabh Jain · 10 months ago
- 76566c3 #vbmc: Add support for all HTTP verb in gRPC passthrough by Rishabh Jain · 10 months ago
- 422755e Fix 2 IncludeCleaner findings: by vBMC Team · 11 months ago
- 81080e9 #vbmc: Support multiple Events in single Redfish SSE event by Rishabh Jain · 11 months ago
- cadd0ba #vbmc: Update error log if ParseSSEvent fails by Rishabh Jain · 11 months ago
- be4d75e #vbmc: Add mtls auth in Stellaris vbmc by Rishabh Jain · 11 months ago
- cdf0f07 #vbmc: Add grpc server builder channel arguments by Rishabh Jain · 11 months ago
- 840a0a7 #vbmc: Stellaris CPER plugin fixes by Rishabh Jain · 11 months ago
- a444ee8 #vbmc - Use a pool of http clients to service concurrent requests by Shounak Mitra · 12 months ago
- 44779d6 HISC connector by Shounak Mitra · 12 months ago
- f9e7eee Move GrpcAuth message out of Plugin message. by Shounak Mitra · 12 months ago
- 3c75d4c Fix 3 IncludeCleaner findings: by vBMC Team · 1 year ago
- 11ec27b #vbmc: Fix data race in timer by Shounak Mitra · 1 year, 1 month ago
- c730082 #vbmc: Add ProxyRequest and ProxyResponse by Rishabh Jain · 1 year, 1 month ago
- a2ece18 Get pending write counts from SSH client API by Shounak Mitra · 1 year, 1 month ago
- 6c2b3ce Fix GetRequestAction handling multiple verbs on one resource by Shounak Mitra · 1 year, 1 month ago
- 68d032c Add accessor for queue in proxy. by Shounak Mitra · 1 year, 1 month ago
- 3bd708a Add OnFinished callback to RedfishPlugin by Shounak Mitra · 1 year, 1 month ago
- 51876e8 Support additional service types in proxy by Shounak Mitra · 1 year, 1 month ago
- c6f0bc2 #vbmc: Add a GetRequestAction method to the proxy that can be used by plugins to handle a request without modifying it. by Rishabh Jain · 1 year, 1 month ago
- 3522386 #vbmc: Rename Proxy:PreprocessRequest to GetRequestHandler by Rishabh Jain · 1 year, 1 month ago
- 66e66bb Bidirectional stream support in vBMC proxy by Shounak Mitra · 1 year, 1 month ago
- c019f83 Add meson builds and copybara changes for Cper plugin by Rishabh Jain · 1 year, 1 month ago
- fc6f0c6 Kokoro presubmit fixes by Rishabh Jain · 1 year, 1 month ago
- e1acc74 Add CperEventsPlugin and CperEventsManager for Stellaris. by Rishabh Jain · 1 year, 1 month ago
- 97423a8 Add base events manager for sse plugins by Rishabh Jain · 1 year, 1 month ago
- 95edd4d #vbmc: Add support for gRPC target scheme in Milotic proxy. by Rishabh Jain · 1 year, 1 month ago
- 769f45b Run go/cclean on time/clock.* files by vBMC Team · 1 year, 2 months ago
- 232a404 Add copybara for using util/time/clock in gBMC env for use in vBMC by Rishabh Jain · 1 year, 2 months ago
- 4db7c82 Project import generated by Copybara. by vBMC Team · 1 year, 2 months ago
- 8282e29 Project import generated by Copybara. by vBMC Team · 1 year, 2 months ago
- 4e067e3 Initial empty repository by Benjamin Fair · 1 year, 6 months ago