Activity

From 06/11/2012 to 07/10/2012

07/10/2012

04:51 PM Bug #1067 (Rejected): synchronization differences using "live" version and recorded version with ...
In our speaker detector we detected some differences using "live" version with a video recorded and then replayed wit... J. Sanchez Riera
11:30 AM Bug #1066 (Resolved): Wrong Debian installation instructions in the manual
The debian installation instructions in the rsbag manual
http://docs.cor-lab.de/rsbag-manual/trunk/html/preparation....
Anonymous

07/03/2012

02:07 AM Revision 521c9989 (rsbag-manual): Added target-stream in bag-cat.rst
refs #953
* bag-cat.rst: added description of target-stream commandline option
J. Moringen

07/02/2012

10:09 PM Enhancement #953 (Resolved): Allow routing of output and progress indication to different streams...
Applied in changeset r471. J. Moringen
10:09 PM Revision 4724a7f7 (rsbag-tools-cl): Added target-stream commandline option in bag-cat/main.lisp
fixes #953
* bag-cat/main.lisp (update-synopsis): added target-stream commandline
option
(main): output events to...
J. Moringen
09:58 PM Revision 7cacbb52 (rsbag-tools-cl): Send progress output to *info-output* in bag-play/main.lisp
refs #953
* bag-play/main.lisp (print-progress): send output to the value of
`*info-output*'
(main): no progress ...
J. Moringen

06/26/2012

03:35 AM Enhancement #1038 (In Progress): Allow composite flush strategies
J. Moringen

06/25/2012

01:31 AM Enhancement #1038 (Resolved): Allow composite flush strategies
For example
* more than 100 entries
* or 32 MB
* or previous flush longer than 5 s ago
J. Moringen

06/23/2012

04:00 AM Enhancement #1022 (In Progress): bag-record should terminate with non-zero exit code when somethi...
J. Moringen
03:45 AM Enhancement #1022 (Resolved): bag-record should terminate with non-zero exit code when something ...
Examples include:
* Spread connection is lost during recording
* Event encoding fails
J. Moringen

06/21/2012

01:54 PM Feature #1013 (Resolved): Allow async flushing of chunk and index buffer
J. Moringen
03:57 AM Revision 1286d34b (rsbag-tools-cl): Removed obsolete commandline options in bag-record/main.lisp
* bag-record/main.lisp (update-synopsis): removed obsolete commandline
options max-buffer-size, max-buffer-count an...
J. Moringen
03:41 AM Tasks #847 (Resolved): Make buffer write back configurable
Applied in changeset r468. J. Moringen
03:41 AM Enhancement #846 (Resolved): Flush index blocks?
Applied in changeset r468. J. Moringen
03:33 AM Revision 47010ea7 (rsbag-manual): Added flush-strategy commandline option in bag-record.rst
fixes #846, #847
* bag-record.rst: added description of flush-strategy commandline
option
J. Moringen
03:28 AM Revision 7fc11149 (rsbag-tools-cl): Support flush strategies in bag-record/main.lisp
refs #846, #847
* bag-record/main.lisp (update-synopsis): added flush-strategy
commandline option
(main): pass va...
J. Moringen
02:30 AM Revision bc0590b6 (rsbag-cl): fixed previous commit
J. Moringen
02:28 AM Revision 715e71bf (rsbag-cl): Removed some src/backend/*-mixins.lisp files
* src/backend/backend-mixins.lisp (direction-mixin): moved here
(stream-mixin): likewise
(location-mixin): likewi...
J. Moringen
02:28 AM Revision 60a0fb42 (rsbag-cl): Added last-write-time-mixin in src/backend/backend-mixins.lisp
refs #846, #847
* src/backend/backend-mixins.lisp: new file; contains mixin
classes for backend classes
* src/backe...
J. Moringen
02:28 AM Revision 7e8ef83c (rsbag-cl): Use buffering-writer-mixin in src/backend/tidelog/index.lisp
refs #846
* src/backend/tidelog/index.lisp (header): added one-line summary
(timestamps): use `missing-required-ini...
J. Moringen

06/20/2012

10:11 PM Revision a029a3ed (rsbag-cl): fix for previous commit
J. Moringen
08:09 PM Revision f2a41dc4 (rsbag-cl): Added flush strategies in src/backend/flush-strategies.lisp
refs #847, #846
* src/protocol.lisp (open-bag): added flush-strategy keyword parameter
(open-bag stream): accept fl...
J. Moringen

06/19/2012

