Craig Tiller
5d0c1f0da2
Describe workqueue_enqueue better
9 years ago
Vijay Pai
5fde20d9f0
clang-format
9 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.
9 years ago
Masood Malekghassemi
3acddb20db
Remove Python 'loader' hack
9 years ago
Nicolas Noble
a529300053
Merge pull request #7346 from murgatroid99/ruby_ga_documentation_fixes
...
Improved some Ruby inline documentation
9 years ago
Nicolas "Pixel" Noble
f55adec54e
And remaining random leftover items.
9 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.
9 years ago
Ken Payson
84401116a8
Skip exit_test until flake is fixed
9 years ago
Julien Boeuf
b87d106875
Checking in new roots.
9 years ago
kpayson64
85fa79d228
Merge pull request #7363 from stanley-cheung/php-prepare-for-ga-v1_0branch
...
php: prepare for GA release
9 years ago
kpayson64
279d8369d5
Merge pull request #7375 from soltanmm/zomg
...
Fix missing source file
9 years ago
kpayson64
45b509a7d1
Merge pull request #7354 from soltanmm/prescribe-more-rest
...
Restructure reStructured text to be valid
9 years ago
Nicolas "Pixel" Noble
e053e730d2
Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std::thread.
9 years ago
Muxi Yan
4a7aca0e4b
Establish Objective C end-to-end core test with Cronet
9 years ago
Craig Tiller
8da7b1f779
Fix some failures
9 years ago
Ken Payson
c41f81aeeb
Document rpc details as string type
9 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
9 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
.
9 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.
9 years ago
Masood Malekghassemi
c153337d04
Fix missing source file
9 years ago
kpayson64
cb6d26afd0
Merge pull request #7366 from y-zeng/fix-chttp2-parsing-msg
...
Remove unnecessary "Failed parsing HTTP2" detail
9 years ago
Craig Tiller
ad1bd46028
Failure reporting fix
9 years ago
Craig Tiller
d4c5bd8512
Merge github.com:grpc/grpc into delayed-write
9 years ago
Robbie Shade
7e8b4173a9
Use the new socket creation api in udp_server.c
9 years ago
Nicolas Noble
7a70bb5486
Merge pull request #7265 from thunderboltsid/issue-7094-retry
...
Retrying: Make the testing scripts executable on Python 3.x
9 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
9 years ago
Alexander Polcyn
78aa4580fd
Add csharp check to return val of byte_buffer_reader_init
9 years ago
Jorge Canizales
377427a7bd
Merge pull request #7357 from grpc/v1.0.x
...
Automatic v1.0.x -> master upmerge
9 years ago
Robbie Shade
7f6864ac12
Use grpc_error instead of bool in udp_server's on_read
9 years ago
Robbie Shade
ae8c64dc00
Correct error handling for failed set_sockopt calls in udp_server.c
9 years ago
Stanley Cheung
ce3d05c753
add back version to composer.json file
9 years ago
Stanley Cheung
6085191145
add back version to composer.json file
9 years ago
Robbie Shade
710d242e89
Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transport
9 years ago
Muxi Yan
7deb5fd795
Establish Objective C end-to-end core test with Cronet
9 years ago
makdharma
9195ea0f2a
Merge pull request #7359 from jcanizales/p0-protoc-podspec
...
Distribute ProtoC and the plugin as pods
9 years ago
kpayson64
6ee6a54820
Merge pull request #7353 from kpayson64/fix_cygrpc_test
...
Fix cygrpc test
9 years ago
Craig Tiller
6ca5437b61
Fix potential null ptr deref
9 years ago
Vijay Pai
a831651aa5
Unify and make consistent the per-thread shutdown process
9 years ago
kpayson64
5820f8c597
Merge pull request #7044 from yang-g/slice
...
Add API to get C slice from C++ Slice.
9 years ago
kpayson64
d3d739284b
Merge pull request #6539 from soltanmm/clngfrmt-aoa
...
Add src/compiler to clang-formatting pass
9 years ago
Mark D. Roth
74e03a24ae
Add handshaker API.
9 years ago
Craig Tiller
89a717f615
Merge github.com:grpc/grpc into delayed-write
9 years ago
Stanley Cheung
9055160b07
php: prepare for GA release
9 years ago
Craig Tiller
b5ee1cdcb9
Dont stall shutting down server
9 years ago
Stanley Cheung
67bccfed99
php: prepare for GA release
9 years ago
Craig Tiller
38fb8de100
get timeouts working on run_tests.py again
9 years ago
kpayson64
875f633cda
Merge pull request #7355 from soltanmm/count-bleck
...
Add special methods to generated Python docs
9 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.
9 years ago
Jorge Canizales
76628706ac
Fix Travis not finding !ProtoCompiler-gRPC.podspec
9 years ago
Craig Tiller
e64d693050
Better fine-tuning
9 years ago