timothyklemm

Results 15 issues of timothyklemm

- Record the attribute in the HTTP server rather than in the binding. Prevents posted form requests, which are processed internally by the GET handler, from recording both POST and...

- Avoid unnecessary range checks for 8-byte integer value types. - Conditionally compile conditionally reachable log result code. ## Type of change: - [ ] This change is a bug...

- Add missing format attributes. - Remove extraneous parentheses. - Remove set but unused variables. - Remove reference to obsolete STL base class. ## Type of change: - [ ]...

Define a template specialization for Boolean values. ## Type of change: - [ ] This change is a bug fix (non-breaking change which fixes an issue). - [ ] This...

Forward all trace summary values recorded using the CTxSummary class to the current thread's active trace span. Cumulative timers are forwarded at the end of each transaction, while all other...

- Add support for gateway URLs that are references to secrets that can be resolved by the query target. - Add support for gateway URLs that are references to secrets...

Change vcpkg.cmake to create the CPack package file name. All top level projects that include this file gain access to a standardized name. - Include the platform's version.cmake to ensure...

## Type of change: - [ ] This change is a bug fix (non-breaking change which fixes an issue). - [ ] This change is a new feature (non-breaking change...

## Type of change: - [ ] This change is a bug fix (non-breaking change which fixes an issue). - [ ] This change is a new feature (non-breaking change...

Borrow random_string logic from httplib to populate buffer if /dev/urandom cannot be opened or read. ## Type of change: - [x] This change is a bug fix (non-breaking change which...