aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-07-21
|\
| * Merge pull request #11884 from yashykt/connect-authGravatar Yash Tibrewal2017-07-21
| |\
| * \ Merge pull request #11816 from sreecha/sreek-epoll1Gravatar Sree Kuchibhotla2017-07-21
| |\ \
| * \ \ Merge pull request #9840 from ctiller/maxstrmGravatar Craig Tiller2017-07-21
| |\ \ \
* | | | | always offload partial writesGravatar Craig Tiller2017-07-21
* | | | | Fix Windows?Gravatar Craig Tiller2017-07-21
* | | | | ubsan fixGravatar Craig Tiller2017-07-21
* | | | | Fix raceGravatar Craig Tiller2017-07-21
| | | | * Changing a few variable names and adding few safety conditionsGravatar Yash Tibrewal2017-07-21
| * | | | Merge pull request #11871 from murgatroid99/uv_portability_fixGravatar Michael Lumish2017-07-21
| |\ \ \ \
| | | | * \ Merge branch 'master' into sreek-epoll1Gravatar Sree Kuchibhotla2017-07-20
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | | | * | Correctly fix the case where pollset->kicked_without_poller was missedGravatar Sree Kuchibhotla2017-07-20
| * | | | | Merge pull request #11890 from vjpai/inproc_commentGravatar Vijay Pai2017-07-20
| |\ \ \ \ \
| | | | | | * Test credentials are passed with channel arg. Renamed macros and refactored c...Gravatar Yash Tibrewal2017-07-20
| * | | | | | Merge pull request #11875 from murgatroid99/core_uv_reuse_portGravatar Michael Lumish2017-07-20
| |\ \ \ \ \ \
| | | | * | | | Address comments: change names and remove unnecessary linesGravatar murgatroid992017-07-20
* | | | | | | | castsGravatar Craig Tiller2017-07-20
* | | | | | | | Track early resultsGravatar Craig Tiller2017-07-20
* | | | | | | | Tweak write scheduling rulesGravatar Craig Tiller2017-07-20
* | | | | | | | Complete metadata writes inline now that thats safeGravatar Craig Tiller2017-07-20
* | | | | | | | Fix scheduler selectionGravatar Craig Tiller2017-07-20
* | | | | | | | Eliminate recursionGravatar Craig Tiller2017-07-20
| | | * | | | | Improve a comment in inproc transportGravatar Vijay Pai2017-07-20
| | |/ / / / / | |/| | | | |
* | | | | | | Wrap tracersGravatar Craig Tiller2017-07-20
| | | | | | * Nit correctionGravatar Yash Tibrewal2017-07-19
| | | | | | * Removing a few style issuesGravatar Yash Tibrewal2017-07-19
| * | | | | | Merge pull request #11770 from ncteisen/too-much-traceGravatar Noah Eisen2017-07-19
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #11874 from dgquintas/fix_pending_grpclbGravatar David G. Quintas2017-07-19
| |\ \ \ \ \ \ \
| | | | | | | * \ Merge branch 'master' into sreek-epoll1Gravatar Sree Kuchibhotla2017-07-19
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | | | | | | | * Merged latest commit from upstreamGravatar Yash Tibrewal2017-07-19
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | | | | | | | * Adding connect auth feature. Proxy-Authorization header is being inserted whe...Gravatar Yash Tibrewal2017-07-19
| | | | * | | | | Add SO_REUSEPORT support to uv iomgr codeGravatar murgatroid992017-07-19
* | | | | | | | | Add debug, fix isolation bug in executorGravatar Craig Tiller2017-07-19
| * | | | | | | | Merge pull request #11755 from bsyk/observe_no_proxyGravatar Mark D. Roth2017-07-19
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | Check for no_proxy environment variable and skip proxy if host is listedGravatar Ben Sykes2017-07-19
| | | | * | | | | Const correct and clangGravatar ncteisen2017-07-19
| | | | | | | * | Consume kicked_without_pollerGravatar Sree Kuchibhotla2017-07-18
| | | | | | | * | Fix race-condition in epoll1 poller's begin_worker() and pollset_kick()Gravatar Sree Kuchibhotla2017-07-18
| | | | * | | | | Add commentGravatar ncteisen2017-07-18
| | | | * | | | | Quiet down getenvGravatar ncteisen2017-07-18
| | |_|/ / / / / | |/| | | | | |
| | | | | | * | Add/update comments and remove unused fieldsGravatar Sree Kuchibhotla2017-07-18
| | | * | | | | Free pending grpclb update argsGravatar David Garcia Quintas2017-07-18
| | |/ / / / / | |/| | | | |
| | | * | | | Clang formatGravatar murgatroid992017-07-18
* | | | | | | Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-07-18
|\| | | | | |
| | | * | | | Merge branch 'master' into uv_portability_fixGravatar murgatroid992017-07-18
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | | * | | | Add asserts that uv calls all run on the same threadGravatar murgatroid992017-07-18
| | | * | | | Fix failures in libuv portability testsGravatar murgatroid992017-07-18
* | | | | | | Initial long job supportGravatar Craig Tiller2017-07-18
* | | | | | | Introduce long/short jobs to executor (not used yet)Gravatar Craig Tiller2017-07-18
| * | | | | | Merge pull request #11607 from yihuazhang/tsi_initGravatar Mark D. Roth2017-07-18
| |\ \ \ \ \ \