Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
c3f48c80d454d9e4c5a285bf704c06a61944793a
c3f48c8
Minor fix on comments
by Hongwei Wang
· 9 years ago
85ad685
Address comments and update grpc plugins
by Hongwei Wang
· 9 years ago
ff6097a
Fix zookeeper resolver plugin bugs
by Hongwei Wang
· 9 years ago
31efd2a
Debugging
by Hongwei Wang
· 9 years ago
eeb61ba
Minor fix for debugging
by Hongwei Wang
· 9 years ago
d7c5aa8
Formatting zookeeper_test
by Hongwei Wang
· 9 years ago
ac133bd
Merge branch 'master' of https://github.com/grpc/grpc into zookeeper
by Hongwei Wang
· 9 years ago
801bbeb
Merge pull request #2856 from vjpai/limes
by Yang Gao
· 9 years ago
b0453fb
Update zookeeper test to have two servers
by Hongwei Wang
· 9 years ago
488598a
Merge pull request #2867 from jtattermusch/csharp_sandcastle
by Tim Emiola
· 9 years ago
ad47334
Merge pull request #2844 from donnadionne/interop_nrp
by Nicolas Noble
· 9 years ago
e140203
Merge pull request #2846 from ctiller/alphasprout
by Nicolas Noble
· 9 years ago
c47056c
Merge pull request #2874 from vjpai/instruct
by Nicolas Noble
· 9 years ago
1396ce5
Merge pull request #2875 from yang-g/test_unsecure
by Nicolas Noble
· 9 years ago
b5ea2f8
Merge pull request #2873 from jtattermusch/expose_version_string
by Jan Tattermusch
· 9 years ago
5bdcfc6
Merge pull request #2864 from jtattermusch/0.10-upport
by Nicolas Noble
· 9 years ago
755d65c
Merge pull request #2876 from jboeuf/tsi_doc
by Yang Gao
· 9 years ago
f8b4b98
Improving unprotect doc.
by Julien Boeuf
· 9 years ago
ffc8a6b
move auth property iterator declaration into auth_context.h
by yang-g
· 9 years ago
1338798
fix method signature and add test
by Jan Tattermusch
· 9 years ago
03ad951
add const modifier
by Jan Tattermusch
· 9 years ago
2952246
Merge pull request #2866 from jtattermusch/context_api
by Jan Tattermusch
· 9 years ago
908cb2f
Merge pull request #2860 from jtattermusch/compression_api
by Jan Tattermusch
· 9 years ago
fc433cd
Merge pull request #2848 from yang-g/default_creds_fix
by jboeuf
· 9 years ago
37b9ec1
Added invocation of ./config - thanks to @dangunter
by vjpai
· 9 years ago
6aff647
Merge pull request #2871 from jcanizales/fix-certs-bug
by Jorge Canizales
· 9 years ago
c5a6aca
expose C core version string to C#
by Jan Tattermusch
· 9 years ago
83c57cb
Increase test timeouts to reduce flakiness.
by Jorge Canizales
· 9 years ago
7d77048
Fixup for 42898cf: Correct documentation.
by Jorge Canizales
· 9 years ago
42898cf
Add remote interop tests to the suite of tests.
by Jorge Canizales
· 9 years ago
2eacf7b
Allow UTF8 in comments of root certificates files
by Jorge Canizales
· 9 years ago
4dd2509
added sandcastle project to generate docs
by Jan Tattermusch
· 9 years ago
dad1724
added tests
by Jan Tattermusch
· 9 years ago
7a75936
Merge pull request #2861 from jcanizales/fix-race-condition
by Jorge Canizales
· 9 years ago
392fae2
context propagation API
by Jan Tattermusch
· 9 years ago
578ab16
Don’t retain self here!
by Jorge Canizales
· 9 years ago
297ed7b
Don’t set the request writer to nil, as @synchr(nil) is undefined behavior.
by Jorge Canizales
· 9 years ago
eb87b46
Rename super-confusing ivar _self -> _retainSelf
by Jorge Canizales
· 10 years ago
fd51dff
Clarify invalid-argument message for already-started writers
by Jorge Canizales
· 10 years ago
410c473
make intializer for metadata even nicer
by Jan Tattermusch
· 10 years ago
5321d49
fixed writeOptions and added test
by Jan Tattermusch
· 10 years ago
238ad78
Eliminate race in GRPCCall’s operation of the requests writer
by Jorge Canizales
· 10 years ago
67ce098
Clarify thread-safety expectations of GRXWriters
by Jorge Canizales
· 10 years ago
c75c57c
added ResponseHeadersTest, fixed stylecop issues
by Jan Tattermusch
· 10 years ago
c8d7b84
polishing tests
by Jan Tattermusch
· 10 years ago
2615f39
fixing tests
by Jan Tattermusch
· 10 years ago
0abb847
big facelift of test code
by Jan Tattermusch
· 10 years ago
fbc8685
Set docker environment variable GRPC_ZOOKEEPER_SERVER_TEST
by Hongwei Wang
· 10 years ago
68d205d
Minor fix on zookeeper test
by Hongwei Wang
· 10 years ago
a4291e7
fixing tests
by Jan Tattermusch
· 10 years ago
6bbcd04
test
by Hongwei Wang
· 10 years ago
5b0b392
introduced MockServiceHelper to ease testing
by Jan Tattermusch
· 10 years ago
c678c30
Fix ForwardingWriter init preconditions
by Jorge Canizales
· 10 years ago
9b2c25e
Bounds checking for ops in call batch
by vjpai
· 10 years ago
8368b2e
implemented sending initial metadata
by Jan Tattermusch
· 10 years ago
bff90ac
added WriteOptions support and enabled NoCompress flag to be used for all writes
by Jan Tattermusch
· 10 years ago
aafbad6
Update tests.json
by Hongwei Wang
· 10 years ago
ad5c897
Merge branch 'master' of https://github.com/grpc/grpc into zookeeper
by Hongwei Wang
· 10 years ago
497d26a
Update zookeeper in jenkins docker file
by Hongwei Wang
· 10 years ago
6a5494a
:(
by yang-g
· 10 years ago
2109217
Fix gce detection
by yang-g
· 10 years ago
c29812f
Merge pull request #2845 from ctiller/reorder-some-things
by jboeuf
· 10 years ago
de02ae6
Shutdown lb_policy when changing it
by Craig Tiller
· 10 years ago
95a98ca
Merge pull request #2829 from ctiller/tell-the-world-about-ALL-the-things
by Yang Gao
· 10 years ago
012349f
Merge pull request #2842 from ctiller/asan-is-sad
by Yang Gao
· 10 years ago
8f1b169
Reorder filters to ensure that :authority is available when the auth filter needs it
by Craig Tiller
· 10 years ago
2ad07d7
Formatting
by Hongwei Wang
· 10 years ago
5f3e773
Merge pull request #2843 from a11r/doc3
by Yang Gao
· 10 years ago
c897798
adding node, ruby, and php to cloud to prod interop tests.
by Donna Dionne
· 10 years ago
d259bb1
Add a document describing a server reflection protocol.
by Abhishek Kumar
· 10 years ago
88527f8
Merge pull request #2560 from a11r/doc2
by Eric Anderson
· 10 years ago
35a06e7
Update zookeeper test server address
by Hongwei Wang
· 10 years ago
6d44596
Zookeeper test server address as environment variable
by Hongwei Wang
· 10 years ago
c7989b6
Merge pull request #2788 from ctiller/kinetic-lopsided-poetry
by Nicolas Noble
· 10 years ago
be76f2c
Merge pull request #2838 from jcanizales/make-oauth2-easy
by Jorge Canizales
· 10 years ago
2e95e4a
Move parent removal from final destruction to destruction request
by Craig Tiller
· 10 years ago
26f8b28
Merge github.com:grpc/grpc into tell-the-world-about-ALL-the-things
by Craig Tiller
· 10 years ago
37f24de
Merge pull request #2777 from jboeuf/server_creds_auth_md_processor
by Craig Tiller
· 10 years ago
0ce5540
Merge pull request #2811 from yang-g/channel_state_api
by Craig Tiller
· 10 years ago
721b7a3
Rename oauth2_lowerCamel -> oauth2UpperCamel
by Jorge Canizales
· 10 years ago
26e0c9e
Fixup for 971d06ad06caadb369e318112bba0e039188cfc2
by Jorge Canizales
· 10 years ago
c72275d
Merge pull request #2841 from ctiller/trace-tests-are-giving-me-a-headache
by Nicolas Noble
· 10 years ago
4720f32
Merge pull request #2840 from ctiller/reduce-mac-load
by Nicolas Noble
· 10 years ago
8420323
Merge branch 'kinetic-lopsided-poetry' of github.com:ctiller/grpc into kinetic-lopsided-poetry
by Craig Tiller
· 10 years ago
24a9762
Add portlog.txt to gitignore
by Craig Tiller
· 10 years ago
2d91b5d
Only slow down tracing tests if stdout isatty
by Craig Tiller
· 10 years ago
c85357e
Reduce mac CI load
by Craig Tiller
· 10 years ago
631dc00
Exercise GRPCCall+OAuth2 in the tests
by Jorge Canizales
· 10 years ago
cec757f
Fix build
by yang-g
· 10 years ago
87e133e
merge with head
by yang-g
· 10 years ago
c8abca8
Resolve comments
by yang-g
· 10 years ago
03b1911
Merge pull request #2831 from ctiller/document-some-other-things
by Yang Gao
· 10 years ago
594ae57
Add OAuth2 headers category to GRPCCall
by Jorge Canizales
· 10 years ago
971d06a
Fix build breakage
by Jorge Canizales
· 10 years ago
be222f8
Merge pull request #2758 from jcanizales/make-http-not-subtle
by Jorge Canizales
· 10 years ago
aef99b2
Restore channel.c
by Hongwei Wang
· 10 years ago
490dc0e
Restore iomgr
by Hongwei Wang
· 10 years ago
7aff428
Merge branch 'master' of https://github.com/grpc/grpc into server_creds_auth_md_processor
by Julien Boeuf
· 10 years ago
18d5aa7
Merge pull request #2837 from ctiller/slips
by jboeuf
· 10 years ago
9448423
Restoring OpenSSL back to 1.0.2d.
by Hongwei Wang
· 10 years ago
Next »