Mark D. Roth
1d3b2cc849
clang-format
9 years ago
Mark D. Roth
c05539f8a4
Tweaked grpc_handshaker API and added grpc_handshake_manager API.
9 years ago
Craig Tiller
706f5bb7c2
Document refcounting
9 years ago
Craig Tiller
1b656542cf
Document creation function
9 years ago
Stanley Cheung
998b230f4e
php: fix interop tests breakage
9 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
9 years ago
Craig Tiller
6f59a86ae3
Update comment
9 years ago
Craig Tiller
5d0c1f0da2
Describe workqueue_enqueue better
9 years ago
Ken Payson
84401116a8
Skip exit_test until flake is fixed
9 years ago
Muxi Yan
4a7aca0e4b
Establish Objective C end-to-end core test with Cronet
9 years ago
Craig Tiller
ad1bd46028
Failure reporting fix
9 years ago
Alexander Polcyn
78aa4580fd
Add csharp check to return val of byte_buffer_reader_init
9 years ago
Stanley Cheung
ce3d05c753
add back version to composer.json file
9 years ago
Muxi Yan
7deb5fd795
Establish Objective C end-to-end core test with Cronet
9 years ago
Craig Tiller
6ca5437b61
Fix potential null ptr deref
9 years ago
Mark D. Roth
74e03a24ae
Add handshaker API.
9 years ago
Stanley Cheung
9055160b07
php: prepare for GA release
9 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
9 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.
9 years ago
Craig Tiller
bdfa39c3cf
Better error message
9 years ago
Alexander Polcyn
535b71dce4
changed compression request streaming enumerable to set write flag on every message
9 years ago
Craig Tiller
b19dbead67
Make request freelists per cq, to allow drastically higher requested call counts
9 years ago
Alexander Polcyn
3403565ca4
updated inner class comment
9 years ago
Alexander Polcyn
81aab14ba6
simplified client streaming compression request enumerable
9 years ago
Ken Payson
4d425522bf
Remove early adopter code
9 years ago
Masood Malekghassemi
c3e3ae5862
Patch `spawn` for Python 'unix' compilers instead
...
Before we patched the link command, now we just patch `spawn` as an
updatable catch-all solution to ARG_MAX limitations on bash for MSYS and
MinGW and friends.
9 years ago
Alexander Polcyn
cdff92f02e
added ruby client compression interop tests
9 years ago
Masood Malekghassemi
ac59245624
Clang-format all the things
9 years ago
Ken Payson
f7f47a6d26
Added Glossary to docs with metadata definition
9 years ago
Craig Tiller
609dc2d360
Fix rare flake
9 years ago
Alex Polcyn
7c55ab090a
removed unnecessary public methods removed tests of non api methods
9 years ago
Eric Richardson
8e769fdc95
Fix arguments for calls to Ruby's `Time.at`
...
`Time.at` takes microseconds as a second arg, not nanoseconds. Fixes
conversion of deadline time on the server-side.
9 years ago
Nicolas "Pixel" Noble
49bfb92dc1
Master is now 1.1.0-dev.
9 years ago
Nicolas "Pixel" Noble
8c72ae43f9
Flagging master as 1.0.0-pre1.
9 years ago
David Garcia Quintas
ef6b991d63
Fix tsan race
9 years ago
Ken Payson
b5b6f93e00
Updated python qps tests to use GA server API
...
This should have been included as part of
45c0f2b305
9 years ago
Nicolas "Pixel" Noble
9183314435
Addressing comments.
9 years ago
Nathaniel Manista
1ab04e6b46
Add more assertions to _rpc_test
9 years ago
Ken Payson
16e7f5826b
Updated exit_test for new grpc.Server API
...
This should have been part of a6b2a5a090
9 years ago
Ken Payson
9adeaffa10
Implemented python status_code_and_message interop test
9 years ago
yang-g
9275d4067c
Shutdown the listeners early when destroying the tcp_server
9 years ago
Craig Tiller
9a5b4348f8
clang-format
9 years ago
yang-g
e89dc6ceb6
Make Server::Wait work for async only server.
9 years ago
Alexander Polcyn
a0a0e1f7db
Removed expectations of entire provided algorithms list in tests
9 years ago
Alexander Polcyn
6c4709e275
replaced constant compress level names with ids
9 years ago
Jorge Canizales
54e28ad79e
Tests Podfile cleanup
9 years ago
Jorge Canizales
45bb7f36b4
Use the deployed protoc spec in samples and README
9 years ago
Ken Payson
136ea365e3
Hold onto the GIL in __dealloc__ functions
...
When a child thread triggers __dealloc__ as part of a thread being
joined, the thread is already considered to be "joined", and so
releasing the GIL can allow the main thread to proceed to exit,
which introduces shutdown race conditions/memory leaks.
9 years ago
Jorge Canizales
eb3ebc5828
gRPC plugin podspec: license & deployment target
...
For the spec to pass linting.
9 years ago
Jorge Canizales
92450dd0e5
ProtoCompiler.podspec: license & deployment target
...
For the spec to pass linting.
9 years ago