1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated version to 1.0.14
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Improved lock handling of signal index cache and implemented better thread release management during shutdown.
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Fixed issue with race condition in Timer::Wait()
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Updated InstanceSubscriber to provide better measurement display details.
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Updated DynamicMetadataPublish sample to accept numeric input for the total number of devices to define in the metadata.
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Updated measurement key implementations to be based on uint64 id values and enhanced ParseMeasurementKey to resolve measurement keys that were only numeric.
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Fixed issue where two data publishers are listening on the same port - second instance on same port will now throw an exception.
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Improved shutdown speed when auto-reconnect is active.
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Update FilterExpressions.md
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Updated filter expressions documentation
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Update README.md
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Update FilterExpressions.md
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Update README.md
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Updated filter expressions documentation
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Added filter expression and data set documentation
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Added summary documentation for STTP data sets
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Fixed subscriber instance reconnect after disconnect.
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Added extra null check for null metadata in SubsciberConnection for use case when (a) DataPublisher provides no metadata, and (b) DataSubscriber provides metadata filters.
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Updated to version 1.0.10
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Updated dispatch reference release callers to always run even when no handler has been registered.
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Updated dispatch reference operations for subscriber connection references in data publisher to use synchronized reference counting map since instances are persisted through multiple dispatches
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Fixed race conditions related to dispatch queue with shared pointers and reconnects on shutdown
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Converted reconnect operation wait timer to use sttp::Timer
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Improved DataSubscriber shutdown operations when auto-reconnect timer is enabled.
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Improved auto-reconnect logic to better handle long retry intervals
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Fixed subscriber issue where connection retry was being attempted during disconnect
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Updated version and moved header file to library root.
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Fixed use case where DataPublisher defines no metadata but is started anyway.
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Updated SubscriberInstance to register new callback so that new virtual method will be invoked.
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago
Added DataSubscriber callback for subscription updated which provides access to SignalIndexCache when publisher updates it. This is important to providing "allowed" signal IDs.
ritchiecarroll
as J. Ritchie Carroll
More... about 6 years ago