0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 10, 2025 — Feb 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replacing old Ros class with NodeContext. Added in logic for determining hostname/address. Renamed RosName to GraphName. More... almost 15 years ago
organize import More... almost 15 years ago
CommandLineLoaderTest is more complete now. More... almost 15 years ago
merge More... almost 15 years ago
Replace ConnectionJobQueue with standard CachedThreadPool. More... almost 15 years ago
First use of Netty to replace the networking code. This only uses Netty for the Publisher networking stack. Once Netty replaces the Subscriber and Service stacks, the Netty* class name prefix will be removed. More... almost 15 years ago
Beginning cleanup of high-level context and namespace APIs. More... almost 15 years ago
removing Ros decoration from RosContext.java More... almost 15 years ago
merge with experimental More... almost 15 years ago
Merge with default. More... almost 15 years ago
Untested changes to the android camera app. More... almost 15 years ago
Possible idea for a shutdown method, to cleanly disconnect the node. More... almost 15 years ago
Debugging resolution of local ip. Need to clean up. More... almost 15 years ago
Move starting of thread into constructor. Rearrange some methods. More... almost 15 years ago
Reduce visibilty of UpdatePublisherRunnable. More... almost 15 years ago
Synchronized check and update in PubSubFactory. More... almost 15 years ago
Fix broken build. More... almost 15 years ago
Pull out UpdatePublisherRunnable. More... almost 15 years ago
Small formatting fix. More... almost 15 years ago
Small formatting fix. More... almost 15 years ago
Move TcpRosConnection into transport.tcp package. More... almost 15 years ago
Rename TcprosConnection to TcpRosConnection for consistency. Move Connection into transport package. Fix Javadoc. More... almost 15 years ago
Change utility method to static. Fix some Javadoc. More... almost 15 years ago
Remove unecessary if. Fix formatting. More... almost 15 years ago
More formatting fixes. More... almost 15 years ago
Reuse existing constant for supported transport protocols. Fix some formatting. More... almost 15 years ago
Add type checking to Subscribers built by the PubSubFactory. More... almost 15 years ago
Small formatting and Javadoc updates. More... almost 15 years ago
Finish first integration test of subscriptions with delayed initialization. More... almost 15 years ago
Adding in a 'Connection' API in order to start implementing publisherUpdate() and getBusInfo(). Connection state information is necessary for tracking the publisherUpdates() correctly. More... almost 15 years ago