| Commit message (Expand) | Author | Age |
* | polishing public docs | Jan Tattermusch | 2015-08-24 |
* | fix stylecop issues | Jan Tattermusch | 2015-08-21 |
* | support for reading response headers on client side | Jan Tattermusch | 2015-08-21 |
* | simplify stream reads on client side | Jan Tattermusch | 2015-08-21 |
* | reading of response headers for unary response calls | Jan Tattermusch | 2015-08-21 |
* | introduce INativeCall interface to simplify testing | Jan Tattermusch | 2015-08-21 |
* | get rid of explicit GrpcEnvironment.Shutdown() | Jan Tattermusch | 2015-08-20 |
* | metadata polishing | Jan Tattermusch | 2015-08-19 |
* | getting rid of unnecessary exception type | Jan Tattermusch | 2015-08-12 |
* | polishing CallOptions | Jan Tattermusch | 2015-08-10 |
* | get rid of unnecessary ExceptionHelper | Jan Tattermusch | 2015-08-10 |
* | fix preconditions class | Jan Tattermusch | 2015-08-10 |
* | context propagation API | Jan Tattermusch | 2015-08-08 |
* | fixed writeOptions and added test | Jan Tattermusch | 2015-08-07 |
* | added ResponseHeadersTest, fixed stylecop issues | Jan Tattermusch | 2015-08-07 |
* | implemented sending initial metadata | Jan Tattermusch | 2015-08-07 |
* | added WriteOptions support and enabled NoCompress flag to be used for all writes | Jan Tattermusch | 2015-08-07 |
* | renamed CallContext to CallOptions | Jan Tattermusch | 2015-08-05 |
* | refactoring client side calls | Jan Tattermusch | 2015-08-05 |
* | refactoring AsyncCall | Jan Tattermusch | 2015-08-05 |
* | introduce CallContext | Jan Tattermusch | 2015-08-05 |
* | enable forcing client auth | Jan Tattermusch | 2015-08-04 |
* | expose Channel.Target property | Jan Tattermusch | 2015-08-04 |
* | use NULL for default host in grpc_channel_call_create | Jan Tattermusch | 2015-08-04 |
* | Added channel state API | Jan Tattermusch | 2015-08-04 |
* | make insecure channel and server explicit | Jan Tattermusch | 2015-07-24 |
* | introduce gRPC logger | Jan Tattermusch | 2015-07-24 |
* | added option to authenticate client using root cert chain | Jan Tattermusch | 2015-07-24 |
* | expose peer info in serverside call handlers | Jan Tattermusch | 2015-07-24 |
* | explicitly convert deadline for server handlers to realtime | Jan Tattermusch | 2015-07-23 |
* | add Timeout support and tests | Jan Tattermusch | 2015-07-23 |
* | Timespec.FromDateTime implementation and tests | Jan Tattermusch | 2015-07-23 |
* | implemented FromDateTime | Jan Tattermusch | 2015-07-23 |
* | robust conversion from Timespec to DateTime and tests | Jan Tattermusch | 2015-07-23 |
* | fix stylecop warnings | Jan Tattermusch | 2015-07-22 |
* | fix crash caused by wrong size of MetadataEntryStruct | Jan Tattermusch | 2015-07-21 |
* | regenerated code and fixed inconsistencies | Jan Tattermusch | 2015-07-21 |
* | modify client call interface to allow reading status and trailers | Jan Tattermusch | 2015-07-21 |
* | propagate statuscode from server handler | Jan Tattermusch | 2015-07-20 |
* | allow sending trailers from server handler | Jan Tattermusch | 2015-07-20 |
* | populate server context | Jan Tattermusch | 2015-07-20 |
* | refactor server call handlers | Jan Tattermusch | 2015-07-20 |
* | some cleanup and better metadata support | Jan Tattermusch | 2015-07-20 |
* | reading of metadata | Jan Tattermusch | 2015-07-20 |
* | Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into no-worri... | Craig Tiller | 2015-07-17 |
|\ |
|
| * | Reflect new gpr_timespec type in C# | Craig Tiller | 2015-07-17 |
* | | renaming stub to client and refactoring metadata class | Jan Tattermusch | 2015-07-15 |
|/ |
|
* | no need to call GrpcEnvironment.Initialize() explicitly | Jan Tattermusch | 2015-07-10 |
* | Merge remote-tracking branch 'upstream/master' into we-dont-need-no-backup-fi... | Jan Tattermusch | 2015-06-11 |
|\ |
|
* | | unknown method handler no longer needs to complete request stream | Jan Tattermusch | 2015-06-11 |