Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | revamp of c# channel options | Jan Tattermusch | 2015-06-09 | |
| |/ | ||||
| * | Merge pull request #1966 from jtattermusch/csharp_revamp | Michael Lumish | 2015-06-09 | |
| |\ | | | | | | | Stop using native callbacks for C# | |||
| * | | Changes to byte_buffer based on comments. | David Garcia Quintas | 2015-06-08 | |
| | | | ||||
| | * | Stop using native callbacks for C# | Jan Tattermusch | 2015-06-05 | |
| |/ | ||||
* | | Merge github.com:grpc/grpc into you-complete-me | Craig Tiller | 2015-06-04 | |
|\| | ||||
| * | Expose gpr_asprintf and gpr_strdup | Masood Malekghassemi | 2015-06-03 | |
| | | ||||
| * | Removed grpc_byte_buffer_reader_{create,destroy}. | David Garcia Quintas | 2015-06-01 | |
| | | | | | | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory. | |||
* | | adapt C# to the new server shutdown API | Jan Tattermusch | 2015-05-29 | |
|/ | ||||
* | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-12 | |
|\ | ||||
| * | Port C# to new API | Craig Tiller | 2015-05-08 | |
| | | ||||
* | | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-06 | |
|\| | ||||
* | | C# fixes for #1472 core API cleanup | Jan Tattermusch | 2015-05-04 | |
| | | ||||
| * | Fixes for C# cancellation support | Jan Tattermusch | 2015-05-04 | |
| | | ||||
* | | C Core API cleanup. | Craig Tiller | 2015-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_ext | Jan Tattermusch | 2015-05-01 | |
| | ||||
* | add calltype decl where missing | Jan Tattermusch | 2015-04-07 | |
| | ||||
* | added support for metadata | Jan Tattermusch | 2015-03-16 | |
| | ||||
* | C# server side TLS support | Jan Tattermusch | 2015-03-09 | |
| | ||||
* | client side support for TLS | Jan Tattermusch | 2015-03-03 | |
| | ||||
* | clang-format | Jan Tattermusch | 2015-02-25 | |
| | ||||
* | Added ability for c# to redirect C core logs to arbitrary sink | Jan Tattermusch | 2015-02-25 | |
| | ||||
* | Added support for true synchronous unary call and added some performance tests. | Jan Tattermusch | 2015-02-23 | |
| | ||||
* | fixed string.h include | Jan Tattermusch | 2015-02-18 | |
| | ||||
* | got rid of server_add_secure_http2_port | Jan Tattermusch | 2015-02-18 | |
| | ||||
* | clang-format | Jan Tattermusch | 2015-02-18 | |
| | ||||
* | removal of unused methods in extension library | Jan Tattermusch | 2015-02-18 | |
| | ||||
* | migration to new C API | Jan Tattermusch | 2015-02-18 | |
| | ||||
* | changed 2014 -> 2015 | Jan Tattermusch | 2015-02-13 | |
| | ||||
* | added license headers to all grpc C# files | Jan Tattermusch | 2015-02-13 | |
| | ||||
* | clang-format of grpc_csharp_ext.c | Jan Tattermusch | 2015-02-12 | |
| | ||||
* | fixes in extension library | Jan Tattermusch | 2015-02-12 | |
| | ||||
* | added wrappers for all grpc and gpr functions used by grpc C# | Jan Tattermusch | 2015-02-12 | |
| | ||||
* | added grpc extension library for C# | Jan Tattermusch | 2015-02-03 | |