Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | | | | | | | | | | | Fix, restore draining | Craig Tiller | 2017-04-18 | |
| | | | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | | Initial thread manager fixes | Craig Tiller | 2017-04-18 | |
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | Fix infinite streams in qps_test | Craig Tiller | 2017-04-18 | |
| |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Always generate body for python code elements | Mehrdad Afshari | 2017-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 repo | Matt Kwong | 2017-04-18 | |
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #10698 from jtattermusch/fix_remaining_markdown | Jan Tattermusch | 2017-04-18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix .md markdown | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #10683 from y-zeng/python_build | Yuchen Zeng | 2017-04-18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the c-ares python artifact build issue | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #10703 from jtattermusch/csharp_fix_handler_race | Jan Tattermusch | 2017-04-18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix race in setting handler in tests. | |||
| | | | | | | | | | | | | * \ \ | Merge pull request #10669 from stanley-cheung/php-add-ares-deps | Stanley Cheung | 2017-04-18 | |
| | | | | | | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP: add ares as deps | |||
| | | | | | | | | | | | | | | * | | Add Node and Express benchmarks for various response sizes | murgatroid99 | 2017-04-18 | |
| | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | | * | | Node benchmarks: allow arbitrary message size, add CPU usage stats | murgatroid99 | 2017-04-18 | |
| | | | | | | | | | | | | | |/ / | | | | | | | | | | | | | |/| | | ||||
| | | | | * | | | | | | | | | | | Revert umbrella header too | Muxi Yan | 2017-04-18 | |
| | | | | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | | | Remove status_helper as it is not needed any more | yang-g | 2017-04-18 | |
| | | | | | | |/ / / / / / / / | ||||
* | | | | | | | | | | | | | | | Merge pull request #10609 from makdharma/xcodebuild_cmdline | makdharma | 2017-04-18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add cmdline arg for ObjC interop tests. Add objc to interop_tests.py | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #10237 from meliuz/configurable-minbackoff-reconnect | Craig Tiller | 2017-04-18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | Make min_backoff_ms timeout configurable | |||
| | | * | | | | | | | | | | | | | setting handler is a race | Jan Tattermusch | 2017-04-18 | |
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | | fix markdown | Jan Tattermusch | 2017-04-18 | |
| |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | Fix error refcount debug logging | Noah Eisen | 2017-04-17 | |
| | | | | | | | | | | | | | | ||||
| | | | | * | | | | | | | | | Revert a change in BoringSSL 8.1 | Muxi Yan | 2017-04-17 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | | | | | * | | | Merge pull request #10670 from apolcyn/fix_ruby_require_before_fork | apolcyn | 2017-04-17 | |
| | | | | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | defer grpc_init and background threads until first grpc object init | |||
| | | | | | | | | | | * \ \ \ | Merge pull request #10652 from murgatroid99/electron_updates | Michael Lumish | 2017-04-17 | |
| | | | | | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build for more versions of electron, restrict when a Windows warning is shown | |||
| | | * | | | | | | | | | | | | | Fix python artifact build | Yuchen Zeng | 2017-04-17 | |
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | Public functions must be prefixed with grpc_ | Craig Tiller | 2017-04-17 | |
| |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Merge pull request #10550 from matt-kwong/hourly-performance-fix | Matt Kwong | 2017-04-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run start_port_server.py in performance profiling | |||
| | | | | | | | | | | | * | | | don't hold the gil while waiting for bg thread to start | Alexander Polcyn | 2017-04-17 | |
| | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | Merge pull request #10391 from dgquintas/lr_back_to_md | David G. Quintas | 2017-04-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | Load Reporting back to using metadata | |||
* | | | | | | | | | | | | | | | Merge pull request #10663 from yang-g/globalcallback | Yang Gao | 2017-04-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ServerGlobalCallback::AddPort api | |||
| | | | | | | | | | | | | * | | | tweak class init test to reveal bug in misordered startup | Alexander Polcyn | 2017-04-16 | |
| | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | * | | | fix bug in which gc of channel sleeps on cv before bg thread signaling has ↵ | Alexander Polcyn | 2017-04-15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | started | |||
* | | | | | | | | | | | | | | | | Merge pull request #10668 from dgquintas/update_lb_proto_2 | David G. Quintas | 2017-04-15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated load_balancer.proto | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #10436 from dgquintas/fake_resolver_args | David G. Quintas | 2017-04-15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements to Fake Resolver | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #10439 from ctiller/foo | Craig Tiller | 2017-04-15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable more benchmarks for bm_diff | |||
| | | | | * | | | | | | | | | | | | | | Load Reporting back to using metadata | David Garcia Quintas | 2017-04-15 | |
| | | | | | | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | | | | | Updated load_balancer.proto | David Garcia Quintas | 2017-04-15 | |
| | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | Improvements to Fake Resolver | David Garcia Quintas | 2017-04-15 | |
| |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | Merge pull request #10645 from ↵ | David G. Quintas | 2017-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_slices | David G. Quintas | 2017-04-14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | Fix handling of slice in http_client_filter | |||
| | | | | | | | | | | | | | | | * | | | add native grpc class init tests to check that presence of grpc_init calls | Alexander Polcyn | 2017-04-14 | |
| | | | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | * | | | | | | | Just set frame size by BDP | Vijay Pai | 2017-04-14 | |
| |_|_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | | * | | | add new test where client forks after require grpc, to test that lib startup | Alexander Polcyn | 2017-04-14 | |
| | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | Merge pull request #10440 from danzh2010/udpserver | Yang Gao | 2017-04-14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify udp_server to postpone shutdown_fd() during shutdown. | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #10634 from yang-g/fuzz2 | Yang Gao | 2017-04-14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disallow empty method slice in api_fuzzer | |||
| | | | | | | | | | | | | | | | | * | | | defer grpc_init and background threads until first grpc object init | Alexander Polcyn | 2017-04-14 | |
| | | | | | | | | | | | | | | | |/ / / | | | | | | | | | | | | | | | |/| | | | ||||
| | | | | | | | | | * | | | | | | | | | added more tests to 'unimplemented' | Makarand Dharmapurikar | 2017-04-14 | |
| | | | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | | | | * | | PHP: add ares as deps | Stanley Cheung | 2017-04-14 | |
| | | | | | | | | | | | | | | | |/ / | | | | | | | | | | | | | | | |/| | | ||||
| | | | | | | | | | * | | | | | | | | script to run objc interop tests | Makarand Dharmapurikar | 2017-04-14 | |
| | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | Merge pull request #10398 from ipylypiv/fix_uri_parser | Craig Tiller | 2017-04-14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | Refactor pchar_parse() to use switch() | |||
* | | | | | | | | | | | | | | | | | | Merge pull request #10626 from grpc/revert-10619-revert-9626-lazy-deframe | Muxi Yan | 2017-04-14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | Revert "Revert "Implement lazy deframe"" | |||
| | | | | | | | | | | * | | | | | | | removed 'objc' from list of 'all' languages | Makarand Dharmapurikar | 2017-04-14 | |
| | | | | | | | | | | | | | | | | | | ||||
| | | | | | * | | | | | | | | | | | | Comments | David Garcia Quintas | 2017-04-14 | |
| | | | | | | | | | | | | | | | | | |