aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* clang-format codeGravatar Craig Tiller2016-01-14
|
* Update copyrights againGravatar murgatroid992016-01-13
|
* Merge branch 'master' into bbufGravatar Vijay Pai2016-01-13
|\
| * Updated copyrightsGravatar murgatroid992016-01-12
| |
| * Merge pull request #4238 from ctiller/poffyGravatar Vijay Pai2016-01-11
| |\ | | | | | | Make pick_first fast path lock free
* | | Merge branch 'master' into bbufGravatar Vijay Pai2016-01-11
|\| |
| * | Merge pull request #4525 from ctiller/proto_namesGravatar Vijay Pai2016-01-11
| |\ \ | | | | | | | | Consolidate C++ proto files under src/proto
* | | | Remove dead code and a thus unneeded change to C++ bbufGravatar Vijay Pai2016-01-11
| | | |
* | | | Merge branch 'master' into bbufGravatar Vijay Pai2016-01-11
|\| | |
* | | | clang-formatGravatar Vijay Pai2016-01-11
| | | |
* | | | Fix bugs and include build filesGravatar Vijay Pai2016-01-11
| | | |
* | | | Generic testGravatar vjpai2016-01-11
| | | |
| * | | Merge pull request #4627 from daniel-j-born/tcp_fdGravatar Craig Tiller2016-01-08
| |\ \ \ | | | | | | | | | | Expose the fd in grpc_fd and grpc_tcp.
| | | * \ Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-07
| | | |\ \ | | |_|/ / | |/| | |
| * | | | clang-formatGravatar Craig Tiller2016-01-07
| | | | |
* | | | | More changes needed for generic supportGravatar Vijay Pai2016-01-07
| | | | |
| * | | | Merge pull request #4626 from ctiller/wtfwinGravatar Alistair Veitch2016-01-07
| |\ \ \ \ | | | | | | | | | | | | Add an early out to gpr_cpu_test
| | | * | | Don't use ep after destroy in the test.Gravatar Dan Born2016-01-07
| | | | | |
* | | | | | clang-formatGravatar Vijay Pai2016-01-07
| | | | | |
* | | | | | Refactor server side to support generic tests.Gravatar vjpai2016-01-07
| | | | | |
| * | | | | Merge pull request #4606 from ctiller/clangfmtGravatar Michael Lumish2016-01-07
| |\ \ \ \ \ | | | | | | | | | | | | | | Actually making the clang format test properly fail sanity.
| | | | | | * Fix pingsGravatar Craig Tiller2016-01-07
| | | | | | |
| * | | | | | Merge pull request #4631 from sreecha/stress_test_loggingGravatar Yang Gao2016-01-06
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | Add ability to control the verbosity of stress test logs
| | | | | * | Unit tests for new functionsGravatar Dan Born2016-01-06
| | | | | | |
| | | | * | | Merge github.com:grpc/grpc into wtfwinGravatar Craig Tiller2016-01-06
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| | | | | | * Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-06
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | * | | | Update new filesGravatar Craig Tiller2016-01-06
| | | | | | |
| | | * | | | Merge github.com:grpc/grpc into clangfmtGravatar Craig Tiller2016-01-06
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #4589 from ctiller/enforcerGravatar jboeuf2016-01-06
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add a test to ensure public core headers are C89
| | | * | | | | Adjust the log levels in interop tests and stress testsGravatar Sree Kuchibhotla2016-01-06
| | | | | | | |
| | | * | | | | Ability to filter log messages based on log levelGravatar Sree Kuchibhotla2016-01-06
| | | | |_|/ / | | | |/| | |
| | | | | * | Fix compilation with clang/gccGravatar Craig Tiller2016-01-05
| | | | | | |
| | | | | * | Add an early out to gpr_cpu_testGravatar Craig Tiller2016-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 formattingGravatar Craig Tiller2016-01-05
| | | | | |
| | | | * | Tweak end2end formattingGravatar Craig Tiller2016-01-05
| | | | | |
| | | | * | Fix end2end_test formattingGravatar Craig Tiller2016-01-05
| | | | | |
| * | | | | Merge github.com:grpc/grpc into intsGravatar Craig Tiller2016-01-04
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | | * | Update copyrightsGravatar Craig Tiller2016-01-04
| | | | | |
| | | | * | clang-format codeGravatar Craig Tiller2016-01-04
| | | |/ / | | |/| |
| | | * | Fix makefile, codegen bugsGravatar Craig Tiller2016-01-04
| | | | |
| | * | | Merge pull request #4563 from ctiller/copyingGravatar Michael Lumish2016-01-04
| | |\ \ \ | | | | | | | | | | | | Update copyrights
* | | | | | Got rid of all compilation problems, now need to testGravatar Vijay Pai2016-01-04
| | | | | |
| | | | * | zookeeper is platform specificGravatar Craig Tiller2016-01-04
| | | | | |
| | | | * | Add a test that public headers compile as C99Gravatar Craig Tiller2016-01-04
| | |_|/ / | |/| | |
* | | | | WIPGravatar Vijay Pai2015-12-30
| | | | |
* | | | | Merge branch 'master' into bbufGravatar vjpai2015-12-30
|\ \ \ \ \
| | | * | | Eliminate a layer of libraries in the end2end testsGravatar Craig Tiller2015-12-22
| | |/ / / | |/| | |
| | | * | Update copyrightsGravatar Craig Tiller2015-12-22
| | | | |
| | | | * Merge branch 'yawn' into proto_namesGravatar Craig Tiller2015-12-22
| | | | |\ | | |_|_|/ | |/| | |
| | | | * Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2015-12-22
| | | | |\ | | | | |/ | | | |/|