aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
Commit message (Expand)AuthorAge
* Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-16
|\
* \ Merge pull request #7293 from apolcyn/send_metadata_from_server_handlerGravatar kpayson642016-08-15
|\ \
| * | use sent flag only under mutex and dont fail in send_initial_metadataGravatar Alexander Polcyn2016-08-11
| * | add mutex wrapper around sending and modifying of initial metadataGravatar Alexander Polcyn2016-08-11
| | * remove dedicated thread for read loop in ruby bidi callsGravatar Alexander Polcyn2016-08-08
* | | Merge pull request #6774 from a-veitch/add_resourceGravatar kpayson642016-08-02
|\ \ \
| | | * Bumping to 1.0.0-pre2.Gravatar Nicolas "Pixel" Noble2016-07-29
* | | | Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-07-29
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge remote-tracking branch 'upstream/v1.0.x' into ruby_tools_plugin_argGravatar murgatroid992016-07-28
| |\ \ \
| | * \ \ Merge pull request #7534 from murgatroid99/ruby_tools_script_namingGravatar kpayson642016-07-27
| | |\ \ \
| * | | | | Ruby Tools: automatically include plugin argument in protoc commandGravatar murgatroid992016-07-27
| |/ / / /
| * | | | Updated ruby protos to use new _pb filenameGravatar Ken Payson2016-07-26
| | * | | Remove .rb suffix from grpc-tools scripts, to be consistent with other gemsGravatar murgatroid992016-07-26
| |/ / /
* | | | Rerun generate_projects.shGravatar murgatroid992016-07-25
* | | | Merge v1.0.x into masterGravatar murgatroid992016-07-22
|\| | |
| | * | merge to upstream/masterGravatar Alistair Veitch2016-07-21
| | |\ \ | |_|/ / |/| | |
| | | * Moved sending of initial metadata from server into server handlerGravatar Alex Polcyn2016-07-20
| |_|/ |/| |
| * | Remove undefined reference warning in Ruby buildGravatar murgatroid992016-07-19
| * | Make new linker warning linux-onlyGravatar murgatroid992016-07-19
| * | Fix undefined reference in Ruby code, add linker warningGravatar murgatroid992016-07-19
* | | Merge pull request #7284 from ewr/FixRubyTimeConversionGravatar kpayson642016-07-18
|\ \ \
* \ \ \ Merge pull request #7347 from apolcyn/add_ruby_client_compression_interop_testsGravatar kpayson642016-07-15
|\ \ \ \
| * | | | changed compression request streaming enumerable to set write flag on every m...Gravatar Alexander Polcyn2016-07-12
| * | | | updated inner class commentGravatar Alexander Polcyn2016-07-12
| * | | | simplified client streaming compression request enumerableGravatar Alexander Polcyn2016-07-12
| | | * | Improved some Ruby inline documentationGravatar murgatroid992016-07-12
| * | | | added ruby client compression interop testsGravatar Alexander Polcyn2016-07-12
| * | | | removed unnecessary public methods removed tests of non api methodsGravatar Alex Polcyn2016-07-12
| | * | | Fix arguments for calls to Ruby's `Time.at`Gravatar Eric Richardson2016-07-12
| |/ / / |/| | |
* | | | Master is now 1.1.0-dev.Gravatar Nicolas "Pixel" Noble2016-07-12
| |/ / |/| |
* | | Flagging master as 1.0.0-pre1.Gravatar Nicolas "Pixel" Noble2016-07-12
| * | Removed expectations of entire provided algorithms list in testsGravatar Alexander Polcyn2016-07-11
| * | replaced constant compress level names with idsGravatar Alexander Polcyn2016-07-11
| * | fixed unreferenced self C parametersGravatar Alex Polcyn2016-07-10
| * | Replaced private ruby methods with internal c functionsGravatar Alexander Polcyn2016-07-10
| * | Added ruby wrapper for grpc_compression_optionsGravatar Alexander Polcyn2016-07-10
|/ /
* | Merge branch 'master' into ruby_api_review_changesGravatar murgatroid992016-07-08
|\ \
* | | Revert changes to SingleReqView and MultiReqViewGravatar murgatroid992016-07-08
| * | Merge pull request #7270 from kpayson64/ruby_ga_changeGravatar kpayson642016-07-07
| |\ \
* | | | Split incoming initial and trailing metadata in Ruby callsGravatar murgatroid992016-07-07
| | * | Change cancelled to cancelled?Gravatar Ken Payson2016-07-07
| |/ / |/| |
| * | Merge branch 'fix_cpp_deps' of https://github.com/dgquintas/grpc into bb_read...Gravatar David Garcia Quintas2016-07-06
| |\ \ | |/ / |/| |
| * | regenerated projectsGravatar David Garcia Quintas2016-06-30
| * | Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
* | | Added a comment about Ruby queue destructionGravatar murgatroid992016-06-30
* | | Simplified Ruby completion queue destruction codeGravatar murgatroid992016-06-30
* | | Updated compression tests with batch API changesGravatar murgatroid992016-06-29
* | | Resolved merge conflicts with masterGravatar murgatroid992016-06-28
|\| |
* | | Fix bug that occasionally caused a call to be deleted twiceGravatar murgatroid992016-06-28
| * | Add a unit test for compression.Gravatar yang-g2016-06-26