aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | Merge pull request #2664 from jtattermusch/async_testsGravatar Stanley Cheung2015-07-25
| |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | make work with out-of-band oauth2 token more pleasantGravatar Jan Tattermusch2015-07-25
| | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | make sure async test wont be silently skipped with old NUnitGravatar Jan Tattermusch2015-07-24
| | * | | | | | | | | make some interop tests run as async methodsGravatar Jan Tattermusch2015-07-24
| | * | | | | | | | | introducing async testsGravatar Jan Tattermusch2015-07-24
| | * | | | | | | | | add NUnitTestAdapter for VSGravatar Jan Tattermusch2015-07-24
| * | | | | | | | | | Merge pull request #2647 from vjpai/deependGravatar Yang Gao2015-07-24
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #2605 from yang-g/fake_transport_security_to_privateGravatar jboeuf2015-07-24
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | make insecure channel and server explicitGravatar Jan Tattermusch2015-07-24
| * | | | | | | | | | | introduce gRPC loggerGravatar Jan Tattermusch2015-07-24
| * | | | | | | | | | | fix reference to bouncyCastles assemblyGravatar Jan Tattermusch2015-07-24
| * | | | | | | | | | | upgrade Grpc.Auth to latest version of Google.Apis.Auth and remove unneeded codeGravatar Jan Tattermusch2015-07-24
| * | | | | | | | | | | fix x86 target to be AnyCPUGravatar Jan Tattermusch2015-07-24
| * | | | | | | | | | | added test for client SSL authenticationGravatar Jan Tattermusch2015-07-24
| * | | | | | | | | | | added option to authenticate client using root cert chainGravatar Jan Tattermusch2015-07-24
| * | | | | | | | | | | expose peer info in serverside call handlersGravatar Jan Tattermusch2015-07-24
| * | | | | | | | | | | Merge pull request #2654 from jtattermusch/win_getpeername_fixGravatar Nicolas Noble2015-07-24
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | Added documentation command and settings to Node packageGravatar murgatroid992015-07-24
| | | | | | | | | | | | * Use MONOTONIC instead of REALTIMEGravatar yang-g2015-07-24
| | | | | | | | | | | | * merge with parent pRGravatar yang-g2015-07-24
| | | | | | | | | | | | |\ | | | | | | | | | | |_|_|/ | | | | | | | | | |/| | |
| * | | | | | | | | | | | Merge pull request #2630 from murgatroid99/node_completion_key_namesGravatar Jan Tattermusch2015-07-24
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | fix whitespaces and line lengthGravatar Jan Tattermusch2015-07-24
| | | * | | | | | | | | | | fix getpeername code on windowsGravatar Jan Tattermusch2015-07-24
| | | | |_|_|_|_|_|_|/ / / | | | |/| | | | | | | | |
| * | | | | | | | | | | | Merge pull request #2651 from murgatroid99/node_call_peer_addressGravatar Jan Tattermusch2015-07-24
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #2620 from meisterpeeps/masterGravatar Michael Lumish2015-07-24
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| | | | | | * | | | | | | Merge branch 'master' into deependGravatar Vijay Pai2015-07-24
| | | | | | |\ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
| | | * | | | | | | | | | Exposed channel target and call peer in Node wrapperGravatar murgatroid992015-07-24
| * | | | | | | | | | | | add user-agent for phpGravatar Stanley Cheung2015-07-24
| * | | | | | | | | | | | Merge pull request #2643 from jtattermusch/csharp_timeoutsGravatar Michael Lumish2015-07-24
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | array_length and it's counter types should matchGravatar Marcin Wyszynski2015-07-24
| * | | | | | | | | | | | | Merge pull request #2623 from ctiller/tightly-they-took-the-token-to-the-tentGravatar Vijay Pai2015-07-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2633 from ctiller/virtuous-velvit-velociraptorGravatar Yang Gao2015-07-23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | tiny fixesGravatar Jan Tattermusch2015-07-23
| | | | * | | | | | | | | | | | fix test on windowsGravatar Jan Tattermusch2015-07-23
| | | | | | | | | * | | | | | | Fix thread list iteratorGravatar vjpai2015-07-23
| | | | * | | | | | | | | | | | explicitly convert deadline for server handlers to realtimeGravatar Jan Tattermusch2015-07-23
| | | | * | | | | | | | | | | | add MathService.Fib test with deadlineGravatar Jan Tattermusch2015-07-23
| | | | * | | | | | | | | | | | implemented cancellation support for MathService.FibGravatar Jan Tattermusch2015-07-23
| | | | * | | | | | | | | | | | add Timeout support and testsGravatar Jan Tattermusch2015-07-23
| | | | * | | | | | | | | | | | added deadline to generated stubsGravatar Jan Tattermusch2015-07-23
| | | | * | | | | | | | | | | | Timespec.FromDateTime implementation and testsGravatar Jan Tattermusch2015-07-23
| | | | * | | | | | | | | | | | implemented FromDateTimeGravatar Jan Tattermusch2015-07-23
| | | | * | | | | | | | | | | | robust conversion from Timespec to DateTime and testsGravatar Jan Tattermusch2015-07-23
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | | | | | | | * | | | | | | Bug fixesGravatar vjpai2015-07-23
| * | | | | | | | | | | | | | Merge pull request #2586 from dgquintas/compress_flag_resetGravatar Craig Tiller2015-07-23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2629 from ctiller/always-with-the-monoGravatar Yang Gao2015-07-23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | Integration fixGravatar Craig Tiller2015-07-23
| | | | | | | | | * | | | | | | Start switching everything to dynamic poolGravatar Vijay Pai2015-07-23
| | | | * | | | | | | | | | | | Integration fixGravatar Craig Tiller2015-07-23
| | | | * | | | | | | | | | | | Merge branch 'compress_flag_reset' of github.com:dgquintas/grpc into virtuous...Gravatar Craig Tiller2015-07-23
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / | | | |/| | | | | | | | | | | |