aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface
Commit message (Collapse)AuthorAge
* Merge pull request #12532 from yashykt/ctocc4Gravatar Yash Tibrewal2017-09-14
|\ | | | | Getting files C++ compilable
* \ Merge pull request #12555 from ctiller/gross-object-countsGravatar Craig Tiller2017-09-13
|\ \ | | | | | | Count API object creations
| | * Merging master into ctocc4Gravatar Yash Tibrewal2017-09-13
| | |\ | |_|/ |/| |
| * | Count api object creationsGravatar Craig Tiller2017-09-13
| | |
* | | Merge pull request #12326 from AspirinSJL/bug_shutdownGravatar Juanli Shen2017-09-13
|\ \ \ | | | | | | | | Add refcount to subchannel_index
| | | * removing a completed TODO, removing forward declarations and rearranging ↵Gravatar Yash Tibrewal2017-09-13
| | | | | | | | | | | | | | | | code instead, removing _t suffixes with other recommendations
| * | | Add refcount to subchannel_index.Gravatar Juanli Shen2017-09-13
| | | |
| | | * Adding more pointer conversions and type renamingGravatar Yash Tibrewal2017-09-13
| |_|/ |/| |
* | | Using already type casted variablesGravatar Yash Tibrewal2017-09-12
| | |
* | | Adding pointer conversions. Renaming a few variables and type names to avoid ↵Gravatar Yash Tibrewal2017-09-12
|/ / | | | | | | C++ compilation issues
* | Merge github.com:grpc/grpc into server_statsGravatar Craig Tiller2017-09-11
|\|
| * Merge branch 'master' into write_completionGravatar Craig Tiller2017-09-09
| |\
| * \ Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-08
| |\ \
* | \ \ Merge github.com:grpc/grpc into server_statsGravatar Craig Tiller2017-09-08
|\ \ \ \ | | |/ / | |/| |
| | | * More explicit pointer type conversionGravatar Yash Tibrewal2017-09-07
| | |/ | |/|
| * | Merge pull request #12372 from vjpai/armalarmadingdongGravatar Vijay Pai2017-09-07
| |\ \ | | | | | | | | Core API change: Decouple alarm construction from setting to avoid races in MT code
* | | | Merge github.com:grpc/grpc into server_statsGravatar Craig Tiller2017-09-07
|\| | |
| | | * Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-07
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #12369 from markdroth/call_combinerGravatar Mark D. Roth2017-09-07
| |\ \ \ | | | | | | | | | | Second attempt at call combiner PR
| | | | * Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-07
| | | | |\ | | |_|_|/ | |/| | |
| | | * | Decouple alarm construction from setting to avoid races in MT codeGravatar Vijay Pai2017-09-07
| | |/ / | |/| |
| * | | Merge pull request #12341 from yang-g/externGravatar Yang Gao2017-09-05
| |\ \ \ | | | | | | | | | | Log offending ops and error code before crashing the server
| | | * | Reset cancellation closure when unreffing the call to avoid race conditions.Gravatar Mark D. Roth2017-09-05
| | | | |
| | * | | Make grpc_call_log_batch take const char*Gravatar yang-g2017-09-05
| | | | |
* | | | | Add stats for server request serving pathGravatar Craig Tiller2017-09-05
|/ / / /
| | | * Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-01
| | | |\ | |_|_|/ |/| | |
| | * | Revert "Revert "Implement call combiner""Gravatar Mark D. Roth2017-09-01
| |/ / |/| | | | | | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e.
* | | Merge github.com:grpc/grpc into statsGravatar Craig Tiller2017-08-31
|\ \ \
| | | * Merge github.com:grpc/grpc into wcGravatar Craig Tiller2017-08-31
| | | |\ | | |_|/ | |/| |
| | * | Log offending ops and error code before crashing the serverGravatar yang-g2017-08-30
| |/ /
| * | Revert "Implement call combiner"Gravatar Mark D. Roth2017-08-29
| | |
* | | Merge github.com:grpc/grpc into statsGravatar Craig Tiller2017-08-29
|\| |
| * | Merge pull request #12137 from y-zeng/call_atmGravatar Yuchen Zeng2017-08-28
| |\ \ | | | | | | | | Fix data race in call.c
| | * | Add explanation for recv_stateGravatar Yuchen Zeng2017-08-25
| | | |
| * | | Implement call combiner.Gravatar Mark D. Roth2017-08-25
| | | |
| * | | Merge pull request #11782 from muxi/stream_compression_configGravatar Muxi Yan2017-08-24
| |\ \ \ | | | | | | | | | | Implement stream compression - configuration and negotiation
| * | | | Fix mismatched BEGIN/ENDGravatar yang-g2017-08-21
| | | | |
| | * | | Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-21
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Fix minor build issueGravatar Muxi Yan2017-08-18
| | | | |
| | * | | Some missing partsGravatar Muxi Yan2017-08-17
| | | | |
| * | | | Master version bump to 1.7.xGravatar David Garcia Quintas2017-08-16
| | | | |
| | | * | Add more comments for the atomic operationsGravatar Yuchen Zeng2017-08-15
| | | | |
| | | * | Use atm load instead of atm casGravatar Yuchen Zeng2017-08-15
| | | | | | | | | | | | | | | | | | | | This reverts commit 370051b520e3097a89a464a91a38ee6334d0aeaf.
| | * | | Fix comment formatGravatar Muxi Yan2017-08-14
| | | | |
| | * | | Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-11
| | |\ \ \ | | |/ / / | |/| | |
| | | * | Simplify bctlp atomic operationsGravatar Yuchen Zeng2017-08-10
| | | | |
| | | * | Fix data race in call.cGravatar Yuchen Zeng2017-08-09
| | |/ / | |/| |
| * | | Merge pull request #12054 from sreecha/cq_cleanupGravatar Sree Kuchibhotla2017-08-08
| |\ \ \ | | | | | | | | | | Fix data races between cq-shutdown and cq-begin-op for a pluckable cq
| | * | | Fix tsan failures in cq-pluck and cleanup cq codeGravatar Sree Kuchibhotla2017-08-02
| | | | |
| | | * | Merge branch 'master' into stream_compression_configGravatar Muxi Yan2017-08-02
| | | |\ \ | | | |/ / | | |/| |