aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | * | | | | | | | | | | | | Fix, restore drainingGravatar Craig Tiller2017-04-18
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Initial thread manager fixesGravatar Craig Tiller2017-04-18
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Fix infinite streams in qps_testGravatar Craig Tiller2017-04-18
| |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Always generate body for python code elementsGravatar Mehrdad Afshari2017-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since #... class Service: class NextService: #... without a body or `pass` under `Service` is invalid Python, we ensure a `pass` statement is always emitted to make the generated code valid.
| | | | | | | * | | | | | | Keep _grpcio_metadata.py in GitHub repoGravatar Matt Kwong2017-04-18
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #10698 from jtattermusch/fix_remaining_markdownGravatar Jan Tattermusch2017-04-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix .md markdown
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10683 from y-zeng/python_buildGravatar Yuchen Zeng2017-04-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the c-ares python artifact build issue
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10703 from jtattermusch/csharp_fix_handler_raceGravatar Jan Tattermusch2017-04-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix race in setting handler in tests.
| | | | | | | | | | | | | * \ \ Merge pull request #10669 from stanley-cheung/php-add-ares-depsGravatar Stanley Cheung2017-04-18
| | | | | | | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP: add ares as deps
| | | | | | | | | | | | | | | * | Add Node and Express benchmarks for various response sizesGravatar murgatroid992017-04-18
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | Node benchmarks: allow arbitrary message size, add CPU usage statsGravatar murgatroid992017-04-18
| | | | | | | | | | | | | | |/ / | | | | | | | | | | | | | |/| |
| | | | | * | | | | | | | | | | Revert umbrella header tooGravatar Muxi Yan2017-04-18
| | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | Remove status_helper as it is not needed any moreGravatar yang-g2017-04-18
| | | | | | | |/ / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #10609 from makdharma/xcodebuild_cmdlineGravatar makdharma2017-04-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add cmdline arg for ObjC interop tests. Add objc to interop_tests.py
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10237 from meliuz/configurable-minbackoff-reconnectGravatar Craig Tiller2017-04-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | Make min_backoff_ms timeout configurable
| | | * | | | | | | | | | | | | setting handler is a raceGravatar Jan Tattermusch2017-04-18
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| | | | * | | | | | | | | | | fix markdownGravatar Jan Tattermusch2017-04-18
| |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
| | | | | | | | * | | | | | Fix error refcount debug loggingGravatar Noah Eisen2017-04-17
| | | | | | | | | | | | | |
| | | | | * | | | | | | | | Revert a change in BoringSSL 8.1Gravatar Muxi Yan2017-04-17
| | | | | | | | | | | | | |
| | | | | | | | | | | * | | Merge pull request #10670 from apolcyn/fix_ruby_require_before_forkGravatar apolcyn2017-04-17
| | | | | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | defer grpc_init and background threads until first grpc object init
| | | | | | | | | | | * \ \ \ Merge pull request #10652 from murgatroid99/electron_updatesGravatar Michael Lumish2017-04-17
| | | | | | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build for more versions of electron, restrict when a Windows warning is shown
| | | * | | | | | | | | | | | | Fix python artifact buildGravatar Yuchen Zeng2017-04-17
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Public functions must be prefixed with grpc_Gravatar Craig Tiller2017-04-17
| |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #10550 from matt-kwong/hourly-performance-fixGravatar Matt Kwong2017-04-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run start_port_server.py in performance profiling
| | | | | | | | | | | | * | | don't hold the gil while waiting for bg thread to startGravatar Alexander Polcyn2017-04-17
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #10391 from dgquintas/lr_back_to_mdGravatar David G. Quintas2017-04-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | Load Reporting back to using metadata
* | | | | | | | | | | | | | | Merge pull request #10663 from yang-g/globalcallbackGravatar Yang Gao2017-04-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ServerGlobalCallback::AddPort api
| | | | | | | | | | | | | * | | tweak class init test to reveal bug in misordered startupGravatar Alexander Polcyn2017-04-16
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | fix bug in which gc of channel sleeps on cv before bg thread signaling has ↵Gravatar Alexander Polcyn2017-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | started
* | | | | | | | | | | | | | | | Merge pull request #10668 from dgquintas/update_lb_proto_2Gravatar David G. Quintas2017-04-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated load_balancer.proto
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10436 from dgquintas/fake_resolver_argsGravatar David G. Quintas2017-04-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements to Fake Resolver
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10439 from ctiller/fooGravatar Craig Tiller2017-04-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable more benchmarks for bm_diff
| | | | | * | | | | | | | | | | | | | Load Reporting back to using metadataGravatar David Garcia Quintas2017-04-15
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Updated load_balancer.protoGravatar David Garcia Quintas2017-04-15
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Improvements to Fake ResolverGravatar David Garcia Quintas2017-04-15
| |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #10645 from ↵Gravatar David G. Quintas2017-04-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dgquintas/client_channel_high_freq_resolver_updates Keep LB policy alive during high freq of resolver updates
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10664 from dgquintas/http_filter_slicesGravatar David G. Quintas2017-04-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | Fix handling of slice in http_client_filter
| | | | | | | | | | | | | | | | * | | add native grpc class init tests to check that presence of grpc_init callsGravatar Alexander Polcyn2017-04-14
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | | | | Just set frame size by BDPGravatar Vijay Pai2017-04-14
| |_|_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | | add new test where client forks after require grpc, to test that lib startupGravatar Alexander Polcyn2017-04-14
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #10440 from danzh2010/udpserverGravatar Yang Gao2017-04-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify udp_server to postpone shutdown_fd() during shutdown.
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10634 from yang-g/fuzz2Gravatar Yang Gao2017-04-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disallow empty method slice in api_fuzzer
| | | | | | | | | | | | | | | | | * | | defer grpc_init and background threads until first grpc object initGravatar Alexander Polcyn2017-04-14
| | | | | | | | | | | | | | | | |/ / / | | | | | | | | | | | | | | | |/| | |
| | | | | | | | | | * | | | | | | | | added more tests to 'unimplemented'Gravatar Makarand Dharmapurikar2017-04-14
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | * | PHP: add ares as depsGravatar Stanley Cheung2017-04-14
| | | | | | | | | | | | | | | | |/ / | | | | | | | | | | | | | | | |/| |
| | | | | | | | | | * | | | | | | | script to run objc interop testsGravatar Makarand Dharmapurikar2017-04-14
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #10398 from ipylypiv/fix_uri_parserGravatar Craig Tiller2017-04-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | Refactor pchar_parse() to use switch()
* | | | | | | | | | | | | | | | | | Merge pull request #10626 from grpc/revert-10619-revert-9626-lazy-deframeGravatar Muxi Yan2017-04-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | Revert "Revert "Implement lazy deframe""
| | | | | | | | | | | * | | | | | | removed 'objc' from list of 'all' languagesGravatar Makarand Dharmapurikar2017-04-14
| | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | CommentsGravatar David Garcia Quintas2017-04-14
| | | | | | | | | | | | | | | | | |