Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
481b016e2e4a90875230952d5b95ccdd2538962e
481b016
resolve offline comments
by yang-g
· 9 years ago
72d796f
health checking protocol
by yang-g
· 9 years ago
702ea25
Merge pull request #2652 from nicolasnoble/tests-depend-on-openssl
by Craig Tiller
· 9 years ago
1dc978c
Merge pull request #2791 from pmarks-net/uri
by Craig Tiller
· 9 years ago
63541a1
Return normalized IPv4 addresses from grpc_sockaddr_to_uri().
by Paul Marks
· 9 years ago
0c88065
Merge pull request #2748 from soltanmm/whats-up-doc
by Nicolas Noble
· 9 years ago
b5dd0f1
Merge pull request #2346 from jboeuf/upgrade-openssl-1.0.2d
by Nicolas Noble
· 9 years ago
902d9c4
Merge pull request #2749 from yang-g/default_host_to_null
by Craig Tiller
· 9 years ago
298f39a
Merge pull request #2686 from nathanielmanistaatgoogle/2570
by Craig Tiller
· 9 years ago
8d453c5
Merge pull request #2757 from jtattermusch/runtest_polishing
by Craig Tiller
· 9 years ago
8956e60
Merge pull request #2756 from jtattermusch/csharp_channel_state
by Jan Tattermusch
· 9 years ago
9fb1d20
watch connectivity state API has changed in the meantime
by Jan Tattermusch
· 9 years ago
07ea52c
add DefaultAuthority constant to channel options
by Jan Tattermusch
· 9 years ago
dead905
expose Channel.Target property
by Jan Tattermusch
· 9 years ago
9c7e46f
use NULL for default host in grpc_channel_call_create
by Jan Tattermusch
· 9 years ago
9d67d8d
add HealthCheck tests to run_tests.py
by Jan Tattermusch
· 9 years ago
d8bbdea
Added channel state API
by Jan Tattermusch
· 10 years ago
0175e18
tolerate occasional StatusCode.Internal on timeout
by Jan Tattermusch
· 9 years ago
847dfff
Merge pull request #2779 from jtattermusch/properly_decrement_active_ports
by Nicolas Noble
· 9 years ago
dd8a80f
clarified comment and silenced error log
by Jan Tattermusch
· 9 years ago
98dd83e
Merge pull request #2782 from cblichmann-google/master
by Craig Tiller
· 9 years ago
abd60a3
Change cast to avoid warning
by Christian Blichmann
· 9 years ago
e60c5e3
Use an unsigned pointer compare, as the highest bit may sometimes be set.
by Christian Blichmann
· 9 years ago
2f25d98
properly decrement active_ports
by Jan Tattermusch
· 9 years ago
32c4e5e
Merge pull request #2774 from jcanizales/diagnose-jenkins
by Michael Lumish
· 9 years ago
e8d9535
Formatting and documentation
by Jorge Canizales
· 9 years ago
37a44d8
Use the protoc made when one isn’t yet installed
by Jorge Canizales
· 9 years ago
bdd3c90
Merge pull request #2772 from nicolasnoble/don-t-commit-cache-files
by Michael Lumish
· 9 years ago
7078757
Adding a sanity check that the cached makefile variables aren't committed.
by Nicolas "Pixel" Noble
· 9 years ago
9dc45f9
Merge pull request #2769 from grpc/make_vs2010_happy
by Nicolas Noble
· 9 years ago
deab29e
Fix compilation under VS 2010
by Jan Tattermusch
· 9 years ago
bee7b68
Merge pull request #2766 from ctiller/alpnrggg
by Yang Gao
· 9 years ago
0a9ca86
Merge pull request #2702 from yang-g/peeraddr
by Vijay Pai
· 9 years ago
ddf05a1
Fix alpn_test
by Craig Tiller
· 9 years ago
e2e8eac
Merge pull request #2683 from murgatroid99/node_explicit_insecure_server
by Abhishek Kumar
· 9 years ago
2223483
Merge pull request #2762 from jcanizales/do-camelcase-right
by Michael Lumish
· 9 years ago
65b0749
Merge pull request #2743 from ctiller/ampidextrous-parrot
by Eric Anderson
· 9 years ago
3a0c2e6
Merge pull request #2753 from jcanizales/small-fixes
by Michael Lumish
· 9 years ago
3d382a0
Merge pull request #2751 from ctiller/alphanumeric-juju-fish
by Michael Lumish
· 9 years ago
07814a5
Merge pull request #2737 from jtattermusch/enable_new_interop_tests
by Stanley Cheung
· 9 years ago
e95f241
Reactivate Cocoapods error output
by Jorge Canizales
· 9 years ago
02039a2
Fail early and explicitly if protoc, pod, or xcodebuild are missing
by Jorge Canizales
· 9 years ago
5115af5
Make FileNameInUpperCamel aware of directories
by Jorge Canizales
· 9 years ago
725835a
polishing runtests
by Jan Tattermusch
· 9 years ago
faf58b8
Update doc in GRPCCompletionQueue.h
by Jorge Canizales
· 9 years ago
013f87a
Unused ivar in GRPCCall.m
by Jorge Canizales
· 9 years ago
9e51972
grpc_init() is already called in GRPCWrappedCall
by Jorge Canizales
· 9 years ago
597ef98
GRPCCall.m formatting.
by Jorge Canizales
· 9 years ago
940d555
fix generic_end2end_test
by yang-g
· 9 years ago
2f04c6e
check before unref, this will fail in BadCreds test
by yang-g
· 9 years ago
61c8382
Merge remote-tracking branch 'upstream/master' into default_host_to_null
by yang-g
· 9 years ago
7716c53
Merge pull request #2717 from ctiller/yeah-we-know-what-youre-talking-about
by Yang Gao
· 9 years ago
5666a20
Respond to review
by Craig Tiller
· 9 years ago
74a09698
Fix UDS versions of this test
by Craig Tiller
· 9 years ago
fd292c5
Merge pull request #2699 from soltanmm/coverage
by Nathaniel Manista
· 9 years ago
2cd9dd9
Remove optional parameter from watch connectivity state
by Craig Tiller
· 9 years ago
dde9071
Affirm metadata transmission in a common function
by Nathaniel Manista
· 9 years ago
d556da9
Pass NULL as host by default. Use context.authority() or channel.SslNameOverride() when set.
by yang-g
· 9 years ago
910f3de
Addenda to tools readme
by Masood Malekghassemi
· 9 years ago
b803313
merge with head and resolve conflicts
by yang-g
· 9 years ago
2b84162
Use py.test from run_tests.py
by Masood Malekghassemi
· 9 years ago
791cc31
Enable Python testing and coverage
by Masood Malekghassemi
· 9 years ago
2fc2a16
Switch ALPN/NPN to advertise only h2
by Craig Tiller
· 9 years ago
11af974
Merge pull request #2726 from ctiller/insolent-pork-chop
by Vijay Pai
· 9 years ago
5f8d05b
Merge pull request #2698 from soltanmm/reorganize-python
by Nathaniel Manista
· 9 years ago
5d405bd
Merge pull request #2663 from jcanizales/run-test-server-locally
by Michael Lumish
· 9 years ago
86d1f13
Merge github.com:grpc/grpc into insolent-pork-chop
by Craig Tiller
· 9 years ago
44a127c
Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-about
by Craig Tiller
· 9 years ago
8015cad
enable oauth2_auth_token and per_rpc_creds interop tests for C#
by Jan Tattermusch
· 9 years ago
9099179
Merge pull request #2731 from nicolasnoble/regen-and-vs-tweaks
by Jan Tattermusch
· 9 years ago
d0b32e9
Make plugin & server, and pod install via run_tests.py
by Jorge Canizales
· 9 years ago
856aca8
Ensure the tests podspecs find the plugin they make
by Jorge Canizales
· 9 years ago
f4ff31a
Have tests podspecs make only the ObjC plugin
by Jorge Canizales
· 9 years ago
a0b3bfa
Start integrating ObjC tests in run_tests.py
by Jorge Canizales
· 9 years ago
0238b3a
Generate deterministic UUIDs in the Pods project
by Jorge Canizales
· 9 years ago
563b8a2
Regenerating project files and massaging VS project files.
by Nicolas Noble
· 9 years ago
623b7ae
Reorganize Python tests
by Masood Malekghassemi
· 9 years ago
fe8dc88
Reorganize Python packages
by Masood Malekghassemi
· 9 years ago
9b0fd3b
Merge pull request #2723 from a-veitch/issue_2710
by Michael Lumish
· 9 years ago
772fb1e
Merge pull request #2697 from soltanmm/add-sphinx-doc
by Nathaniel Manista
· 9 years ago
6765604
Merge pull request #2590 from yang-g/jitter
by Vijay Pai
· 9 years ago
61fcb18
regenerate projects
by yang-g
· 9 years ago
583aebf
Merge pull request #2728 from murgatroid99/ruby_run_test_changes
by Craig Tiller
· 9 years ago
1178900
merge with master, fix build issue
by Alistair Veitch
· 9 years ago
6796805
Merge branch 'master' into issue_2709
by Alistair Veitch
· 9 years ago
94be2a8
Revert changes to extconf.rb
by murgatroid99
· 9 years ago
a43c14f
Make ruby tests see changes to C core
by murgatroid99
· 9 years ago
f5ed603
Merge pull request #2131 from a11r/doc
by Eric Anderson
· 9 years ago
c5d3f43
make random uint32
by yang-g
· 9 years ago
8da46b0
Merge pull request #2660 from yang-g/reconnect_interop_spec
by Abhishek Kumar
· 9 years ago
eaf9e87
Suffixed -bin for server descrioption of echo trailing metadata
by Abhishek Kumar
· 9 years ago
0613e58
Fix a race that could cause a double delete
by Craig Tiller
· 9 years ago
e2b3bfa
Ensure server is alive when we free requested calls
by Craig Tiller
· 9 years ago
42b6c93
Make TSAN happy with our lock free stack
by Craig Tiller
· 9 years ago
c226edc
Merge pull request #2706 from yang-g/remove_get_from_accessor
by Vijay Pai
· 9 years ago
6e605e1
resolve comments
by yang-g
· 9 years ago
dcf6c90
merge with head
by yang-g
· 9 years ago
0814371
Merge branch 'master' of github.com:grpc/grpc
by murgatroid99
· 9 years ago
fdd0c92
Merge pull request #2721 from ctiller/insolvent-trees
by Vijay Pai
· 9 years ago
d7ead69
Add a test
by yang-g
· 9 years ago
Next »