Daniel Alm 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". il y a 7 ans
..
ClientCall.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. il y a 7 ans
ClientCallBidirectionalStreaming.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". il y a 7 ans
ClientCallClientStreaming.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". il y a 7 ans
ClientCallServerStreaming.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". il y a 7 ans
ClientCallUnary.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. il y a 7 ans
RPCError.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. il y a 7 ans
ServerSession.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. il y a 7 ans
ServerSessionBidirectionalStreaming.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". il y a 7 ans
ServerSessionClientStreaming.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". il y a 7 ans
ServerSessionServerStreaming.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". il y a 7 ans
ServerSessionUnary.swift da28b9aec2 Change the `ServerSession`s such that errors thrown during operation are returned to the client. il y a 7 ans
ServiceClient.swift bb6bd07cb5 Support for Channel specification on ServiceClient il y a 7 ans
ServiceServer.swift 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. il y a 7 ans
StreamReceiving.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". il y a 7 ans
StreamSending.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". il y a 7 ans