aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* Merge branch 'delayed-write' into grand-unified-closuresGravatar Craig Tiller2016-07-07
|\
* \ Merge github.com:grpc/grpc into atm2Gravatar Craig Tiller2016-07-07
|\ \
| | * Fix high seqno tests, up runtimes for benchmark tests to flush more bugsGravatar Craig Tiller2016-07-07
| | |
| | * Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-07-06
| | |\
| * | | removed use of __func__ in testGravatar David Garcia Quintas2016-07-06
| | | |
| * | | Merge branch 'master' of github.com:grpc/grpc into bb_reader_errorGravatar David Garcia Quintas2016-07-06
| |\ \ \ | | | |/ | | |/|
| | | * Cleanup testGravatar Craig Tiller2016-07-06
| | | |
| * | | Added test for CGravatar David Garcia Quintas2016-07-02
| | | |
| | | * Refactor workqueues a little to make them great againGravatar Craig Tiller2016-07-01
| | | |
| | * | Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-30
| | |\ \
| * | | | Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
| | |/ / | |/| |
| | | * Allow returning a workqueue somehow associated with an endpointGravatar Craig Tiller2016-06-30
| | |/ | |/|
| * | Merge pull request #7164 from dgquintas/fix_import_zuGravatar Jan Tattermusch2016-06-30
| |\ \ | | | | | | | | fixed size_t format string
| | * | fixed size_t format stringGravatar David Garcia Quintas2016-06-29
| | | |
| * | | Merge github.com:grpc/grpc into %sGravatar Craig Tiller2016-06-28
| |\| |
| | | * Fix format issuesGravatar Yuchen Zeng2016-06-28
| | | |
| | * | Merge pull request #7082 from ctiller/time_errorsGravatar Craig Tiller2016-06-27
| | |\ \ | | | | | | | | | | Annotate error.c for timing, remove broken test
| * | | | Fix new testGravatar Craig Tiller2016-06-27
| |/ / /
| * | | Merge pull request #6644 from ctiller/reuse_portGravatar Jan Tattermusch2016-06-27
| |\ \ \ | | | | | | | | | | SO_REUSEPORT support
| | | * | Annotate error.c for timing, remove broken testGravatar Craig Tiller2016-06-27
| | |/ / | |/| |
| * | | Merge pull request #6973 from makdharma/network_status_changeGravatar Jan Tattermusch2016-06-27
| |\ \ \ | | | | | | | | | | Network status tracking
| | | * \ Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-26
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #6803 from sreecha/epoll_changesGravatar Craig Tiller2016-06-25
| |\ \ \ \ | | | | | | | | | | | | New epoll based polling implementation
| | | | | * Fix test failureGravatar Yuchen Zeng2016-06-24
| | | | | |
| * | | | | Merge pull request #6798 from jboeuf/fix_3803Gravatar Jan Tattermusch2016-06-24
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix #3803
| | | * \ \ \ Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-23
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | | | | | * Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-22
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | | * | | clang-format fixesGravatar Makarand Dharmapurikar2016-06-22
| | | | | | |
| | | * | | | Compilation failureGravatar Sree Kuchibhotla2016-06-22
| | | | | | |
| | | * | | | Fix build errors on some configurationsGravatar Sree Kuchibhotla2016-06-22
| | | | | | |
| | | | | | * Init grpc for each testGravatar Yuchen Zeng2016-06-22
| | | | | | |
| | | | | | * Memset ops before being used, destroy metadata_recv after beign usedGravatar Yuchen Zeng2016-06-22
| | | | | | |
| | | * | | | Use pipe fds instead of event fds for the testGravatar Sree Kuchibhotla2016-06-22
| | | | | | |
| | | * | | | Integrate with unified error reportingGravatar Sree Kuchibhotla2016-06-21
| | | | | | |
| | | | | * | Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-21
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| | | * | | | Merge branch 'master' into epoll_changes_mergedGravatar Sree Kuchibhotla2016-06-21
| | | |\ \ \ \
| * | | \ \ \ \ Merge pull request #6969 from ctiller/stream_finishGravatar Jan Tattermusch2016-06-21
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix errored streams prematurely terminating, add a test
| | | | | | | * | clang-formatGravatar Craig Tiller2016-06-21
| | | | | | | | |
| | | | | | | | * Fixed gpr_log format issues in linux_x86_default_boGravatar Yuchen Zeng2016-06-20
| | | | | | | | |
| | | | | | | | * Fixed gpr_log format issuesGravatar Yuchen Zeng2016-06-20
| | | | | | | | |
| | | | | | * | | more files after running build.yaml changes throughGravatar Makarand Dharmapurikar2016-06-20
| | | | | | | | |
| | | | | | * | | Network status trackingGravatar Makarand Dharmapurikar2016-06-20
| | | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recreated the old PR (https://github.com/grpc/grpc/pull/6283) in a new repo since the old repo was destroyed. Removed changes to tcp_posix.c and tpc_windows.c, instead depending on the idempotent endpoint shutdown code from https://github.com/grpc/grpc/pull/6911.
| | | | | | | * Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-20
| | | | | | | |\ | | | | | | |_|/ | | | | | |/| |
| | * | | | | | Fix copyrightGravatar Craig Tiller2016-06-20
| | | | | | | |
| | * | | | | | Fix errored streams prematurely terminating, add a testGravatar Craig Tiller2016-06-20
| | | |_|/ / / | | |/| | | |
| * / | | | | Fix memory leak upon receiving two RST_STREAMsGravatar Craig Tiller2016-06-20
| |/ / / / /
| | | | * | Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-20
| | | | |\ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #6957 from ctiller/cpu_costGravatar Jan Tattermusch2016-06-17
| |\ \ \ \ \ | | | | | | | | | | | | | | Adjust cpu_cost of some tests to better reflect reality
| * \ \ \ \ \ Merge pull request #6958 from ctiller/cpuburnGravatar Jan Tattermusch2016-06-17
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Reduce cost of some heavyweight tests
| * \ \ \ \ \ \ Merge pull request #6352 from ctiller/errorGravatar Jan Tattermusch2016-06-17
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Unifying error handling within core