Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format code | Craig Tiller | 2016-01-14 |
| | |||
* | Update copyrights again | murgatroid99 | 2016-01-13 |
| | |||
* | Merge branch 'master' into bbuf | Vijay Pai | 2016-01-13 |
|\ | |||
| * | Updated copyrights | murgatroid99 | 2016-01-12 |
| | | |||
| * | Merge pull request #4238 from ctiller/poffy | Vijay Pai | 2016-01-11 |
| |\ | | | | | | | Make pick_first fast path lock free | ||
* | | | Merge branch 'master' into bbuf | Vijay Pai | 2016-01-11 |
|\| | | |||
| * | | Merge pull request #4525 from ctiller/proto_names | Vijay Pai | 2016-01-11 |
| |\ \ | | | | | | | | | Consolidate C++ proto files under src/proto | ||
* | | | | Remove dead code and a thus unneeded change to C++ bbuf | Vijay Pai | 2016-01-11 |
| | | | | |||
* | | | | Merge branch 'master' into bbuf | Vijay Pai | 2016-01-11 |
|\| | | | |||
* | | | | clang-format | Vijay Pai | 2016-01-11 |
| | | | | |||
* | | | | Fix bugs and include build files | Vijay Pai | 2016-01-11 |
| | | | | |||
* | | | | Generic test | vjpai | 2016-01-11 |
| | | | | |||
| * | | | Merge pull request #4627 from daniel-j-born/tcp_fd | Craig Tiller | 2016-01-08 |
| |\ \ \ | | | | | | | | | | | Expose the fd in grpc_fd and grpc_tcp. | ||
| | | * \ | Merge github.com:grpc/grpc into proto_names | Craig Tiller | 2016-01-07 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| * | | | | clang-format | Craig Tiller | 2016-01-07 |
| | | | | | |||
* | | | | | More changes needed for generic support | Vijay Pai | 2016-01-07 |
| | | | | | |||
| * | | | | Merge pull request #4626 from ctiller/wtfwin | Alistair Veitch | 2016-01-07 |
| |\ \ \ \ | | | | | | | | | | | | | Add an early out to gpr_cpu_test | ||
| | | * | | | Don't use ep after destroy in the test. | Dan Born | 2016-01-07 |
| | | | | | | |||
* | | | | | | clang-format | Vijay Pai | 2016-01-07 |
| | | | | | | |||
* | | | | | | Refactor server side to support generic tests. | vjpai | 2016-01-07 |
| | | | | | | |||
| * | | | | | Merge pull request #4606 from ctiller/clangfmt | Michael Lumish | 2016-01-07 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Actually making the clang format test properly fail sanity. | ||
| | | | | | * | Fix pings | Craig Tiller | 2016-01-07 |
| | | | | | | | |||
| * | | | | | | Merge pull request #4631 from sreecha/stress_test_logging | Yang Gao | 2016-01-06 |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | Add ability to control the verbosity of stress test logs | ||
| | | | | * | | Unit tests for new functions | Dan Born | 2016-01-06 |
| | | | | | | | |||
| | | | * | | | Merge github.com:grpc/grpc into wtfwin | Craig Tiller | 2016-01-06 |
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | | | |||
| | | | | | * | Merge github.com:grpc/grpc into proto_names | Craig Tiller | 2016-01-06 |
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | | | |||
| | | * | | | | Update new files | Craig Tiller | 2016-01-06 |
| | | | | | | | |||
| | | * | | | | Merge github.com:grpc/grpc into clangfmt | Craig Tiller | 2016-01-06 |
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | |||
| * | | | | | | Merge pull request #4589 from ctiller/enforcer | jboeuf | 2016-01-06 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add a test to ensure public core headers are C89 | ||
| | | * | | | | | Adjust the log levels in interop tests and stress tests | Sree Kuchibhotla | 2016-01-06 |
| | | | | | | | | |||
| | | * | | | | | Ability to filter log messages based on log level | Sree Kuchibhotla | 2016-01-06 |
| | | | |_|/ / | | | |/| | | | |||
| | | | | * | | Fix compilation with clang/gcc | Craig Tiller | 2016-01-05 |
| | | | | | | | |||
| | | | | * | | Add an early out to gpr_cpu_test | Craig Tiller | 2016-01-05 |
| | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test consumes a huge amount of CPU. On Windows, it additionally starves other tests from getting scheduled - for long enough that those tests time out and fail. Historically tests starting shortly after this test are the most likely to fail. Once we've seen all CPU's, we will no longer do anything useful - so check for that, and finish up early whenever possible. | ||
| | | | * | | Tweak end2end formatting | Craig Tiller | 2016-01-05 |
| | | | | | | |||
| | | | * | | Tweak end2end formatting | Craig Tiller | 2016-01-05 |
| | | | | | | |||
| | | | * | | Fix end2end_test formatting | Craig Tiller | 2016-01-05 |
| | | | | | | |||
| * | | | | | Merge github.com:grpc/grpc into ints | Craig Tiller | 2016-01-04 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||
| | | | * | | Update copyrights | Craig Tiller | 2016-01-04 |
| | | | | | | |||
| | | | * | | clang-format code | Craig Tiller | 2016-01-04 |
| | | |/ / | | |/| | | |||
| | | * | | Fix makefile, codegen bugs | Craig Tiller | 2016-01-04 |
| | | | | | |||
| | * | | | Merge pull request #4563 from ctiller/copying | Michael Lumish | 2016-01-04 |
| | |\ \ \ | | | | | | | | | | | | | Update copyrights | ||
* | | | | | | Got rid of all compilation problems, now need to test | Vijay Pai | 2016-01-04 |
| | | | | | | |||
| | | | * | | zookeeper is platform specific | Craig Tiller | 2016-01-04 |
| | | | | | | |||
| | | | * | | Add a test that public headers compile as C99 | Craig Tiller | 2016-01-04 |
| | |_|/ / | |/| | | | |||
* | | | | | WIP | Vijay Pai | 2015-12-30 |
| | | | | | |||
* | | | | | Merge branch 'master' into bbuf | vjpai | 2015-12-30 |
|\ \ \ \ \ | |||
| | | * | | | Eliminate a layer of libraries in the end2end tests | Craig Tiller | 2015-12-22 |
| | |/ / / | |/| | | | |||
| | | * | | Update copyrights | Craig Tiller | 2015-12-22 |
| | | | | | |||
| | | | * | Merge branch 'yawn' into proto_names | Craig Tiller | 2015-12-22 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| | | | * | Merge github.com:grpc/grpc into proto_names | Craig Tiller | 2015-12-22 |
| | | | |\ | | | | |/ | | | |/| |