aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | * | | | | | | make sure PHP tests work on high sierra kokoro workersGravatar Jan Tattermusch2018-11-29
| |_|_|/ / / / / / / |/| | | | | | | | |
* | | | | | | | | | 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
| | | | | | | | | | |
| | | | | | | * | | | s/int/uint32_tGravatar 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
| | | | | | | | | | |
| | | | | | | * | | | Update testGravatar Yash Tibrewal2018-11-28
| | | | | | | | | | |
| | | | | | * | | | | 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
| | | | | |/ / / /
* | | | | | | | | Merge pull request #17110 from billfeng327/multipool-configGravatar Bill Feng2018-11-28
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Bazel multipool config update, removed sentinel file
| | | | | | * | | Disable three subchannel unit tests for geventGravatar Lidi Zheng2018-11-28
| | | | | | | | |
* | | | | | | | | Merge pull request #17329 from grpc/authors-alphabeticalGravatar Nicolas Noble2018-11-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Adding a line about alphabetical order of AUTHORS
| * | | | | | | | | Adding a line about alphabetical order of AUTHORSGravatar Nicolas Noble2018-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
| | | | | | | | * | | | | | regenerate doxygen filesGravatar Srini Polavarapu2018-11-28
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | PHP: fix ZTS buildGravatar Stanley Cheung2018-11-28
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| | | | | | | * | | | | | Merge branch 'master' of https://github.com/grpc/grpcGravatar Srini Polavarapu2018-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
| | | | | | | | |/ / / / / | | | | | | | |/| | | | |
* | | | | | | | | | | | | Merge pull request #17320 from soheilhy/worktree-refcounted-benchGravatar Soheil Hassas Yeganeh2018-11-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GPR_ATM_INC_ADD_THEN to grpc_core::RefCount
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #17316 from vishalpowar/upb_submoduleGravatar vishalpowar2018-11-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding upb as submodule
| | * | | | | | | | | | | | | 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.
| | | | | | | | | | * | | | fix docstring on grpc.serverGravatar Eric Gribkoff2018-11-28
| | | | | | | | | | | | | |
| | | | | | | * | | | | | | cleanupGravatar Bill Feng2018-11-28
| | | | | | | | | | | | | |
| | | | | | | * | | | | | | added exec_compatible_with to sh_testGravatar Bill Feng2018-11-28
| | | | | | | | | | | | | |
| | | | | | | | | | | * | | Adopt reviewer's suggestionsGravatar Lidi Zheng2018-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Correct the StatusCode * Format code * Use @staticmethod * Fix typo
| * | | | | | | | | | | | | Adding upb as submoduleGravatar Vishal Powar2018-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upb will be used for codegen of xDS protos.
* | | | | | | | | | | | | | Merge pull request #17315 from stanley-cheung/php-fix-zts-masterGravatar Stanley Cheung2018-11-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix PHP ZTS build breakage
| | | | * | | | | | | | | | | Fix Python blocking interceptors facing RpcErrorGravatar Mehrdad Afshari2018-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RpcError should be returned from the continuation intact, not raised.
* | | | | | | | | | | | | | | Merge pull request #17290 from ganmacs/return-unimplemented-in-server-streamerGravatar apolcyn2018-11-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | Return UNIMPLEMENTED error when user does not implement server_streamer method
| | * | | | | | | | | | | | | Fix PHP ZTS build breakageGravatar Stanley Cheung2018-11-27
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| | | | | | * | | | | | | | Stream size needs to be rounded up to alignmentGravatar Yash Tibrewal2018-11-27
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| | | | | | | | | | * | | Channelz Python wrapper implementationGravatar Lidi Zheng2018-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Expose the C-Core API in Cython layer * Handle the object translation * Create a separate package for Channelz specifically * Handle nullptr and raise exception if seen one * Translate C++ Channelz unit tests * Adding 5 more invalid query unit tests Adding peripheral utility for grpcio-channelz package * Add to `pylint_code.sh` * Add to Python build script * Add to artifact build script * Add to Bazel * Add to Sphinx module list
| | | * | | | | | | | | | Use grpc_event_engine_can_track_errorsGravatar Yash Tibrewal2018-11-27
| | | | | | | | | | | | |
| | | * | | | | | | | | | Always set fd to be readable/writable on receiving EPOLLERRGravatar Yash Tibrewal2018-11-27
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #17304 from euroelessar/grpc-redeclarationGravatar Lidi Zheng2018-11-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | [cython] Declare symbols once
| | | | | | * | | | | | | Circumvent padding issues and make traced the second last fieldGravatar Yash Tibrewal2018-11-27
| | | | | | | | | | | | |
| | | | | | * | | | | | | Add traced information to stream opGravatar Yash Tibrewal2018-11-27
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
| | | | | | * | | | | | trying latest imageGravatar Bill Feng2018-11-27
| | | | | | | | | | | |
| | | | | | * | | | | | trying standard-16 machineGravatar Bill Feng2018-11-27
| | | | | | | | | | | |
| | | | | | * | | | | | trying highmem machineGravatar Bill Feng2018-11-27
| | | | | | | | | | | |
| | | | | * | | | | | | Revert "Use a static local flag to memorize whether the grpc event engine ↵Gravatar Guantao Liu2018-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | runs in background or not" This reverts commit 9bbda894cbd845cea48a76c536d9731436c6313f.