Julien Boeuf
3c957e60a3
Fixing implementations.
10 years ago
Jan Tattermusch
08dea32d24
update C# to the new C core auth API
10 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
Jan Tattermusch
7f23a75422
fix bug
10 years ago
Jan Tattermusch
77415b63bb
some cleanup and better metadata support
10 years ago
Jan Tattermusch
ec50f281be
reading of metadata
10 years ago
Craig Tiller
143e7bf0cf
Introduce a clock type field onto gpr_timespec.
...
Use it to validate that arithmetic on time types makes even some vague
kind of sense.
10 years ago
Craig Tiller
f3756c1e0d
Introduce multiple clocks to GPR
10 years ago
David Garcia Quintas
d7e0bea41c
Added changes to python and csharp wrappers
10 years ago
Jan Tattermusch
eb741d1772
fix native callback signature to match with C#
10 years ago
Jan Tattermusch
2ddb5a6cb5
revamp of c# channel options
10 years ago
David Garcia Quintas
59f905d79a
Changes to byte_buffer based on comments.
10 years ago
Jan Tattermusch
d367748d89
Stop using native callbacks for C#
10 years ago
Masood Malekghassemi
701af6031f
Expose gpr_asprintf and gpr_strdup
10 years ago
David Garcia Quintas
30bd4eb5cc
Removed grpc_byte_buffer_reader_{create,destroy}.
...
Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to
manage memory.
10 years ago
Jan Tattermusch
c4e81ad03d
adapt C# to the new server shutdown API
10 years ago
Craig Tiller
4d706b8dbc
Port C# to new API
10 years ago
Jan Tattermusch
1215c33c43
C# fixes for #1472 core API cleanup
10 years ago
Jan Tattermusch
8c2dd9d864
Fixes for C# cancellation support
10 years ago
Craig Tiller
64be9f7a30
C Core API cleanup.
...
Simplify grpc_event into something that can be non-heap allocated.
Deprecate grpc_event_finish.
Remove grpc_op_error - use an int as this is more idiomatic C style.
10 years ago
Jan Tattermusch
a9a3e884fe
remove unused function from grpc_csharp_ext
10 years ago