Activity

From 01/31/2011 to 03/01/2011

03/01/2011

10:58 PM Revision fa815fac (rsb-java): separated Data and Event listeners for comfortable subscription to ...
added RSBListener as internal callback interface
added RSBEventListener as event-consuming callback
added RSBDataList...
S. Wrede
12:04 PM Revision 1fab0069 (rsb-java): added warning and debug flags to javac target
S. Wrede

02/28/2011

12:15 AM Revision 6860120a (rsb-java): Hello World subscriber operational, but more work needed
S. Wrede
11:46 PM Revision 70a0eaf9 (rsb-java): work on event dispatching, spread transport and de-serialization of...
S. Wrede
09:53 PM Revision 08868f71 (rsb-java): started implementation of event dispatching subsystem
S. Wrede
05:23 PM Revision d2e46203 (rsb-java): further work on Subscriber implementation
S. Wrede
05:08 PM Revision efff1ead (rsb-java): further work on Subscriber implementation
S. Wrede
04:41 PM Revision 4dba77f9 (rsb-java): router now uses the FilterObservable class and thus actually become...
on subscription registration, the observers are notified about the registered filters S. Wrede
04:11 PM Revision bd0503aa (rsb-java): implemented basic XPathFilter and corresponding test
S. Wrede
03:52 PM Revision a4a23979 (rsb-java): implemented observer pattern for Ports observing Filters in Subscri...
S. Wrede
03:13 PM Tasks #176: Add Metadata Support to Event Notifications
I agree with the explicit representation. The variable metadata collection may still be useful. J. Wienke
01:33 PM Revision e85f6011 (rsb-java): initial work on subscriber functions and filtering subsystem
S. Wrede
12:59 PM Revision 5f51ce7c (rsb-java): Added ErrorHandler for catching exceptions during callback execution
S. Wrede
12:56 PM Revision 1d35d482 (rsb-java): adapted to changes in RSBEvent
S. Wrede
12:55 PM Revision 727e200f (rsb-java): adapted to changes in RSBEvent
S. Wrede
12:55 PM Revision 92161737 (rsb-java): adapted to changes in RSBEvent
S. Wrede
12:53 PM Revision e1ecaacd (rsb-java): extracted eventid into seperate class
S. Wrede
12:53 PM Revision 044fd57a (rsb-java): extracted eventid into seperate class
S. Wrede
12:51 PM Revision 4e2c3122 (rsb-java): added initial ScopeFilter implementation and test
S. Wrede
12:36 PM Revision 97ccdae3 (rsb-java): fixed test
S. Wrede
12:31 PM Revision 91f0ecc9 (rsb-java): added fundamental test for EventId class
S. Wrede
12:31 PM Revision ba7ec142 (rsb-java): added EventId class used by filtering subsystem
S. Wrede

02/25/2011

01:28 PM Enhancement #216 (Resolved): Externalize creation of transport objects in client-level code
Currently Publishers and Subscribers create their own instances of Router, the router in turn creates his own instanc... J. Wienke

02/23/2011

