Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix copyright | Craig Tiller | 2016-02-19 |
| | |||
* | Reinstate sockpair tests | Craig Tiller | 2016-02-19 |
| | |||
* | Reinstate sockpair tests: part 0 | Craig Tiller | 2016-02-19 |
| | |||
* | Fix copyrights | Craig Tiller | 2016-02-18 |
| | |||
* | Decouple filter selection from channel construction | Craig Tiller | 2016-02-17 |
| | | | | | | | | | Allow plugins to extend the set of filters used by gRPC core: - plugins at construction time can register against the 'channel_init' system to be allowed to mutate a new channel_stack_builder type - channel_stack_builder provides a central and rather dynamic place to construct the list of filters required by a channel stack - ultimately we construct the channel stack in the fashion we always have This is also a prerequisite step to allowing filters to be implemented from wrapped languages. | ||
* | clang format | David Garcia Quintas | 2016-02-17 |
| | |||
* | Fixed refactoring of grpc_arg pointer vtable | David Garcia Quintas | 2016-02-17 |
| | |||
* | Merge pull request #4859 from ctiller/sceq | Sree Kuchibhotla | 2016-02-17 |
|\ | | | | | Subchannel Sharing [The interop tests failures and Basic test failures are unrelated to this change. Merging] | ||
* \ | Merge pull request #5186 from yang-g/inherit_from_grpc_library | Sree Kuchibhotla | 2016-02-17 |
|\ \ | | | | | | | Provide explicit API for user to set user agent string prefix | ||
| | * | Merge github.com:grpc/grpc into sceq | Craig Tiller | 2016-02-17 |
| | |\ | |||
* | | | | Document variable names | Vijay Pai | 2016-02-17 |
| | | | | |||
* | | | | Use more variables for better explanations | Vijay Pai | 2016-02-17 |
| | | | | |||
* | | | | Use three different load-factors and document load-factor variable | Vijay Pai | 2016-02-17 |
| | | | | |||
* | | | | Merge branch 'master' into loaded | Vijay Pai | 2016-02-16 |
|\ \ \ \ | | |_|/ | |/| | | |||
| * | | | Fix copyright | vjpai | 2016-02-16 |
| | | | | |||
* | | | | Merge branch 'master' into loaded | Vijay Pai | 2016-02-16 |
|\| | | | |||
| * | | | Fix the arguments type for on_read and destroy callbacks to match with ↵ | Bogdan Drutu | 2016-02-16 |
| | | | | | | | | | | | | | | | | grpc_iomgr_cb_func | ||
* | | | | Merge branch 'master' into loaded | Vijay Pai | 2016-02-16 |
|\| | | | |||
| * | | | Merge pull request #5201 from vjpai/alarm_openloop | David G. Quintas | 2016-02-16 |
| |\ \ \ | | | | | | | | | | | Revive and reform open-loop QPS testing | ||
| * \ \ \ | Merge pull request #5098 from a-veitch/base_log | Bogdan Drutu | 2016-02-16 |
| |\ \ \ \ | | | | | | | | | | | | | Add Census base log | ||
| | | * | | | Fix the timeout | Vijay Pai | 2016-02-13 |
| | | | | | | |||
| | | * | | | Merge remote-tracking branch 'upstream/master' into alarm_openloop | Vijay Pai | 2016-02-13 |
| | | | | | | |||
| | | * | | | use timeouts with proper fixture multipliers rather than raw, | Vijay Pai | 2016-02-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since tsan slows things down a lot and may complicate issues such as shutdown. | ||
| * | | | | | Merge remote-tracking branch 'google/release-0_13' into upmerge-from-0.13 | Nicolas "Pixel" Noble | 2016-02-13 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.yaml package.json setup.py src/core/surface/version.c src/csharp/Grpc.Core/VersionInfo.cs src/csharp/build_packages.bat src/python/grpcio/grpc_version.py src/ruby/lib/grpc/version.rb tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal | ||
| | | | * \ \ | Merge branch 'master' into alarm_openloop | Vijay Pai | 2016-02-12 |
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | | | |||
* | | | | | | | Add 70% load scenario for testing with open-loop | Vijay Pai | 2016-02-12 |
| | | | | | | | |||
* | | | | | | | Merge branch 'alarm_openloop' into loaded | Vijay Pai | 2016-02-12 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | | | |||
| * | | | | | clang-format | Vijay Pai | 2016-02-12 |
| | | | | | | |||
| * | | | | | Attack of the const police. | vjpai | 2016-02-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | I also added some unrequested const's | ||
| | | | * | | Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_library | yang-g | 2016-02-12 |
| | | | |\ \ | |_|_|_|/ / |/| | | | | | |||
* | | | | | | Merge github.com:grpc/grpc into bad_metadata | Craig Tiller | 2016-02-12 |
|\ \ \ \ \ \ | |||
| | | * | | | | Don't fail distrib test if a static server is running | murgatroid99 | 2016-02-12 |
| | | | | | | | |||
| * | | | | | | Merge pull request #5052 from ctiller/compress | David G. Quintas | 2016-02-11 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix race condition in transport API | ||
| * | | | | | | | Revert "Proto API for LB request/responses" | Craig Tiller | 2016-02-11 |
| | | | | | | | | |||
| * | | | | | | | Merge pull request #4038 from dgquintas/grpclb_api | Craig Tiller | 2016-02-11 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Proto API for LB request/responses | ||
| | | | * \ \ \ \ | Merge branch 'master' into alarm_openloop | Vijay Pai | 2016-02-11 |
| | | | |\ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | |||
| | | | | | * | | | c99 comments | Alistair Veitch | 2016-02-11 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #5193 from vjpai/alarm_mods | Craig Tiller | 2016-02-11 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Make C++ alarm class usable and testable | ||
| | | | | * | | | | | Cleanup to make it work with clang build | Vijay Pai | 2016-02-11 |
| | | | | | | | | | | |||
| * | | | | | | | | | Merge pull request #5205 from grpc/release-0_13 | Craig Tiller | 2016-02-11 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | Release 0.13 upmerge. | ||
| | | | | | | * | | | merge to HEAD | Alistair Veitch | 2016-02-11 |
| | | | | | | |\ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||
| | | | | * | | | | | Merge github.com:grpc/grpc into compress | Craig Tiller | 2016-02-11 |
| | | | | |\ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | |||
| | | | | | * | | | | Sanity (clang-format and copyright) | Vijay Pai | 2016-02-11 |
| | | | | | | | | | | |||
| | | | | | * | | | | Simplify and properly implement openloop testing. | Vijay Pai | 2016-02-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revive it in tests as well | ||
| | | | | | * | | | | Merge branch 'alarm_mods' into alarm_openloop | Vijay Pai | 2016-02-11 |
| | | | | | |\ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | | | |||
| | | | * | | | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-02-11 |
| | | | |\ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | |||
| | | * | | | | | | | Merge branch 'master' into alarm_mods | Vijay Pai | 2016-02-11 |
| | | |\ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | |||
| | | * | | | | | | | init test | vjpai | 2016-02-11 |
| | | | | | | | | | | |||
| | | * | | | | | | | tag fed in by user should be any arbitrary tag, not a CompletionQueueTag | vjpai | 2016-02-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type | ||
| * | | | | | | | | | Merge pull request #5165 from ctiller/bring_back_gpr | Nicolas Noble | 2016-02-10 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Bring back gpr |