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
Robbie Shade
7f6864ac12
Use grpc_error instead of bool in udp_server's on_read
8 years ago
Robbie Shade
ae8c64dc00
Correct error handling for failed set_sockopt calls in udp_server.c
8 years ago
Stanley Cheung
ce3d05c753
add back version to composer.json file
8 years ago
Stanley Cheung
6085191145
add back version to composer.json file
8 years ago
Muxi Yan
7deb5fd795
Establish Objective C end-to-end core test with Cronet
8 years ago
makdharma
9195ea0f2a
Merge pull request #7359 from jcanizales/p0-protoc-podspec
...
Distribute ProtoC and the plugin as pods
8 years ago
kpayson64
6ee6a54820
Merge pull request #7353 from kpayson64/fix_cygrpc_test
...
Fix cygrpc test
8 years ago
Craig Tiller
6ca5437b61
Fix potential null ptr deref
8 years ago
Vijay Pai
a831651aa5
Unify and make consistent the per-thread shutdown process
8 years ago
kpayson64
5820f8c597
Merge pull request #7044 from yang-g/slice
...
Add API to get C slice from C++ Slice.
8 years ago
kpayson64
d3d739284b
Merge pull request #6539 from soltanmm/clngfrmt-aoa
...
Add src/compiler to clang-formatting pass
8 years ago
Craig Tiller
89a717f615
Merge github.com:grpc/grpc into delayed-write
8 years ago
Stanley Cheung
9055160b07
php: prepare for GA release
8 years ago
Craig Tiller
b5ee1cdcb9
Dont stall shutting down server
8 years ago
Stanley Cheung
67bccfed99
php: prepare for GA release
8 years ago
Craig Tiller
38fb8de100
get timeouts working on run_tests.py again
8 years ago
kpayson64
875f633cda
Merge pull request #7355 from soltanmm/count-bleck
...
Add special methods to generated Python docs
8 years ago
Jorge Canizales
1e6d1272df
Set Travis clone depth to 1, to alleviate workload
...
This should make Travis only test the last commit of every PR.
8 years ago
Jorge Canizales
76628706ac
Fix Travis not finding !ProtoCompiler-gRPC.podspec
8 years ago
Craig Tiller
e64d693050
Better fine-tuning
8 years ago
kpayson64
286ff57ffd
Merge pull request #7248 from yang-g/server_test
...
Initialize variable.
8 years ago
Nicolas Noble
f439736c77
Merge pull request #7356 from nicolasnoble/cherry-pick-fix
...
Use test roots.pem in test - cherry-picking for v1.0.x
8 years ago
yang-g
7ace180dde
Use test roots.pem in test
8 years ago
Craig Tiller
61e2040de0
Get json_run_localhost working again
8 years ago
Jorge Canizales
7be9450cf2
Merge pull request #7350 from nicolasnoble/upmerge-0_15-1_0
...
Upmerge 0.15 -> 1.0
8 years ago
Craig Tiller
72376da8ba
Get json_run_localhost working again
8 years ago
Ken Payson
cc06b91b7f
Change sequence of client/server events
...
This is for https://github.com/grpc/grpc/pull/6737 when
start_batch will no longer put data on the wire
8 years ago
Craig Tiller
9e3691c5bd
Actually run json_run_localhost tests
8 years ago
kpayson64
9880525a3a
Merge pull request #7257 from yang-g/sequential_con
...
Use test roots.pem in test
8 years ago
kpayson64
d75d5ea79f
Merge pull request #7317 from soltanmm/tadpoles
...
Patch spawn for Python 'unix' compilers instead of link
8 years ago
kpayson64
4faea6b56c
Merge pull request #7290 from soltanmm/auto-cy
...
Fallback to generating files if not generated
8 years ago
kpayson64
e99acfff14
Merge pull request #7338 from kpayson64/remove_py_cruft
...
Removed early adopter code
8 years ago
Masood Malekghassemi
48d07c6489
Add special methods to generated Python docs
...
Also removes an old-now-spurious `make` invocation from the docgen.py
helper script.
8 years ago
Masood Malekghassemi
165f9a713b
Restructure reStructured text to be valid
8 years ago
Craig Tiller
bdfa39c3cf
Better error message
8 years ago
Alexander Polcyn
535b71dce4
changed compression request streaming enumerable to set write flag on every message
8 years ago
Craig Tiller
b19dbead67
Make request freelists per cq, to allow drastically higher requested call counts
8 years ago