timothyklemm
timothyklemm
Fix four conditionally compiled calls to setsockopt that generated CHECKED_RETURN errors in unconditional code. ## Type of change: - [x] This change is a bug fix (non-breaking change which fixes...
- Define workflows for each request type, clarifying the logic associated with each type. - Improve plugin method integration with the scripting environment. - Enable per-method control of transaction ID...
Replace eight pairs of trace summary timestamps with eight internal spans. ## Type of change: - [ ] This change is a bug fix (non-breaking change which fixes an issue)....
Create an ISecManager decorator that can add internal timing spans for any security manager interface call. Replace direct manager authorization calls with calls through the decorator. Disregard CLdapSecManager-specific calls for...
- Pass file collection by reference, not value. - Don't assume order of construction between compilation units. - Construct iterator with a known state. ## Type of change: - [x]...