aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Allow a build config called CONFIG=latprof that defines the appropriateGravatar Vijay Pai2015-04-13
* Move files to a new "profiling" directory to better distinguish from censusGravatar Vijay Pai2015-04-13
* Merge branch 'vjpai-timers' into timersGravatar Vijay Pai2015-04-13
|\
| * Merge remote-tracking branch 'upstream/master'Gravatar Vijay Pai2015-04-13
| |\
| * \ Merge branch 'vjpai-timers'Gravatar Vijay Pai2015-04-13
| |\ \ | |/ / |/| |
* | | Merge branch 'vjpai-timers' into timersGravatar Vijay Pai2015-04-13
|\ \ \
| * \ \ Merge branch 'timers' of https://github.com/vjpai/grpc into vjpai-timersGravatar Vijay Pai2015-04-13
| |\ \ \ | |/ / / |/| / / | |/ /
* | | Infrastructure for timer insertion, logging, and testing.Gravatar Vijay Pai2015-04-13
| | * Merge pull request #1265 from nicolasnoble/gpr-platformGravatar Craig Tiller2015-04-12
| | |\
| | | * Getting a bit more laxist with the various GPR rules.Gravatar Nicolas "Pixel" Noble2015-04-12
| | |/
| | * Merge pull request #1264 from nicolasnoble/tlsGravatar Craig Tiller2015-04-11
| | |\
| | | * Fixing FreeBSD's TLS port_platform entry.Gravatar Nicolas "Pixel" Noble2015-04-11
| | |/
| | * Merge pull request #1047 from nicolasnoble/freebsdGravatar Vijay Pai2015-04-10
| | |\
| | * \ Merge pull request #1249 from ctiller/tlsGravatar Nicolas Noble2015-04-10
| | |\ \
| | * \ \ Merge pull request #1188 from tbetbetbe/grpc_ruby_switch_to_new_call_apiGravatar Jan Tattermusch2015-04-10
| | |\ \ \
| | * \ \ \ Merge pull request #1257 from yang-g/codegennamespaceGravatar Nicolas Noble2015-04-10
| | |\ \ \ \
| | * \ \ \ \ Merge pull request #1260 from donnadionne/pythonGravatar Tim Emiola2015-04-10
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'master' of github.com:google/grpc into pythonGravatar Donna Dionne2015-04-10
| | | |\ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge pull request #1253 from soltanmm/auth-interopGravatar Tim Emiola2015-04-10
| | |\ \ \ \ \ \
| | | | | | * | | Fixed bad op referenceGravatar Tim Emiola2015-04-10
| | | | * | | | | Also fixing docker file to ensure service account is copied.Gravatar Donna Dionne2015-04-10
| | | | * | | | | python auth test command changeGravatar Donna Dionne2015-04-10
| | |_|/ / / / / | |/| | | | | |
| | | | | * | | Adds comments to clarify memory handlingGravatar Tim Emiola2015-04-10
| | * | | | | | Merge pull request #1258 from yang-g/interopGravatar jboeuf2015-04-10
| |/| | | | | |
| | * | | | | | It turns out I missed an indirect dependency after all in 1244Gravatar Yang Gao2015-04-10
| | | | * | | | When the proto file does not contain a package, do not generate namespaceGravatar Yang Gao2015-04-10
| * | | | | | | Merge pull request #1016 from dklempner/no_kick_selfGravatar Nicolas Noble2015-04-10
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #1244 from yang-g/interopGravatar Nicolas Noble2015-04-10
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | | | | | | * Merge branch 'master' of github.com:grpc/grpc into freebsdGravatar Nicolas "Pixel" Noble2015-04-10
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge pull request #1255 from yang-g/headersGravatar Nicolas Noble2015-04-10
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add missing public headersGravatar Yang Gao2015-04-10
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #1248 from mzhaom/bazel-buildGravatar Nicolas Noble2015-04-10
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | | | | * | | | Fix wrong docker instance in Python interop testsGravatar Masood Malekghassemi2015-04-10
| | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Extend bazel BUILD file to build all the C/C++ libraries as well asGravatar Ming Zhao2015-04-10
| |/ / / / / /
| | * | | | | add indirect dependenciesGravatar Yang Gao2015-04-10
| * | | | | | Merge pull request #1251 from donnadionne/logsGravatar Michael Lumish2015-04-10
| |\ \ \ \ \ \
| | * | | | | | Adding php client to interop tests.Gravatar Donna Dionne2015-04-10
| | | | | * | | Move timeout handling into the extensionGravatar Tim Emiola2015-04-10
| | | | | * | | Cleanup: remove redundant extension codeGravatar Tim Emiola2015-04-10
| | | | | * | | Cleanup: remove redundant ruby codeGravatar Tim Emiola2015-04-10
| | | | | * | | Updates BidiCall/ClientStub to the new Call APIGravatar Tim Emiola2015-04-10
| | | | | * | | Update RPC server to use the new call APIGravatar Tim Emiola2015-04-10
| | | | | * | | Updates ActiveCall to use the new call APIGravatar Tim Emiola2015-04-10
| | | | | * | | Rewrite client_server_spec to use the new call APIGravatar 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