unclechu's fork of gRPC-haskell
Go to file
Connor Clark 90a527f4e0 Finish up bindings to most core gRPC functions (#1)
* grpc_server_request_call

* basic slice functionality

* rename function to emphasize side effects

* add docs

* ByteBuffer function bindings

* replace unsafeCoerce with more specific function, add docs, tests.

* add newtypes for Tag and Reserved void pointers

* manually fix request_registered_call binding

* use nocode keyword to fix Ptr () problems

* decouple copying Slice from freeing slice

* Add time ops

* remove nocode decls

* Start Op module, fix c2hs preprocessing order

* metadata manipulation operations

* metadata free function, test

* helper functions for constructing ops of each type

* bindings for op creation functions

* finish up Op creation functions, implement Op destruction, add docs.

* tweak documentation

* rework Op creation functions to work with an array of ops, for ease of use with grpc_call_start_batch

* forgot to change return types

* wrap hook lines, fix types to op creation functions

* implement part of the payload test

* hideous, but working, end to end test

* bindings for connectivity state checks, split test into two threads

* various cleanup

* rename Core to Unsafe for emphasis, clean up tests more

* add requested comment

* remove slice_unref binding, use sliceFree when converting buffer to bytestring
2016-05-13 09:12:37 -07:00
cbits Finish up bindings to most core gRPC functions (#1) 2016-05-13 09:12:37 -07:00
include Finish up bindings to most core gRPC functions (#1) 2016-05-13 09:12:37 -07:00
src/Network/GRPC Finish up bindings to most core gRPC functions (#1) 2016-05-13 09:12:37 -07:00
tests Finish up bindings to most core gRPC functions (#1) 2016-05-13 09:12:37 -07:00
.gitignore match signatures between header and code 2016-04-25 14:04:32 -07:00
grpc-haskell.cabal Finish up bindings to most core gRPC functions (#1) 2016-05-13 09:12:37 -07: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