aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #17360 from soheilhy/refcounted-no-traceGravatar Soheil Hassas Yeganeh2018-12-03
|\ | | | | Add debug-only tracing to grpc_core::RefCount
* \ Merge pull request #16971 from lidizheng/surface-exceptionsGravatar Lidi Zheng2018-12-03
|\ \ | | | | | | | | | Surface exceptions from Cython to Python as much as possible Fixed #16643
* \ \ Merge pull request #17305 from yihuazhang/ALTS-log-msg-reorderGravatar yihuaz2018-12-03
|\ \ \ | | | | | | | | Re-order ALTS handshaker log messages
* \ \ \ Merge pull request #17144 from vjpai/server_streamingGravatar Vijay Pai2018-12-03
|\ \ \ \ | | | | | | | | | | C++ callback API for streaming servers
| | * | | re-order ALTS log messages.Gravatar Yihua Zhang2018-12-03
| |/ / / |/| | |
* | | | Merge pull request #17309 from jtattermusch/csharp_stretch_dockerfiles2Gravatar Jan Tattermusch2018-12-03
|\ \ \ \ | | | | | | | | | | Upgrade C# testing images to debian stretch (second attempt)
* \ \ \ \ Merge pull request #17295 from ganmacs/fix-miscGravatar apolcyn2018-12-02
|\ \ \ \ \ | | | | | | | | | | | | Fix ruby code style
| | | | | * Add debug-only tracing to grpc_core::RefCountGravatar Soheil Hassas Yeganeh2018-12-01
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | Also, this patch removes the *WithTracing variants in favor of the new API.
* | | | | Merge pull request #17354 from apolcyn/fix_ares_deadlocksGravatar apolcyn2018-11-30
|\ \ \ \ \ | | | | | | | | | | | | Cancel c-ares queries after a timeout to avoid getting stuck
| | | | * | Streaming API for callback serversGravatar Vijay Pai2018-11-30
| |_|_|/ / |/| | | |
* | | | | Merge pull request #17104 from vjpai/callback_streamingGravatar Vijay Pai2018-11-30
|\ \ \ \ \ | | | | | | | | | | | | C++: Experimental client callback streaming API
| | * | | | Cancel still-active c-ares queries after 10 seconds to avoid chance of deadlockGravatar Alexander Polcyn2018-11-30
| | | | | |
* | | | | | Merge pull request #17362 from vjpai/comment_about_commentsGravatar Vijay Pai2018-11-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | Comment about comments
| * | | | | | Comment about commentsGravatar Vijay Pai2018-11-30
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #17341 from ericgribkoff/fork_infoGravatar Eric Gribkoff2018-11-30
|\ \ \ \ \ \ | |/ / / / / |/| | | | | log fork compat message at INFO instead of ERROR
| | * | | | Stop exposing streaming object classGravatar Vijay Pai2018-11-30
| | | | | |
| | * | | | Client callback streamingGravatar Vijay Pai2018-11-30
| |/ / / / |/| | | |
| | | * | update compiler definesGravatar Jan Tattermusch2018-11-30
| | | | |
| | | * | switch netcoreapp1.0->1.1Gravatar Jan Tattermusch2018-11-30
| |_|/ / |/| | |
* | | | Merge pull request #17266 from lidizheng/python-channelzGravatar Lidi Zheng2018-11-29
|\ \ \ \ | | | | | | | | | | Channelz Python wrapper implementation
* \ \ \ \ Merge pull request #17331 from yashykt/timestamplengthGravatar Yash Tibrewal2018-11-29
|\ \ \ \ \ | | | | | | | | | | | | Add the byte offset for the RPC that is traced in Timestamps
| | * | | | Update docstring of Channelz function && add default variable initializationGravatar Lidi Zheng2018-11-29
| | | | | |
* | | | | | Merge pull request #17332 from yashykt/emptymsgGravatar Yash Tibrewal2018-11-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | Return immediately if the first control message is empty
| | | * | | | Update comments && modify function nameGravatar Lidi Zheng2018-11-29
| | | | | | |
* | | | | | | Merge pull request #17333 from yashykt/tsinitGravatar Yash Tibrewal2018-11-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Initialize all other timestamps (non sendmsg) to gpr_inf_past
| | | * | | | | Explicit conversionGravatar Yash Tibrewal2018-11-29
| | | | | | | |
| | | | | * | | log fork compat message at INFO instead of ERRORGravatar Eric Gribkoff2018-11-29
| |_|_|_|/ / / |/| | | | | |
| | * | | | | Revert the do while and ifGravatar Yash Tibrewal2018-11-29
| | | | | | |
* | | | | | | Merge pull request #17307 from ericgribkoff/create_server_formatGravatar Eric Gribkoff2018-11-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix docstring on grpc.server
* \ \ \ \ \ \ \ Merge pull request #17312 from markdroth/grpclb_empty_serverlist_fixGravatar Mark D. Roth2018-11-29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Don't ignore empty serverlists from the grpclb balancer.
* \ \ \ \ \ \ \ \ Merge pull request #17323 from markdroth/inlined_vector_copy_and_move_fixGravatar Mark D. Roth2018-11-29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix InlinedVector to use its elements' move and copy methods.
| | * | | | | | | | Don't ignore empty serverlists from the grpclb balancer.Gravatar Mark D. Roth2018-11-29
| | | | | | | | | |
| | | | * | | | | | Initialize all other timestamps (non sendmsg) to gpr_inf_pastGravatar Yash Tibrewal2018-11-29
| |_|_|/ / / / / / |/| | | | | | | |
| | | | | * | | | Add a byte counter to chttp2_stream and use that for timestampsGravatar Yash Tibrewal2018-11-29
| | | | | | | | |
| | | | | * | | | Do not add the TCP buffer length.Gravatar Yash Tibrewal2018-11-29
| | | | | | | | |
| | | | * | | | | Return immediately if the first message is emptyGravatar Yash Tibrewal2018-11-28
| |_|_|/ / / / / |/| | | | | | |
| | | | * | | | Add the length of the buffer that is tracedGravatar Yash Tibrewal2018-11-28
| |_|_|/ / / / |/| | | | | |
| | | | * | | Disable three subchannel unit tests for geventGravatar Lidi Zheng2018-11-28
| | | | | | |
* | | | | | | Merge pull request #17313 from yashykt/padstreamsizeGravatar Yash Tibrewal2018-11-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Stream size needs to be rounded up to alignment
* \ \ \ \ \ \ \ Merge pull request #17294 from yashykt/tracedGravatar Yash Tibrewal2018-11-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add traced information to stream op
* \ \ \ \ \ \ \ \ Merge pull request #17326 from stanley-cheung/php-fix-zts-masterGravatar Stanley Cheung2018-11-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | PHP: fix ZTS build
* \ \ \ \ \ \ \ \ \ Merge pull request #17244 from guantaol/ev_epollbgGravatar Guantao Liu2018-11-28
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Preparation for the new background poller 'epollbg'
* \ \ \ \ \ \ \ \ \ \ Merge pull request #17317 from mehrdada/fix-interceptor-bugGravatar Lidi Zheng2018-11-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix Python blocking interceptors facing RpcError
| | | * | | | | | | | | PHP: fix ZTS buildGravatar Stanley Cheung2018-11-28
| |_|/ / / / / / / / / |/| | | | | | | | | |
| | | | | | | | * | | Remove the `del` hack and skip server related test casesGravatar Lidi Zheng2018-11-28
| | | | | | | | | | |
| | | | * | | | | | | Add required headerGravatar Yash Tibrewal2018-11-28
| | | | | | | | | | |
| | | | | | | | * | | Adding comment about `del` about #17258Gravatar Lidi Zheng2018-11-28
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #17310 from yashykt/enableerrqueueGravatar Yash Tibrewal2018-11-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Enable errqueue support for linux kernel versions 4.0.0 and above
| | | | | | * | | | | | Fix InlinedVector to use its elements' move and copy methods.Gravatar Mark D. Roth2018-11-28
| | | | | | |/ / / / /
* | | | | | | | | | | Add GPR_ATM_INC_ADD_THEN to grpc_core::RefCountGravatar Soheil Hassas Yeganeh2018-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to fix the wrong atomic op counts reported by benchmarks. Also add these macros to windows and gcc-sync headers as noop macros for consistency.