Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
d4129ecbd11d4dc2479161c94463c35b4b28d5d1
d4129ec
Merge pull request #616 from jtattermusch/csharp_namespace
by Tim Emiola
· 10 years ago
df89cf8
Updated Copyright information and assembly versions for C#
by Jan Tattermusch
· 10 years ago
3086862
Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings
by Jan Tattermusch
· 10 years ago
222fbdf
Merge pull request #608 from nathanielmanistaatgoogle/interfaces_test_case
by Tim Emiola
· 10 years ago
e2e081a
Merge pull request #614 from jtattermusch/nitpicking
by Tim Emiola
· 10 years ago
a75e4ef
Merge pull request #610 from nathanielmanistaatgoogle/early-adopter-split
by Nathaniel Manista
· 10 years ago
b4472d8
fixed readme
by Jan Tattermusch
· 10 years ago
3e2ebff
Python early_adopter changes in anticipation of interop client.
by Nathaniel Manista
· 10 years ago
148869f
Merge pull request #607 from vjpai/compiler
by Yang Gao
· 10 years ago
a5baf18
One-line fix for namespace bug
by Vijay Pai
· 10 years ago
1fbaad1
Rename base/interfaces_test to base/interfaces_test_case.
by Nathaniel Manista
· 10 years ago
26fd5a4
Merge pull request #603 from ctiller/chex7
by David Klempner
· 10 years ago
97303a9
Merge pull request #585 from jayantkolhe/jayantkolhe-patch-1
by Tim Emiola
· 10 years ago
60220f2
Merge pull request #598 from jcanizales/import-ios-library
by Tim Emiola
· 10 years ago
bbf11f7
Merge pull request #590 from murgatroid99/node_auth_integration
by Tim Emiola
· 10 years ago
45d2669
Merge pull request #600 from nicolasnoble/make-install
by Craig Tiller
· 10 years ago
43a2b17
Fix a TSAN reported race
by Craig Tiller
· 10 years ago
bdc8baf
Added comment about where Google credentials come from
by murgatroid99
· 10 years ago
522d712
Polishing Makefile to better install targets.
by Nicolas "Pixel" Noble
· 10 years ago
9409ad8
Adds copyright notices to the GRPCClient files.
by Jorge Canizales
· 10 years ago
fb89ee3
Merge pull request #597 from ctiller/chex5
by Craig Tiller
· 10 years ago
59ea16f
Fix a race where an fd can be deleted during polling
by Craig Tiller
· 10 years ago
839ed10
Update README.md
by Jayant Kolhe
· 10 years ago
d9f3dfe
Merge pull request #581 from ctiller/an-update-on-c++
by Yang Gao
· 10 years ago
8979319
Update README.md
by Jayant Kolhe
· 10 years ago
2627e4e
Merge with async unary changes
by Craig Tiller
· 10 years ago
646f601
Merge pull request #594 from jtattermusch/fix_include
by Nicolas Noble
· 10 years ago
5bac11a
Merge pull request #595 from ctiller/chex3
by Nicolas Noble
· 10 years ago
2d11c93
Merge github.com:grpc/grpc into an-update-on-c++
by Craig Tiller
· 10 years ago
e9defd7
Delete symlink to my home directory
by Craig Tiller
· 10 years ago
2f2afd2
fixed string.h include
by Jan Tattermusch
· 10 years ago
d24d13d
Simplify TryPluck
by Craig Tiller
· 10 years ago
c7851cf
Merge pull request #593 from jtattermusch/separate_csharp_install
by Nicolas Noble
· 10 years ago
c7625b0
Move header #include
by Craig Tiller
· 10 years ago
bb0c65b
updated C# readme
by Jan Tattermusch
· 10 years ago
2ec0b3e
make grpc_csharp_ext compile and install independently from the grpc and gpr libraries
by Jan Tattermusch
· 10 years ago
84193cd
Merge branch 'master' into node_auth_integration
by murgatroid99
· 10 years ago
501d9d0
Added node auth interop test command
by murgatroid99
· 10 years ago
8c3ed00
Added auth functionality and interop tests
by murgatroid99
· 10 years ago
8a287d1
Merge pull request #588 from yang-g/c++api
by Craig Tiller
· 10 years ago
1ff680a
Merge pull request #587 from ctiller/chex2
by Nicolas Noble
· 10 years ago
68bc778
2015
by Yang Gao
· 10 years ago
3a5e549
Async client api change. Add a ClientAsyncResponseReader. Make the api similar to streaming and symmetric to server side.
by Yang Gao
· 10 years ago
5977a6a
Merge pull request #578 from jtattermusch/csharp_new_api
by Michael Lumish
· 10 years ago
9f36001
Merge pull request #586 from dklempner/epoll_doc_fix
by Craig Tiller
· 10 years ago
9be83ee
Fix use-after-free.
by Craig Tiller
· 10 years ago
a16fee2
Correct the comment documenting how to disable having multiple threads
by David Klempner
· 10 years ago
bac5c7c
Merge pull request #584 from ctiller/chex2
by Nicolas Noble
· 10 years ago
ec77624
fix typo: shutdown should be used in teardown.
by Jan Tattermusch
· 10 years ago
e8f13a6
Merge pull request #583 from jtattermusch/fix_csharp_ext
by Craig Tiller
· 10 years ago
6a769e0
Update README.md
by Jayant Kolhe
· 10 years ago
603aec9
Merge remote-tracking branch 'upstream/master' into csharp_new_api
by Jan Tattermusch
· 10 years ago
efad8fa
Spam cleanup, test speedup
by Craig Tiller
· 10 years ago
1c7bdf5
removed reference to missing grpc_server_add_secure_http2_port
by Jan Tattermusch
· 10 years ago
3c65bca
Merge pull request #582 from ctiller/chex2
by Nicolas Noble
· 10 years ago
e359002
Merge pull request #576 from vjpai/mac
by Nicolas Noble
· 10 years ago
1a305b1
Make valgrind a bit more useful
by Craig Tiller
· 10 years ago
befd64e
Merge pull request #572 from ctiller/dox7
by Nathaniel Manista
· 10 years ago
d50bf4d
Merge pull request #563 from ctiller/dox4
by Nathaniel Manista
· 10 years ago
f01ea7c
Merge github.com:grpc/grpc into an-update-on-c++
by Craig Tiller
· 10 years ago
7326901
Merge pull request #579 from yang-g/c++api
by Craig Tiller
· 10 years ago
eaaee49
Merge github.com:grpc/grpc into an-update-on-c++
by Craig Tiller
· 10 years ago
492968f
Server side cancellation receive support
by Craig Tiller
· 10 years ago
62a9641
Merge pull request #577 from jtattermusch/make_install_fix
by Craig Tiller
· 10 years ago
8d2e572
got rid of server_add_secure_http2_port
by Jan Tattermusch
· 10 years ago
8d7ce43
formatting
by Jan Tattermusch
· 10 years ago
37afb9a
fixing unknown method call handler on server
by Jan Tattermusch
· 10 years ago
fa21673
clang-format
by Jan Tattermusch
· 10 years ago
607307d
Cleanup of AsyncCall.cs
by Jan Tattermusch
· 10 years ago
a96afb0
renaming file name to match class name
by Jan Tattermusch
· 10 years ago
3f8962c
removal of unused methods in extension library
by Jan Tattermusch
· 10 years ago
337a2dd
migration to new C API
by Jan Tattermusch
· 10 years ago
60ea913
remove nonexistent stream_context_interface.h from build.json
by Jan Tattermusch
· 10 years ago
67fb94a
remove nonexistent stream_context_interface.h from build.json
by Jan Tattermusch
· 10 years ago
7cc2c30
Mac-specific Makefile inclusions and installation instructions
by vjpai
· 10 years ago
47b30b0
Added prod SSL support to Node Dockerfile
by murgatroid99
· 10 years ago
26e2e8f
Merge pull request #540 from ctiller/copyright
by Tim Emiola
· 10 years ago
453a926
Merge pull request #568 from donnadionne/docker
by Qi Zhao
· 10 years ago
d0d007e
change metadata getters to return const&
by Yang Gao
· 10 years ago
5b41d4f
Added interop support for default root SSL certs
by murgatroid99
· 10 years ago
3c665f5
Merge pull request #567 from tbetbetbe/grpc_ruby_rename_modules
by Michael Lumish
· 10 years ago
ce5021b
Add missing new-lines at end of file
by Craig Tiller
· 10 years ago
caa51e4
Add back a missing test
by Donna Dionne
· 10 years ago
fa61ead
Bug fix
by Craig Tiller
· 10 years ago
190d360
Add missing new-lines at end of file
by Craig Tiller
· 10 years ago
645466e
Initial sketch
by Craig Tiller
· 10 years ago
0605995
Update copyright to 2015
by Craig Tiller
· 10 years ago
6d5f42e
Fix copyright notice
by Craig Tiller
· 10 years ago
f74ec4e
Merge github.com:grpc/grpc into copyright
by Craig Tiller
· 10 years ago
aface44
Merge pull request #573 from yang-g/c++api
by Craig Tiller
· 10 years ago
da699b8
do not leak reader or writer
by Yang Gao
· 10 years ago
2b7f537
Add metadata test with rpc. Adding/fixing things to make it work
by Yang Gao
· 10 years ago
4ddf950
Merge pull request #562 from ctiller/dox3
by Nathaniel Manista
· 10 years ago
d397349
Merge pull request #501 from ctiller/c++api
by Vijay Pai
· 10 years ago
8ac56c9
Clarify completion queue laws
by Craig Tiller
· 10 years ago
7bd5ab1
Merge github.com:grpc/grpc into c++api
by Craig Tiller
· 10 years ago
52342b3
Merge pull request #561 from ctiller/dox
by Yang Gao
· 10 years ago
1ece67c
Merge github.com:grpc/grpc into c++api
by Craig Tiller
· 10 years ago
a94beff
Add TODO
by Craig Tiller
· 10 years ago
e7163ab
Expand comment
by Craig Tiller
· 10 years ago
Next »