Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
98efdcb917e5d9225b7387e6bc90541091d5140d
98efdcb
Merge remote-tracking branch 'upstream/master'
by Vijay Pai
· 10 years ago
d0e32f9
Merge pull request #1232 from ctiller/windows-fixes
by Nicolas Noble
· 10 years ago
479a961
third_party/openssl
by Craig Tiller
· 10 years ago
693b7ab
Merge github.com:grpc/grpc into windows-fixes
by Craig Tiller
· 10 years ago
9a70c1a
Merge pull request #1245 from yugui/fix/prefix
by Tim Emiola
· 10 years ago
d180e03
Update build files
by Craig Tiller
· 10 years ago
0a94998
Merge github.com:grpc/grpc into windows-fixes
by Craig Tiller
· 10 years ago
a3f6c4e
Merge remote-tracking branch 'upstream/master'
by Vijay Pai
· 10 years ago
f7c6647
Merge branch 'vjpai-timers'
by Vijay Pai
· 10 years ago
caec4bf
Merge branch 'vjpai-timers' into timers
by Vijay Pai
· 10 years ago
7549998
Merge branch 'timers' of https://github.com/vjpai/grpc into vjpai-timers
by Vijay Pai
· 10 years ago
c914c4a
Infrastructure for timer insertion, logging, and testing.
by Vijay Pai
· 10 years ago
fba5476
Merge pull request #1265 from nicolasnoble/gpr-platform
by Craig Tiller
· 10 years ago
6fb2938
Getting a bit more laxist with the various GPR rules.
by Nicolas "Pixel" Noble
· 10 years ago
e23cffb
Merge pull request #1264 from nicolasnoble/tls
by Craig Tiller
· 10 years ago
553a904
Fixing FreeBSD's TLS port_platform entry.
by Nicolas "Pixel" Noble
· 10 years ago
2e50a7a
Also fix rb_CallOps too.
by Yuki Yugui Sonoda
· 10 years ago
a7d369e
Use the prefix "grpc_rb_" rather than just "grpc_".
by Yuki Yugui Sonoda
· 10 years ago
0f75ff5
Merge branch 'master' into fix/prefix
by Yuki Yugui Sonoda
· 10 years ago
1be726c
Merge pull request #1047 from nicolasnoble/freebsd
by Vijay Pai
· 10 years ago
30cb596
Merge pull request #1249 from ctiller/tls
by Nicolas Noble
· 10 years ago
d74896f
Merge pull request #1188 from tbetbetbe/grpc_ruby_switch_to_new_call_api
by Jan Tattermusch
· 10 years ago
05f2d9f
Merge pull request #1257 from yang-g/codegennamespace
by Nicolas Noble
· 10 years ago
fd8f0ef
Merge pull request #1260 from donnadionne/python
by Tim Emiola
· 10 years ago
1df5689
Merge branch 'master' of github.com:google/grpc into python
by Donna Dionne
· 10 years ago
a6f49da
Merge pull request #1253 from soltanmm/auth-interop
by Tim Emiola
· 10 years ago
b48e010
Fixed bad op reference
by Tim Emiola
· 10 years ago
e8382de
Also fixing docker file to ensure service account is copied.
by Donna Dionne
· 10 years ago
5887383
python auth test command change
by Donna Dionne
· 10 years ago
2efdeba
Adds comments to clarify memory handling
by Tim Emiola
· 10 years ago
c8095bd
Merge pull request #1258 from yang-g/interop
by jboeuf
· 10 years ago
702c709
It turns out I missed an indirect dependency after all in 1244
by Yang Gao
· 10 years ago
1dc1a43
When the proto file does not contain a package, do not generate namespace
by Yang Gao
· 10 years ago
e8a0b40
Merge pull request #1016 from dklempner/no_kick_self
by Nicolas Noble
· 10 years ago
92cd367
Merge pull request #1244 from yang-g/interop
by Nicolas Noble
· 10 years ago
7a6d8fd
Merge branch 'master' of github.com:grpc/grpc into freebsd
by Nicolas "Pixel" Noble
· 10 years ago
046c665
Merge pull request #1255 from yang-g/headers
by Nicolas Noble
· 10 years ago
fa4549d
Add missing public headers
by Yang Gao
· 10 years ago
f017551
Merge pull request #1248 from mzhaom/bazel-build
by Nicolas Noble
· 10 years ago
746f5cb
Fix wrong docker instance in Python interop tests
by Masood Malekghassemi
· 10 years ago
3c0ba0c
Extend bazel BUILD file to build all the C/C++ libraries as well as
by Ming Zhao
· 10 years ago
6392d50
add indirect dependencies
by Yang Gao
· 10 years ago
0a43b34
Merge pull request #1251 from donnadionne/logs
by Michael Lumish
· 10 years ago
1c96a8f
Adding php client to interop tests.
by Donna Dionne
· 10 years ago
89cc873
Move timeout handling into the extension
by Tim Emiola
· 10 years ago
c8b55a3
Cleanup: remove redundant extension code
by Tim Emiola
· 10 years ago
495e9a8
Cleanup: remove redundant ruby code
by Tim Emiola
· 10 years ago
f90ce67
Updates BidiCall/ClientStub to the new Call API
by Tim Emiola
· 10 years ago
b22a21e
Update RPC server to use the new call API
by Tim Emiola
· 10 years ago
5684b40
Updates ActiveCall to use the new call API
by Tim Emiola
· 10 years ago
05e934f
Rewrite client_server_spec to use the new call API
by Tim Emiola
· 10 years ago
48b36b5
Updates Server#request_call in line with the new API
by Tim Emiola
· 10 years ago
1dae4ac
Adds Call#run_batch
by Tim Emiola
· 10 years ago
98a32d3
Adds symbols to access the fields in Status struct
by Tim Emiola
· 10 years ago
6de558f
Exposes the implementation of CompletionQueue#pluck
by Tim Emiola
· 10 years ago
6b493a3
Adds byte_buffer -> ruby string and char * -> byte_buffer convenience methods
by Tim Emiola
· 10 years ago
37b09f4
Adds the call operation codes
by Tim Emiola
· 10 years ago
564719d
Updates Channel#create_call to the new API
by Tim Emiola
· 10 years ago
b5d5fb3
Merge pull request #1240 from ctiller/qps
by Vijay Pai
· 10 years ago
8cca9ab
Thread local storage for grpc
by Craig Tiller
· 10 years ago
ffda067
Merge remote-tracking branch 'upstream/master' into interop
by Yang Gao
· 10 years ago
bad86a0
Merge pull request #1243 from jboeuf/cpp_creds_refactor
by Yang Gao
· 10 years ago
da0bebc
Merge pull request #1246 from tbetbetbe/grpc_tools_makefile_update_install_lns
by Michael Lumish
· 10 years ago
820e3d6
Fixes the Makefile template to link .so.<MAJOR_VERSION>
by Tim Emiola
· 10 years ago
fce25ee
Addressing comments.
by Julien Boeuf
· 10 years ago
66f37b4
Merge github.com:google/grpc into qps
by Craig Tiller
· 10 years ago
66048f4
Add reporting library, use it
by Craig Tiller
· 10 years ago
8158c6b
depend on what I use
by Yang Gao
· 10 years ago
41faf0f
s/11/1
by Craig Tiller
· 10 years ago
d241bcc
Avoid identifiers reserved by Ruby
by Yuki Yugui Sonoda
· 10 years ago
a400207
Split interop client and server into components
by Yang Gao
· 10 years ago
1d2240c
Have the secure credentials in separate header files.
by Julien Boeuf
· 10 years ago
e2ecc50
Merge pull request #1222 from ctiller/mac-fixes
by Nicolas Noble
· 10 years ago
176f921
Revert openssl
by Craig Tiller
· 10 years ago
c908eb6
:Merge branch 'qps' of github.com:ctiller/grpc into qps
by Craig Tiller
· 10 years ago
4cc8a17
Tweaks
by Craig Tiller
· 10 years ago
3ca65e3
Merge pull request #1238 from nicolasnoble/plugin-rework
by Yang Gao
· 10 years ago
d344bcc
Merge pull request #1234 from soltanmm/auth-interop
by Tim Emiola
· 10 years ago
0caebbf
Splitting gRPC service class codegen into its own set of files.
by Nicolas "Pixel" Noble
· 10 years ago
206d59a
fine tuning
by Craig Tiller
· 10 years ago
e6b0038
Add OAuth interop tests to Python
by Masood Malekghassemi
· 10 years ago
8221e40
Indentation fixes, s/11/1/g
by Craig Tiller
· 10 years ago
1c61af7
Dont sleep forever on async cq
by Craig Tiller
· 10 years ago
8a5a666
Handle errors better on client
by Craig Tiller
· 10 years ago
aa2fca5
Remove asserts
by Craig Tiller
· 10 years ago
2c2cf6d
Smoke test initial version
by Craig Tiller
· 10 years ago
e4b1cd0
Merge pull request #1237 from tbetbetbe/grpc_tools_deb_compute_release_tag
by Jan Tattermusch
· 10 years ago
03d6e60
Merge pull request #1235 from murgatroid99/php_memory_leaks
by Tim Emiola
· 10 years ago
2f4811f
Merge pull request #1233 from murgatroid99/php_generator_script
by Tim Emiola
· 10 years ago
2a9102c
Merge pull request #1236 from ctiller/qps
by Vijay Pai
· 10 years ago
c76b565
Use the release tag specified by the version
by Tim Emiola
· 10 years ago
b9de09f
Allow specifying warmup, benchmark times
by Craig Tiller
· 10 years ago
aa11066
Fixed memory leaks in PHP extension code
by murgatroid99
· 10 years ago
fb0edb8
Merge pull request #1231 from nicolasnoble/msys2-fix
by Craig Tiller
· 10 years ago
f726205
Port port_posix to port_windows.
by Craig Tiller
· 10 years ago
b8fce7f
Remove unix headers
by Craig Tiller
· 10 years ago
ee76f4f
Fix indentation
by Craig Tiller
· 10 years ago
34cf2f3
Begin port selection code for windows
by Craig Tiller
· 10 years ago
fef0c2d
Dont build uninteresting tests on Windows
by Craig Tiller
· 10 years ago
0ff7e69
Better defaulting of attributes
by Craig Tiller
· 10 years ago
Next »