Mark D. Roth
c05539f8a4
Tweaked grpc_handshaker API and added grpc_handshake_manager API.
8 years ago
yang-g
05573f1692
Make Server::Wait work for async only server.
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
Craig Tiller
6f59a86ae3
Update comment
8 years ago
Craig Tiller
5d0c1f0da2
Describe workqueue_enqueue better
8 years ago
Masood Malekghassemi
3acddb20db
Remove Python 'loader' hack
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
Muxi Yan
4a7aca0e4b
Establish Objective C end-to-end core test with Cronet
8 years ago
Ken Payson
c41f81aeeb
Document rpc details as string type
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
Craig Tiller
ad1bd46028
Failure reporting fix
8 years ago
Robbie Shade
7e8b4173a9
Use the new socket creation api in udp_server.c
8 years ago
Alexander Polcyn
78aa4580fd
Add csharp check to return val of byte_buffer_reader_init
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
Craig Tiller
6ca5437b61
Fix potential null ptr deref
8 years ago
Mark D. Roth
74e03a24ae
Add handshaker API.
8 years ago
Stanley Cheung
9055160b07
php: prepare for GA release
8 years ago
Stanley Cheung
67bccfed99
php: prepare for GA release
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
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
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
Alexander Polcyn
3403565ca4
updated inner class comment
8 years ago
Alexander Polcyn
81aab14ba6
simplified client streaming compression request enumerable
8 years ago
Ken Payson
4d425522bf
Remove early adopter code
8 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.
8 years ago
murgatroid99
580a64af24
Improved some Ruby inline documentation
8 years ago
Alexander Polcyn
cdff92f02e
added ruby client compression interop tests
8 years ago
Masood Malekghassemi
ac59245624
Clang-format all the things
8 years ago
Ken Payson
f7f47a6d26
Added Glossary to docs with metadata definition
8 years ago
Craig Tiller
609dc2d360
Fix rare flake
8 years ago
Alex Polcyn
7c55ab090a
removed unnecessary public methods removed tests of non api methods
8 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.
8 years ago
Nicolas "Pixel" Noble
49bfb92dc1
Master is now 1.1.0-dev.
8 years ago
Nicolas "Pixel" Noble
8c72ae43f9
Flagging master as 1.0.0-pre1.
8 years ago
David Garcia Quintas
ef6b991d63
Fix tsan race
8 years ago
Ken Payson
b5b6f93e00
Updated python qps tests to use GA server API
...
This should have been included as part of
45c0f2b305
8 years ago
Nicolas "Pixel" Noble
9183314435
Addressing comments.
8 years ago
Nathaniel Manista
1ab04e6b46
Add more assertions to _rpc_test
8 years ago