Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Allow a build config called CONFIG=latprof that defines the appropriate | Vijay Pai | 2015-04-13 |
* | Move files to a new "profiling" directory to better distinguish from census | Vijay Pai | 2015-04-13 |
* | Merge branch 'vjpai-timers' into timers | Vijay Pai | 2015-04-13 |
|\ | |||
| * | Merge remote-tracking branch 'upstream/master' | Vijay Pai | 2015-04-13 |
| |\ | |||
| * \ | Merge branch 'vjpai-timers' | Vijay Pai | 2015-04-13 |
| |\ \ | |/ / |/| | | |||
* | | | Merge branch 'vjpai-timers' into timers | 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 #1265 from nicolasnoble/gpr-platform | Craig Tiller | 2015-04-12 |
| | |\ | |||
| | | * | Getting a bit more laxist with the various GPR rules. | Nicolas "Pixel" Noble | 2015-04-12 |
| | |/ | |||
| | * | Merge pull request #1264 from nicolasnoble/tls | Craig Tiller | 2015-04-11 |
| | |\ | |||
| | | * | Fixing FreeBSD's TLS port_platform entry. | Nicolas "Pixel" Noble | 2015-04-11 |
| | |/ | |||
| | * | Merge pull request #1047 from nicolasnoble/freebsd | Vijay Pai | 2015-04-10 |
| | |\ | |||
| | * \ | Merge pull request #1249 from ctiller/tls | Nicolas Noble | 2015-04-10 |
| | |\ \ | |||
| | * \ \ | Merge pull request #1188 from tbetbetbe/grpc_ruby_switch_to_new_call_api | Jan Tattermusch | 2015-04-10 |
| | |\ \ \ | |||
| | * \ \ \ | Merge pull request #1257 from yang-g/codegennamespace | Nicolas Noble | 2015-04-10 |
| | |\ \ \ \ | |||
| | * \ \ \ \ | Merge pull request #1260 from donnadionne/python | Tim Emiola | 2015-04-10 |
| | |\ \ \ \ \ | |||
| | | * \ \ \ \ | Merge branch 'master' of github.com:google/grpc into python | Donna Dionne | 2015-04-10 |
| | | |\ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||
| | * | | | | | | Merge pull request #1253 from soltanmm/auth-interop | Tim Emiola | 2015-04-10 |
| | |\ \ \ \ \ \ | |||
| | | | | | * | | | Fixed bad op reference | Tim Emiola | 2015-04-10 |
| | | | * | | | | | Also fixing docker file to ensure service account is copied. | Donna Dionne | 2015-04-10 |
| | | | * | | | | | python auth test command change | Donna Dionne | 2015-04-10 |
| | |_|/ / / / / | |/| | | | | | | |||
| | | | | * | | | Adds comments to clarify memory handling | Tim Emiola | 2015-04-10 |
| | * | | | | | | Merge pull request #1258 from yang-g/interop | jboeuf | 2015-04-10 |
| |/| | | | | | | |||
| | * | | | | | | It turns out I missed an indirect dependency after all in 1244 | Yang Gao | 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 |
| |\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ | Merge pull request #1244 from yang-g/interop | Nicolas Noble | 2015-04-10 |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||
| | | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into freebsd | Nicolas "Pixel" Noble | 2015-04-10 |
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||
| * | | | | | | | | Merge pull request #1255 from yang-g/headers | Nicolas Noble | 2015-04-10 |
| |\ \ \ \ \ \ \ \ | |||
| | * | | | | | | | | Add missing public headers | Yang Gao | 2015-04-10 |
| | | |_|_|/ / / / | | |/| | | | | | | |||
| * | | | | | | | | Merge pull request #1248 from mzhaom/bazel-build | Nicolas Noble | 2015-04-10 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||
| | | | | * | | | | Fix wrong docker instance in Python interop tests | Masood Malekghassemi | 2015-04-10 |
| | |_|_|/ / / / | |/| | | | | | | |||
| | * | | | | | | Extend bazel BUILD file to build all the C/C++ libraries as well as | Ming Zhao | 2015-04-10 |
| |/ / / / / / | |||
| | * | | | | | add indirect dependencies | Yang Gao | 2015-04-10 |
| * | | | | | | Merge pull request #1251 from donnadionne/logs | Michael Lumish | 2015-04-10 |
| |\ \ \ \ \ \ | |||
| | * | | | | | | Adding php client to interop tests. | Donna Dionne | 2015-04-10 |
| | | | | * | | | 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 |
| | | | | * | | | 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 |
| | | | | * | | | 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 |