aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
...
* | Merge pull request #14615 from dgquintas/authority_headerGravatar David G. Quintas2018-03-28
|\ \ | | | | | | Secure channels: use the right authority
| | * Simplify capacity growth calculation.Gravatar Mark D. Roth2018-03-28
| | |
* | | Merge pull request #14561 from kpayson64/gevent_2Gravatar kpayson642018-03-28
|\ \ \ | | | | | | | | Initial Gevent Compatibility
| | | * Change InlinedVector to keep elements stored contiguously.Gravatar Mark D. Roth2018-03-28
| | | |
| * | | Initial gevent supportGravatar kpayson642018-03-27
| | | | | | | | | | | | | | | | | | | | Because some cpp code ends up leaking into cython, we change the cython generator to generate cpp code.
| | * | Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-27
| | |\|
| | * | more commentsGravatar David Garcia Quintas2018-03-27
| | | |
| | * | added call_host_override testGravatar David Garcia Quintas2018-03-26
| | | |
* | | | Fix an ifdef commentGravatar Vijay Pai2018-03-26
| |_|/ |/| |
| | * PR commentsGravatar David Garcia Quintas2018-03-23
| | |
* | | cache default SSL root cert storeGravatar jiangtaoli20162018-03-23
| | |
| | * Fixed tests call hostGravatar David Garcia Quintas2018-03-22
| | |
| | * Added commentGravatar David Garcia Quintas2018-03-22
| | |
| | * Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-21
| | |\ | |_|/ |/| |
* | | Merge pull request #14751 from ncteisen/channel-tracingGravatar Noah Eisen2018-03-21
|\ \ \ | | | | | | | | [Fix Forward]: Channel Tracing Implementation; Part 1
| | | * Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-21
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #14783 from yashykt/tcpposixfixGravatar Yash Tibrewal2018-03-21
|\ \ \ \ | |_|/ / |/| | | Remove unnecessary assert on size check of address length
* | | | Merge pull request #14720 from yang-g/timerGravatar Yang Gao2018-03-21
|\ \ \ \ | | | | | | | | | | Make scope name unique and add missing header.
| | * | | Remove unnecessary assert on size check of address length after conversion ↵Gravatar Yash Tibrewal2018-03-21
| |/ / / |/| | | | | | | | | | | to socklen_t
| | | * Moved assertion for GRPC_ARG_DEFAULT_AUTHORITY into the authority filterGravatar David Garcia Quintas2018-03-21
| | | |
* | | | Merge pull request #14483 from euroelessar/ticket-clientGravatar Jiangtao Li2018-03-20
|\ \ \ \ | | | | | | | | | | [grpc] Add SSL session client cache support
| * | | | [grpc] Add SSL session client cache supportGravatar Ruslan Nigmatullin2018-03-20
| | | | |
* | | | | Merge branch 'master' into fix_reuseportGravatar Sree Kuchibhotla2018-03-19
|\| | | |
| | | * | Fix small build issuesGravatar ncteisen2018-03-19
| | | | |
| | | * | Revert "Revert "Channel Tracing Implementation; Part 1""Gravatar ncteisen2018-03-19
| | |/ / | |/| | | | | | | | | | This reverts commit f2bea3725f8218777268decfd37c7b543f839d9f.
* | | | enable SO_REUSEPORT option in ipv6 tooGravatar Sree Kuchibhotla2018-03-19
| | | |
| * | | Merge pull request #14746 from grpc/revert-13883-channel-tracingGravatar Noah Eisen2018-03-19
| |\ \ \ | | | | | | | | | | Revert "Channel Tracing Implementation; Part 1"
| * | | | Merge pull request #14464 from yashykt/socklentGravatar Yash Tibrewal2018-03-19
|/| | | | | | | | | | | | | | Change size_t to socklen_t in resolve_address
| | * | | Revert "Channel Tracing Implementation; Part 1"Gravatar Noah Eisen2018-03-19
| |/ / / |/| | |
* | | | Merge pull request #14626 from kpayson64/remove_dead_codeGravatar kpayson642018-03-16
|\ \ \ \ | | | | | | | | | | Remove unused idle_jobs
* \ \ \ \ Merge pull request #13883 from ncteisen/channel-tracingGravatar Noah Eisen2018-03-16
|\ \ \ \ \ | | | | | | | | | | | | Channel Tracing Implementation; Part 1
| | | | * | Use pthread to avoid circular calls to timer libraryGravatar yang-g2018-03-16
| | | | | |
| | | * | | Merge master into yashykt:socklentGravatar Yash Tibrewal2018-03-16
| | | |\ \ \ | |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #14723 from yashykt/tcpservermemsetGravatar Yash Tibrewal2018-03-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Zero out address before calling accept
| | * | | | | Update proto name to fix Windows portability buildGravatar ncteisen2018-03-16
| | | | | | |
| * | | | | | Zero out resolved address before calling acceptGravatar Yash Tibrewal2018-03-15
| | | | | | |
| | * | | | | Reviewer commentsGravatar ncteisen2018-03-15
| | | | | | |
| | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-15
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | | | | | * moved filter to extGravatar David Garcia Quintas2018-03-15
| | | | | | |
| | | | | * | Make scope name unique and add missing header.Gravatar yang-g2018-03-15
| | |_|_|/ / | |/| | | |
| | | | * | Merge master into yashykt:socklentGravatar Yash Tibrewal2018-03-14
| | | | |\ \ | | |_|_|/ / | |/| | | |
* | | | | | Add header files for exec_ctx and closure in windows iomgr header filesGravatar Yash Tibrewal2018-03-14
| | | | | |
* | | | | | Merge master into yashykt:execctxcleanupGravatar Yash Tibrewal2018-03-14
|\| | | | |
* | | | | | Remove unnecessary includes of exec_ctx.hGravatar Yash Tibrewal2018-03-14
| | | | | |
| * | | | | Merge pull request #14712 from yashykt/hotplugcpuGravatar Yash Tibrewal2018-03-14
| |\ \ \ \ \ | | | | | | | | | | | | | | Add checking for hotplugged CPUs in gpr_cpu_current_cpu for linux
| | | | | | * Fix check in channel.cc and tweak direct channel testsGravatar David Garcia Quintas2018-03-14
| | | | | | |
| | * | | | | Add checking for hotplugged CPUs in gpr_cpu_current_cpu for linuxGravatar Yash Tibrewal2018-03-14
| |/ / / / / |/| | | | |
| | | | | * Undo changes to ssl_credentials.ccGravatar David Garcia Quintas2018-03-14
| | | | | |
| | | | | * Abort if direct channel doesn't provide default authority ch argGravatar David Garcia Quintas2018-03-14
| | | | | |
| * | | | | Merge pull request #14688 from kpayson64/revert_prGravatar kpayson642018-03-13
| |\ \ \ \ \ | | | | | | | | | | | | | | Revert "Use heuristic to determine how many events to handle per iter…