aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* tcp_server_posix_test fixes.Gravatar Dan Born2016-01-14
| | | | | | Use grpc_shutdown() instead of grpc_iomgr_shutdown() to prevent grpc_pick_unused_port_or_die() from inappropriately destroying global state. Fix port allocation issues.
* Fix port allocation in test.Gravatar Dan Born2016-01-14
|
* clang reformat.Gravatar Dan Born2016-01-14
|
* Test a server with multiple portsGravatar Dan Born2016-01-13
|
* Extend Copyrights to 2016Gravatar Dan Born2016-01-13
|
* Code review follow-up.Gravatar Dan Born2016-01-12
|
* Make grpc_tcp_listener private.Gravatar Dan Born2016-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.
* | 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
| | |
| | * Unit tests for new functionsGravatar Dan Born2016-01-06
| | |
| * | Merge github.com:grpc/grpc into wtfwinGravatar 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
| | | * | 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
| | |
| | * 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.
| * | fixing x64 build with vs2015Gravatar Jan Tattermusch2015-12-17
|/ /
| * clang-formatGravatar Craig Tiller2015-12-16
| |
| * Fix mergeGravatar Craig Tiller2015-12-16
| |
| * Merge github.com:grpc/grpc into big_dataGravatar Craig Tiller2015-12-16
| |\ | |/ |/|
* | lb_policies_test robustness workGravatar Craig Tiller2015-12-15
| |
* | Merge pull request #4453 from ctiller/server_stallGravatar Sree Kuchibhotla2015-12-15
|\ \ | | | | | | Server stall fix
* | | Stabilize test by increasing timeoutGravatar Craig Tiller2015-12-15
| | |
* | | Merge github.com:grpc/grpc into proxy-crashGravatar Craig Tiller2015-12-15
|\ \ \
| | * \ Merge github.com:grpc/grpc into server_stallGravatar Craig Tiller2015-12-14
| | |\ \ | | |/ / | |/| |
| | * | Merge branch 'proxy-crash' into server_stallGravatar Craig Tiller2015-12-14
| | |\ \ | |_|/ / |/| | |
| * | | Merge pull request #4460 from ctiller/whoopsGravatar Craig Tiller2015-12-14
| |\ \ \ | | | | | | | | | | Fix build
| * \ \ \ Merge pull request #4444 from ctiller/ssl-bad-conGravatar jboeuf2015-12-14
| |\ \ \ \ | | | | | | | | | | | | Add tests for failed SSL connections: bad cert, and bad alpn config
* | | | | | Merge github.com:grpc/grpc into proxy-crashGravatar Craig Tiller2015-12-14
|\| | | | |