Activity

From 10/12/2013 to 11/10/2013

11/09/2013

04:19 AM Bug #1655 (Resolved): rsb.conf from $prefix/etc is not processed in python
Applied in changeset rsb-python|commit:0f1af3b64af381083e88efc110a0a2758fe233c1. J. Wienke

11/08/2013

08:35 PM Revision 0c2a0e34 (rsb-python): Backport: Parse config file also from prefix/etc
* rsb/__init__.py: add parsing of config from $prefix/etc
* rsb/util.py: add a function to determine the install pref...
J. Wienke
08:31 PM Revision 0f1af3b6 (rsb-python): Parse config file also from prefix/etc
* rsb/__init__.py: add parsing of config from $prefix/etc
* rsb/util.py: add a function to determine the install pref...
J. Wienke
07:48 PM Bug #1655 (Resolved): rsb.conf from $prefix/etc is not processed in python
The rsb.conf from the install prefix is not read by rsb python. J. Wienke

11/06/2013

05:43 AM RSBag Revision 2180c6fa (rsbag-cl): Backport: Lock stream in src/backend/tidelog/file.lisp
* src/backend/backend-mixins.lisp (stream-mixin::lock): new slot; stores
a lock which protects the backend stream a...
J. Moringen
05:13 AM RSBag Revision a92fde36 (rsbag-cl): Added [call-]with-open-bag in src/macros.lisp
* src/macros.lisp (call-with-open-bag): new function; close bag on unwind
(with-open-bag): new macro; close bag on ...
J. Moringen
05:06 AM RSBag Revision b9c8f4cf (rsbag-cl): Added print-{direction,location} in src/util.lisp
* src/util.lisp (print-direction): new function; utility function for
printing direction flags
(print-location): ...
J. Moringen
05:04 AM RSBag Revision bc01c225 (rsbag-cl): Lock stream in src/backend/tidelog/file.lisp
* src/backend/backend-mixins.lisp (stream-mixin::lock): new slot; stores
a lock which protects the backend stream a...
J. Moringen
04:05 AM RSBag Revision 0db83378 (rsbag-cl): Mapping, checking of start, end times in src/rsb/replay/strategy-mi...
* `check-ordered-timestamps' in `shared-initialize' failed for
mixed (real and timestamp) start, end times.
* rela...
J. Moringen
01:23 AM RSBag Revision cf43dcf0 (rsbag-cl): Improved some initarg-related things in **/*.lisp
* src/channel.lisp (channel): use `missing-required-initarg' instead of
`required-argument'
(channel-items): like...
J. Moringen
01:21 AM RSBag Revision 5245c041 (rsbag-cl): Fixed names of private functions in **/*.lisp
* src/protocol.lisp (bag-channel-class): renamed %channel-class ->
bag-channel-class
* src/bag.lisp (bag::backend):...
J. Moringen

11/05/2013

10:37 AM RSBag Revision 08557741 (rsbag-cl): TODO added stream.lisp
J. Moringen
10:21 AM RSBag Revision 41a8b7ce (rsbag-cl): TODO initial executor sketch
J. Moringen

11/04/2013

12:35 PM Revision c82be03c (rsb-tools-cl): Fixed load-idl for wild pathnames in common/idl-loading.lisp
* common/idl-loading.lisp (load-idl pathname eql :auto): use
`wild-pathname-p' instead of doing a poor man's versio...
J. Moringen

10/31/2013

01:23 PM Revision 27de0b0a (rsb-cl): Removed bus-%removed-connections writer in src/transport/socket/bus.lisp
* src/transport/socket/bus.lisp (bus::removed-connections): removed
writer; the slot is read-only
J. Moringen
11:47 AM Enhancement #1649 (Resolved): If bus is busy cl-logger takes significant time to end
Confirmed with 0.9 and master.
Using the same setup, logger instantly stops and raises no warning.
Anonymous
02:38 AM Enhancement #1649 (Feedback): If bus is busy cl-logger takes significant time to end
Should be fixed in 0.9 and master. Please confirm. J. Moringen
02:03 AM Revision 6b6b8bf5 (rsb-cl): Backport: Fixed closing deadlock in src/transport/socket/bus.lisp
refs #1649
The deadlock could occur when connections where dispatching
events (locking the bus) while being removed ...
J. Moringen
02:03 AM Revision 34ba838e (rsb-cl): Backport: Finish output before shutdown in src/transport/socket/bus-c...
refs #1649
* src/transport/socket/bus-connection.lisp (handshake): call
`finish-output' before shutting down the s...
J. Moringen
02:03 AM Revision 66d81226 (rsb-cl): Backport: Fixed dispatch during shutdown in src/transport/socket/*.lisp
refs #1649
* src/transport/socket/bus-connection.lisp
(send-notification bus-connection cons): drop outgoing notif...
J. Moringen

10/29/2013

11:42 PM Revision e6e22147 (rsb-cl): Finish output before shutdown in src/transport/socket/bus-connection....
refs #1649
* src/transport/socket/bus-connection.lisp (handshake): call
`finish-output' before shutting down the s...
J. Moringen
11:42 PM Revision e7b3a7d1 (rsb-cl): Fixed closing deadlock in src/transport/socket/bus.lisp
refs #1649
The deadlock could occur when connections where dispatching
events (locking the bus) while being removed ...
J. Moringen
11:42 PM Revision eb7a84d6 (rsb-cl): Fixed dispatch during shutdown in src/transport/socket/*.lisp
refs #1649
* src/transport/socket/bus-connection.lisp
(send-notification bus-connection cons): drop outgoing notif...
J. Moringen
11:42 PM Revision b1bd81f5 (rsb-cl): Simplification in src/transport/socket/util.lisp
* src/transport/socket/util.lisp (print-socket): simplified
implementation
J. Moringen
11:42 PM Revision 54d8855a (rsb-cl): Improved with-methods macro in src/patterns/macros.lisp
* src/patterns/macros.lisp (call-with-methods): new function; add and
remove methods to/from a `local-server'
(wi...
J. Moringen
05:24 PM Enhancement #1649 (In Progress): If bus is busy cl-logger takes significant time to end
J. Moringen
03:28 PM Enhancement #1649 (Resolved): If bus is busy cl-logger takes significant time to end
If the bus is busy (socket transport, ~100Hz, throughput ~5000), ending the logger takes a significant time (around 5... Anonymous

10/28/2013

07:58 PM Revision bc1cb4aa (rsb-cl): Improved with-methods macro in src/patterns/macros.lisp
* src/patterns/macros.lisp (call-with-methods): new function; add and
remove methods to/from a `local-server'
(wi...
J. Moringen
06:54 PM Revision 40826cb5 (rsb-cl): Added call-with-participant, with-participant in src/macros.lisp
* src/macros.lisp (call-with-participant): new function; use by
`with-participant'
(with-participant): new macro;...
J. Moringen
06:49 PM Revision 7be90196 (rsb-cl): Improved with-handler macro in src/macros.lisp
* src/macros.lisp (call-with-handler): new function; used by
`with-handler'
(with-handler): use `call-with-handle...
J. Moringen
06:47 PM Revision 20711b0f (rsb-cl): Improved define-participant-creation-uri-methods in src/participant.lisp
* src/participant.lisp (call-with-participant-creation-restarts): new
function; call a given thunk with established...
J. Moringen
06:44 PM Revision f3270d61 (rsb-cl): Use &slot in src/transport/spread/out-connector.lisp
* src/transport/spread/out-connector.lisp (out-connector): use &slot for
max-fragment-size option
J. Moringen
06:44 PM Revision 339c4a77 (rsb-cl): Minor cosmetic changes in src/**/*.lisp
* src/event-processing/filtering-processor-mixin.lisp
(filtering-processor-mixin): fixed typos in documentation str...
J. Moringen

