aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fixing a couple of minor bugs, and adding a few tests.Gravatar Nicolas Noble2015-01-27
* Addressing latest comments.Gravatar Nicolas Noble2015-01-28
* Fixing a few typos.Gravatar Nicolas Noble2015-01-26
* Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-26
|\
* | Addressing comments.Gravatar Nicolas Noble2015-01-26
| * Merge pull request #221 from murgatroid99/node_surface_cancellationGravatar Tim Emiola2015-01-26
| |\
| * \ Merge pull request #212 from tbetbetbe/grpc_ruby_fix_markdown_in_readmeGravatar Michael Lumish2015-01-26
| |\ \
| | | * Merge branch 'master' of github.com:google/grpc into node_surface_cancellationGravatar murgatroid992015-01-26
| | | |\ | | |_|/ | |/| |
| | | * Added cancel to client APIs and cancelled event to server APIsGravatar murgatroid992015-01-26
| * | | Merge pull request #220 from ctiller/clang-fmtGravatar Nicolas Noble2015-01-26
| |\ \ \
| * \ \ \ Merge pull request #213 from murgatroid99/node_run_tests_pyGravatar Nicolas Noble2015-01-26
| |\ \ \ \
| | | * | | Remove clang-format toolsGravatar Craig Tiller2015-01-26
| | |/ / / | |/| | |
| | * | | Updated commentGravatar murgatroid992015-01-26
| | | | * Added cancel to surface callsGravatar murgatroid992015-01-26
| * | | | Merge pull request #211 from murgatroid99/node_fix_test_hangGravatar Tim Emiola2015-01-26
| |\ \ \ \
| | | | * | Fixes markdown sytax errorsGravatar Tim Emiola2015-01-26
| | | | | * Merge branch 'node_run_tests_py' into node_surface_cancellationGravatar murgatroid992015-01-26
| | |_|_|/| | |/| | |/ | | | |/|
| * | | | Merge pull request #188 from ctiller/bprintfGravatar Nicolas Noble2015-01-26
| |\ \ \ \
* | | | | | Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-26
|\| | | | |
| * | | | | Merge pull request #208 from tbetbetbe/grpc_tools_docker_pull_java_from_githubGravatar donnadionne2015-01-26
| |\ \ \ \ \
| | | | * \ \ Merge branch 'master' of github.com:google/grpc into node_fix_test_hangGravatar murgatroid992015-01-26
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| | | | | * | Got run_tests.py and node tests workingGravatar murgatroid992015-01-26
| * | | | | | Merge pull request #210 from chen-wang/tipsGravatar Yang Gao2015-01-26
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #207 from murgatroid99/node_remove_implicit_type_coersionGravatar Tim Emiola2015-01-26
| |\ \ \ \ \ \ \
| | | * | | | | | 1) Add protection header macroGravatar Chen Wang2015-01-26
| | | | * | | | | Updates the java dockerfile and client command to reflect recent flag changesGravatar Tim Emiola2015-01-26
| | | | * | | | | Updates the Java Dockerfiles to pull source from GitHubGravatar Tim Emiola2015-01-26
| | | | * | | | | Switched to using protobuf-2.6.1 for nowGravatar Tim Emiola2015-01-26
| | * | | | | | | Merge branch 'master' of github.com:google/grpc into node_remove_implicit_typ...Gravatar murgatroid992015-01-26
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | | | | | | * | Started fixing php test runnerGravatar murgatroid992015-01-26
| * | | | | | | | Merge pull request #189 from murgatroid99/node_simplify_streamsGravatar Tim Emiola2015-01-26
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | | | | * | | | Updates java_base to pull in protobufGravatar Tim Emiola2015-01-26
| | | | | * | | | Updates the Java Dockerfiles to pull source from GitHubGravatar Tim Emiola2015-01-26
| | |_|_|/ / / / | |/| | | | | |
| | | | | | | * Merge branch 'node_fix_test_hang' into node_run_tests_pyGravatar murgatroid992015-01-26
| | | | | | | |\ | | | | | | | |/ | | | | | | |/|
| | | | | | * | Added missing server shutdown to interop test runnerGravatar murgatroid992015-01-26
| | | | |_|/ / | | | |/| | |
| | | | | | * Added node test runnerGravatar murgatroid992015-01-26
| | |_|_|_|/ | |/| | | |
| | | * | | Removed all instances of == in js filesGravatar murgatroid992015-01-26
| | | * | | Merge branch 'node_simplify_streams' into node_remove_implicit_type_coersionGravatar murgatroid992015-01-26
| | |/| | | | |/|/ / /
| | * | | Shortened a functionGravatar murgatroid992015-01-26
| * | | | Merge pull request #197 from nicolasnoble/win32-socketsGravatar Craig Tiller2015-01-25
| |\ \ \ \
| * \ \ \ \ Merge pull request #196 from nicolasnoble/win32Gravatar Craig Tiller2015-01-25
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #198 from nicolasnoble/murmurGravatar Craig Tiller2015-01-25
| |\ \ \ \ \ \
| | * | | | | | Fixing an extremely suspicious-looking paradigm in murmur_hash.cGravatar Nicolas "Pixel" Noble2015-01-25
| |/ / / / / /
| | | * / / / Fixing a few winsocket misuses.Gravatar Nicolas "Pixel" Noble2015-01-24
| | |/ / / /
| | * / / / Adding Visual Studio filters.Gravatar Nicolas 'Pixel' Noble2015-01-24
| |/ / / /
| | | | * remove stale commentGravatar Craig Tiller2015-01-23
| | | | * Use a simpler growth algorithmGravatar Craig Tiller2015-01-23
| * | | | Merge pull request #193 from nathanielmanistaatgoogle/python-introductionGravatar Nicolas Noble2015-01-23
| |\ \ \ \
| * \ \ \ \ Merge pull request #190 from yang-g/credsGravatar donnadionne2015-01-23
| |\ \ \ \ \
| | | * | | | Add the _framework.face package.Gravatar Nathaniel Manista2015-01-24