aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * | | | | | | | Merge pull request #11952 from jtattermusch/kokoro_windows_bigquery_uploadGravatar Jan Tattermusch2017-07-28
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Upload test results to bigquery on Kokoro windows
| * \ \ \ \ \ \ \ \ Merge pull request #11930 from jtattermusch/csharp_safe_threadpoolGravatar Jan Tattermusch2017-07-28
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | C#: offload work from GrpcThreadPool by default.
| | | * | | | | | | | better way to enable fetching GCE default credentialsGravatar Jan Tattermusch2017-07-28
| | | | | | | | | | |
| | | * | | | | | | | add back --bq_result_table aggregate_resultsGravatar Jan Tattermusch2017-07-28
| | | | | | | | | | |
| | | * | | | | | | | fix fetching of GCE default credentials on kokoro windowsGravatar Jan Tattermusch2017-07-28
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #11950 from jtattermusch/kokoro_cleanupGravatar Jan Tattermusch2017-07-28
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Kokoro config cleanup & improvements
| * \ \ \ \ \ \ \ \ \ Merge pull request #11959 from ncteisen/qps-optGravatar Noah Eisen2017-07-27
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Avoid Benchmarking Allocs
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #11963 from apolcyn/fix_ruby_bidi_error_terminateGravatar apolcyn2017-07-27
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Improve completion of bidi calls when there is an initial error
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11958 from sreecha/fix-asanGravatar Sree Kuchibhotla2017-07-27
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix use after free error in cq
| | | | | | | | | | * | | | Fix bug in handling of RR connectivity transition to SHUTDOWNGravatar David Garcia Quintas2017-07-27
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| | | | * | | | | | | | | Avoid benchmarking allocsGravatar ncteisen2017-07-27
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | | | | | | | * | | | Watch the LB channel using the right initial conn. stateGravatar David Garcia Quintas2017-07-27
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| | | * | | | | | | | properly finish bidi calls when there is an initial errorGravatar Alexander Polcyn2017-07-27
| | | | | | | | | | |
| | | | | | * | | | | Enable BQ access for Kokoro MacsGravatar Matt Kwong2017-07-27
| | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | Fix use after free error in cqGravatar Sree Kuchibhotla2017-07-27
| |/ / / / / / / /
| * | | | | | | | Merge pull request #11923 from markdroth/grpclb_drop_protocol_changesGravatar Mark D. Roth2017-07-27
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Use new protocol for reporting dropped calls to grpclb balancer.
| | * | | | | | | | Use new protocol for reporting dropped calls to grpclb balancer.Gravatar Mark D. Roth2017-07-27
| |/ / / / / / / /
| | | | | | * | | Update build.yaml, fix formatGravatar Yuchen Zeng2017-07-27
| | | | | | | | |
| | | | | | * | | Add src/core/lib/iomgr/nameser.hGravatar Yuchen Zeng2017-07-27
| | | | | | | | |
| | | * | | | | | Remove "--bq_result_table aggregate_results" from windows basictests.Gravatar Jan Tattermusch2017-07-27
| | | | | | | | |
| | | * | | | | | install google-api-python-client to kokoro windows workersGravatar Jan Tattermusch2017-07-27
| | | | | | | | |
| | | * | | | | | kokoro config cleanupGravatar Jan Tattermusch2017-07-27
| | | | | | | | |
| * | | | | | | | Merge pull request #11942 from jtattermusch/try_fix_linux_artifact_timeoutGravatar Jan Tattermusch2017-07-27
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | Prevent timeouts for linux artifact build on Kokoro
| * | | | | | | | Merge pull request #11941 from jtattermusch/kokoro_job_revampGravatar Jan Tattermusch2017-07-27
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Kokoro job configuration improvements
| * \ \ \ \ \ \ \ \ Merge pull request #11780 from muxi/stream_compression_transportGravatar Muxi Yan2017-07-26
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Implement stream compression - transport layer
| * \ \ \ \ \ \ \ \ \ Merge pull request #11905 from markdroth/byte_stream_shutdownGravatar Mark D. Roth2017-07-26
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | Improvements to grpc_byte_stream API and handling.
| | * | | | | | | | | Improvements to grpc_byte_stream API and handling.Gravatar Mark D. Roth2017-07-26
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add shutdown() method (to be used in forthcoming call combiner code). - Use a vtable instead of storing method pointers in each instance. - Check all callers of pull() to make sure that they are properly handling errors. - Clarify ownership rules and attempt to adhere to them. - Added a new grpc_caching_byte_stream implementation, which is used in http_client_filter to avoid having to read the whole send_message byte stream before passing control down the stack. (This class may also be used in the retry code I'm working on separately.) - As part of this, did a major rewrite of http_client_filter, which made the code more readable and fixed a number of potential bugs. Note that some of this code is hard to test right now, due to the fact that the send_message byte stream is always a slice_buffer stream, for which next() is always synchronous and no destruction is needed. However, some future work (specifically, my call combiner work and Craig's incremental send work) will start leveraging this.
| * | | | | | | | | Merge pull request #11926 from guantaol/patch_dashboard_schemaGravatar Guantao Liu2017-07-26
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Patch dashboard schema to add new metrics 'Queries/CPU-sec'
| * \ \ \ \ \ \ \ \ \ Merge pull request #11921 from adam-26/1745Gravatar Michael Lumish2017-07-26
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix issue from google/protobuf#1745 - javascript allow dot in filename
| | | | | | * | | | | | prevent timeouts for linux artifact buildGravatar Jan Tattermusch2017-07-26
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
| | | | | * | | | | | revamp kokoro macos jobsGravatar Jan Tattermusch2017-07-26
| | | | | | | | | | |
| | | | | * | | | | | revamp kokoro windows jobsGravatar Jan Tattermusch2017-07-26
| | | | | | | | | | |
| | | | | * | | | | | grpc_basictests for macGravatar Jan Tattermusch2017-07-26
| | | | | | | | | | |
| | | | | * | | | | | delete unused grpc_master.cfgGravatar Jan Tattermusch2017-07-26
| | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #11937 from jtattermusch/kokoro_report_indexGravatar Jan Tattermusch2017-07-26
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Generate kokoro_index.html before starting kokoro build
| | * | | | | | | | | address commentsGravatar Jan Tattermusch2017-07-26
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #11865 from yang-g/avl_interfaceGravatar Yang Gao2017-07-26
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Adding user_data to avl interface so that an exec_ctx can be passed in.
| | | | | | | | * | | | reduce threadpool size for qps benchmarksGravatar Jan Tattermusch2017-07-26
| | | | | | | | | | | |
| | | | | | | | * | | | introduce inlineHandlers settingGravatar Jan Tattermusch2017-07-26
| | | | | | | | | | | |
| | | | | | | | * | | | dont run user handlers on grpc threadpool threadsGravatar Jan Tattermusch2017-07-26
| | | | | | | | | | | |
| | | * | | | | | | | | add prepare_build_windows.bat scriptGravatar Jan Tattermusch2017-07-26
| | | | | | | | | | | |
| | | * | | | | | | | | upload reports as artifactsGravatar Jan Tattermusch2017-07-26
| | | | | | | | | | | |
| | | * | | | | | | | | add script to generate index.html reportGravatar Jan Tattermusch2017-07-26
| | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #11901 from nathanielmanistaatgoogle/grpc_testingGravatar Nathaniel Manista2017-07-25
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | gRPC Python test infrastructure.
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #11915 from dgquintas/grpclb_drop_fixesGravatar David G. Quintas2017-07-25
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | grpclb: deal with all-drops serverlists
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11932 from kpayson64/more_detailsGravatar kpayson642017-07-25
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update package info with classifiers and updated webpage
| | | * | | | | | | | | | | grpclb: deal with all-drops serverlistsGravatar David Garcia Quintas2017-07-25
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #11925 from sreecha/disable-epoll1Gravatar Sree Kuchibhotla2017-07-25
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable epoll1 unless explicitly requested
| | | * | | | | | | | | | | Add classifiers to package detailsGravatar Ken Payson2017-07-25
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | enable epollsigGravatar Sree Kuchibhotla2017-07-25
| | | | | | | | | | | | |