0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jan 27, 2025 — Jan 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replaced usage of InetSocketAddress with NodeSocketAddress. NodeSocketAddress adds in a publicHostname field, which enables us to decouple the bound address with the address that we report externally. Added unit and integration tests to make sure that this behavior is maintained.
kwc
as Ken Conley
More... almost 15 years ago
Initial ParameterClient implementation.
kwc
as Ken Conley
More... almost 15 years ago
merging
kwc
as Ken Conley
More... almost 15 years ago
adding testing deps
kwc
as Ken Conley
More... almost 15 years ago
Fix ServiceIntegrationTest. Add Service creation to Node. Start cleaning up Services a bit. Remove ServiceCallback and replace uses with MessageListener. Remove some redundant tests from MasterSlaveIntegrationTest (these tests were covered by Topic and Service integration tests). More... almost 15 years ago
Moved tests to reflect new package structure. More... almost 15 years ago
Moved topic and service under node. More... almost 15 years ago
Small cleanup. More... almost 15 years ago
Small cleanups. More... almost 15 years ago
Hide the internal Node constructor. Expose two factory methods for internal nodes, one that binds publicly, and one that binds to loopback. More... almost 15 years ago
Fix NodeServer initialization and getUri() to differentiate between bindAddress and the advertised address. More... almost 15 years ago
Add todo about getHostName() experiment in NodeServer. More... almost 15 years ago
Rename TcpServer to TcpRosServer since it is specifically for TCPROS. Push TcpRosServer down into SlaveServer where it's needed. More... almost 15 years ago
Move bindAddress into Node constructor. More... almost 15 years ago
Fix generics in ServiceManager. Add registration with ServiceManager to SlaveServer. More... almost 15 years ago
Push TopicManger and ServiceManager down into SlaveServer. Remove *Manager.put*() calls from Node. More... almost 15 years ago
Adding Composite and TestHeader tests.
kwc
as Ken Conley
More... almost 15 years ago
Adding in slave api tests with simtime activated.
kwc
as Ken Conley
More... almost 15 years ago
added slave api test
kwc
as Ken Conley
More... almost 15 years ago
Bringing up end-to-end integration test
kwc
as Ken Conley
More... almost 15 years ago
Now using java_msgs.py to auto-generate messages as part of ant build.
kwc
as Ken Conley
More... almost 15 years ago
rosmake entrypoint
kwc
as Ken Conley
More... almost 15 years ago
updating .hgignore for java/build and java/dist
kwc
as Ken Conley
More... almost 15 years ago
Fixed build.xml to copy properties files and not include bin/.
kwc
as Ken Conley
More... almost 15 years ago
Fixed some bugs in the integration between Node and internal Node.
kwc
as Ken Conley
More... almost 15 years ago
Adding in ant build infrastructure. - moved jar files into java/lib - removed unrolled source trees for unmodified libraries
kwc
as Ken Conley
More... almost 15 years ago
Move PubSubFactory to internal.node.Node. Move more of the internal Node configuration into Node. Rewrite the PubSubIntegrationTest as TopicIntegrationTest. This is only partially complete. Still need to write many-to-one, one-to-many, and many-to-many tests. Replace all instances of "hostname, port" pairs with SocketAddress instances. Create two different pipelines, one for servers and one for clients. Although they claim to be for TCP, they are probably more generic than that. More... almost 15 years ago
Move message class checking into the Topic parent class. Change Master API to use PublisherIdentifiers. Will change it to use SubscriberIdentifiers as well. More... almost 15 years ago
Pull out ServiceManager from TopicManager. Switch SlaveServer to use TopicManager and ServiceManager to track state. More... almost 15 years ago
TcpServer uses a new pipeline factory now to correct issue with re-using pipelines that was leading to accept errors. Also added a init check in Node to protect against multiple initializations.
kwc
as Ken Conley
More... almost 15 years ago