108 Commits (e65ff1116158958febacd1131a7c2f84f4e0eb1b)

Author SHA1 Message Date
Alexander Polcyn 676565326c destroy byte buffer reader after use 9 years ago
Alexander Polcyn 2222047f45 Add csharp check to return val of byte_buffer_reader_init 9 years ago
Alexander Polcyn 78aa4580fd Add csharp check to return val of byte_buffer_reader_init 9 years ago
David Garcia Quintas 0910e4c0f6 pr comments 9 years ago
David Garcia Quintas 6721d4f0f1 Return success status of grpc_byte_buffer_reader 9 years ago
Jan Tattermusch 0d896ef906 fix reading of compressed byte_buffer in C# 9 years ago
Jan Tattermusch 5ee8e77522 add support for multiple cqs to GrpcThreadPool 9 years ago
David Garcia Quintas a301eaade8 Allow servers to select compression level via initial MD. 9 years ago
Jan Tattermusch 305ffd4847 make SendStatusFromServer optionally send a message as well 9 years ago
Yuchen Zeng 12dfdc3c27 Change win32 file suffix 9 years ago
Deepak Lukose dba4c5fd01 Add various options to verify ssl/tls client cert including letting the 9 years ago
Craig Tiller 6169d5f7b0 Update copyrights 9 years ago
Craig Tiller 9533d042d4 Fix includes 9 years ago
Jan Tattermusch a447eb3a1e fix copyrights 9 years ago
Jan Tattermusch 660c15b844 add roots.pem as a resource 9 years ago
Craig Tiller 7536af02cf Eliminate gpr_ int types - and insist on C99 variants instead 9 years ago
Jan Tattermusch 189fcf8686 introduce auth interceptor context 9 years ago
Julien Boeuf caf9935e45 Also adding a credentials type to the plugin API. 9 years ago
Julien Boeuf 3c957e60a3 Fixing implementations. 9 years ago
Jan Tattermusch 08dea32d24 update C# to the new C core auth API 9 years ago
Jan Tattermusch 706a010e34 stop gcc complaints about func ptr conversions 10 years ago
Jan Tattermusch 74f39e185e Migrate C# to the new auth API 10 years ago
Jan Tattermusch 5bd75d789c implement C# wrapping for plugin API 10 years ago
David Garcia Quintas f6a39e96fb Type sign fix for C# 10 years ago
Julien Boeuf c5b570f97e Adding void* at then end of security related method in order to have a stable ABI. 10 years ago
Jan Tattermusch 4c25efa519 support for reading response headers on client side 10 years ago
Craig Tiller 4275899297 Sprinkle reserved = NULL around 10 years ago
Nicolas "Pixel" Noble 720903ae6d Fixing merge failures. 10 years ago
Jan Tattermusch 03ad9510ce add const modifier 10 years ago
Jan Tattermusch c5a6aca397 expose C core version string to C# 10 years ago
Jan Tattermusch 392fae26d2 context propagation API 10 years ago
Jan Tattermusch 5321d49b51 fixed writeOptions and added test 10 years ago
Jan Tattermusch 8368b2e4b9 implemented sending initial metadata 10 years ago
Jan Tattermusch bff90ac384 added WriteOptions support and enabled NoCompress flag to be used for all writes 10 years ago
Nicolas "Pixel" Noble 8c59791cb1 Working on C#. 10 years ago
Jan Tattermusch d27dfa7840 enable forcing client auth 10 years ago
Jan Tattermusch 9fb1d200f1 watch connectivity state API has changed in the meantime 10 years ago
Jan Tattermusch dead905b87 expose Channel.Target property 10 years ago
Jan Tattermusch d8bbdeae42 Added channel state API 10 years ago
Craig Tiller c5ae3eb8d6 Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port 10 years ago
Craig Tiller e1b0e6ee12 s/inherit/propagate/g 10 years ago
Craig Tiller 99e61645ce Update wrappers, tests to new create_call() 10 years ago
Jan Tattermusch a96ac058f4 make insecure channel and server explicit 10 years ago
Jan Tattermusch 062c329cf8 expose peer info in serverside call handlers 10 years ago
Jan Tattermusch 7a3ac62d9c explicitly convert deadline for server handlers to realtime 10 years ago
Jan Tattermusch f6410f54bc robust conversion from Timespec to DateTime and tests 10 years ago
Julien Boeuf 5029b30d1c Adding option to force client auth on the server SSL creds. 10 years ago
Jan Tattermusch 7717202c2b fix crash caused by wrong size of MetadataEntryStruct 10 years ago
Craig Tiller 4a4f1496c1 Rename grpc_channel_create to grpc_insecure_channel_create 10 years ago
Jan Tattermusch a0bb06511e allow sending trailers from server handler 10 years ago