aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* If we cant check timers due to contention, at least make sure we do a follow ...Gravatar Craig Tiller2016-03-11
* Merge branch 'huh_omg' of github.com:ctiller/grpc into huh_omgGravatar Craig Tiller2016-03-11
|\
| * Expand lockGravatar Craig Tiller2016-03-11
* | Fix castGravatar Craig Tiller2016-03-11
|/
* Extend timeoutGravatar Craig Tiller2016-03-11
* Fix race in subchannel.cGravatar Craig Tiller2016-03-11
* Fail fasterGravatar Craig Tiller2016-03-11
* Add contributed testGravatar Craig Tiller2016-03-11
* Merge pull request #5718 from ctiller/dns_retryGravatar Nicolas Noble2016-03-11
|\
* \ Merge pull request #5720 from jcanizales/reachability-objc-fixGravatar Jan Tattermusch2016-03-11
|\ \
* \ \ Merge pull request #5637 from murgatroid99/node_bad_message_handlingGravatar Jan Tattermusch2016-03-11
|\ \ \
* \ \ \ Merge pull request #5439 from chrisdunelm/coreclr_metadata2Gravatar Jan Tattermusch2016-03-11
|\ \ \ \
* \ \ \ \ Merge pull request #5587 from stanley-cheung/php-update-composer-jsonGravatar Jan Tattermusch2016-03-11
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #5381 from jtattermusch/core_portability_clangGravatar Jan Tattermusch2016-03-11
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #5719 from soltanmm/morechanGravatar Masood Malekghassemi2016-03-11
|\ \ \ \ \ \ \
| | | | | | * | 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
| |_|_|_|_|/ / |/| | | | | |
| * | | | | | 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
|\ \ \ \ \
| | | | | * 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
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #5448 from jtattermusch/fix_csharp_artifactsGravatar Nicolas Noble2016-03-10
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #5690 from soltanmm/merpGravatar Masood Malekghassemi2016-03-10
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #5628 from royalharsh/masterGravatar Jan Tattermusch2016-03-10
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #5687 from soltanmm/other-typoGravatar Nathaniel Manista2016-03-10
|\ \ \ \ \ \ \ \
| | * | | | | | | updates contributing.mdGravatar Harsh Vardhan2016-03-10
* | | | | | | | | Merge pull request #5668 from y-zeng/masterGravatar LisaFC2016-03-10
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge pull request #5686 from soltanmm/gillsGravatar Masood Malekghassemi2016-03-09
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge pull request #5540 from soltanmm/upmergeGravatar Craig Tiller2016-03-09
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | 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
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | Remove extraneous mutex, restrict state transitionsGravatar murgatroid992016-03-09
* | | | | | | | | | | Merge pull request #5677 from ctiller/neg3Gravatar Vijay Pai2016-03-09
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #5662 from ctiller/timer_listGravatar Vijay Pai2016-03-09
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | | 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
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| | | | | | * | | | | Doc Fixit: src/cpp/README need more information, revised 03092016Gravatar Yuchen Zeng2016-03-09