aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Merge pull request #4525 from ctiller/proto_namesGravatar Vijay Pai2016-01-11
|\ | | | | Consolidate C++ proto files under src/proto
* \ 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
| | |
* | | 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
| | | |
* | | | Merge pull request #4606 from ctiller/clangfmtGravatar Michael Lumish2016-01-07
|\ \ \ \ | | | | | | | | | | Actually making the clang format test properly fail sanity.
* \ \ \ \ 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
| | | * | zookeeper is platform specificGravatar Craig Tiller2016-01-04
| | | | |
| | | * | Add a test that public headers compile as C99Gravatar Craig Tiller2016-01-04
| |_|/ / |/| | |
| * | | 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
| | | |\ | | | |/ | | |/|
* | | | Fix time_test.cGravatar Craig Tiller2015-12-22
| | | |
* | | | Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|/ / /
* / / BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
|/ /
* | Merge pull request #4384 from ctiller/big_dataGravatar Yang Gao2015-12-18
|\ \ | | | | | | Add a test that overflows incoming flow control windows
* \ \ Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-12-18
|\ \ \ | | | | | | | | | | | | remove_peer_from_ssl_auth_context
* | | | Unit testing the peer from auth context functionality.Gravatar Julien Boeuf2015-12-18
| | | |
* | | | Removing the peer from the SSL security connector.Gravatar Julien Boeuf2015-12-17
| | | | | | | | | | | | | | | | - Missing unit tests.
| | | * Fix method nameGravatar Craig Tiller2015-12-17
| | | |
| * | | fixing x64 build with vs2015Gravatar Jan Tattermusch2015-12-17
|/ / /
| | * Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
| |/ |/| | | | | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
| * clang-formatGravatar Craig Tiller2015-12-16
| |
| * Fix mergeGravatar Craig Tiller2015-12-16
| |
| * Merge github.com:grpc/grpc into big_dataGravatar Craig Tiller2015-12-16
| |\ | |/ |/|
* | Merge pull request #4482 from ctiller/lobapoGravatar David G. Quintas2015-12-16
|\ \ | | | | | | lb_policies_test robustness work
* \ \ Merge pull request #4479 from ctiller/aarons-bugGravatar Yang Gao2015-12-16
|\ \ \ | | | | | | | | Fix double read at end of stream bug
* \ \ \ Merge pull request #4481 from dgquintas/interop_compressionGravatar Craig Tiller2015-12-16
|\ \ \ \ | | | | | | | | | | Removed compression checks from vanilla large unary
| | | * | lb_policies_test robustness workGravatar Craig Tiller2015-12-15
| |_|/ / |/| | |
| * | | Removed compression checks from vanilla large unaryGravatar David Garcia Quintas2015-12-15
| | | |