aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add contributed testGravatar Craig Tiller2016-03-11
|
* Merge pull request #5718 from ctiller/dns_retryGravatar Nicolas Noble2016-03-11
|\ | | | | Dns retry support
* \ Merge pull request #5720 from jcanizales/reachability-objc-fixGravatar Jan Tattermusch2016-03-11
|\ \ | | | | | | Reachability ObjC fix
* \ \ Merge pull request #5637 from murgatroid99/node_bad_message_handlingGravatar Jan Tattermusch2016-03-11
|\ \ \ | | | | | | | | Node: propagate read errors back down to core
* \ \ \ Merge pull request #5439 from chrisdunelm/coreclr_metadata2Gravatar Jan Tattermusch2016-03-11
|\ \ \ \ | | | | | | | | | | Support for coreclr
* \ \ \ \ Merge pull request #5587 from stanley-cheung/php-update-composer-jsonGravatar Jan Tattermusch2016-03-11
|\ \ \ \ \ | | | | | | | | | | | | Update PHP composer.json files
* \ \ \ \ \ Merge pull request #5381 from jtattermusch/core_portability_clangGravatar Jan Tattermusch2016-03-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add clang3.4 and 3.6 support to run_tests.py
* \ \ \ \ \ \ Merge pull request #5719 from soltanmm/morechanGravatar Masood Malekghassemi2016-03-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove unnecessary safety-refs
| | | | | | * | Clean up ownership of the connection loss handlerGravatar Jorge Canizales2016-03-11
| | | | | | | |
| | | | | | * | Not call external methods from within a critical sectionGravatar Jorge Canizales2016-03-11
| | | | | | | |
| | | | | | * | Add monitoring of connectivityGravatar Jorge Canizales2016-03-11
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move C-layer call creation into GRPCChannel, so that it always acts on a non-destroyed channel. Listen for connectivity in the GRPCCall, and destroy the channel.
| * | | | | | Remove unnecessary (potentially bad) safety-refsGravatar Masood Malekghassemi2016-03-11
|/ / / / / /
| | | | | * Update copyrightsGravatar Craig Tiller2016-03-11
| | | | | |
| | | | | * Fit and finish for dns retry loopGravatar Craig Tiller2016-03-11
| | | | | |
| | | | | * Add retry for dns resolutionGravatar Craig Tiller2016-03-11
| | | | | |
| | | | | * Add failing testGravatar Craig Tiller2016-03-11
| | | | | |
| | | | | * Make blocking_resolve_address overridableGravatar Craig Tiller2016-03-11
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #5704 from jtattermusch/fix_python_beta_stream_streamGravatar Craig Tiller2016-03-11
|\ \ \ \ \ | | | | | | | | | | | | Fix race between send message and send initial metadata
| | | | | * Merge branch 'master' into node_bad_message_handlingGravatar murgatroid992016-03-10
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | | * | | remove stale src/php/ext/grpc/README.mdGravatar Stanley Cheung2016-03-10
| | | | | |
| | | * | | still need this block for the example composer.json fileGravatar Stanley Cheung2016-03-10
| | | | | |
| | | * | | update PHP composer.json filesGravatar Stanley Cheung2016-03-10
| |_|/ / / |/| | | |
| * | | | fix race between send message and send initial metadataGravatar Jan Tattermusch2016-03-10
| | | | |
* | | | | Merge pull request #5678 from murgatroid99/ruby_synchronization_fixesGravatar Nicolas Noble2016-03-10
|\ \ \ \ \ | | | | | | | | | | | | Ruby: fix some synchronization code in server implementation
* \ \ \ \ \ Merge pull request #5448 from jtattermusch/fix_csharp_artifactsGravatar Nicolas Noble2016-03-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix C# artifacts compatibility
* \ \ \ \ \ \ Merge pull request #5690 from soltanmm/merpGravatar Masood Malekghassemi2016-03-10
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Don't set linetrace unless testing coverage
* | | | | | | Merge pull request #5628 from royalharsh/masterGravatar Jan Tattermusch2016-03-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixes #5561
* \ \ \ \ \ \ \ Merge pull request #5687 from soltanmm/other-typoGravatar Nathaniel Manista2016-03-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix other typo to match previous typo fix.
| | * | | | | | | updates contributing.mdGravatar Harsh Vardhan2016-03-10
| | | | | | | | |
* | | | | | | | | Merge pull request #5668 from y-zeng/masterGravatar LisaFC2016-03-10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Doc Fixit: src/cpp/README need more information
* \ \ \ \ \ \ \ \ \ Merge pull request #5686 from soltanmm/gillsGravatar Masood Malekghassemi2016-03-09
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Release GIL in queue __dealloc__
* \ \ \ \ \ \ \ \ \ \ Merge pull request #5540 from soltanmm/upmergeGravatar Craig Tiller2016-03-09
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge release-0_13 into master
| | | | | | | * | | | | fix C# artifacts compatibilityGravatar Jan Tattermusch2016-03-09
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| | | | | | | | * | | add support for clang3.4 and 3.6Gravatar Jan Tattermusch2016-03-09
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #5676 from ctiller/negGravatar Vijay Pai2016-03-09
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix memory leak: keep all resolver calls under the same lock
| | | | | | | | * | | Remove extraneous mutex, restrict state transitionsGravatar murgatroid992016-03-09
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #5677 from ctiller/neg3Gravatar Vijay Pai2016-03-09
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix memory leak if call is already cancelled
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #5662 from ctiller/timer_listGravatar Vijay Pai2016-03-09
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix comparison direction - fixes timer_list_test flakiness
| | | | | | | | | * | | | Don't set linetrace unless testing coverageGravatar Masood Malekghassemi2016-03-09
| | | | | | | | | | | | |
| | | | | | | * | | | | | Fix other typo to match previous typo fixGravatar Masood Malekghassemi2016-03-09
| | | | | | | | |/ / / / | | | | | | | |/| | | |
| | | | | * | / | | | | Release GIL in queue __dealloc__Gravatar Masood Malekghassemi2016-03-09
| | | | | | |/ / / / / | | | | | |/| | | | |
* | | | | | | | | | | Merge pull request #5680 from soltanmm/tmpGravatar makdharma2016-03-09
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | Fix typo
| | | | | | * | | | | Doc Fixit: src/cpp/README need more information, revised 03092016Gravatar Yuchen Zeng2016-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Revised 'protoc' section and 'Documentation' section as LisaFC suggested. - Added 'Examples' section as LisaFC suggested. Resolves: #5661
| * | | | | | | | | | Fix typoGravatar Masood Malekghassemi2016-03-09
|/ / / / / / / / / /
| | | | | | | * | | Fix copyrightGravatar murgatroid992016-03-09
| | | | | | | | | |
| | | | | | | * | | Ruby: fix some synchronization code in server implementationGravatar murgatroid992016-03-09
| | | | | | | | | |
| | * | | | | | | | Fix memory leak if call is already cancelledGravatar Craig Tiller2016-03-09
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Obvious in hindsight, if the cas failed, we still created the subchannel call object and then left it dangling. Fixes a leak observed on master in the past 48 hours.
| | * | | | | | | Fix memory leak: keep all resolver calls under the same lockGravatar Craig Tiller2016-03-09
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #5672 from LisaFC/masterGravatar Stanley Cheung2016-03-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Updated main examples README to link to main docs and quickstarts
| | * | | | | | | Copyright, casting fixesGravatar Craig Tiller2016-03-09
| | | | | | | | |