Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

gdp / apps / gdp-reader.1 @ master

History | View | Annotate | Download (4.41 KB)

# Date Author Comment
c3369218 07/06/2020 06:42 PM Eric Allman

2.3.0: add -b flag to gdp-reader to allow binary output.

ee0cddb9 08/24/2018 02:16 PM Eric Allman

Add optional signature (proof) checking when reading records. Lightly
tested. Seems to do the right thing if the signature does verify, but
fails incorrectly if it does not. Does not do any hash chain checking
yet.

2318b019 08/09/2018 02:42 PM Eric Allman

Add -o flag on gdp-reader to set output file.

36033ca2 03/16/2017 12:24 AM Eric Allman

Clean up exit statuses for apps to make it easier to use them in
monitoring scripts.

8204d4b2 09/28/2016 10:45 AM Eric Allman

Implement gdp_gcl_read_async. This also fixes some obscure problems
with other asynchronous operations, and tweaks debugging flags to make
it easier to pick out the operations you want to see.

65309098 07/26/2016 08:36 AM Eric Allman

First cut at read-by-timestamp. Adds Berkeley DB as a dependency (two
versions supported). The interface still isn't quite right; in
particular, subscribe and multiread don't take timestamps. This should
be remedied before this code is released.

87a0bdac 12/17/2015 04:01 PM Eric Allman

Add -q flag to gdp-reader to suppress all metadata output; this allows
it to be piped into another program to read the data.

6e2cccae 10/05/2015 10:25 AM Eric Allman

Rename reader-test => gdp-reader and writer-test => gdp-writer. They
aren't test programs any more.