Jan Tattermusch
a5935917c5
Merge pull request #14629 from jtattermusch/bump_boringssl
...
Update third_party/boringssl to the latest chromium-stable
7 years ago
Yang Gao
632ddf745e
Merge pull request #14616 from yang-g/strikke
...
Only increase strike once
7 years ago
Sree Kuchibhotla
980fc16157
Merge pull request #14632 from grpc/revert-14400-hook_alts
...
Revert "Add ALTS C stack to gRPC core"
7 years ago
Sree Kuchibhotla
ae277dd000
Revert "Add ALTS C stack to gRPC core"
7 years ago
kpayson64
b243732f3f
Merge pull request #14448 from kpayson64/remove_poller
...
Remove Python background poller thread
7 years ago
yang-g
4a15f4016e
Fix test
7 years ago
Jan Tattermusch
d606e36061
regenerate projects
7 years ago
Jan Tattermusch
999b650580
update third_party/boringssl to the latest chromium-stable
7 years ago
Yang Gao
8b875ac941
Merge pull request #14544 from danzh2010/udpinterface
...
Convert udp_server.cc to C++
7 years ago
kpayson64
a37e8deeae
Do poll for poll_posix engine when kicked with 0s timeout
7 years ago
Jan Tattermusch
66d110034e
Merge pull request #14613 from grpc/mit-mit-adddart
...
Add Dart, and move other repos into a table format
7 years ago
Jan Tattermusch
c1e6a845a8
Merge pull request #14120 from jakobr-google/dart
...
Add Dart support in interop test suite
7 years ago
Mark D. Roth
4135ef7012
Merge pull request #14400 from yihuazhang/hook_alts
...
Add ALTS C stack to gRPC core
7 years ago
Yihua Zhang
eaf6486677
Add ALTS code to grpc/core
7 years ago
yang-g
abd9d53a9f
Only increase strike once
7 years ago
apolcyn
14b470ac8f
Merge pull request #14609 from apolcyn/cleanup_grpc_py_binary
...
Clean up grpc_py_binary build rule
7 years ago
Michael Thomsen
67bffee822
Add Dart, and move other repos into a table format
7 years ago
Vijay Pai
237768893f
Merge pull request #14606 from vjpai/threadname
...
Fix a thread name
7 years ago
Alexander Polcyn
092f199474
Clean up grpc_py_binary build rule
7 years ago
Vijay Pai
02b64f5c91
Fix a thread name
7 years ago
Jakob Roland Andersen
3ebfe92fa1
Update grpc-dart repo after The Move.
7 years ago
danzh
1d6072c56f
Merge branch 'master' into udpinterface
7 years ago
Dan Zhang
8f91ad9e0c
use static_cast
7 years ago
Jakob Roland Andersen
cb36a2a92b
Use pre-built Dart docker image.
7 years ago
Jan Tattermusch
9b719b35d5
clone grpc-dart when running on kokoro
7 years ago
Jan Tattermusch
0d629f09f8
yapf format code
7 years ago
Jan Tattermusch
8d3f976fcb
fix sanity tests
7 years ago
Jakob Roland Andersen
c7dd4b4309
WIP: Add Dart support in interop
7 years ago
Vijay Pai
cab01dbfcd
Merge pull request #14600 from vjpai/sst
...
Thread name needs to only be alphanumeric+underscore+dash
7 years ago
Vijay Pai
809cf96c56
Name needs to only be alphanumeric+underscore+dash
7 years ago
Vijay Pai
50cecca24d
Merge pull request #14597 from vjpai/deinterpret
...
Use static_cast rather than reinterpret_cast whenever possible
7 years ago
Vijay Pai
7fed69b7ad
Use static_cast rather than reinterpret_cast whenever possible
7 years ago
Matt Kwong
673439d5bd
Merge pull request #14588 from ghostwriternr/task-runner-git-fix
...
Update Dockerfiles for python artifacts to use latest git version
7 years ago
Vijay Pai
d3f7c0f93e
Merge pull request #14478 from cookyt/tool-print-trailing-meta
...
Print trailing metadata in the "grpc_cli call" command.
7 years ago
Vijay Pai
5cb1c97c0b
Merge pull request #14458 from coryan/patch-1
...
Fix typo in constant name.
7 years ago
Zhouyihai Ding
d8feec29f5
Merge pull request #13580 from ZhouyihaiDing/protobuf_3.5.0_plugin
...
php_protobuf_plugin: update to protobuf 3.5.0 with reserved variables check
7 years ago
Naresh
32f7c48dad
Revert removals from python artifact dockerfiles
...
89ce16b
removed a few package installations from the dockerfiles for
building python artifacts. Revert them.
Revert certain package install removal from python artifact dockerfiles
7 years ago
ZhouyihaiDing
39a4746ca6
update php plugin with protobuf 3.5.0
7 years ago
Mark D. Roth
aa7fa513c1
Merge pull request #14582 from markdroth/fake_resolver_test_fix
...
Fix asan failure in fake_resolver_test.
7 years ago
Vijay Pai
e5335b49ec
Merge pull request #14532 from ncteisen/cpu
...
Remain consistent with #14493
7 years ago
Vijay Pai
0897bef6b0
Merge pull request #14586 from orijtech/master
...
doc: fix minor typo in spelling "mechanism"
7 years ago
Jan Tattermusch
79424cf46c
Merge pull request #14576 from jtattermusch/csharp_unity_xamarin_resources
...
C# useful unity & xamarin resources
7 years ago
Naresh
89ce16b6da
Update Dockerfiles for python artifacts to use latest git version
...
Due to a recent change (Feb 2018) in Github's policy to discontinue
support for weak cryptographic standards, older git versions stopped
working with Github repositories. The Dockerfiles for building python
artifacts currently uses git 2.0.5, that fails with an error `tlsv1
alert protocol version`.
The CentOS image by the latest source Dockerfile, `manylinux` comes
with the latest version of git as well, removing the need to manually
build git from source.
7 years ago
Vijay Pai
6eae794c9f
Merge pull request #14459 from vjpai/2phase_thd
...
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
7 years ago
Vijay Pai
4013f0ccda
Address reviewer comments
7 years ago
Emmanuel T Odeke
2bd7bf1504
doc: fix minor typo in spelling "mechanism"
...
s/mechanisim/mechanism/g
7 years ago
Vijay Pai
162ae4f50c
Remove std::thread, keep everything else unchanged ( #13 )
7 years ago
Mark D. Roth
6fc5aba81a
Fix asan failure in fake_resolver_test.
7 years ago
adelez
f22dae6b91
Merge pull request #14579 from adelez/foundry_integration
...
Fix msan command
7 years ago
Mehrdad Afshari
af85e8f16f
Merge pull request #14572 from mehrdada/master
...
Upmerge v1.10.x and add gorgeous for 1.11 to g_stands_for.md
7 years ago