aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/ext
Commit message (Expand)AuthorAge
* Merge github.com:grpc/grpc into one-passGravatar Craig Tiller2015-04-24
|\
* | clang-formatGravatar Craig Tiller2015-04-24
| * Corrects bad return values in C error-handling blockGravatar Tim Emiola2015-04-24
|/
* Merge pull request #1297 from yugui/fix/headerGravatar Tim Emiola2015-04-17
|\
| * Merge branch 'master' into fix/headerGravatar Yuki Yugui Sonoda2015-04-17
| |\
* | \ Merge branch 'master' into fix/typed-structGravatar Yuki Yugui Sonoda2015-04-17
|\ \ \ | | |/ | |/|
| | * Avoid implicit function declarationsGravatar Yuki Yugui Sonoda2015-04-16
| * | Make some functions staticGravatar Yuki Yugui Sonoda2015-04-16
| * | Fix a linkage error with mac clangGravatar Yuki Yugui Sonoda2015-04-16
| * | Make some global variables staticGravatar Yuki Yugui Sonoda2015-04-16
| |/
* | Use TypedData for GRPC::Core::ServerCredentialsGravatar Yuki Yugui Sonoda2015-04-16
* | Use TypedData for GRPC::Core::ServerGravatar Yuki Yugui Sonoda2015-04-16
* | Use TypedData for GRPC::Core::TimeSpecGravatar Yuki Yugui Sonoda2015-04-16
* | Use TypedData for GRPC::Core::CredentialsGravatar Yuki Yugui Sonoda2015-04-16
* | Use TypedData for GRPC::Core::CompletionQueueGravatar Yuki Yugui Sonoda2015-04-16
* | Use TypedData for TmpChannelArgsGravatar Yuki Yugui Sonoda2015-04-16
* | Use TypedData for GRPC::Core::ChannelGravatar Yuki Yugui Sonoda2015-04-16
* | Use TypedData for GRPC::Core::MetadataArrayGravatar Yuki Yugui Sonoda2015-04-16
* | Use TypedData_XXX instead of Data_XXX for GRPC::Core::CallGravatar Yuki Yugui Sonoda2015-04-16
|/
* Also fix rb_CallOps too.Gravatar Yuki Yugui Sonoda2015-04-11
* Use the prefix "grpc_rb_" rather than just "grpc_".Gravatar Yuki Yugui Sonoda2015-04-11
* Merge branch 'master' into fix/prefixGravatar Yuki Yugui Sonoda2015-04-11
|\
| * Fixed bad op referenceGravatar Tim Emiola2015-04-10
| * Adds comments to clarify memory handlingGravatar Tim Emiola2015-04-10
| * Move timeout handling into the extensionGravatar Tim Emiola2015-04-10
| * Cleanup: remove redundant extension codeGravatar Tim Emiola2015-04-10
| * Updates Server#request_call in line with the new APIGravatar Tim Emiola2015-04-10
| * Adds Call#run_batchGravatar Tim Emiola2015-04-10
| * Adds symbols to access the fields in Status structGravatar Tim Emiola2015-04-10
| * Exposes the implementation of CompletionQueue#pluckGravatar Tim Emiola2015-04-10
| * Adds byte_buffer -> ruby string and char * -> byte_buffer convenience methodsGravatar Tim Emiola2015-04-10
| * Adds the call operation codesGravatar Tim Emiola2015-04-10
| * Updates Channel#create_call to the new APIGravatar Tim Emiola2015-04-10
* | Avoid identifiers reserved by RubyGravatar Yuki Yugui Sonoda2015-04-10
|/
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
|\
* | Updates the ruby C extension to match the new secure C server APIGravatar Tim Emiola2015-03-05
| * Support ruby 2.2.0Gravatar mattn2015-02-28
|/
* Added ruby tests to run_tests.pyGravatar murgatroid992015-02-27
* Reflect a C-api name changeGravatar Tim Emiola2015-02-24
* Merge pull request #540 from ctiller/copyrightGravatar Tim Emiola2015-02-18
|\
| * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
| * Update copyright to 2015Gravatar Craig Tiller2015-02-18
* | Updates the module name in C extension, ensuring it compilesGravatar Tim Emiola2015-02-17
|/
* Fixes a event compiler errorGravatar Tim Emiola2015-02-09
* Prepare for the new batch call API.Gravatar Craig Tiller2015-02-02
* sync up with masterGravatar Yang Gao2015-01-27
|\
| * Cleans up some compiler warningsGravatar Tim Emiola2015-01-26
| * Updates rb_server.c to return the created port when it's non-zeroGravatar Tim Emiola2015-01-26
* | run clang-formatGravatar Yang Gao2015-01-26
|/
* Merge branch 'master' of github.com:google/grpc into merge_new_invoke_apiGravatar murgatroid992015-01-23
|\