aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/buildtests_c.sln
Commit message (Collapse)AuthorAge
...
| | | | * Merge github.com:grpc/grpc into pid_ctlGravatar Craig Tiller2016-10-28
| | | | |\ | | | | |/ | | | |/|
| | * | | Change tests to use channel args instead of fake_resolver query args.Gravatar Mark D. Roth2016-10-27
| | | | |
| * | | | Merge branch 'buffer_pools_for_realsies' into grpc_sliceGravatar Craig Tiller2016-10-26
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | CodegenGravatar Craig Tiller2016-10-26
| | | | |
| * | | | Generate build filesGravatar Craig Tiller2016-10-26
| | | | |
| * | | | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
| |/ / /
* | | | Merge branch 'flow_control_v2' into bwestGravatar Craig Tiller2016-10-20
|\| | |
* | | | Merge branch 'bdp_est' into bwestGravatar Craig Tiller2016-10-20
|\ \ \ \ | |_|_|/ |/| | |
* | | | Add pid controller testGravatar Craig Tiller2016-10-20
| |_|/ |/| |
| * | Add estimator testGravatar Craig Tiller2016-10-20
|/ /
| * Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-19
| |\ | |/ |/|
| * BufferPool --> ResourceQuotaGravatar Craig Tiller2016-10-17
| |
* | Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-04
|\ \
* | | Add h2_fake_resolver end2end test fixture.Gravatar Mark D. Roth2016-10-03
| | |
| | * Merge branch 'direct-calls' into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-03
| | |\ | | |/ | |/|
| * | Cleanup test, check fail fast or notGravatar Craig Tiller2016-09-26
|/ /
| * Merge branch 'direct-calls' into buffer_pools_for_realsiesGravatar Craig Tiller2016-09-23
| |\ | |/ |/|
| * Add (empty) buffer pool testGravatar Craig Tiller2016-09-22
| |
* | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-21
|\|
| * Merge pull request #8052 from Vizerai/grpc_tracingGravatar Jim King2016-09-19
| |\ | | | | | | grpc tracing context
* | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-16
|\| |
| * | Revert "Revert "Grand unified closures""Gravatar Craig Tiller2016-09-12
| | |
| * | Revert "Grand unified closures"Gravatar Craig Tiller2016-09-12
| | |
| | * initial commit of tracing context filesGravatar Vizerai2016-09-09
| | |
| * | Fix merge errorGravatar Craig Tiller2016-09-07
| | |
* | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-07
|\ \ \ | | |/ | |/|
| | * Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-07
| | |\ | | |/ | |/|
| * | Add a strict and a permissive decoder, allow different reserved alphabetsGravatar Craig Tiller2016-08-18
| | |
| * | Percent encoding routinesGravatar Craig Tiller2016-08-18
| | |
| | * Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-04
| | |\ | | |/ | |/|
* | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-08-02
|\| |
| * | Merge pull request #6774 from a-veitch/add_resourceGravatar kpayson642016-08-02
| |\ \ | | | | | | | | Add Census resource API and implementation.
* | | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-08-02
|\| | |
* | | | Basic proof-of-concept test. Needs more work to run stand-alone.Gravatar Mark D. Roth2016-07-25
| | | |
| | * | merge to upstream/masterGravatar Alistair Veitch2016-07-21
| | |\ \ | |_|/ / |/| | |
| * | | Simplified LR filterGravatar David Garcia Quintas2016-07-13
| | | |
| * | | Added new features to load reporting.Gravatar David Garcia Quintas2016-07-10
|/ / / | | | | | | | | | | | | | | | | | | - Propagation of (rpc) method name. - Invocation of the hook at (call, channel) x (creation, destruction) - Added enum to identify the source of invocation. - Fixed testing. Went from test fixture to simple test.
| | * Rename async_execution_lock --> combiner, make it use closures, unroll ↵Gravatar Craig Tiller2016-07-07
| | | | | | | | | | | | previous changes for idleness
| | * Merge github.com:grpc/grpc into atm2Gravatar Craig Tiller2016-07-07
| | |\ | |_|/ |/| |
* | | Merge pull request #6893 from y-zeng/handler_http_responseGravatar Nicolas Noble2016-07-01
|\ \ \ | | | | | | | | Add http2 status code in error_message if it's not 200
* \ \ \ Merge remote-tracking branch 'google/master' into contrib-cmakeGravatar Nicolas "Pixel" Noble2016-07-02
|\ \ \ \
| | * \ \ Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-30
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Annotate error.c for timing, remove broken testGravatar Craig Tiller2016-06-27
| | | | |
* | | | | Remove some unneccessary dependency from build.yamlGravatar Tamas Berghammer2016-06-22
|/ / / / | | | | | | | | | | | | | | | | This is the copy of the build.yaml changes from the following CL: https://github.com/grpc/grpc/pull/4124/files#diff-5b123ecec7bf9d216a1323f790a0602a
| * | | Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-20
| |\ \ \ | |/ / / |/| | |
| * | | Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-17
| |\ \ \
| * | | | Add bad_server_response_testGravatar Yuchen Zeng2016-06-17
| | | | |
* | | | | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
|\ \ \ \ \ | | |/ / / | |/| | |
* | | | | Add a test of connecting many times in a rowGravatar Craig Tiller2016-06-12
| | | | |
| * | | | Merge remote-tracking branch 'upstream/master' into base64_decodeGravatar Yuchen Zeng2016-06-08
| |\| | |