aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Expand)AuthorAge
* Blank line after including port_platform.hGravatar Yash Tibrewal2018-03-09
* Merge branch 'master' into socklentGravatar Yash Tibrewal2018-03-09
|\
* | Adding uv tooGravatar Yash Tibrewal2018-03-09
* | Trial windows changesGravatar Yash Tibrewal2018-03-08
| * Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-08
| * Revert "Add ALTS C stack to gRPC core"Gravatar Sree Kuchibhotla2018-03-07
| * Merge pull request #14448 from kpayson64/remove_pollerGravatar kpayson642018-03-07
| |\
| * \ Merge pull request #14544 from danzh2010/udpinterfaceGravatar Yang Gao2018-03-07
| |\ \
| | | * Do poll for poll_posix engine when kicked with 0s timeoutGravatar kpayson642018-03-07
| * | | Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-06
| | * | Merge branch 'master' into udpinterfaceGravatar danzh2018-03-06
| | |\ \ | | |/ / | |/| |
| | * | use static_castGravatar Dan Zhang2018-03-06
| * | | Use static_cast rather than reinterpret_cast whenever possibleGravatar Vijay Pai2018-03-05
| * | | Merge pull request #14458 from coryan/patch-1Gravatar Vijay Pai2018-03-05
| |\ \ \
| * \ \ \ Merge pull request #14532 from ncteisen/cpuGravatar Vijay Pai2018-03-05
| |\ \ \ \
| * | | | | Address reviewer commentsGravatar Vijay Pai2018-03-02
| * | | | | Minor changes and fixesGravatar Vijay Pai2018-03-01
| * | | | | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-03-01
| |\ \ \ \ \
| * | | | | | Move assignment for Thread, make destructor optional, loop cv waitsGravatar Vijay Pai2018-03-01
| | * | | | | Merge pull request #10684 from markdroth/retryGravatar Mark D. Roth2018-03-01
| | |\ \ \ \ \
| | | | | | * | edit commentGravatar Dan Zhang2018-03-01
| | * | | | | | Introduce a 'weak' and mutable version of slice hash tableGravatar David Garcia Quintas2018-02-28
| | | * | | | | Retry support.Gravatar Mark D. Roth2018-02-28
| | | | | | * | fix formatGravatar Dan Zhang2018-02-28
| | * | | | | | Perform secure naming checks in grpclb_end2end_testGravatar David Garcia Quintas2018-02-27
| | |/ / / / /
| | | | | * | fix formatGravatar Dan Zhang2018-02-27
| | | | | * | Refactors grpc udp_server_listener to be object oriented. Also adds a mutex t...Gravatar Dan Zhang2018-02-27
| | | |_|/ / | | |/| | |
| | | * | | Remain consitant with #14493Gravatar ncteisen2018-02-26
| | * | | | Convert slice hash table and service config code to C++.Gravatar Mark D. Roth2018-02-26
| | |/ / /
| * | | | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-26
| |\| | |
| | * | | Merge pull request #14493 from nnorwitz/patch-1Gravatar Noah Eisen2018-02-26
| | |\ \ \
| * | | | | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-24
| |\| | | |
| | * | | | Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
| | * | | | Regenerate projectsGravatar Mehrdad Afshari2018-02-22
| | | * | | Use the total # of processors instead of # online.Gravatar nnorwitz2018-02-22
| | |/ / /
| * | | | Fix header includesGravatar Vijay Pai2018-02-21
| * | | | Move destructor and Start to implementationGravatar Vijay Pai2018-02-21
| * | | | Header inclusionGravatar Vijay Pai2018-02-21
| * | | | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-21
| |\| | |
| | * | | Merge pull request #14437 from yihuazhang/security_connector_replacementGravatar Mark D. Roth2018-02-21
| | |\ \ \
| * | | | | MinGW requires lambdas to set their calling method if neededGravatar Vijay Pai2018-02-21
| * | | | | wip for Windows portGravatar Vijay Pai2018-02-20
| * | | | | Minor fixesGravatar Vijay Pai2018-02-20
| | * | | | Merge pull request #14449 from kpayson64/less_loggingGravatar kpayson642018-02-20
| | |\ \ \ \
* | | | | | | Change size_t to socklen_t in resolve_addressGravatar Yash Tibrewal2018-02-20
| |/ / / / / |/| | | | |
| | | * | | place security_connector in its own subdirectoryGravatar Yihua Zhang2018-02-20
| |_|/ / / |/| | | |
| * | | | clang-fmtGravatar Vijay Pai2018-02-19
| * | | | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
| | | * | Fix typo in constant name.Gravatar Carlos O'Ryan2018-02-19
| |_|/ / |/| | |
| * | | Fix thread leak by delaying thread exit until join is readyGravatar Vijay Pai2018-02-16