Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixed failures in h2_proxy | David Garcia Quintas | 2016-07-11 |
| | |||
* | Merge remote-tracking branch 'origin/fix_tsan' into lr_july_16 | David Garcia Quintas | 2016-07-11 |
|\ | |||
| * | Fix tsan race | David Garcia Quintas | 2016-07-11 |
| | | |||
| * | Merge pull request #7291 from ctiller/better_status | Nicolas Noble | 2016-07-11 |
| |\ | | | | | | | Make it more likely to correctly report deadline exceeded | ||
| * \ | Merge pull request #7310 from kpayson64/hold_gil_during_cleanup | kpayson64 | 2016-07-11 |
| |\ \ | | | | | | | | | Hold onto the GIL in __dealloc__ functions | ||
| | | * | clang-format | Craig Tiller | 2016-07-11 |
| | | | | |||
| | * | | Hold onto the GIL in __dealloc__ functions | Ken Payson | 2016-07-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a child thread triggers __dealloc__ as part of a thread being joined, the thread is already considered to be "joined", and so releasing the GIL can allow the main thread to proceed to exit, which introduces shutdown race conditions/memory leaks. | ||
| * | | | Merge pull request #7242 from yang-g/import | kpayson64 | 2016-07-11 |
| |\ \ \ | | | | | | | | | | | Remove unused file | ||
| * \ \ \ | Merge pull request #7289 from stanley-cheung/php-remove-debug | kpayson64 | 2016-07-11 |
| |\ \ \ \ | | | | | | | | | | | | | PHP: remove gpr_log debug | ||
| * \ \ \ \ | Merge pull request #7288 from makdharma/protobuf_import_issue7219 | makdharma | 2016-07-11 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | fixes #7259 | ||
* | | | | | | Added new features to load reporting. | David Garcia Quintas | 2016-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. | ||
| | | | * | | Merge remote-tracking branch 'upstream/master' into import | yang-g | 2016-07-08 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
| * | | | | | Merge pull request #7274 from murgatroid99/ruby_api_review_changes | kpayson64 | 2016-07-08 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Split incoming initial and trailing metadata in Ruby calls | ||
| * \ \ \ \ \ | Merge pull request #7160 from nathanielmanistaatgoogle/handlers-optional | kpayson64 | 2016-07-08 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Make handlers optional at server construction | ||
| | | | * | | | | removed unneeded import. fixes travis build | Makarand Dharmapurikar | 2016-07-08 |
| | | | | | | | | |||
| * | | | | | | | Merge pull request #7195 from soltanmm/winfix | kpayson64 | 2016-07-08 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix Python interop unit-tests on Windows | ||
| | | | | | | | * | Convert time to monotonic internally | Craig Tiller | 2016-07-08 |
| | | | | | | | | | |||
| | | | | * | | | | added a comment just to retrigger tests | Makarand Dharmapurikar | 2016-07-08 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #7272 from nathanielmanistaatgoogle/rendezvous-exception | kpayson64 | 2016-07-08 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix _Rendezvous.exception for successful calls | ||
| | | | | | | * | | | php: remove gpr_log debug | Stanley Cheung | 2016-07-08 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||
| * | | | | | | | | Merge pull request #7163 from nathanielmanistaatgoogle/call-credentials | kpayson64 | 2016-07-08 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Support composition of arbitrarily many CallCredentials objects | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #7203 from murgatroid99/node_separate_health_check | Nicolas Noble | 2016-07-08 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Split Node health check code into a separate package and make it use static codegen | ||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #7268 from ctiller/smaller_max_message_size | Nicolas Noble | 2016-07-08 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Reduce default max message size | ||
| | | | | | | | | | | * | Make it more likely to correctly report deadline exceeded | Craig Tiller | 2016-07-08 |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||
| | | | | | | | | * | | fixed minor indent and resubmit | Makarand Dharmapurikar | 2016-07-08 |
| | | | | | | | | | | | |||
| | | | | | * | | | | | Fix interop tests on Windows | Masood Malekghassemi | 2016-07-08 |
| | | | | | | | | | | | |||
| | | | | | * | | | | | Make Python tests run on Windows | Masood Malekghassemi | 2016-07-08 |
| | | | | | | | | | | | |||
| | | | | | * | | | | | Build Python distributions standalone for Windows | Masood Malekghassemi | 2016-07-08 |
| | | | | | | | | | | | |||
| | | | | | * | | | | | Patch monkeypatch link function to work in Python3 | Masood Malekghassemi | 2016-07-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The modified link command was originally taken from a Python 2.x distutils. | ||
| | | | | | * | | | | | Make Python build standalone on Windows | Masood Malekghassemi | 2016-07-08 |
| | | | | | | | | | | | |||
| * | | | | | | | | | | Merge pull request #7260 from kpayson64/ga_performance_tests | kpayson64 | 2016-07-08 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Migrated python performance tests to use GA API | ||
| | | | | | | | | | * | | addressed feedback | Makarand Dharmapurikar | 2016-07-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using 'using'. Removed unnecessary grpc::string. fixed indentation. | ||
| | | | | | | * | | | | | Remove unnecessary fcntl module import | Masood Malekghassemi | 2016-07-08 |
| | | | | | | | | | | | | |||
| | | | | | | * | | | | | Remove misleading diagnostics message | Masood Malekghassemi | 2016-07-08 |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | |||
| | | | | | | | | * | | fixes #7219 | Makarand Dharmapurikar | 2016-07-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified objc plugin to add two types of import statements for well known protos. Deleted unnecessary empty.proto as we'll be using wellknown empty.proto Modified test to use the well known empty.proto. | ||
| * | | | | | | | | | | Merge pull request #7275 from kpayson64/python_min_memory_cleanup | kpayson64 | 2016-07-08 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Removed cython client-side call tracking | ||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #6783 from thinkerou/compress | kpayson64 | 2016-07-08 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Make PHP work correctly when receiving a compressed message | ||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7156 from stanley-cheung/php-add-comment-shutdown-warning | kpayson64 | 2016-07-08 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP: add warning about shutdown function | ||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7239 from jboeuf/fix_7182 | kpayson64 | 2016-07-08 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | Change the return status codes according to the doc | ||
| * | | | | | | | | | | | | | Merge pull request #7219 from jcanizales/merge-0.14-into-master | makdharma | 2016-07-08 |
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge 0.14 into master | ||
| | | | | | | | | | | | * | | Merge branch 'master' into ruby_api_review_changes | murgatroid99 | 2016-07-08 |
| | | | | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | | Revert changes to SingleReqView and MultiReqView | murgatroid99 | 2016-07-08 |
| | | | | | | | | | | | | | | |||
| | | | * | | | | | | | | | | fetch and fix conflict | thinkerou | 2016-07-08 |
| | | | |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | |||
| | | | | * | | | | | | | | | Removed cython client-side call tracking | Ken Payson | 2016-07-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures sync calls get cancelled after a keyboard interrupt, as well as all calls getting destroyed before grpc_shutdown() | ||
* | | | | | | | | | | | | | | Merge pull request #7270 from kpayson64/ruby_ga_change | kpayson64 | 2016-07-07 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change cancelled to cancelled? | ||
| | | | * | | | | | | | | | | | revert debug log change | Stanley Cheung | 2016-07-07 |
| | | | | | | | | | | | | | | | |||
| | | | * | | | | | | | | | | | php: update example composer.json | Stanley Cheung | 2016-07-07 |
| | | | | | | | | | | | | | | | |||
| | | | * | | | | | | | | | | | php: add warning about shutdown function | Stanley Cheung | 2016-07-07 |
| |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | | Split incoming initial and trailing metadata in Ruby calls | murgatroid99 | 2016-07-07 |
| | | | | | |_|_|_|_|_|/ / | | | | | |/| | | | | | | | |||
| | | | | | | | | | * | | | Fix _Rendezvous.exception for successful calls | Nathaniel Manista | 2016-07-07 |
| |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |