Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow a build config called CONFIG=latprof that defines the appropriate | Vijay Pai | 2015-04-13 |
| | | | | | variables to set up the GRPC_LATENCY_PROFILER preprocessor macro so that timing actually takes place. | ||
* | Move files to a new "profiling" directory to better distinguish from census | Vijay Pai | 2015-04-13 |
| | | | | statistics | ||
* | Merge remote-tracking branch 'upstream/master' | Vijay Pai | 2015-04-13 |
|\ | |||
* \ | Merge branch 'timers' of https://github.com/vjpai/grpc into vjpai-timers | Vijay Pai | 2015-04-13 |
|\ \ | |||
| * | | Infrastructure for timer insertion, logging, and testing. | Vijay Pai | 2015-04-13 |
| | | | |||
| | * | Merge pull request #1188 from tbetbetbe/grpc_ruby_switch_to_new_call_api | Jan Tattermusch | 2015-04-10 |
| | |\ | | | | | | | | | Grpc ruby switch to new call api | ||
| | * | | Merge pull request #1257 from yang-g/codegennamespace | Nicolas Noble | 2015-04-10 |
| |/| | |/| | | | | | | | When the proto file does not contain a package, do not generate namespac... | ||
| | | * | Fixed bad op reference | Tim Emiola | 2015-04-10 |
| | | | | |||
| | | * | Adds comments to clarify memory handling | Tim Emiola | 2015-04-10 |
| | | | | |||
| | * | | When the proto file does not contain a package, do not generate namespace | Yang Gao | 2015-04-10 |
| | | | | |||
* | | | | Merge pull request #1016 from dklempner/no_kick_self | Nicolas Noble | 2015-04-10 |
|\ \ \ \ | |_|/ / |/| | | | Remove the current poller from the watch list to avoid immediately kicki... | ||
| | | * | Move timeout handling into the extension | Tim Emiola | 2015-04-10 |
| | | | | |||
| | | * | Cleanup: remove redundant extension code | Tim Emiola | 2015-04-10 |
| | | | | |||
| | | * | Cleanup: remove redundant ruby code | Tim Emiola | 2015-04-10 |
| | | | | |||
| | | * | Updates BidiCall/ClientStub to the new Call API | Tim Emiola | 2015-04-10 |
| | | | | |||
| | | * | Update RPC server to use the new call API | Tim Emiola | 2015-04-10 |
| | | | | |||
| | | * | Updates ActiveCall to use the new call API | Tim Emiola | 2015-04-10 |
| | | | | |||
| | | * | Rewrite client_server_spec to use the new call API | Tim Emiola | 2015-04-10 |
| | | | | |||
| | | * | Updates Server#request_call in line with the new API | Tim Emiola | 2015-04-10 |
| | | | | |||
| | | * | Adds Call#run_batch | Tim Emiola | 2015-04-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | - named run_batch rather than start_batch - this is because the func starts the batch, but additionally waits for it to complete | ||
| | | * | Adds symbols to access the fields in Status struct | Tim Emiola | 2015-04-10 |
| | | | | |||
| | | * | Exposes the implementation of CompletionQueue#pluck | Tim Emiola | 2015-04-10 |
| | | | | | | | | | | | | | | | | | | | | - allows it to be used from other files, e.g, in Call#run_batch - this keeps code related to releasing the GIL during #pluck in one place | ||
| | | * | Adds byte_buffer -> ruby string and char * -> byte_buffer convenience methods | Tim Emiola | 2015-04-10 |
| | | | | |||
| | | * | Adds the call operation codes | Tim Emiola | 2015-04-10 |
| | | | | |||
| | | * | Updates Channel#create_call to the new API | Tim Emiola | 2015-04-10 |
| |_|/ |/| | | |||
* | | | Merge pull request #1243 from jboeuf/cpp_creds_refactor | Yang Gao | 2015-04-10 |
|\ \ \ | | | | | | | | | Have the secure credentials in separate header files. | ||
| * | | | Addressing comments. | Julien Boeuf | 2015-04-10 |
| | | | | |||
| * | | | Have the secure credentials in separate header files. | Julien Boeuf | 2015-04-09 |
| | | | | |||
* | | | | Merge pull request #1222 from ctiller/mac-fixes | Nicolas Noble | 2015-04-09 |
|\ \ \ \ | |/ / / |/| | | | Mac fixes | ||
* | | | | Merge pull request #1238 from nicolasnoble/plugin-rework | Yang Gao | 2015-04-09 |
|\ \ \ \ | | | | | | | | | | | Splitting gRPC service class codegen into its own set of files. | ||
* \ \ \ \ | Merge pull request #1234 from soltanmm/auth-interop | Tim Emiola | 2015-04-09 |
|\ \ \ \ \ | | | | | | | | | | | | | Add auth interop for Python | ||
| | * | | | | Splitting gRPC service class codegen into its own set of files. | Nicolas "Pixel" Noble | 2015-04-09 |
| | | | | | | |||
| * | | | | | Add OAuth interop tests to Python | Masood Malekghassemi | 2015-04-09 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | Also adds the commands to the grpc_docker shell library script to support running in docker. | ||
* | | | | | Merge pull request #1235 from murgatroid99/php_memory_leaks | Tim Emiola | 2015-04-09 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixed memory leaks in PHP extension code | ||
* \ \ \ \ \ | Merge pull request #1233 from murgatroid99/php_generator_script | Tim Emiola | 2015-04-09 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Added script to generate test .php files from .proto files | ||
| | * | | | | Fixed memory leaks in PHP extension code | murgatroid99 | 2015-04-08 |
| | | | | | | |||
| * | | | | | Simplified script | murgatroid99 | 2015-04-08 |
| | | | | | | |||
| * | | | | | Added script to generate test .php files from .proto files | murgatroid99 | 2015-04-08 |
| |/ / / / | |||
* | / / / | Fixing msys2 compilation... | Nicolas "Pixel" Noble | 2015-04-08 |
| |/ / / |/| | | | |||
* | | | | Merge pull request #1226 from murgatroid99/objective_c_plugin | Tim Emiola | 2015-04-08 |
|\ \ \ \ | | | | | | | | | | | Objective C protoc plugin | ||
* \ \ \ \ | Merge pull request #1221 from jtattermusch/math_server | Tim Emiola | 2015-04-08 |
|\ \ \ \ \ | | | | | | | | | | | | | Added example math server | ||
| | | | * | | clang-format | Craig Tiller | 2015-04-07 |
| | | | | | | |||
| | | | * | | Update Windows build for interface changes | Craig Tiller | 2015-04-07 |
| | | | | | | |||
| | | | * | | Fix server shutdown | Craig Tiller | 2015-04-07 |
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A previous fix to make close() occur later can cause socket reuse by servers to fail as previous sockets are left asynchronously open. This change: - adds a callback to TCP server shutdown to signal that the server is completely shutdown - wait for that callback before destroying listeners in the server (and before destroying the server) - handles fallout | ||
* | | | | | Merge pull request #1202 from atombender/fix-python-build-on-mac | Masood Malekghassemi | 2015-04-07 |
|\ \ \ \ \ | | | | | | | | | | | | | Python: OS X doesn't have librt, so don't link to it. | ||
| | | * | | | Made Objective C plugin build without error | murgatroid99 | 2015-04-07 |
| | | | | | | |||
* | | | | | | add calltype decl where missing | Jan Tattermusch | 2015-04-07 |
| |_|_|/ / |/| | | | | |||
| * | | | | OS X doesn't have librt, so don't link to it. | Alexander Staubo | 2015-04-07 |
|/ / / / | |||
| | * | | Created Objective C stub code generators | murgatroid99 | 2015-04-07 |
| | | | | |||
* | | | | Merge pull request #1218 from tbetbetbe/grpc_ruby_release_0_6_0 | Abhishek Kumar | 2015-04-07 |
|\ \ \ \ | | | | | | | | | | | Bump ruby version to match the new release |