Jan Tattermusch
eea5955b56
added test for client SSL authentication
10 years ago
Jan Tattermusch
88a9b32936
added option to authenticate client using root cert chain
10 years ago
Jan Tattermusch
062c329cf8
expose peer info in serverside call handlers
10 years ago
Nicolas Noble
6e685ff965
Merge pull request #2654 from jtattermusch/win_getpeername_fix
...
Fix getpeername code on windows
10 years ago
Jan Tattermusch
b3ff7418c6
Merge pull request #2630 from murgatroid99/node_completion_key_names
...
Changed object keys to valid identifier names
10 years ago
Jan Tattermusch
d298a9528a
fix whitespaces and line length
10 years ago
Jan Tattermusch
3f7809d89c
fix getpeername code on windows
10 years ago
Jan Tattermusch
e8cdd54d6f
Merge pull request #2651 from murgatroid99/node_call_peer_address
...
Exposed channel target and call peer in Node wrapper
10 years ago
Michael Lumish
7e06b6ffe2
Merge pull request #2620 from meisterpeeps/master
...
Update README.md (just a little typo)
10 years ago
murgatroid99
ea12b97243
Exposed channel target and call peer in Node wrapper
10 years ago
Michael Lumish
6aff7aa335
Merge pull request #2649 from stanley-cheung/php_user_agent
...
Add user-agent for PHP
10 years ago
Stanley Cheung
a75098d0af
add user-agent for php
10 years ago
Michael Lumish
d357cc0a63
Merge pull request #2643 from jtattermusch/csharp_timeouts
...
C# support for timeouts.
10 years ago
Vijay Pai
c8596943b1
Merge pull request #2646 from yang-g/inf_future
...
Fix gpr_inf_future call
10 years ago
Vijay Pai
a61ca70e27
Merge pull request #2623 from ctiller/tightly-they-took-the-token-to-the-tent
...
Handle a race where a new call comes in post-shutdown a little better
10 years ago
yang-g
7cbac4cf95
Fix gpr_inf_future call
10 years ago
Yang Gao
3a442d9b17
Merge pull request #2633 from ctiller/virtuous-velvit-velociraptor
...
Fix flow control
10 years ago
Jan Tattermusch
49313cec38
tiny fixes
10 years ago
Jan Tattermusch
6835b92c8b
fix test on windows
10 years ago
Jan Tattermusch
7a3ac62d9c
explicitly convert deadline for server handlers to realtime
10 years ago
Jan Tattermusch
4106259c79
add MathService.Fib test with deadline
10 years ago
Jan Tattermusch
f7cfc8a7b8
implemented cancellation support for MathService.Fib
10 years ago
Jan Tattermusch
0846b68eb7
add Timeout support and tests
10 years ago
Jan Tattermusch
74529562e3
added deadline to generated stubs
10 years ago
Jan Tattermusch
50b836539c
Timespec.FromDateTime implementation and tests
10 years ago
Jan Tattermusch
4113ba5420
implemented FromDateTime
10 years ago
Jan Tattermusch
f6410f54bc
robust conversion from Timespec to DateTime and tests
10 years ago
Craig Tiller
a1b820e981
Merge pull request #2586 from dgquintas/compress_flag_reset
...
Fixes for streaming compression.
10 years ago
Yang Gao
b5bbf66779
Merge pull request #2629 from ctiller/always-with-the-mono
...
Make the server report monotonic times for deadlines
10 years ago
Craig Tiller
e3086f812e
Integration fix
10 years ago
Craig Tiller
05cc0c4ba0
Integration fix
10 years ago
Craig Tiller
5d1469aa36
Merge branch 'compress_flag_reset' of github.com:dgquintas/grpc into virtuous-velvit-velociraptor
10 years ago
Craig Tiller
dd161a0abd
Merge github.com:grpc/grpc into virtuous-velvit-velociraptor
10 years ago
Craig Tiller
994c2620e3
Fix flow control
...
- sending of window updates is now integrated with the primary write
path, making this far more robust
- iomgr starts up after shutdown correctly again
10 years ago
Yang Gao
2e7ce15635
Merge pull request #2617 from jboeuf/jwt_creds_renaming
...
Renaming jwt_credentials to service_account_jwt_access_credentials.
10 years ago
Craig Tiller
1ed96ba292
Merge branch 'flow_control_buf_fix' of github.com:yang-g/grpc into virtuous-velvit-velociraptor
10 years ago
murgatroid99
a627d8939d
Changed object keys to valid identifier names
10 years ago
Craig Tiller
5126bb6d82
Merge pull request #2493 from a-veitch/record_stat
...
Census record stats API
10 years ago
Craig Tiller
94329d0965
Make the server report monotonic times for deadlines
...
For very high performance systems, we're going to want to be able to
simply push the value reported from the server down onto clients.
If we report realtime now, then all wrapped languages are going to
assume it, meaning that such a change will be impossible later.
10 years ago
Yang Gao
b70440bb1d
Merge pull request #2542 from ctiller/tell-me-who-you-might-be
...
Expose call peer uri from C core
10 years ago
Stanley Cheung
dd0f4fa009
Merge pull request #2628 from stanley-cheung/add_homebrew_to_jenkins
...
Minor jenkins script cleanjup
10 years ago
Stanley Cheung
f4f6bc2c77
Minor jenkins script cleanjup
10 years ago
Vijay Pai
d435caa13e
Merge pull request #2625 from jcanizales/fix-c-install-typo
...
Fix typo in gtest install instructions for Mac
10 years ago
yang-g
6f30decf79
Flow control fix
10 years ago
Yang Gao
1451f2e919
Merge pull request #2571 from vjpai/cent6-issues
...
Remove one range-based for and do appropriate static casts on nullptr
10 years ago
Yang Gao
8b89bdeee7
Merge pull request #2622 from ctiller/look-at-the-trees
...
Prevent applications from sending reserved metadata
10 years ago
Jorge Canizales
123e5d883f
Fix typo in gtest install instructions for Mac
10 years ago
David G. Quintas
be7d16daf2
Merge pull request #2621 from ctiller/forgetful-frederic-feeds-frogs-frankfurts
...
Fix interop tests by ensuring non-http-special metadata precedes othe…
10 years ago
Craig Tiller
9835a13628
Handle a race where a new call comes in post-shutdown a little better
10 years ago
Craig Tiller
d9ddc77ff0
Filter out reserved metadata so that applications cant mess us up
10 years ago