Mark D. Roth
7c2a58c107
Fix build problems.
8 years ago
David Garcia Quintas
54698a9184
Updated with PR comments.
8 years ago
Craig Tiller
9053ec01fe
Remove now redundant line
8 years ago
Craig Tiller
75f065d022
Correct direction of inequality
8 years ago
Stanley Cheung
db782ca03d
Merge pull request #7389 from stanley-cheung/php-fix-interop-test-1_0
...
PHP: fix interop tests breakage
8 years ago
kpayson64
bda40a0301
Merge pull request #7383 from kpayson64/skip_exit_test
...
Skip exit_test until flake is fixed
8 years ago
Mark D. Roth
dfbdefedd3
Added handshaker.[ch] to build.yaml.
8 years ago
Mark D. Roth
1d3b2cc849
clang-format
8 years ago
Mark D. Roth
c05539f8a4
Tweaked grpc_handshaker API and added grpc_handshake_manager API.
8 years ago
kpayson64
57e89b08d4
Merge pull request #7378 from kpayson64/py_doc_touchup
...
Document rpc details as string type
8 years ago
Craig Tiller
741cd45e93
Merge pull request #7385 from stanley-cheung/php-fix-interop-test
...
PHP: fix interop tests breakage
8 years ago
Robbie Shade
db4f1967d0
Merge branch 'master' into move_timeout_encoding
8 years ago
David Garcia Quintas
824363dc2f
Simplified LR filter
8 years ago
yang-g
05573f1692
Make Server::Wait work for async only server.
8 years ago
Craig Tiller
4723576a40
Merge github.com:grpc/grpc into delayed-write
8 years ago
Craig Tiller
706f5bb7c2
Document refcounting
8 years ago
Craig Tiller
1b656542cf
Document creation function
8 years ago
Stanley Cheung
998b230f4e
php: fix interop tests breakage
8 years ago
Craig Tiller
2ea0104fc4
Add a quick note on the write chain execution\nthis is changed already in a future commit, so this should be enough for now
8 years ago
Stanley Cheung
febe79116c
php: fix interop tests breakage
8 years ago
Stanley Cheung
3fb819fd2a
Merge pull request #7364 from stanley-cheung/php-prepare-for-ga
...
php: prepare for GA release
8 years ago
Craig Tiller
6f59a86ae3
Update comment
8 years ago
Craig Tiller
5d0c1f0da2
Describe workqueue_enqueue better
8 years ago
Vijay Pai
5fde20d9f0
clang-format
8 years ago
Vijay Pai
40317fd720
Resolve pernicious race between destructor and thread functions by insisting that destructor is invoked after the class has gone back to being a harmless single-threaded thing.
8 years ago
Masood Malekghassemi
3acddb20db
Remove Python 'loader' hack
8 years ago
Nicolas Noble
a529300053
Merge pull request #7346 from murgatroid99/ruby_ga_documentation_fixes
...
Improved some Ruby inline documentation
8 years ago
Nicolas "Pixel" Noble
f55adec54e
And remaining random leftover items.
8 years ago
Masood Malekghassemi
e9b90e5e1f
Move Python.h include out of loader code
...
To make a certain private code base work in a certain way nicer than the
current way.
8 years ago
Ken Payson
84401116a8
Skip exit_test until flake is fixed
8 years ago
Julien Boeuf
b87d106875
Checking in new roots.
8 years ago
kpayson64
85fa79d228
Merge pull request #7363 from stanley-cheung/php-prepare-for-ga-v1_0branch
...
php: prepare for GA release
8 years ago
kpayson64
279d8369d5
Merge pull request #7375 from soltanmm/zomg
...
Fix missing source file
8 years ago
kpayson64
45b509a7d1
Merge pull request #7354 from soltanmm/prescribe-more-rest
...
Restructure reStructured text to be valid
8 years ago
Nicolas "Pixel" Noble
e053e730d2
Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std::thread.
8 years ago
Muxi Yan
4a7aca0e4b
Establish Objective C end-to-end core test with Cronet
8 years ago
Craig Tiller
8da7b1f779
Fix some failures
8 years ago
Ken Payson
c41f81aeeb
Document rpc details as string type
8 years ago
Vijay Pai
ad7c527618
Temporary workaround by setting up a deadline on server shutdown.
...
This reveals an issue that needs to be solved:
D0713 14:48:28.049861213 14503 server.c:704] Waiting for 44 channels and 0/1 listeners to be destroyed before shutting down server
8 years ago
Jorge Canizales
800a71cfb3
Don't always import Protobuf like a framework
...
If the macro isn't set, e.g. for Bazel compilations, import the way it was done before fb4a54541a
.
8 years ago
Masood Malekghassemi
d66be0b6f6
Set more build-flags in `setup.py`s
...
Removes MinGW flags from various build scripts, since they're now set in
our `setup.py`s by default. Also removes the arguments for the
extensions in grpcio's setup.py; that function was already accessing
globals anyway, might as well go whole-hog.
8 years ago
Masood Malekghassemi
c153337d04
Fix missing source file
8 years ago
kpayson64
cb6d26afd0
Merge pull request #7366 from y-zeng/fix-chttp2-parsing-msg
...
Remove unnecessary "Failed parsing HTTP2" detail
8 years ago
Craig Tiller
ad1bd46028
Failure reporting fix
8 years ago
Craig Tiller
d4c5bd8512
Merge github.com:grpc/grpc into delayed-write
8 years ago
Robbie Shade
7e8b4173a9
Use the new socket creation api in udp_server.c
8 years ago
Nicolas Noble
7a70bb5486
Merge pull request #7265 from thunderboltsid/issue-7094-retry
...
Retrying: Make the testing scripts executable on Python 3.x
8 years ago
Nicolas Noble
77041372ba
Merge pull request #7112 from thunderboltsid/issue-7110
...
Add dockerfile for pyenv and modify run_tests.py to include py35 and py36
8 years ago
Alexander Polcyn
78aa4580fd
Add csharp check to return val of byte_buffer_reader_init
8 years ago
Jorge Canizales
377427a7bd
Merge pull request #7357 from grpc/v1.0.x
...
Automatic v1.0.x -> master upmerge
8 years ago