aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #12537 from grpc/ctiller-patch-1Gravatar Craig Tiller2017-09-13
|\ | | | | Fix case on internal type names
| * Fix case on internal type namesGravatar Craig Tiller2017-09-13
|/ | | Should allow microbenchmarks to get running again
* Merge pull request #12465 from ctiller/tpcqGravatar Craig Tiller2017-09-13
|\ | | | | Switch to three threads per cq for unconstrained benchmarks
* \ Merge pull request #12499 from yashykt/ctocc3Gravatar Yash Tibrewal2017-09-12
|\ \ | | | | | | Getting files C++ compilable
* \ \ Merge pull request #12525 from vjpai/fc_limitsGravatar Vijay Pai2017-09-12
|\ \ \ | | | | | | | | Fix headers on flow control
* \ \ \ Merge pull request #12463 from yashykt/max_concurrent_streams_fixGravatar Yash Tibrewal2017-09-12
|\ \ \ \ | | | | | | | | | | Fix for max_concurrent_streams issue - Call mark_stream_closed before…
* \ \ \ \ Merge pull request #12492 from nathanielmanistaatgoogle/gitignoreGravatar Nathaniel Manista2017-09-12
|\ \ \ \ \ | | | | | | | | | | | | Ignore all Python 3 virtual environments.
* \ \ \ \ \ Merge pull request #12521 from ctiller/rtstatGravatar Craig Tiller2017-09-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make unmeasured CPU costs be 1, not 0
* \ \ \ \ \ \ Merge pull request #12509 from ctiller/stats_jsonGravatar Craig Tiller2017-09-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Upload core stats to qps_test
* \ \ \ \ \ \ \ Merge pull request #12512 from apolcyn/fix_cares_mem_leakGravatar apolcyn2017-09-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix a memory leak in cares wrapper
* \ \ \ \ \ \ \ \ Merge pull request #12520 from nicolasnoble/buildgen-bubble-breakGravatar Nicolas Noble2017-09-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Adding --base to generate_projects.py - part 2
| | | | | | | * | | Include limits.h since we're using INT_MAX (affects some compilers)Gravatar Vijay Pai2017-09-12
| |_|_|_|_|_|/ / / |/| | | | | | | |
| | | * | | | | | Merge github.com:grpc/grpc into stats_jsonGravatar Craig Tiller2017-09-12
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| | | * | | | | | Merge branch 'stats_json' of github.com:ctiller/grpc into stats_jsonGravatar Craig Tiller2017-09-12
| | | |\ \ \ \ \ \
| | | | | * | | | | Make unmeasured CPU costs be 1, not 0Gravatar Craig Tiller2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows capturing 0 as a CPU cost, which we'll be able to leverage to increase concurrency (once data has caught up in a few days)
| | | | | | | * | | Remove unnecessary commentGravatar Yash Tibrewal2017-09-12
| | | | | | | | | |
| | | | | | | * | | There is no need to remove fail_pending_writes from mark_stream_closed anymoreGravatar Yash Tibrewal2017-09-12
| | | | | | | | | |
| | | | | | | * | | Fix for max_concurrent_streams issue - Call mark_stream_closed before ↵Gravatar Yash Tibrewal2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sending trailing metadata
* | | | | | | | | | Merge pull request #12487 from ctiller/stats_schemaGravatar Craig Tiller2017-09-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Automatically generate BigQuery schema details for all counters
* \ \ \ \ \ \ \ \ \ \ Merge pull request #12491 from ctiller/ffsGravatar Craig Tiller2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | Add a clamp to remove ubsan failure
| | | * | | | | | | | The input files also need to follow the base argument...Gravatar Nicolas "Pixel" Noble2017-09-13
| | | | | | | | | | |
| | | | | | | | | * | Renaming pops_tag enumGravatar Yash Tibrewal2017-09-12
| | | | | | | | | | |
| | | | | | | | | * | Using already type casted variablesGravatar Yash Tibrewal2017-09-12
| | | | | | | | | | |
| | | | | | | | | * | Adding pointer conversions. Renaming a few variables and type names to avoid ↵Gravatar Yash Tibrewal2017-09-12
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | C++ compilation issues
| | | | | | * | | | Review feedbackGravatar Craig Tiller2017-09-12
| | | | | | | | | |
| | | | | | * | | | Upload core stats to qps_testGravatar Craig Tiller2017-09-12
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #12516 from nicolasnoble/buildgen-bubble-breakGravatar Nicolas Noble2017-09-12
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | Adding --base to generate_projects.py
* | | | | | | | | Merge pull request #12460 from kpayson64/attempt_bug_fixGravatar kpayson642017-09-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Warm pip cache with libraries used by virtualenv
* \ \ \ \ \ \ \ \ \ Merge pull request #12507 from jtattermusch/better_testsuite_timeoutsGravatar Jan Tattermusch2017-09-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Differentiate suite timeouts in run_tests_matrix.py
| | | * | | | | | | | Adding --base to generate_projects.pyGravatar Nicolas "Pixel" Noble2017-09-12
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #12513 from grpc/revert-12289-sig_handGravatar Nicolas Noble2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Revert "Let alarms trigger at end of jobset.py instead of clearing them"
| | | | | | | | * \ \ \ Merge branch 'revert-12289-sig_hand' of github.com:grpc/grpc into stats_jsonGravatar Craig Tiller2017-09-12
| | | | | | | | |\ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| | | | | | | | * | | | Review feedbackGravatar Craig Tiller2017-09-12
| | | | | | | | | | | |
| * | | | | | | | | | | Revert "Let alarms trigger at end of jobset.py instead of clearing them"Gravatar Craig Tiller2017-09-12
|/ / / / / / / / / / /
| | | | | | | * | | | Merge github.com:grpc/grpc into stats_jsonGravatar Craig Tiller2017-09-12
| | | | | | | |\ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #12486 from ctiller/auto-schemaGravatar Craig Tiller2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Automatically fetch schema from BigQuery
| | | | | | | * | | | | Fix a memory leak in cares wrapperGravatar Alexander Polcyn2017-09-12
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #12289 from matt-kwong/sig_handGravatar Matt Kwong2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Let alarms trigger at end of jobset.py instead of clearing them
| | | | | | | | | * | | | Upload core stats to qps_testGravatar Craig Tiller2017-09-12
| | | | | | | | | |/ / /
* | | | | | | | | | | | Merge pull request #12484 from nathanielmanistaatgoogle/more_cython_testsGravatar Nathaniel Manista2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add more Cython-layer tests.
| | | | * | | | | | | | | differentiate run_tests suite runtimeGravatar Jan Tattermusch2017-09-12
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #12469 from jtattermusch/cpp_distrib_cmakeGravatar Jan Tattermusch2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | Add distribtest for using grpc as a pre-installed cmake package
* | | | | | | | | | | | | Merge pull request #12398 from ctiller/server_statsGravatar Craig Tiller2017-09-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add stats for server request serving path
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12497 from yapkke/patch-1Gravatar Nicolas Noble2017-09-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Comment that IPv6 Any accepts both IPv4 and IPv6 connections.
| * | | | | | | | | | | | | | Comment that IPv6 Any accepts both IPv4 and IPv6 connections.Gravatar K.K. Yap2017-09-11
|/ / / / / / / / / / / / / /
| | | | | | | | | | | | * / Ignore all Python 3 virtual environmentsGravatar Nathaniel Manista2017-09-11
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | How soon could Python 4 happen anyway? :-P
| | | | | | | | * | | | | Add a clamp to remove ubsan failureGravatar Craig Tiller2017-09-11
| | | | | | | | | |_|/ / | | | | | | | | |/| | |
* | | | | | | | | | | | Merge pull request #12297 from markdroth/moar_client_channel_cleanupGravatar Mark D. Roth2017-09-11
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | More cleanup in client_channel code.
| | | | | | | | | * | | Automatically generate BigQuery schema details for all countersGravatar Craig Tiller2017-09-11
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| | | | | | * | | | | Automatically fetch schema from BigQueryGravatar Craig Tiller2017-09-11
| |_|_|_|_|/ / / / / |/| | | | | | | | |