Skip to content

Tags: NuxiNL/flower

Tags

v0.11

Toggle v0.11's commit message
Fix the build with new workspace name.

v0.10

Toggle v0.10's commit message
Mention that List() has no proper testing coverage.

v0.9

Toggle v0.9's commit message
Remove the dependency on accept().

As accept() is going to be removed from CloudABI's C library, allow the
switchboard to simply accept a socket endpoint for the initial handle.

v0.8

Toggle v0.8's commit message
Don't declare CreateSocket() on CloudABI.

There is no code in Flower that is supposed to build on CloudABI that
makes use of it. This allows us to throw away socket() from cloudlibc.

v0.7

Toggle v0.7's commit message
Make flower_cat's -l flag work.

v0.6

Toggle v0.6's commit message
Implement pruning of dead targets.

Now that ARPC provides a GetState() function, extend listeners to have
an IsDead() function. Extend Directory to have a PruneDeadTargets()
function that is called prior to iteration.

While there, remove locking of channels as done by the listeners. GRPC
channels are thread-safe, so we should do the same thing for ARPC.

v0.5

Toggle v0.5's commit message
Install the .ad.h files as well.

This makes it easier to make use of Flower in applications.

v0.4

Toggle v0.4's commit message
Remove support for running flower_ingress_accept on CloudABI.

Now that we're removing socket address support from CloudABI, it makes
very little sense to run this utility through CloudABI. There is no way
to fetch the labels this utility wants to add to incoming connections.

v0.3

Toggle v0.3's commit message
Simply use a JSON library to generate the JSON-esque strings.

v0.2

Toggle v0.2's commit message
Clean up flower_ingress_accept to be buildable on CloudABI.