04:43 PM Revision 9d9bbc5f (rsbag-cl): Use system let-plus instead of system metabang-bind
* src/util.lisp (define-plist-data-mixin): use `let+' instead of
`bind'
* src/conditions.lisp (read-only-bag): like...
J. Moringen
04:34 AM Revision 32ad535f (rsbag-cl): Fixed error in test/data/minimal.tide
* test/data/minimal.tide: the length field of INDX chunk header was
incorrect
J. Moringen
04:12 AM Revision 92e62545 (rsbag-cl): Process delta adjustment in src/rsb/replay/timestamp-adjustment-mix...
refs #524
* src/rsb/replay/types.lisp (timestamp-adjustment-value/delta): allow
negative offsets
* src/rsb/replay/t...
J. Moringen
04:12 AM Revision 702772d0 (rsbag-cl): Added missing dependency in cl-rsbag.asd
refs #524
* cl-rsbag.asd (system cl-rsbag): added missing dependency of
src/rsb/replay/timestamp-adjustment-mixin.l...
J. Moringen
04:12 AM Revision 10c9f2cd (rsbag-cl): Use nibbles system instead of binio system
* src/transform/rsb-event.lisp (encode rsb-event event): use
`nibbles:make-octet-vector'
(ftype keyword->bytes): ...
J. Moringen
04:12 AM Revision 5ec85213 (rsbag-cl): Simplification in src/backend/tidelog/generator.lisp
* src/backend/tidelog/generator.lisp (type-spec->deserializer):
simplified deserialization of substrings
J. Moringen

06/18/2012

08:32 PM Revision fdeb105c (rsbag-cl): Added more test for open-bag in test/protocol.lisp
* test/protocol.lisp (test protocol-root::open-bag/valid): new test;
test valid uses of `open-bag'
(test protocol...
J. Moringen
08:32 PM Revision 019618cd (rsbag-cl): Added test for make-serialized-view
* test/view/serialized.lisp (test view-root::construction): new test;
for `make-serialized-view'
J. Moringen
08:32 PM Revision efba7eb6 (rsbag-cl): Implemented more patterns in src/rsb/replay/timestamp-adjustment-mi...
refs #524
* src/rsb/replay/types.lisp (header): added one-line summary
(timestamp-adjustment-value/now): new type; ...
J. Moringen
07:06 PM Revision 0c99177e (rsbag-manual): Improved installation instructions in preparation.rst
* preparation.rst: mention Windows build-job; improved installation
instructions for Debian systems
J. Moringen
03:38 PM Feature #709 (Resolved): Allow replacing stored timestamps with current wall-clock time during re...
J. Moringen
03:32 PM Feature #542 (Resolved): bag-info should display channel meta-data
J. Moringen

06/12/2012

07:04 PM Revision a7c72328 (rsbag-cl): Renamed channel-connection::{participant -> endpoint}
* src/rsb/channel-connection.lisp (channel-connection::endpoint):
renamed slot participant -> endpoint
(close par...
J. Moringen
07:04 PM Revision 316e2a90 (rsbag-cl): Simplifications in src/rsb/replay/bounds-mixin.lisp
* src/rsb/replay/bounds-mixin.lisp
(replay :before replay-bag-connection time-bounds-mixin): simplified
handling ...
J. Moringen
07:04 PM Revision d703a66b (rsbag-cl): Use condition-translation macros from more-conditions system
* src/protocol.lisp (open-bag): use `with-condition-translation'
* src/transform/protocol.lisp (encode :around t t): ...
J. Moringen
07:03 PM Revision 932daae5 (rsbag-cl): Fixed report of open-error in src/conditions.lisp
* src/conditions.lisp (open-error): fixed use of
more-conditions:maybe-print-cause in report
J. Moringen
03:56 PM Revision aa4945dc (rsbag-manual): Added example for interactive strategy of bag-play in use-cases...
* use-cases.rst: added example sessions demonstrating the interactive
control strategy of bag-play
J. Moringen
03:55 PM Revision 2b522541 (rsbag-manual): Cosmetic changes in {trunk,branches/0.6}/manual/use-cases.rst
* {trunk,branches/0.6}/manual/use-cases.rst: cosmetic changes in
example program demonstrating remote control of ba...
J. Moringen
03:55 PM Revision 137512ba (rsbag-manual): Cosmetic changes in {trunk,branches/0.6}/manual/use-cases.rst
* {trunk,branches/0.6}/manual/use-cases.rst: cosmetic changes in
example program demonstrating remote control of ba...
J. Moringen
03:02 PM Revision ffb53eea (rsbag-manual): Backported the CPP remote controlled playback example from the ...
D. Klotz
02:59 PM Bug #999: Recording sometimes fails for some channels
For the record: the problem was a concurrency issue in cl-protobuf in which mutiple threads would manipulate the same... J. Moringen
02:55 PM Bug #999 (Rejected): Recording sometimes fails for some channels
This was caused by an old version. A new download from the ci server works well. J. Wienke
02:21 PM Bug #999: Recording sometimes fails for some channels
Humavips group has been added. J. Moringen
02:17 PM Bug #999: Recording sometimes fails for some channels
Hm, I cannot administer this project. Could you please add the whole humavips group as reporters to this project as t... J. Wienke
02:16 PM Bug #999 (Rejected): Recording sometimes fails for some channels
Recording at one of our partners fails sometimes partially using the recent 0.6 binaries for bag-record. Some streams... J. Wienke
02:55 PM Revision d5d9c4d2 (rsbag-manual): Made the example a bit more correct.
D. Klotz
02:05 PM Revision c47895f4 (rsbag-manual): Expanded section on remote-control of bag-play in use-cases.rst
* use-cases.rst: link to documentation of bag-play's RPC interface;
demonstrate usage via tiny C++ program
J. Moringen
 

Also available in: Atom