aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/ext
Commit message (Collapse)AuthorAge
* fix native callback signature to match with C#Gravatar Jan Tattermusch2015-06-11
|
* revamp of c# channel optionsGravatar Jan Tattermusch2015-06-09
|
* Merge pull request #1966 from jtattermusch/csharp_revampGravatar Michael Lumish2015-06-09
|\ | | | | Stop using native callbacks for C#
* | Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
| |
| * Stop using native callbacks for C#Gravatar Jan Tattermusch2015-06-05
|/
* Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
|
* Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-06-01
| | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory.
* Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-12
|\
| * Port C# to new APIGravatar Craig Tiller2015-05-08
| |
* | Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-06
|\|
* | C# fixes for #1472 core API cleanupGravatar Jan Tattermusch2015-05-04
| |
| * Fixes for C# cancellation supportGravatar Jan Tattermusch2015-05-04
| |
* | C Core API cleanup.Gravatar Craig Tiller2015-05-04
|/ | | | | | 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.
* remove unused function from grpc_csharp_extGravatar Jan Tattermusch2015-05-01
|
* add calltype decl where missingGravatar Jan Tattermusch2015-04-07
|
* added support for metadataGravatar Jan Tattermusch2015-03-16
|
* C# server side TLS supportGravatar Jan Tattermusch2015-03-09
|
* client side support for TLSGravatar Jan Tattermusch2015-03-03
|
* clang-formatGravatar Jan Tattermusch2015-02-25
|
* Added ability for c# to redirect C core logs to arbitrary sinkGravatar Jan Tattermusch2015-02-25
|
* Added support for true synchronous unary call and added some performance tests.Gravatar Jan Tattermusch2015-02-23
|
* fixed string.h includeGravatar Jan Tattermusch2015-02-18
|
* got rid of server_add_secure_http2_portGravatar Jan Tattermusch2015-02-18
|
* clang-formatGravatar Jan Tattermusch2015-02-18
|
* removal of unused methods in extension libraryGravatar Jan Tattermusch2015-02-18
|
* migration to new C APIGravatar Jan Tattermusch2015-02-18
|
* changed 2014 -> 2015Gravatar Jan Tattermusch2015-02-13
|
* added license headers to all grpc C# filesGravatar Jan Tattermusch2015-02-13
|
* clang-format of grpc_csharp_ext.cGravatar Jan Tattermusch2015-02-12
|
* fixes in extension libraryGravatar Jan Tattermusch2015-02-12
|
* added wrappers for all grpc and gpr functions used by grpc C#Gravatar Jan Tattermusch2015-02-12
|
* added grpc extension library for C#Gravatar Jan Tattermusch2015-02-03