David Garcia Quintas
6721d4f0f1
Return success status of grpc_byte_buffer_reader
9 years ago
murgatroid99
5756c6862b
Added a comment about Ruby queue destruction
9 years ago
murgatroid99
9acc40f9b6
Simplified Ruby completion queue destruction code
9 years ago
murgatroid99
d9d9ba9302
Updated compression tests with batch API changes
9 years ago
murgatroid99
00338657d9
Fix bug that occasionally caused a call to be deleted twice
9 years ago
yang-g
2cecece0d3
Add a unit test for compression.
9 years ago
murgatroid99
f519df8147
Update version to 0.15.0
9 years ago
murgatroid99
d29a3bf004
Update master branch to 0.16.0-dev
9 years ago
murgatroid99
67e2525892
Fix handling of one error in bidi calls, and one interop server method
9 years ago
murgatroid99
674f55a9ac
Fixed missing variable propagation
9 years ago
murgatroid99
635c1caf3b
Fixed ruby timeout_on_sleeping_server implementation
9 years ago
murgatroid99
1fa96c5c49
Removed an extra mark object, fixed some documentation
9 years ago
murgatroid99
5ea4a99d8c
Finished removing CompletionQueue from Ruby API, made some changes for clarity
9 years ago
Yuchen Zeng
654db3d33e
Regenerate build files
9 years ago
Sree Kuchibhotla
492fd96182
generate_projects.sh after adding grpc_use_signal() API
9 years ago
Adam Michalik
b97e2d145e
Add C++ support for using external FD
9 years ago
Adam Michalik
bf10c82bf8
implement support for adding external fd to server
9 years ago
Adam Michalik
321b1fb1c2
separate posix functionality to grpc_posix.h
9 years ago
Adam Michalik
46cc2acc3e
add tests
9 years ago
murgatroid99
ec1588ba87
Ruby: Moved completion queue entirely into extension code
9 years ago
Alistair Veitch
4aaba75a82
initial implementation of resource handling
9 years ago
murgatroid99
cc0f4e1c80
Remove Ruby copy initializers. They don't make sense with wrapped structs, and we don't use them anyway
9 years ago
Craig Tiller
48ed92ea38
GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN
9 years ago
Makarand Dharmapurikar
2a2599b5ca
incremental fix - removed cronet dependency from grpc_secure
9 years ago
Ken Payson
dce1ee6c84
Fixed ruby fd bug
9 years ago
murgatroid99
2939e2f9f7
Update ruby perf code with keyword args changes
9 years ago
murgatroid99
74cb8f5e6d
Removed remaining reference to timeout argument from ruby interop client
9 years ago
murgatroid99
fb2877d4c8
Updated ruby interop client with keyword argument changes
9 years ago
murgatroid99
b39ad701ea
Added comments to ruby code generation
9 years ago
murgatroid99
ae34a370e3
Finished updating code and tests with keyword argument changes
9 years ago
murgatroid99
746ea97afd
Finished removing ruby-level signal handlers again
9 years ago
murgatroid99
e68a71582f
Fixed a couple of issues, removed ruby-level signal handling again
9 years ago
David Garcia Quintas
51341eaa06
regenerated projects
9 years ago
murgatroid99
19bf00b69b
Re-added signal handlers to cancel calls and shut down servers
9 years ago
murgatroid99
c0ecedba83
Made signal handling properly handle non-killing signals
9 years ago
murgatroid99
76733cf196
Removed remaining references to old server handling code
9 years ago
murgatroid99
d595fb6557
Handle signals properly when dropping GVL
9 years ago
murgatroid99
b19f181f3e
Avoid using unspecified keyword args where possible
9 years ago
makdharma
c2ec95bad4
Revert "Revert "cronet wrapper code""
9 years ago
murgatroid99
878816956c
Update release version to 0.14.2-pre1
9 years ago
murgatroid99
c1c6b3c80d
Update release version to 0.14.1
9 years ago
murgatroid99
7573dfc16b
Fixed references in grpc-tools gemspec
9 years ago
Nicolas "Pixel" Noble
2c75731b68
The release branch is now 0.14.1-pre1.
9 years ago
Nicolas "Pixel" Noble
5ecdda759a
Processing the 0.14 release.
9 years ago
murgatroid99
585ceca214
Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby
9 years ago
murgatroid99
3080ede82c
Allow Ruby client code to set a user agent
9 years ago
David Garcia Quintas
a301eaade8
Allow servers to select compression level via initial MD.
...
Setting the newly added compression_level field of
grpc_op::send_initial_metadata by a server now has the effect of
applying that compression level for the subsequent call messages leaving
the server. The ultimate meaning of the level depends on the client's
supported compression algorithms.
9 years ago
Nicolas "Pixel" Noble
0545d7fa69
Revert "Merge pull request #6214 from makdharma/master"
...
This reverts commit 48d833a9d8
, reversing
changes made to 66e9d8e8a7
.
9 years ago
Craig Tiller
42342cbebb
Revert "cronet wrapper code"
9 years ago
murgatroid99
cf239e7309
Add a default handler to Ruby services that returns UNIMPLEMENTED
9 years ago