Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

gdp / gdplogd / logd_admin.c @ master

History | View | Annotate | Download (7.75 KB)

# Date Author Comment
c87dd166 01/23/2019 07:56 AM Eric Allman

Update license date on all files. No functional changes.

92243bf4 05/25/2018 01:22 PM Eric Allman

Snapshot in on-disk format conversion from ad hoc files to SQLite
databases. Compiles but is completely untested.

58292089 01/24/2018 09:35 AM Eric Allman

Changes for adding "const" qualifiers. These are mostly good things and
not C++ specific.

cc4a7f8a 11/09/2017 09:08 AM Eric Allman

Snapshot. Compiles but doesn't work.

833b2d3d 11/08/2017 12:38 PM Eric Allman

Return to compilable state after rebase. No testing.

5a73c6ad 11/08/2017 12:36 PM Eric Allman

First cut at new net protocol. Compiles, but not yet tested (not even
once --- do not try to run this!).

fec93aac 10/24/2017 02:38 PM Eric Allman

First cut at separating GCL instances (GINs) from GDP Objects (GOBs).
This is intended to fix some semantic problems with subscriptions. End
users always use GINs (aliased to gdp_gcl_t for now for compatibility),
and there is one GIN for each call to gdp_gcl_open (i.e., no returning...

11029b9c 08/29/2017 01:59 PM Eric Allman

Snapshot on reliability work.

c8541087 02/17/2017 03:11 PM Eric Allman

Use new I/O mode _GDP_MODE_PEEK when getting information for statistics
visualization; this avoids interferance with resource reclaimation.

1b12a638 02/15/2017 07:41 AM Eric Allman

Fix problem re-opening administrative output file after log rotation.

897accec 02/06/2017 10:41 AM Eric Allman

Update licenses to 2017.

1d6925ca 02/06/2017 10:36 AM Eric Allman

Debug level tweaks to make gdplogd log output more coherent. -D10 logs
less than before (use -D11 to get more-or-less what existed previously).
Some level 10s have been dropped to 9s (if they indicate error
conditions).

d1ba7cd7 02/06/2017 10:36 AM Eric Allman

Make admin statistics probe more efficient.

b890d0d9 02/06/2017 10:36 AM Eric Allman

Fix possible assertion failure for uncached logs.

256db5bf 12/21/2016 10:38 AM Nitesh Mor

Added gdp_gcl_decref after _gdpgcl_cache_get

5da0351b 08/21/2016 08:48 PM Eric Allman

Arrange for gdplogd admin logging to understand file rotation.

1241e33a 07/28/2016 01:29 PM Eric Allman

Fix issue #13 (flushing administrative output).

d9924104 06/30/2016 08:28 PM Eric Allman

Code and documentation improvements for gdplogd visualizations.

a0469464 06/24/2016 01:51 PM Eric Allman

Add logging of gdplogd administrative data for visualization.