Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make timeout instant as well | 2016-02-22 | |
| | |||
* | Merge branch 'master' into qa | 2016-02-22 | |
|\ | |||
| * | Added option to echo back user agent for testing | 2016-02-22 | |
| | | |||
| * | Merge pull request #5332 from yang-g/interop_echo_metadata | 2016-02-22 | |
| |\ | | | | | | | Add custom_metadata test case | ||
| | * | copyright of course | 2016-02-22 | |
| | | | |||
| * | | Merge pull request #5258 from vjpai/poll_override2 | 2016-02-21 | |
| |\ \ | | | | | | | | | Avoid a race when overriding default poll function | ||
| | | * | Add custom_metadata test case | 2016-02-19 | |
| | |/ | |/| | |||
| * | | move tls type name to .cc file | 2016-02-19 | |
| | | | |||
| * | | Add a helper to return all the secure types | 2016-02-19 | |
| | | | |||
| * | | Revert "make an enum" | 2016-02-19 | |
| | | | | | | | | | | | | This reverts commit 5152cd29f8541d7600b7ddc3d9db188ad59ea673. | ||
| * | | make an enum | 2016-02-18 | |
| | | | |||
| * | | Refactor end2end_test. Make the credentials a separate library. | 2016-02-18 | |
| | | | |||
* | | | Should have a test for 0 and negative alarms to make sure that those make | 2016-02-18 | |
|/ / | | | | | | | it on to the CQ like any other. | ||
* | | clang format | 2016-02-17 | |
| | | |||
* | | Fixed refactoring of grpc_arg pointer vtable | 2016-02-17 | |
| | | |||
* | | Merge pull request #5186 from yang-g/inherit_from_grpc_library | 2016-02-17 | |
|\ \ | | | | | | | Provide explicit API for user to set user agent string prefix | ||
* | | | Document variable names | 2016-02-17 | |
| | | | |||
* | | | Use more variables for better explanations | 2016-02-17 | |
| | | | |||
* | | | Use three different load-factors and document load-factor variable | 2016-02-17 | |
| | | | |||
* | | | Merge branch 'master' into loaded | 2016-02-16 | |
|\ \ \ | |||
| | | * | Make the poll override function assert on non-zero timeout if invoked | 2016-02-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | from the end2end test thread itself (done by adding a TLS on that thread) Also clang-format | ||
| | | * | Merge branch 'master' into poll_override2 | 2016-02-16 | |
| | | |\ | | |_|/ | |/| | | |||
| | | * | Set up poll overrides | 2016-02-16 | |
| | | | | |||
| | | * | Comment the requirements for changing grpc_poll_function and do | 2016-02-15 | |
| | | | | | | | | | | | | | | | | poll overrides in such a way as to avoid polling races | ||
| * | | | Fix the timeout | 2016-02-13 | |
| | | | | |||
| * | | | use timeouts with proper fixture multipliers rather than raw, | 2016-02-13 | |
| | | | | | | | | | | | | | | | | | | | | since tsan slows things down a lot and may complicate issues such as shutdown. | ||
| * | | | Merge branch 'master' into alarm_openloop | 2016-02-12 | |
| |\ \ \ | | | |/ | | |/| | |||
* | | | | Add 70% load scenario for testing with open-loop | 2016-02-12 | |
| | | | | |||
* | | | | Merge branch 'alarm_openloop' into loaded | 2016-02-12 | |
|\| | | | |/ / |/| | | |||
| * | | clang-format | 2016-02-12 | |
| | | | |||
| * | | Attack of the const police. | 2016-02-12 | |
| | | | | | | | | | | | | I also added some unrequested const's | ||
| | * | Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_library | 2016-02-12 | |
| | |\ | |_|/ |/| | | |||
* | | | Merge github.com:grpc/grpc into bad_metadata | 2016-02-12 | |
|\ \ \ | |||
| * | | | Revert "Proto API for LB request/responses" | 2016-02-11 | |
| | | | | |||
| * | | | Merge pull request #4038 from dgquintas/grpclb_api | 2016-02-11 | |
| |\ \ \ | | | | | | | | | | | Proto API for LB request/responses | ||
| | | * | | Cleanup to make it work with clang build | 2016-02-11 | |
| | | | | | |||
| | | * | | Sanity (clang-format and copyright) | 2016-02-11 | |
| | | | | | |||
| | | * | | Simplify and properly implement openloop testing. | 2016-02-11 | |
| | | | | | | | | | | | | | | | | | | | | Revive it in tests as well | ||
| | | * | | Merge branch 'alarm_mods' into alarm_openloop | 2016-02-11 | |
| | | |\ \ | | |_|/ / | |/| | | | |||
| * | | | | init test | 2016-02-11 | |
| | | | | | |||
| * | | | | tag fed in by user should be any arbitrary tag, not a CompletionQueueTag | 2016-02-10 | |
| | | | | | | | | | | | | | | | | | | | | type | ||
| * | | | | Make C++ alarm class usable and testable - there were some build issues and | 2016-02-10 | |
| | | | | | | | | | | | | | | | | | | | | it was not actually even included in the library or the test suite. | ||
| | | * | | Fix random number generators and improve code style (stop using | 2016-02-10 | |
| | |/ / | |/| | | | | | | | | | | operator overloads) | ||
| | | * | Fix copyright | 2016-02-10 | |
| | | | | |||
| | | * | Provide explicit API for user to set user agent string prefix | 2016-02-10 | |
| | |/ | |/| | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | 2016-02-08 | |
| | |\ | | |/ | |/| | |||
| * | | Fix sanity | 2016-02-08 | |
| | | | |||
| * | | Modify the test to have large number of threads receiving the RPCs and a | 2016-02-08 | |
| | | | | | | | | | | | | | | | smaller number of threads sending the RPCs. This increases the likelyhood of race-conditions on receiving threads. | ||
| * | | Clang format and fix copyrights | 2016-02-05 | |
| | | | |||
| * | | Replace 'long' with 'int64_t' in public core headers | 2016-02-05 | |
| | | |