Daniel Alm e68cec0db8 Add a simple API to provide a channel's connectivity state. (See #186.) 7 years ago
..
byte_buffer.c 4003bdb5ca Two more minor warning fixes. 7 years ago
call.c 78a1291789 Fix two huge memory leaks in `cgrpc_call` and `cgrpc_handler`. These would all GRPC call objects to never get released, which in turn caused their completion queues and associated file descriptors to never get released. This became apparent after ~3-5k requests on macOS. 7 years ago
cgrpc.h e68cec0db8 Add a simple API to provide a channel's connectivity state. (See #186.) 7 years ago
channel.c e68cec0db8 Add a simple API to provide a channel's connectivity state. (See #186.) 7 years ago
completion_queue.c 0aa90a79ee Relicense to Apache 2, change owners to "the gRPC Authors". 8 years ago
event.c 0aa90a79ee Relicense to Apache 2, change owners to "the gRPC Authors". 8 years ago
handler.c dc451e4984 Shift the responsibility for draining and destroying a completion queue to the queue itself. This is needed because it appears that otherwise, the underlying completion queue gets deallocated during its spinloop, which it doesn't like. 7 years ago
internal.c f4dc0ec14b Fix several compiler warnings in the CgRPC shim. 7 years ago
internal.h ffe96e6693 Updating for grpc-1.4.5, WIP. Builds but does not pass tests. 8 years ago
metadata.c 4003bdb5ca Two more minor warning fixes. 7 years ago
mutex.c 0aa90a79ee Relicense to Apache 2, change owners to "the gRPC Authors". 8 years ago
observers.c 4003bdb5ca Two more minor warning fixes. 7 years ago
operations.c 0aa90a79ee Relicense to Apache 2, change owners to "the gRPC Authors". 8 years ago
server.c dc451e4984 Shift the responsibility for draining and destroying a completion queue to the queue itself. This is needed because it appears that otherwise, the underlying completion queue gets deallocated during its spinloop, which it doesn't like. 7 years ago