Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
42a2e6f1b7e19c99ccb6a97822386206f67bcf48
42a2e6f
Merge pull request #1039 from nicolasnoble/bytecount
by Yang Gao
· 10 years ago
7649713
Allowing us to import google::protobuf::int64.
by Nicolas "Pixel" Noble
· 10 years ago
a181d21
Merge pull request #1033 from murgatroid99/node_protobuf_dependency_fix
by Tim Emiola
· 10 years ago
0049c51
Merge pull request #1032 from nicolasnoble/protobuf-alternate
by Yang Gao
· 10 years ago
3c3d860
Node package version bump
by murgatroid99
· 10 years ago
c97638b
Merge pull request #1012 from dklempner/nobarrier
by Vijay Pai
· 10 years ago
6bb4b7b
Merge pull request #1034 from sunxiaoguang/fix_duplicated_symbols
by Michael Lumish
· 10 years ago
f85720e
Merge pull request #1036 from Arkq/master
by Nathaniel Manista
· 10 years ago
613d6fe
Moving ZeroCopyOutputStream to grpc++/config.h.
by Nicolas "Pixel" Noble
· 10 years ago
234c87f
Merge pull request #1000 from nicolasnoble/python-plugin-no-std
by Nathaniel Manista
· 10 years ago
f70259f
Merge pull request #1026 from tatsuhiro-t/fix-client-bad-goaway-last-stream-id
by Vijay Pai
· 10 years ago
1cbf8d7
Update doc as requested in review
by Tatsuhiro Tsujikawa
· 10 years ago
5d85675
Fix port selection for server
by Arkadiusz Bokowy
· 10 years ago
8a929a9
Fix duplicated symbols
by Xiaoguang Sun
· 10 years ago
bffe7d7
Switched protobufjs dependency to npm package instead of GitHub
by murgatroid99
· 10 years ago
d446eb8
Adding initial support for alternative protobuf libraries.
by Nicolas Noble
· 10 years ago
c3be769
Merge pull request #983 from jboeuf/refresh_token_parsing
by Yang Gao
· 10 years ago
5bdfe1a
Merge pull request #1005 from nathanielmanistaatgoogle/python-dockerfile-unit-test-list
by Tim Emiola
· 10 years ago
616711d
Merge pull request #1028 from murgatroid99/node_install_instructions_formatting
by Tim Emiola
· 10 years ago
bd3913a
Merge pull request #1030 from jtattermusch/csharp_immutablecollections
by Tim Emiola
· 10 years ago
286975f
Started using immutable collections and other code cleanup
by Jan Tattermusch
· 10 years ago
7459a06
Merge pull request #1029 from jtattermusch/csharp_stylefixing
by Tim Emiola
· 10 years ago
3de9f49
Setting up stylecop to ignore generated files and fixing style
by Jan Tattermusch
· 10 years ago
3f6cd88
Improved node install instructions and bumped version
by murgatroid99
· 10 years ago
2f77519
Merge pull request #1027 from nicolasnoble/python-const-fix
by Nathaniel Manista
· 10 years ago
8a6b38c
Remove a const from a variable that should be mutable.
by Nicolas "Pixel" Noble
· 10 years ago
e7268b8
Merge pull request #1017 from jtattermusch/csharp_codestyle
by Michael Lumish
· 10 years ago
d11f610
Fix client sending invalid GOAWAY last-stream-id
by Tatsuhiro Tsujikawa
· 10 years ago
01f8f11
Merge pull request #1021 from Chilledheart/develop
by Vijay Pai
· 10 years ago
bf113f1
Merge pull request #1009 from nicolasnoble/MacOS
by Vijay Pai
· 10 years ago
e3bbcca
Add missing GRPC_OVERRIDE, NFC
by Chilledheart
· 10 years ago
075dde4
code style fixes based on StyleCop warnings
by Jan Tattermusch
· 10 years ago
053d894
added stylecop settings file
by Jan Tattermusch
· 10 years ago
466423b
Add a no_barrier_load atomic operation.
by David Klempner
· 10 years ago
e758ed1
Trying to make the MacOS experience better by removing various spurious messages, and increasing coverage of library paths.
by Nicolas "Pixel" Noble
· 10 years ago
716b5fe
Disabling installing shared libraries under MacOS for the time being.
by Nicolas "Pixel" Noble
· 10 years ago
6063b9f
Merge pull request #990 from jtattermusch/csharp_tls_server
by Tim Emiola
· 10 years ago
0084179
Removing the `using std::string` in the python plugin code.
by Nicolas "Pixel" Noble
· 10 years ago
ea8d8de
Merge pull request #998 from yang-g/nameoverride
by Vijay Pai
· 10 years ago
b1ef2f1
Update Python Dockerfile's unit test list
by Nathaniel Manista
· 10 years ago
42734b5
Merge pull request #978 from Chilledheart/master
by Yang Gao
· 10 years ago
c65569f
Merge pull request #997 from nathanielmanistaatgoogle/interop
by donnadionne
· 10 years ago
51c9262
Merge pull request #993 from nathanielmanistaatgoogle/framework-cleanup
by Masood Malekghassemi
· 10 years ago
f82a30d
Use ssl name override if it's in the channel argument
by Yang Gao
· 10 years ago
cbc540e
Add the Python interop client to gce_setup files
by Nathaniel Manista
· 10 years ago
e0e8edf
Merge pull request #996 from murgatroid99/node_version_bump_0.5.3
by Tim Emiola
· 10 years ago
4b5b159
Merge pull request #972 from donnadionne/add_timed_out_tests_back
by Jan Tattermusch
· 10 years ago
fba214c
Updated Node package version to 0.5.3
by murgatroid99
· 10 years ago
f05e183
Merge pull request #991 from murgatroid99/node_11_cleanup_segfault
by Tim Emiola
· 10 years ago
679c253
Modifying after review comments.
by Donna Dionne
· 10 years ago
31e65be
Eliminate the Python "assembly" package
by Nathaniel Manista
· 10 years ago
01b851f
Fixed run server command in csharp_mono dockerfile.
by Jan Tattermusch
· 10 years ago
7167f89
Merge branch 'master' of github.com:google/grpc into add_timed_out_tests_back
by Donna Dionne
· 10 years ago
9835cf0
Adding refresh token credentials.
by Julien Boeuf
· 10 years ago
44a3b4a
Merge branch 'master' into node_11_cleanup_segfault
by murgatroid99
· 10 years ago
e5f4706
Fixed segfault by fixing scope issue
by murgatroid99
· 10 years ago
b0829eb
C# server side TLS support
by Jan Tattermusch
· 10 years ago
f900704
Merge pull request #982 from sahlberg/python-readme
by Tim Emiola
· 10 years ago
874e53a
Merge pull request #979 from nathanielmanistaatgoogle/framework-cleanup
by Masood Malekghassemi
· 10 years ago
6cbb237
Added more tests
by murgatroid99
· 10 years ago
1722032
Merge pull request #987 from Chilledheart/minor-fix
by Nicolas Noble
· 10 years ago
3371cdf
Fixing !strcmp in the tests.
by Julien Boeuf
· 10 years ago
bf5ec2f
Avoid unnecessary copies during protobuf serialization and deserialization
by Chilledheart
· 10 years ago
ca767c0
Add method grp_slice_buffer_pop to remove the last element for grp_slice_buffer
by Chilledheart
· 10 years ago
7551606
Adding refresh token parsing
by Julien Boeuf
· 10 years ago
4be94b9
Add missing GRPC_OVERRIDE, NFC
by Chilledheart
· 10 years ago
75c60c1
Merge pull request #981 from sahlberg/231
by Nicolas Noble
· 10 years ago
400349e
README: fix the path to the python requirements.txt file
by Ronnie Sahlberg
· 10 years ago
2ad8d21
strcmp: change all !str[n]cmp to str[n]cmp == 0
by Ronnie Sahlberg
· 10 years ago
5c87a30
Refactoring within Python RPC Framework
by Nathaniel Manista
· 10 years ago
3631e82
Merge pull request #835 from ctiller/credit
by Nicolas Noble
· 10 years ago
3aca2a6
Merge pull request #962 from nathanielmanistaatgoogle/interop
by Masood Malekghassemi
· 10 years ago
a25af85
Include interop tests in python_tests.json
by Nathaniel Manista
· 10 years ago
256ccca
Use server_host_override in interop client
by Nathaniel Manista
· 10 years ago
db13f68
Add a server_host_override to stub creation
by Nathaniel Manista
· 10 years ago
ede76da
Merge pull request #4 from nicolasnoble/c++-creds
by Craig Tiller
· 10 years ago
a65e463
Merge pull request #974 from ctiller/arghhh
by David Klempner
· 10 years ago
061690d
Don't merge OpenSSL into C++ upper layer libraries; only C.
by Nicolas "Pixel" Noble
· 10 years ago
64d0a87
Reintroduce sleep on backup thread
by Craig Tiller
· 10 years ago
c20324e
Merge github.com:grpc/grpc into credit
by Craig Tiller
· 10 years ago
3e0f48b
Merge pull request #973 from tbetbetbe/grpc_ruby_trim_dependencies
by Michael Lumish
· 10 years ago
2425790
Merge pull request #971 from tbetbetbe/grpc_ruby_cleanup_client_stub_initialize_fix_hostname_bug
by Michael Lumish
· 10 years ago
9e87bb7
Added timeout for tests that hang
by Donna Dionne
· 10 years ago
4947638
Merge pull request #968 from jtattermusch/csharp_refactoring
by Michael Lumish
· 10 years ago
dfa5efb
Removes unused dependencies
by Tim Emiola
· 10 years ago
485f0ed
Corrects the host used in the client_server spec tests
by Tim Emiola
· 10 years ago
4c7caf6
Fix for #804
by Tim Emiola
· 10 years ago
c32375c
Decompose the ClientStub initialize method
by Tim Emiola
· 10 years ago
13cd125
Used StyleCop to get rid of tabs in the source code
by Jan Tattermusch
· 10 years ago
49fd7fe
removed some compiler warnings
by Jan Tattermusch
· 10 years ago
a29d0f3
Split async call into server and client classes sharing the same base.
by Jan Tattermusch
· 10 years ago
ee092fc
Merge pull request #965 from soltanmm/py-test
by Nathaniel Manista
· 10 years ago
d3be281
Merge pull request #964 from ctiller/i-am-so-very-lazy
by Nicolas Noble
· 10 years ago
b2d4a8d
Have Python protoc plugin test run with other tests
by Masood Malekghassemi
· 10 years ago
bea386b
Merge branch 'secure-server-api-changes' of github.com:nathanielmanistaatgoogle/grpc into credit
by Craig Tiller
· 10 years ago
8ace0bc
Rename to save confusion
by Craig Tiller
· 10 years ago
53f8fea
Move protoc output to temporary directory
by Masood Malekghassemi
· 10 years ago
60a5bfc
Merge github.com:grpc/grpc into credit
by Craig Tiller
· 10 years ago
60fd361
Crash in channel/server creation if grpc_init not called
by Craig Tiller
· 10 years ago
004cef7
Merge pull request #963 from dklempner/tsan_server_secure
by Craig Tiller
· 10 years ago
Next »