aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #7664 from kpayson64/cv_wakeup_fdGravatar kpayson642016-10-17
|\ | | | | Add Shim for wakeup_fds with no pipe or
* | clang-formatGravatar David Garcia Quintas2016-10-15
| |
* | Factored out common code into pick_from_internal_rr.Gravatar David Garcia Quintas2016-10-14
| | | | | | | | | | This also fixed a potential bug whereby callbacks wouldn't be called if the pick happened immediately during the flushing of pending picks.
* | Merge branch 'master' of github.com:grpc/grpc into grpclb_racesGravatar David Garcia Quintas2016-10-14
|\ \
* | | Tiny refactoringGravatar David Garcia Quintas2016-10-14
| | |
| * | Merge pull request #8348 from dgquintas/new_lb_md_keysGravatar David G. Quintas2016-10-14
| |\ \ | | | | | | | | Renamed LB-related metadata keys
| * \ \ Merge pull request #8234 from ncteisen/new_interop_testsGravatar Noah Eisen2016-10-14
| |\ \ \ | | | | | | | | | | Wrote C++ unimplemented_method interop test
* | | | | pr commentsGravatar David Garcia Quintas2016-10-14
| | | | |
| * | | | Merge pull request #7962 from y-zeng/call_holder_add_pollentGravatar Yuchen Zeng2016-10-14
| |\ \ \ \ | | | | | | | | | | | | Add calls' polling entities to the pollset_set of client_channel
| | | | * \ Merge branch 'master' of github.com:grpc/grpc into new_lb_md_keysGravatar David Garcia Quintas2016-10-14
| | | | |\ \ | | |_|_|/ / | |/| | | |
* / | | | | gRPCLB and RR race fixesGravatar David Garcia Quintas2016-10-13
|/ / / / /
* | | | | Merge pull request #8369 from muxi/fix-interoptestGravatar Muxi Yan2016-10-13
|\ \ \ \ \ | | | | | | | | | | | | Fix InteropTests.m bug
* \ \ \ \ \ Merge pull request #8127 from kpayson64/allow_pointersGravatar kpayson642016-10-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow pointer channel args python
| * | | | | | Allow pointer channel args pythonGravatar Ken Payson2016-10-13
| | | | | | |
| | | | | | * Use atomics for poll status to prevent tsan race complaintsGravatar Ken Payson2016-10-13
| | | | | | |
| | * | | | | Fix InteropTests.m bugGravatar Muxi Yan2016-10-13
| |/ / / / / |/| | | | |
| | | | | * Moved cv polling into ev_poll_posix.cGravatar Ken Payson2016-10-13
| | | | | |
* | | | | | Merge pull request #8361 from ncteisen/csharp_custom_metadataGravatar Eric Anderson2016-10-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bug Fix in CSharp Interop Client
* \ \ \ \ \ \ Merge pull request #8297 from jtattermusch/add_newinstance_commentGravatar Jan Tattermusch2016-10-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add comment to NewInstance override in the generated code
| | * | | | | | fixed bug in custom metadata interop test from csharp client to c++ serverGravatar Noah Eisen2016-10-12
| |/ / / / / / |/| | | | | |
| | | | * | | manually fixed merge conflict. caused by the addition of a different new ↵Gravatar Noah Eisen2016-10-12
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | interop test
* | | | | | | Merge pull request #8101 from makdharma/cacheable_unaryGravatar makdharma2016-10-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add interop test for Cacheable Unary Calls
* \ \ \ \ \ \ \ Merge pull request #8354 from grpc/v1.0.xGravatar Jan Tattermusch2016-10-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Upmerge doc changes from v1.0.x
| * | | | | | | | Update README.mdGravatar Jan Tattermusch2016-10-12
| | | | | | | | |
| * | | | | | | | Update README.mdGravatar Jan Tattermusch2016-10-12
| | | | | | | | |
| * | | | | | | | Update README.mdGravatar Jan Tattermusch2016-10-12
| | | | | | | | |
| * | | | | | | | Update README.mdGravatar Jan Tattermusch2016-10-12
| | | | | | | | |
| * | | | | | | | Update README.mdGravatar Jan Tattermusch2016-10-12
| | | | | | | | |
| * | | | | | | | Update README.mdGravatar Jan Tattermusch2016-10-12
| | | | | | | | |
| * | | | | | | | Create README.mdGravatar Jan Tattermusch2016-10-12
| | | | | | | | |
| * | | | | | | | Update README.mdGravatar Jan Tattermusch2016-10-12
| | | | | | | | |
| * | | | | | | | Update README.mdGravatar Jan Tattermusch2016-10-12
| | | | | | | | |
| | | * | | | | | regenerate C# protosGravatar Jan Tattermusch2016-10-12
| | | | | | | | |
| | | * | | | | | add comment for NewInstance overrideGravatar Jan Tattermusch2016-10-12
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #8320 from jtattermusch/gprlog_format_fixGravatar Jan Tattermusch2016-10-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix building ruby artifact
* \ \ \ \ \ \ \ \ Merge pull request #8073 from daniel-j-born/handshake_shutdownGravatar Yang Gao2016-10-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Safe server shutdown.
| | | | | | | | * | Removed outdated TODOs and improved docstringsGravatar David Garcia Quintas2016-10-11
| | | | | | | | | |
| | | | | | | | * | Renamed LB-related metadata keysGravatar David Garcia Quintas2016-10-11
| |_|_|_|_|_|_|/ / |/| | | | | | | |
| | | | | | | | * ChangesGravatar Ken Payson2016-10-11
| | | | | | | | |
| | | | | | | | * mergedGravatar Ken Payson2016-10-11
| | | | | | | | |\
| | | | | | | | * | Cleanup poll-cv setupGravatar Ken Payson2016-10-11
| | | | | | | | | |
* | | | | | | | | | Merge pull request #8177 from jboeuf/remove_call_creds_from_channel_credsGravatar jboeuf2016-10-11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Adding a method in channel creds to remove any attached call creds.
| | | | | | | * \ \ \ Merge remote-tracking branch 'upstream/master' into call_holder_add_pollentGravatar Yuchen Zeng2016-10-10
| | | | | | | |\ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| | | | | | | | | | * Add condition variable polling engineGravatar kpayson642016-10-10
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge pull request #8324 from grpc/v1.0.xGravatar Nathaniel Manista2016-10-07
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | v1.0.x → master upmerge.
| | | | | | | | | * Remove test-forcing hackGravatar Ken Payson2016-10-07
| | | | | | | | | |
* | | | | | | | | | Merge pull request #8219 from markdroth/fail_fastGravatar Mark D. Roth2016-10-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Change C++ API to expose wait_for_ready instead of fail_fast.
* \ \ \ \ \ \ \ \ \ \ Merge pull request #8305 from stanley-cheung/php-update-composer-jsonGravatar Stanley Cheung2016-10-07
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PHP: require grpc extension to be installed before composer package
| | | | | | | | | | | * fix small bugGravatar Ken Payson2016-10-07
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #8323 from markdroth/lb_pick_fixGravatar Mark D. Roth2016-10-07
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix grpclb LB policy pick method to return 0 upon error.