10/26/2013

11:49 PM Enhancement #1083 (In Progress): Implement communication with congestion control (for reader inte...
A prototypical implementation can be found in the wip-flow-control branch of the rsb-cl repository. J. Moringen
11:42 PM Revision eac25083 (rsb-cl): TODO don't forget to ref #1083
J. Moringen
11:40 PM Revision 5bd8d6b7 (rsb-cl): TODO Added rsb-data-flow.asd and src/patterns/data-flow/{conversion,m...
J. Moringen
11:39 PM Revision af15a28b (rsb-cl): TODO unified handling of data-flow conditions
J. Moringen

10/25/2013

09:15 PM Revision af3aee0c (rsb-cl): TODO added src/patterns/data-flow/protocol.lisp
J. Moringen
09:10 PM Revision 7276c409 (rsb-cl): TODO Improvements of data-flow stuff
J. Moringen
07:34 PM Revision 9e9a9cd2 (rsb-cl): Added source/sink participants in src/patterns/data-flow/*.lisp
* src/conditions.lisp (rsb-condition): new condition class
(rsb-error): added superclass `rsb-condition'; adapted do...
J. Moringen
05:04 PM Revision dde6e1ad (rsb-cl): Backport: Fixed whitespace handling in options-from-stream in src/con...
refs #1648
* src/configuration.lisp (options-from-stream): strip leading and
trailing tabs and spaces from each li...
J. Moringen
04:17 AM Bug #1648 (Resolved): error while rsb-loggercl0.10 parses rsb.conf
Applied in changeset rsb-cl|commit:57da7fd917d757d7c635507b8d8b524879f306ff. J. Moringen

10/24/2013

01:52 AM Revision 2a84670b (rsb-cl): More fixes of indentation of format strings in **/*.lisp
* **/*.lisp: fixed indentation of format strings J. Moringen
01:52 AM Revision 57da7fd9 (rsb-cl): Fixed whitespace handling in options-from-stream in src/configuration...
fixes #1648
* src/configuration.lisp (options-from-stream): strip leading and
trailing tabs and spaces from each l...
J. Moringen
08:16 PM Bug #1648 (In Progress): error while rsb-loggercl0.10 parses rsb.conf
J. Moringen
08:16 PM Bug #1648: error while rsb-loggercl0.10 parses rsb.conf
No, it's not a duplicate. J. Moringen
08:08 PM Bug #1648: error while rsb-loggercl0.10 parses rsb.conf
Probably a duplicate of #1483. J. Moringen
08:04 PM Bug #1648 (Resolved): error while rsb-loggercl0.10 parses rsb.conf
The current implementation of rsb-loggercl0.10 seems to have a problem with rsb.config entries:... C. Emmerich

10/23/2013

04:52 PM Revision 14d27fc3 (rsb-tools-cl): Fixed format strings in common/error-handling.lisp
* common/error-handling.lisp (continue/verbose): fixed use of ~& in
format strings
(maybe-relay-to-thread): likewise
J. Moringen

10/22/2013

01:47 AM RSBag Revision 0c842b33 (rsbag-cl): Fixed package qualification of format functions in src/**/*.lisp
* src/conditions.lisp (open-error): fixed package qualification of
`maybe-print-cause' in report
(channel-open-er...
J. Moringen
01:46 AM RSBag Revision ecf26ea8 (rsbag-cl): Fixed indentation of documentation strings in **/*.lisp, cl-rsbag.asd
* **/*.lisp: fixed indentation of documentation string
* cl-rsbag.asd: likewise
J. Moringen
 

Also available in: Atom