aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Add != NULLGravatar Craig Tiller2015-04-21
|
* Fix indentationGravatar Craig Tiller2015-04-21
|
* Add /* NDEBUGS */ as appropriateGravatar Craig Tiller2015-04-21
|
* Remove expensive asserts from NDEBUG buildsGravatar Craig Tiller2015-04-20
|
* Uncomment accidentally commented stuffGravatar Craig Tiller2015-04-20
|
* Tweak testsGravatar Craig Tiller2015-04-20
|
* Merge github.com:grpc/grpc into batch-metadataGravatar Craig Tiller2015-04-20
|\
* | Addressing commentsGravatar Craig Tiller2015-04-20
| |
| * Merge pull request #1315 from jboeuf/security_connectorGravatar Craig Tiller2015-04-19
| |\ | | | | | | Refactoring of core security to remove the factories.
| | * Fixing inaccurate ruby test.Gravatar Julien Boeuf2015-04-18
| | |
| | * Refactoring of core security to remove the factories.Gravatar Julien Boeuf2015-04-17
| | | | | | | | | | | | | | | - Renamed security_context -> security_connector. - Credentials are now responsible for creating their own connectors.
| * | Remove usage of xrayGravatar Tim Emiola2015-04-17
| |/ | | | | | | | | | | | | | | - xray was useful during dev testing but is neither a dev or runtime dep - its presence causes issues for libraries that handle signals themselves Also - updates grpc.gemspec with requirements
* | clang-formatGravatar Craig Tiller2015-04-17
| |
* | Fix remaining allocation bugsGravatar Craig Tiller2015-04-17
| |
* | Random small fixesGravatar Craig Tiller2015-04-17
| |
* | clang-formatGravatar Craig Tiller2015-04-17
| |
* | Got rid of GRPC_SEND_STARTGravatar Craig Tiller2015-04-17
| |
| * Merge pull request #1297 from yugui/fix/headerGravatar Tim Emiola2015-04-17
| |\ | | | | | | Avoid implicit function declarations
| * \ Merge pull request #1295 from yugui/fix/typed-structGravatar Tim Emiola2015-04-17
| |\ \ | | | | | | | | Use TypedData_XXX instead of Data_XXX
| * \ \ Merge pull request #1292 from jboeuf/load_file_with_null_termGravatar Craig Tiller2015-04-17
| |\ \ \ | | | | | | | | | | Adding option to add a null terminator when loading a file.
| * \ \ \ Merge pull request #1302 from ↵Gravatar Jan Tattermusch2015-04-16
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_rpc_server_simple_signal_handling Grpc ruby rpc server simple signal handling
* | | | | | Progress towards transport using metadata batchesGravatar Craig Tiller2015-04-16
| | | | | |
| | | | | * Merge branch 'master' into fix/headerGravatar Yuki Yugui Sonoda2015-04-17
| | | | | |\ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Conflicts: src/ruby/ext/grpc/rb_grpc.c
| | | | * | Merge branch 'master' into fix/typed-structGravatar Yuki Yugui Sonoda2015-04-17
| | | | |\ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | Conflicts: src/ruby/ext/grpc/rb_grpc.c
| * | | | | Merge pull request #1288 from ctiller/init-fix2Gravatar Nicolas Noble2015-04-16
| |\ \ \ \ \ | | | | | | | | | | | | | | Get GRPC_TRACE tcp working again
* | | | | | | Move metadata batching to stream_opGravatar Craig Tiller2015-04-16
| | | | | | |
* | | | | | | clang-formatGravatar Craig Tiller2015-04-16
| | | | | | |
* | | | | | | Switching to batch oriented metadata passingGravatar Craig Tiller2015-04-16
|/ / / / / /
| | * | | | Fixes error with the keep-aliveGravatar Tim Emiola2015-04-16
| | | | | |
* | | | | | Merge pull request #1261 from ctiller/registered_callsGravatar Yang Gao2015-04-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Registered calls
| | | * | | | Updates the example servers to use #run_till_terminatedGravatar Tim Emiola2015-04-16
| | | | | | |
| | | * | | | Adds a #run_till_terminated func to RpcServerGravatar Tim Emiola2015-04-16
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - adds signal handling to RpcServer - ensures that very little behaviour occurs in the signal handling context - adds #run_till_terminated that launches a server in a thread and then handles signals that can be used to stop it.
| | | * | | Addressing comments.Gravatar Julien Boeuf2015-04-16
| | | | | |
* | | | | | Merge pull request #1294 from tbetbetbe/grpc_ruby_update_gem_depsGravatar Stanley Cheung2015-04-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Updates gem dependencies, style rules
| | * | | | | clang-formatGravatar Craig Tiller2015-04-16
| | | | | | |
| | * | | | | Use channel tags to call methodsGravatar Craig Tiller2015-04-16
| | | | | | |
| | * | | | | Populate channel tags for methodsGravatar Craig Tiller2015-04-16
| | | | | | |
| | * | | | | Add facility to register methods in C++Gravatar Craig Tiller2015-04-16
| | | | | | |
| | * | | | | Make RpcMethod constructor take all argsGravatar Craig Tiller2015-04-16
| | | | | | |
| | * | | | | Precreate RpcMethod instancesGravatar Craig Tiller2015-04-16
| | | | | | |
| | * | | | | clang-formatGravatar Craig Tiller2015-04-16
| | | | | | |
| | * | | | | Introduce ahead-of-time registration of (method,host) pairsGravatar Craig Tiller2015-04-16
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #1296 from yugui/fix/staticGravatar Tim Emiola2015-04-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Correct storage classes of variables an functions
* | | | | | | Removes nodejs pubsub exampleGravatar Tim Emiola2015-04-16
| | | | | | |
* | | | | | | Merge pull request #1293 from tbetbetbe/grpc_ruby_add_interop_cancellation_testsGravatar Jan Tattermusch2015-04-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Grpc ruby add interop cancellation tests
| | | | | | | * Avoid implicit function declarationsGravatar Yuki Yugui Sonoda2015-04-16
| |_|_|_|_|_|/ |/| | | | | |
| | * | | | | Make some functions staticGravatar Yuki Yugui Sonoda2015-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | They don't need to be extern
| | * | | | | Fix a linkage error with mac clangGravatar Yuki Yugui Sonoda2015-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent symbol cache variables from being instantiated multipe times.
| | * | | | | Make some global variables staticGravatar Yuki Yugui Sonoda2015-04-16
| |/ / / / / |/| | | | | | | | | | | | | | | | | They do not need to be extern.
| | | | | * Use TypedData for GRPC::Core::ServerCredentialsGravatar Yuki Yugui Sonoda2015-04-16
| | | | | |