Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
a96ac058f47bb155af0e835a679d9b47a57271f9
a96ac05
make insecure channel and server explicit
by Jan Tattermusch
· 9 years ago
072e7ad
Merge pull request #2648 from jtattermusch/csharp_logging_api
by Stanley Cheung
· 9 years ago
0526161
introduce gRPC logger
by Jan Tattermusch
· 9 years ago
01cd209
Merge pull request #2645 from jtattermusch/csharp_go_beta_go
by Stanley Cheung
· 9 years ago
f9c2d97
fix reference to bouncyCastles assembly
by Jan Tattermusch
· 9 years ago
a6b8288
upgrade Grpc.Auth to latest version of Google.Apis.Auth and remove unneeded code
by Jan Tattermusch
· 9 years ago
dce9f6e
fix x86 target to be AnyCPU
by Jan Tattermusch
· 9 years ago
eea5955
added test for client SSL authentication
by Jan Tattermusch
· 9 years ago
88a9b32
added option to authenticate client using root cert chain
by Jan Tattermusch
· 9 years ago
062c329
expose peer info in serverside call handlers
by Jan Tattermusch
· 9 years ago
6e685ff
Merge pull request #2654 from jtattermusch/win_getpeername_fix
by Nicolas Noble
· 9 years ago
b3ff741
Merge pull request #2630 from murgatroid99/node_completion_key_names
by Jan Tattermusch
· 9 years ago
d298a95
fix whitespaces and line length
by Jan Tattermusch
· 9 years ago
3f7809d
fix getpeername code on windows
by Jan Tattermusch
· 9 years ago
e8cdd54
Merge pull request #2651 from murgatroid99/node_call_peer_address
by Jan Tattermusch
· 9 years ago
7e06b6f
Merge pull request #2620 from meisterpeeps/master
by Michael Lumish
· 9 years ago
ea12b97
Exposed channel target and call peer in Node wrapper
by murgatroid99
· 9 years ago
6aff7aa
Merge pull request #2649 from stanley-cheung/php_user_agent
by Michael Lumish
· 9 years ago
a75098d
add user-agent for php
by Stanley Cheung
· 9 years ago
d357cc0
Merge pull request #2643 from jtattermusch/csharp_timeouts
by Michael Lumish
· 9 years ago
c859694
Merge pull request #2646 from yang-g/inf_future
by Vijay Pai
· 9 years ago
a61ca70
Merge pull request #2623 from ctiller/tightly-they-took-the-token-to-the-tent
by Vijay Pai
· 9 years ago
7cbac4c
Fix gpr_inf_future call
by yang-g
· 9 years ago
3a442d9
Merge pull request #2633 from ctiller/virtuous-velvit-velociraptor
by Yang Gao
· 9 years ago
49313ce
tiny fixes
by Jan Tattermusch
· 9 years ago
6835b92
fix test on windows
by Jan Tattermusch
· 9 years ago
7a3ac62
explicitly convert deadline for server handlers to realtime
by Jan Tattermusch
· 9 years ago
4106259
add MathService.Fib test with deadline
by Jan Tattermusch
· 9 years ago
f7cfc8a
implemented cancellation support for MathService.Fib
by Jan Tattermusch
· 9 years ago
0846b68
add Timeout support and tests
by Jan Tattermusch
· 9 years ago
7452956
added deadline to generated stubs
by Jan Tattermusch
· 9 years ago
50b8365
Timespec.FromDateTime implementation and tests
by Jan Tattermusch
· 9 years ago
4113ba5
implemented FromDateTime
by Jan Tattermusch
· 9 years ago
f6410f5
robust conversion from Timespec to DateTime and tests
by Jan Tattermusch
· 9 years ago
a1b820e
Merge pull request #2586 from dgquintas/compress_flag_reset
by Craig Tiller
· 9 years ago
b5bbf66
Merge pull request #2629 from ctiller/always-with-the-mono
by Yang Gao
· 9 years ago
e3086f8
Integration fix
by Craig Tiller
· 9 years ago
05cc0c4
Integration fix
by Craig Tiller
· 9 years ago
5d1469a
Merge branch 'compress_flag_reset' of github.com:dgquintas/grpc into virtuous-velvit-velociraptor
by Craig Tiller
· 9 years ago
dd161a0
Merge github.com:grpc/grpc into virtuous-velvit-velociraptor
by Craig Tiller
· 9 years ago
994c262
Fix flow control
by Craig Tiller
· 9 years ago
2e7ce15
Merge pull request #2617 from jboeuf/jwt_creds_renaming
by Yang Gao
· 9 years ago
1ed96ba
Merge branch 'flow_control_buf_fix' of github.com:yang-g/grpc into virtuous-velvit-velociraptor
by Craig Tiller
· 9 years ago
a627d89
Changed object keys to valid identifier names
by murgatroid99
· 9 years ago
5126bb6
Merge pull request #2493 from a-veitch/record_stat
by Craig Tiller
· 9 years ago
94329d0
Make the server report monotonic times for deadlines
by Craig Tiller
· 9 years ago
b70440b
Merge pull request #2542 from ctiller/tell-me-who-you-might-be
by Yang Gao
· 9 years ago
dd0f4fa
Merge pull request #2628 from stanley-cheung/add_homebrew_to_jenkins
by Stanley Cheung
· 9 years ago
f4f6bc2
Minor jenkins script cleanjup
by Stanley Cheung
· 9 years ago
d435caa
Merge pull request #2625 from jcanizales/fix-c-install-typo
by Vijay Pai
· 9 years ago
6f30dec
Flow control fix
by yang-g
· 9 years ago
1451f2e
Merge pull request #2571 from vjpai/cent6-issues
by Yang Gao
· 9 years ago
8b89bde
Merge pull request #2622 from ctiller/look-at-the-trees
by Yang Gao
· 9 years ago
123e5d8
Fix typo in gtest install instructions for Mac
by Jorge Canizales
· 9 years ago
be7d16d
Merge pull request #2621 from ctiller/forgetful-frederic-feeds-frogs-frankfurts
by David G. Quintas
· 9 years ago
9835a13
Handle a race where a new call comes in post-shutdown a little better
by Craig Tiller
· 9 years ago
d9ddc77
Filter out reserved metadata so that applications cant mess us up
by Craig Tiller
· 9 years ago
6159c07
Fix interop tests by ensuring non-http-special metadata precedes other metadata
by Craig Tiller
· 9 years ago
e19b75a
Merge pull request #2619 from stanley-cheung/add_homebrew_to_jenkins
by Stanley Cheung
· 9 years ago
0308274
fix ruby gem path
by Stanley Cheung
· 9 years ago
39ae034
Update README.md
by Jeff Peoples
· 9 years ago
fe4c3f4
Renaming jwt_credentials to service_account_jwt_access_credentials.
by Julien Boeuf
· 9 years ago
6a7418c
Merge pull request #2609 from soltanmm/c89
by Nathaniel Manista
· 9 years ago
b6d6137
Fix Python C89 pedantry
by Masood Malekghassemi
· 9 years ago
73a31c5
Merge pull request #2604 from murgatroid99/node_user_agent_string
by Michael Lumish
· 9 years ago
2cf0ba4
Merge pull request #2608 from stanley-cheung/add_homebrew_to_jenkins
by Stanley Cheung
· 9 years ago
f64825f
run homebrew installation script on macos jenkins
by Stanley Cheung
· 9 years ago
49c8a15
Merge pull request #2607 from jtattermusch/csharp_improvements
by Stanley Cheung
· 9 years ago
ae01709
fix stylecop warnings
by Jan Tattermusch
· 9 years ago
b146ef6
added generated file Health.cs to stylecop ignore
by Jan Tattermusch
· 9 years ago
766d72b
set primary user agent by C# channel
by Jan Tattermusch
· 9 years ago
88b8a03
Merge pull request #2597 from jtattermusch/csharp_metadata
by Stanley Cheung
· 9 years ago
d601ff5
Fixed setting user-agent string
by murgatroid99
· 9 years ago
7717202
fix crash caused by wrong size of MetadataEntryStruct
by Jan Tattermusch
· 9 years ago
d1408e7
Merge pull request #2594 from stanley-cheung/add_homebrew_to_jenkins
by Stanley Cheung
· 9 years ago
a83cb91
use export instead
by Stanley Cheung
· 9 years ago
b322d4a
Merge pull request #2427 from yang-g/per_call_oauth_creds_impl
by Abhishek Kumar
· 9 years ago
736689d
Merge pull request #2589 from stanley-cheung/add_homebrew_to_jenkins
by Stanley Cheung
· 9 years ago
29e1aca
local can only be used in a function;
by Stanley Cheung
· 9 years ago
45d336b
Merge pull request #2555 from stanley-cheung/add_homebrew_to_jenkins
by Jan Tattermusch
· 9 years ago
f97b4f2
Add per-language homebrew testing for Mac on Jenkins
by Stanley Cheung
· 9 years ago
518e3fe
Fixes for streaming compression.
by David Garcia Quintas
· 9 years ago
198a1ad
Added user-agent setting code, and a test for it
by murgatroid99
· 9 years ago
23a33aa
Merge pull request #2529 from ctiller/prefer-gin-n-tonic
by Vijay Pai
· 9 years ago
86ba413
Merge pull request #2556 from ctiller/one-thing-at-a-time
by Vijay Pai
· 9 years ago
e66165d
Remove iterator-based test altogether
by Vijay Pai
· 9 years ago
e7e1c82
improving test readability
by Jan Tattermusch
· 9 years ago
a236ff2
rename Result to ResponseAsync
by Jan Tattermusch
· 9 years ago
7d219cf
fix echo metadata test
by Jan Tattermusch
· 9 years ago
25bb2ef
regenerated code and fixed inconsistencies
by Jan Tattermusch
· 9 years ago
5269d16
codegen and API changes
by Jan Tattermusch
· 9 years ago
61e6478
Merge pull request #2370 from ctiller/now-i-get-to-show-it-to-EVERYBODY
by Yang Gao
· 9 years ago
ed4b7a7
modify client call interface to allow reading status and trailers
by Jan Tattermusch
· 9 years ago
c4af224
Remove one range-based for and do appropriate static casts on nullptr
by Vijay Pai
· 9 years ago
1cf8d42
added some tests
by Jan Tattermusch
· 9 years ago
556875d
Merge pull request #2559 from ctiller/holographic-ninja-soda
by Nicolas Noble
· 9 years ago
0ac5580
Merge pull request #2554 from murgatroid99/node_oauth_interop
by Michael Lumish
· 9 years ago
2620536
Fix (forever) a TSAN bug thats plagued us
by Craig Tiller
· 9 years ago
8271f5d
propagate statuscode from server handler
by Jan Tattermusch
· 9 years ago
a0bb065
allow sending trailers from server handler
by Jan Tattermusch
· 9 years ago
Next »