unclechu's fork of gRPC-haskell
Go to file
Connor Clark 58661adf8b Add tests, fix some Valgrind errors (#25)
* add tests for server misbehavior

* fix leaks in pluck and next

* fix deadline leak

* fix slice leak

* always free metadata

* add full TODO in case we get rid of unregistered code

* shorter deadline to make test faster

* update for grpc 0.14.0

* fix another valgrind complaint
2016-06-13 09:25:32 -05:00
cbits Add tests, fix some Valgrind errors (#25) 2016-06-13 09:25:32 -05:00
examples/echo Rename reg operations in all modules; use qualified imports whenever selecting unregistered variants 2016-06-08 15:29:12 -05:00
include update for grpc 0.14.0 2016-06-09 15:29:21 -07:00
src/Network/GRPC Add tests, fix some Valgrind errors (#25) 2016-06-13 09:25:32 -05:00
tests Add tests, fix some Valgrind errors (#25) 2016-06-13 09:25:32 -05:00
.gitignore Various example/benchmarking code (#16) 2016-06-03 10:34:09 -07:00
grpc-haskell.cabal Oops: remove runServerOps, -Network.GRPC.LowLevel.Op.Unregistered module as it is no longer needed 2016-06-08 15:53:09 -05:00
LICENSE Initial commit. 2015-02-27 18:14:32 +01:00
Setup.hs Initial commit. 2015-02-27 18:14:32 +01:00
stack.yaml match signatures between header and code 2016-04-25 14:04:32 -07:00