aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* clang-formatGravatar Craig Tiller2016-03-11
|
* Integrate backoff library with subchannelGravatar Craig Tiller2016-03-11
|
* Build out backoff as a libraryGravatar 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
| * 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 #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
* \ \ \ \ 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
| | | | | * | | Release GIL in queue __dealloc__Gravatar Masood Malekghassemi2016-03-09
| | | | | | | |
| | | | | | * | 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
| |/ / / / |/| | | |
| * | | | Copyright, casting fixesGravatar Craig Tiller2016-03-09
| | | | |
| * | | | clang-formatGravatar Craig Tiller2016-03-09
| | | | |
| | | * | Doc Fixit: src/cpp/README need more informationGravatar Yuchen Zeng2016-03-08
| |_|/ / |/| | |
| * | | Revert mistaken changeGravatar Craig Tiller2016-03-08
| | | |
| * | | Fix timersGravatar Craig Tiller2016-03-08
| | | |
* | | | Merge pull request #5601 from stanley-cheung/add-protoc-to-install-docGravatar LisaFC2016-03-08
|\ \ \ \ | |/ / / |/| | | Doc Fixit: mention how to get protoc compiler in base INSTALL.md
* | | | Merge pull request #5632 from stanley-cheung/php-update-readmeGravatar LisaFC2016-03-08
|\ \ \ \ | | | | | | | | | | Doc Fixit: PHP update readme
| * | | | review changesGravatar Stanley Cheung2016-03-08
| | | | |
* | | | | Merge pull request #5629 from jtattermusch/python_custom_testGravatar Masood Malekghassemi2016-03-07
|\ \ \ \ \ | |_|_|_|/ |/| | | | Add test_lite custom command for parallel test running.
| | * | | php: update readmeGravatar Stanley Cheung2016-03-07
| |/ / / |/| | |
| * | | Address comments and add a TODO.Gravatar Jan Tattermusch2016-03-07
| | | |
| * | | custom test target for parallel test runningGravatar Jan Tattermusch2016-03-07
| | | |
* | | | clang-formatGravatar Craig Tiller2016-03-07
| | | |
* | | | Potential fix for race condition exposed by NodeGravatar Craig Tiller2016-03-07
|/ / /
* | | Merge pull request #5609 from ctiller/fix_mac_raceGravatar Craig Tiller2016-03-05
|\ \ \ | | | | | | | | Fix race in poll() based pollset
* \ \ \ Merge pull request #5610 from murgatroid99/node_client_status_race_fixGravatar Michael Lumish2016-03-04
|\ \ \ \ | | | | | | | | | | Fix race between parsing messages and receiving status in Node client
* | | | | Fix sanityGravatar Craig Tiller2016-03-04
| | | | |
| | * | | Fix formattingGravatar Craig Tiller2016-03-04
| | | | |
| * | | | Fix race between parsing messages and receiving status in Node clientGravatar murgatroid992016-03-04
| | | | |
| | * | | Fix race in poll() based pollsetGravatar Craig Tiller2016-03-04
| |/ / / |/| | | | | | | | | | | | | | | | | | | It was possible for entries in watchers[] to be deleted by another thread before we called begin_poll. I'd like to do something nicer than this eventually... but that'll be easier once we've got the polling loop cleaned up (which is currently WIP)
* | | | Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to ↵Gravatar Jan Tattermusch2016-03-04
| | | | | | | | | | | | | | | | prevent queues from blocking indefinitely in poll()"
* | | | Merge pull request #5595 from ctiller/trycancelGravatar Vijay Pai2016-03-04
|\ \ \ \ | |/ / / |/| | | Fix leak: dont become writable if writes are closed
* | | | Merge pull request #5544 from gresrun/masterGravatar Jorge Canizales2016-03-04
|\ \ \ \ | | | | | | | | | | Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()
| | | * | update min node versionGravatar Stanley Cheung2016-03-04
| |_|/ / |/| | |
| * | | Add comments and feature flag.Gravatar Greg Haines2016-03-04
| | | |
* | | | Revert "Properly integrate async API with server-side cancellations."Gravatar Sree Kuchibhotla2016-03-04
| | | |
* | | | Merge pull request #5572 from vjpai/srv_ctxGravatar Sree Kuchibhotla2016-03-04
|\ \ \ \ | | | | | | | | | | Properly integrate async API with server-side cancellations.
| | | * | Unref writable streams on transport close to avoid leaksGravatar Craig Tiller2016-03-04
| | | | |
| | | * | Fix leak: dont become writable if writes are closedGravatar Craig Tiller2016-03-04
| |_|/ / |/| | |
* | | | Fix typoGravatar Craig Tiller2016-03-03
| | | |