03:42 PM Tasks #63: Document Installation from Source
Basic information for installing stuff on Maverick is there. RSBJava nd RSBPython documentation still missing.
Wea...
S. Wrede
11:03 AM Tasks #63: Document Installation from Source
Current state, cf: https://code.cor-lab.org/projects/rsb/wiki/Installation S. Wrede
03:26 PM Revision 492bd535 (rsb-java): fixed test-compile classpath
S. Wrede
02:15 PM Revision 6b86e378 (rsb-java): fixed Ant-Script
I. Berger
12:41 PM Bug #214 (Resolved): Build Broken on Maverick 64Bit
Fixed the spread-4.1 package in the GAR-Installer for this kind of 64 Bit on Maverick. S. Wrede
12:39 PM Bug #214: Build Broken on Maverick 64Bit
This is an issue of spread, not of RSB. They forget the -fPIC flag for the static library. How did you install spread... J. Wienke
12:30 PM Bug #214 (In Progress): Build Broken on Maverick 64Bit
Spread Problem
Lösung: configure mit --with-cflags=-fPIC
I. Berger
12:09 PM Bug #214 (Resolved): Build Broken on Maverick 64Bit
/usr/bin/ld: /vol/sozirob/lib/libspread.a(sp.to): relocation R_X86_64_32 against `.rodata.str1.8' can not be used whe... I. Berger
11:31 AM Tasks #212 (Rejected): Provide Ubuntu Package for Spread
Actually, I did this once. The package should still be available on the old XCF website and the build env somewhere o... S. Wrede
01:27 AM Revision 208d4114 (rsb-java): added XML informer example
S. Wrede
01:05 AM Revision 46651ba3 (rsb-java): Incorporated and adapted XML-support classes from xcf4j in RSBJava
S. Wrede

02/22/2011

12:34 AM Revision 730713fe (rsb-java): Removed SpreadMessageBuilder, DataMessage now contains an instance ...
Updated SpreadPort and SpreadWrapper accordingly S. Wrede
11:52 PM Revision ea7f60b5 (rsb-java): refactored SpreadPort to use converters for data type conversion to...
S. Wrede
11:37 PM Revision d580a09b (rsb-java): added tests for String and ByteBuffer conversion
S. Wrede
11:36 PM Revision d0b7e7a3 (rsb-java): fixed Converter interface to support different encodings via type p...
implemented basic support for String and ByteBuffer conversion
added tests for String and ByteBuffer conversion
renam...
S. Wrede
09:58 PM Revision d84654b7 (rsb-java): extended Publisher interface by a generic send method for pure data
added methods to set a default type info for a specific publisher instance
added further tests for the Publisher
S. Wrede
09:55 PM Feature #207: Publish operation should return RSBEvent
Exemplified in the RSBJava::Publisher class where send<T> and send(RSBEvent) both return the modified Event to the us... S. Wrede
09:53 PM Feature #207 (Rejected): Publish operation should return RSBEvent
Calls to ::publish on informers shall return the RSBEvent to the user for further processing. For instance, if access... S. Wrede
09:26 PM Revision 26a1f771 (rsb-java): some additions to RSBEvent
added basic test case for Publisher
some nitpicks
S. Wrede
09:09 PM Revision 366c5979 (rsb-java): added ctr, cleaned up code
S. Wrede
05:22 PM Feature #206 (Resolved): Provide additional pull-based model for receiving events without threadi...
Result of brainstorming with Ingo due to our initialize experiences with mt-dispatching in Python on NAO:
Currentl...
S. Wrede
02:35 PM Revision c9b0a3fb (rsb-python): mark worker thread as daemon threads to prevent them from blockin...
I. Lütkebohle
01:50 PM Enhancement #204: Remove DispatchTask on the way to OrderedQueueDispatcherPool
Basically, this is a regression in the design of the event dispatching code. Prior to the OrderedQueueDispatcherPool ... S. Wrede
12:45 PM Enhancement #204: Remove DispatchTask on the way to OrderedQueueDispatcherPool
Currently the SpreadReceiverTask reads messages from the line and decodes them, passes them to the DispatchTask, whic... J. Wienke
11:12 AM Enhancement #204: Remove DispatchTask on the way to OrderedQueueDispatcherPool
I don't understand the description ;-) I. Lütkebohle
10:48 AM Enhancement #204 (Resolved): Remove DispatchTask on the way to OrderedQueueDispatcherPool
Just on thread of indirection more than required. J. Wienke
10:49 AM Bug #205 (Resolved): Remove DispatchTask on the way to OrderedQueueDispatcherPool
J. Wienke

02/19/2011

06:29 PM Revision f69047ad (rsb-cpp): * remove some warnings
* some todos moved to doxygen J. Wienke

02/18/2011

05:31 PM Revision 8e5ebea8 (rsb-java): changed some lines on event to notification conversion
S. Wrede
05:15 PM Revision c865fd69 (rsb-java): trying backward compatible ByteString.copyFrom method
S. Wrede
05:06 PM Revision e18f094e (rsb-java): very early prototype of publisher using pbuf encoded event notifica...
S. Wrede
02:06 PM Feature #197 (Closed): Generate events for changes of channel participants
When state is associated with the fact that a subscriber is present (e.g., for the Task-State Pattern when used with ... I. Lütkebohle

02/17/2011

06:01 PM Tasks #196 (Resolved): Test for consistent option file parsing
Every language must accept the options files and their contents. J. Wienke
06:00 PM Feature #195 (Resolved): Integrate Option File Parsing
.rsbrc files + environment + command line? J. Wienke
03:28 PM Revision 7912239f (rsb-integrationtest): remove debug output from python scrupts
J. Wienke
03:26 PM Revision fd00b6b6 (rsb-integrationtest): allow to specify which spread executable to use.
J. Wienke
03:11 PM Revision 4eb0e7a2 (rsb-java): externalized path to spread executable
S. Wrede
03:09 PM Revision 504e8086 (rsb-integrationtest): An initial version of an automatable integration test
J. Wienke
02:59 PM Bug #193 (Rejected): Generated protocol bufers py files are not installed
Strange, now it works without any changes J. Wienke
02:52 PM Bug #193 (In Progress): Generated protocol bufers py files are not installed
J. Wienke
02:52 PM Bug #193 (Rejected): Generated protocol bufers py files are not installed
J. Wienke
02:59 PM Feature #194 (Resolved): Get ID from published data
Essentially, return the RSBEvent from publishData. I. Lütkebohle
02:38 PM Revision 4561a643 (rsb-java): support for starting spread daemon in preface of tests
S. Wrede
12:41 PM Revision 1fbd161f (rsb-java): fixed test.dir
S. Wrede
12:37 PM Revision b514eff7 (rsb-java): added pbuf.lib parameter
S. Wrede
12:28 PM Revision b93fde5f (rsb-java): initial check-in of current state -- work in progress
S. Wrede

02/16/2011

09:37 PM Revision 65d4f6f2 (rsb-protocol): appended PB suffix for outer classnames in java
S. Wrede
09:34 PM Bug #192 (Resolved): Fix Generation of ProcolBuffer Classes
E.g.;... S. Wrede
09:25 PM Bug #192 (Resolved): Fix Generation of ProcolBuffer Classes
... S. Wrede

02/15/2011

07:41 PM Revision e9bef6ac (rsb-cpp): wait for spread to start
J. Wienke
05:56 PM Bug #191 (Rejected): Python spread blocks at least sigint
Programme die RSBPython verwenden reagieren nicht mehr auf Ctrl-C. I. Lütkebohle
04:06 PM Bug #189 (Resolved): spread-python module lacks rpath
fixed in gar installer J. Wienke
02:36 PM Bug #189 (Resolved): spread-python module lacks rpath
Im Grunde ein gar-installer Problem... S. Wrede
03:14 PM Tasks #190 (Resolved): Provide user-definable conversion strategy
Parsing may depend on application context, hence (at least optionally) the decision to parse notification content int... S. Wrede

02/14/2011

12:07 PM Revision 4a050702 (rsb-python): fixed doc bug
S. Wrede

02/10/2011

05:00 PM Revision d06d8caa (rsb-cpp): fix for new registry api in rsc
J. Wienke

02/08/2011

01:04 AM Revision ece043d8 (rsb-cpp): and now also use the right suffix for the link library on windows
J. Wienke

02/07/2011

12:58 AM Revision a88c4590 (rsb-cpp): dont forget to install lib file on windows
J. Wienke
 

Also available in: Atom