Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add != NULL | Craig Tiller | 2015-04-21 |
| | |||
* | Fix indentation | Craig Tiller | 2015-04-21 |
| | |||
* | Add /* NDEBUGS */ as appropriate | Craig Tiller | 2015-04-21 |
| | |||
* | Remove expensive asserts from NDEBUG builds | Craig Tiller | 2015-04-20 |
| | |||
* | Uncomment accidentally commented stuff | Craig Tiller | 2015-04-20 |
| | |||
* | Tweak tests | Craig Tiller | 2015-04-20 |
| | |||
* | Merge github.com:grpc/grpc into batch-metadata | Craig Tiller | 2015-04-20 |
|\ | |||
* | | Addressing comments | Craig Tiller | 2015-04-20 |
| | | |||
| * | Merge pull request #1315 from jboeuf/security_connector | Craig Tiller | 2015-04-19 |
| |\ | | | | | | | Refactoring of core security to remove the factories. | ||
| | * | Fixing inaccurate ruby test. | Julien Boeuf | 2015-04-18 |
| | | | |||
| | * | Refactoring of core security to remove the factories. | Julien Boeuf | 2015-04-17 |
| | | | | | | | | | | | | | | | - Renamed security_context -> security_connector. - Credentials are now responsible for creating their own connectors. | ||
| * | | Remove usage of xray | Tim Emiola | 2015-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-format | Craig Tiller | 2015-04-17 |
| | | |||
* | | Fix remaining allocation bugs | Craig Tiller | 2015-04-17 |
| | | |||
* | | Random small fixes | Craig Tiller | 2015-04-17 |
| | | |||
* | | clang-format | Craig Tiller | 2015-04-17 |
| | | |||
* | | Got rid of GRPC_SEND_START | Craig Tiller | 2015-04-17 |
| | | |||
| * | Merge pull request #1297 from yugui/fix/header | Tim Emiola | 2015-04-17 |
| |\ | | | | | | | Avoid implicit function declarations | ||
| * \ | Merge pull request #1295 from yugui/fix/typed-struct | Tim Emiola | 2015-04-17 |
| |\ \ | | | | | | | | | Use TypedData_XXX instead of Data_XXX | ||
| * \ \ | Merge pull request #1292 from jboeuf/load_file_with_null_term | Craig Tiller | 2015-04-17 |
| |\ \ \ | | | | | | | | | | | Adding option to add a null terminator when loading a file. | ||
| * \ \ \ | Merge pull request #1302 from ↵ | Jan Tattermusch | 2015-04-16 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_rpc_server_simple_signal_handling Grpc ruby rpc server simple signal handling | ||
* | | | | | | Progress towards transport using metadata batches | Craig Tiller | 2015-04-16 |
| | | | | | | |||
| | | | | * | Merge branch 'master' into fix/header | Yuki Yugui Sonoda | 2015-04-17 |
| | | | | |\ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | Conflicts: src/ruby/ext/grpc/rb_grpc.c | ||
| | | | * | | Merge branch 'master' into fix/typed-struct | Yuki Yugui Sonoda | 2015-04-17 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | Conflicts: src/ruby/ext/grpc/rb_grpc.c | ||
| * | | | | | Merge pull request #1288 from ctiller/init-fix2 | Nicolas Noble | 2015-04-16 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Get GRPC_TRACE tcp working again | ||
* | | | | | | | Move metadata batching to stream_op | Craig Tiller | 2015-04-16 |
| | | | | | | | |||
* | | | | | | | clang-format | Craig Tiller | 2015-04-16 |
| | | | | | | | |||
* | | | | | | | Switching to batch oriented metadata passing | Craig Tiller | 2015-04-16 |
|/ / / / / / | |||
| | * | | | | Fixes error with the keep-alive | Tim Emiola | 2015-04-16 |
| | | | | | | |||
* | | | | | | Merge pull request #1261 from ctiller/registered_calls | Yang Gao | 2015-04-16 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Registered calls | ||
| | | * | | | | Updates the example servers to use #run_till_terminated | Tim Emiola | 2015-04-16 |
| | | | | | | | |||
| | | * | | | | Adds a #run_till_terminated func to RpcServer | Tim Emiola | 2015-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. | Julien Boeuf | 2015-04-16 |
| | | | | | | |||
* | | | | | | Merge pull request #1294 from tbetbetbe/grpc_ruby_update_gem_deps | Stanley Cheung | 2015-04-16 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Updates gem dependencies, style rules | ||
| | * | | | | | clang-format | Craig Tiller | 2015-04-16 |
| | | | | | | | |||
| | * | | | | | Use channel tags to call methods | Craig Tiller | 2015-04-16 |
| | | | | | | | |||
| | * | | | | | Populate channel tags for methods | Craig Tiller | 2015-04-16 |
| | | | | | | | |||
| | * | | | | | Add facility to register methods in C++ | Craig Tiller | 2015-04-16 |
| | | | | | | | |||
| | * | | | | | Make RpcMethod constructor take all args | Craig Tiller | 2015-04-16 |
| | | | | | | | |||
| | * | | | | | Precreate RpcMethod instances | Craig Tiller | 2015-04-16 |
| | | | | | | | |||
| | * | | | | | clang-format | Craig Tiller | 2015-04-16 |
| | | | | | | | |||
| | * | | | | | Introduce ahead-of-time registration of (method,host) pairs | Craig Tiller | 2015-04-16 |
| |/ / / / / |/| | | | | | |||
* | | | | | | Merge pull request #1296 from yugui/fix/static | Tim Emiola | 2015-04-16 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Correct storage classes of variables an functions | ||
* | | | | | | | Removes nodejs pubsub example | Tim Emiola | 2015-04-16 |
| | | | | | | | |||
* | | | | | | | Merge pull request #1293 from tbetbetbe/grpc_ruby_add_interop_cancellation_tests | Jan Tattermusch | 2015-04-16 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Grpc ruby add interop cancellation tests | ||
| | | | | | | * | Avoid implicit function declarations | Yuki Yugui Sonoda | 2015-04-16 |
| |_|_|_|_|_|/ |/| | | | | | | |||
| | * | | | | | Make some functions static | Yuki Yugui Sonoda | 2015-04-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | They don't need to be extern | ||
| | * | | | | | Fix a linkage error with mac clang | Yuki Yugui Sonoda | 2015-04-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent symbol cache variables from being instantiated multipe times. | ||
| | * | | | | | Make some global variables static | Yuki Yugui Sonoda | 2015-04-16 |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | They do not need to be extern. | ||
| | | | | * | Use TypedData for GRPC::Core::ServerCredentials | Yuki Yugui Sonoda | 2015-04-16 |
| | | | | | |