0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Feb 10, 2025 — Feb 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some small cleanups of error handling and messages. More... over 14 years ago
merge More... over 14 years ago
merge More... over 14 years ago
Clean up some javadoc and some warnings. More... over 14 years ago
Remove unused SampleNode. More... over 14 years ago
Small formatting cleanup. More... over 14 years ago
Remove unnecessary exceptionCaught() definitions (all exceptions will be caught by the ConnectionTrackingHandler). Small cleanups. More... over 14 years ago
Complete subscriber unregistration implementation. More... over 14 years ago
Pulled out SubscriberDefinition from SubscriberIdentifier. Fixed subscriber registration unit test. More... over 14 years ago
Finished publisher unregistration implementation. More... over 14 years ago
Improve unit test for publisher registration. Remove some redundant information from APIs. Pull out PublisherIdentifier from PublisherDefition. This is necessary to complete unregistration. More... over 14 years ago
Implemented more of unregistration. Added a test for unregistration (currently fails). More... over 14 years ago
Fix previously added breakage. Services do not use XML-RPC for negotiation and instead take the AdvertiseAddress of the TcpRosServer directly. More exceptions cleanup. Unregister publishers and subscribers on Node shutdown. More... over 14 years ago
Cleanup Node and SlaveServer shutdown. More... over 14 years ago
Remove unnecessary spin loop from PassthroughTestNode. More... over 14 years ago
Remove sleeps from MessageQueue tests. More... over 14 years ago
Remove sleeps from TopicIntegrationTest. Add RepeatingPublisher class (probably only useful for testing). More... over 14 years ago
Rename Node.stop() to Node.shutdown() for consistency. Pull out the handshake handler for subscribers. Add support for waiting on topic master registration. More... over 14 years ago
Cleaned up some more exceptions. Added test for connecting a subscriber to a disconnected publisher. Fixed topic integration test. It wasn't actually checking the connection between two nodes. More... over 14 years ago
Clean up more warnings. More... over 14 years ago
Clean up some warnings. More... over 14 years ago
Replace custom TimingOutCallback with stock Apache one. Add a test for Node.createPrivate(). More... over 14 years ago
Some cleanup around RPC timeouts and Node API exceptions. More... over 14 years ago
Wrapped up several unrecoverable exceptions in RuntimeException. Added some additional node tests. More... over 14 years ago
Added more MessageQueue tests. More... over 14 years ago
Comment out setup for Teleop tutorial. More... over 14 years ago
Added additional MessageQueue integration tests. More... over 14 years ago
Add error case tests to TcpRosServerTest. More... over 14 years ago
Remove unused import. More... over 14 years ago
Remove unused import. More... over 14 years ago