aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Get rid of local window, fix qps workerGravatar ncteisen2017-07-18
|
* Pull flow control into one moduleGravatar ncteisen2017-07-18
|
* Merge pull request #11870 from vjpai/sliceGravatar Vijay Pai2017-07-18
|\ | | | | Add idiomatic C++ API for grpc::Slice construction
* \ Merge pull request #11454 from markdroth/server_cq_ok_semanticsGravatar Mark D. Roth2017-07-18
|\ \ | | | | | | Do not return calls on server when request proto fails to deserialize.
| | * Add idiomatic C++ API for grpc::Slice construction that doesn'tGravatar Vijay Pai2017-07-18
| | | | | | | | | | | | require using grpc_slice
* | | Merge pull request #11813 from kpayson64/restore_targetGravatar kpayson642017-07-18
|\ \ \ | |_|/ |/| | Restore interop_client_main
* | | Merge pull request #11189 from muxi/stream_compressionGravatar Muxi Yan2017-07-17
|\ \ \ | | | | | | | | Implement stream compression lib module
* | | | Reset OWNERS stateGravatar Craig Tiller2017-07-17
| | | |
* | | | Merge pull request #11145 from vjpai/inproc3Gravatar Vijay Pai2017-07-15
|\ \ \ \ | | | | | | | | | | In-process transport
* \ \ \ \ Merge pull request #10827 from jboeuf/max_token_lifetime_cppGravatar jboeuf2017-07-14
|\ \ \ \ \ | | | | | | | | | | | | Better handling of token lifetime.
| | * | | | Disbable a specific check on async_end2end_test and revisit later if that ↵Gravatar Vijay Pai2017-07-14
| | | | | | | | | | | | | | | | | | | | | | | | expectation was really required by the API
| | * | | | Create inproc transport, add relevant tests, exclude irrelevant testsGravatar Vijay Pai2017-07-14
| | | | | |
* | | | | | Merge pull request #11825 from sreecha/asan_failureGravatar Sree Kuchibhotla2017-07-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix memory leak in bm_cq_multiple_threads (due to not calling grpc_shutdown)
* \ \ \ \ \ \ Merge pull request #11761 from dgquintas/lb_update_connector_fixGravatar David G. Quintas2017-07-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | RR: fix subchannel list handing
* \ \ \ \ \ \ \ Merge pull request #11726 from dgquintas/fix_grpclb_test_deadlocksGravatar David G. Quintas2017-07-14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix deadlocks in grpclb_end2end_test
| | | * | | | | | fix memory leaks due to not calling grpc_shutdown in bm_cq_multiple_threadsGravatar Sree Kuchibhotla2017-07-14
| | | | | | | | |
| | | | | | | | * Do not return calls on server when request proto fails to deserialize.Gravatar Mark D. Roth2017-07-14
| | | | |_|_|_|/ | | | |/| | | |
| | | | * | | | Better handling of token lifetime.Gravatar Julien Boeuf2017-07-13
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - In C++, we need a constant for the max lifetime. - In C, make sure that we crop the lifetime in the credentials object itself and not just later during the creation of the token. This will allow the refresh to occur based on the actual token lifetime as opposed to the one from the user (which may be cropped).
| * | | | | | Fix deadlocks in grpclb_end2end_testGravatar David Garcia Quintas2017-07-13
| | | | | | |
| | | | | | * Restore interop_client_mainGravatar Ken Payson2017-07-13
| | | | |_|/ | | | |/| | | | | | | | | | | | | | This target is used internally.
* | | / | | Detach ownership of core/c++Gravatar Craig Tiller2017-07-13
| |_|/ / / |/| | | |
| | * | | Improved testingGravatar David Garcia Quintas2017-07-13
| | |/ /
* | / / Make @vjpai an owner of qps_testGravatar Craig Tiller2017-07-13
| |/ / |/| |
* | | Merge pull request #11803 from ctiller/spin-initGravatar Craig Tiller2017-07-13
|\ \ \ | | | | | | | | Add a test of repeatedly calling grpc_init then grpc_shutdown
* \ \ \ Merge pull request #11808 from murgatroid99/owners_murgatroid99Gravatar Michael Lumish2017-07-13
|\ \ \ \ | | | | | | | | | | Add myself as owner of files in several directories
| * | | | Add myself as owner of files in several directoriesGravatar murgatroid992017-07-13
| | | | |
* | | | | Sanitizing repo.Gravatar Nicolas "Pixel" Noble2017-07-13
|/ / / /
* | | | Merge pull request #11310 from nicolasnoble/importGravatar Nicolas Noble2017-07-13
|\ \ \ \ | | | | | | | | | | Import mutations.
* \ \ \ \ Merge pull request #11797 from yang-g/init_benchmark_to_testGravatar Yang Gao2017-07-13
|\ \ \ \ \ | | | | | | | | | | | | Replace InitBenchmark with InitTest. Remove qps_test.cc
| | | * | | clang-formatGravatar Craig Tiller2017-07-13
| | | | | |
| | * | | | Fixing merge failures on test/cpp/interop.Gravatar Nicolas "Pixel" Noble2017-07-13
| | | | | |
| * | | | | Regenerate projects and fixesGravatar yang-g2017-07-13
| | | | | |
| | | * | | Add a test of repeatedly calling grpc_init then grpc_shutdownGravatar Craig Tiller2017-07-13
| | | | | |
* | | | | | Add test tree owners for C/C++Gravatar Craig Tiller2017-07-13
| |_|/ / / |/| | | |
| * | | | Replace InitBenchmark with InitTest. Remove qps_test.ccGravatar yang-g2017-07-13
|/ / / /
* | | | Merge pull request #11317 from ctiller/cq-dropGravatar Craig Tiller2017-07-12
|\ \ \ \ | | | | | | | | | | Change kicking strategy in cq
* \ \ \ \ Merge pull request #11409 from annasapek/asynch-tsi-fake-handshakerGravatar Mark D. Roth2017-07-12
|\ \ \ \ \ | | | | | | | | | | | | Update tsi_fake_handshaker to implement the asynchronous TSI
| * | | | | Update tsi_fake_handshaker to implement the asynchronous TSIGravatar Anna Sapek2017-07-11
| | | | | |
* | | | | | Disable health check service in async end2end tests as it is causing flakes ↵Gravatar Sree Kuchibhotla2017-07-11
| | | | | | | | | | | | | | | | | | | | | | | | in mac
* | | | | | Add fuzzer reproGravatar Noah Eisen2017-07-11
| | | | | |
* | | | | | Merge pull request #11719 from markdroth/large_metadata_bad_client_test_fixGravatar Mark D. Roth2017-07-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | bad_client test: do multiple reads if needed to read full server response
| * | | | | | Do multiple reads if needed to read full server response.Gravatar Mark D. Roth2017-07-11
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #11572 from vjpai/internalizeGravatar Vijay Pai2017-07-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Separate internal-only and public parts of C++ API
* | | | | | | Revert "Remove lockfree-stack implementation that is no longer used"Gravatar Ken Payson2017-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3d04e025bcffd1e583d502de4ee26625ea866b21.
* | | | | | | Fix codegen_test_fullGravatar David Garcia Quintas2017-07-10
| |/ / / / / |/| | | | |
| * | | | | Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
|/ / / / / | | | | | | | | | | | | | | | or that interface with core and are only for internal use
| | | | * Fix windows test failureGravatar Muxi Yan2017-07-09
| | | | |
| | | | * Comments and fixesGravatar Muxi Yan2017-07-08
| | | | |
* | | | | Merge pull request #11696 from dgquintas/rr_concurrent_updates_fixGravatar David G. Quintas2017-07-07
|\ \ \ \ \ | | | | | | | | | | | | Fix RR concurrent updates
* \ \ \ \ \ Merge pull request #11639 from murgatroid99/master_1.4.1_upmergeGravatar Michael Lumish2017-07-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | Upmerge v1.4.x to master