Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

gdp / gdplogd / logd_pubsub.h @ master

History | View | Annotate | Download (1.8 KB)

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

Update license date on all files. No functional changes.

53393e9c 02/20/2018 03:26 PM Eric Allman

Snapshot of work on getting subscriptions working under Net4. Still
has several problems.

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...

9c515e64 07/26/2017 06:21 PM Eric Allman

Initial implementation of unsubscribe.

2f4bea8c 07/14/2017 11:30 AM Eric Allman

Better fix for problem with attempted fix in commit:a2d73fc0.

cf05aa39 06/22/2017 02:46 PM Eric Allman

Some code cleanup for previous commit.

9d11c6da 03/10/2017 01:54 PM Eric Allman

Reclaim dead subscriptions even if there are no writes to the subscribed
log. This is a very common case.

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

Update licenses to 2017.

6bd5476b 12/01/2015 01:22 PM Eric Allman

Update license. No code changes.

055d3009 11/21/2015 01:20 PM Eric Allman

Include copyright in all files. There are scripts to do bulk
replacement of the copyright if desired.

cf71c5ea 01/29/2015 11:39 AM Eric Allman

Implement gdplogd shutdown actions: withdraw advertisements, explicitly
terminate all subscriptions.

2fe6b834 12/26/2014 01:47 PM Eric Allman

Rename gdplogd directory so it matches the name of the binary.