33 Commits (f93c1ef1febe6331ed5298678ea263d4364bec77)

Author SHA1 Message Date
Vignesh Babu 0ba7d3a536
Reduce amount of data exchanged and increase timeout of each data transfer operation to fix msan deadline exceeded errors (#30648) 2 years ago
Vignesh Babu 98b930300e
Change secure endpoint write code to use max_frame_size to control encrypted frame sizes at the sender. (#29990) 2 years ago
Esun Kim c6ebbb5482
Added GRPC_ERROR_IS_NONE (#29937) 3 years ago
Vignesh Babu b92f885756
Adding a max_frame_size argument to grpc_endpoint_write API to allow a sender to control frame sizes (#29526) 3 years ago
Vignesh Babu 53e382729f
Adding a min progress size argument to grpc_endpoint_read to allow gRPC to use TCP optimizations on the read path (#29503) 3 years ago
Craig Tiller 5fc3ff8203
grpc_millis -> Timestamp/Duration (#28119) 3 years ago
Craig Tiller b669a3c521
Revert "Revert "a useful change (#27381)" (#27411)" (#27412) 3 years ago
Craig Tiller 5db17f7350
Revert "a useful change (#27381)" (#27411) 3 years ago
Craig Tiller 11eb70bbed
a useful change (#27381) 3 years ago
Esun Kim ca945a58e9
Introduced grpc_error_handle (#25902) 4 years ago
AJ Heller 0e3a02e903
Revert "Remove the `urgent` argument from iomgr tcp read API (#25494)" (#25592) 4 years ago
AJ Heller a3398f924c
Remove the `urgent` argument from iomgr tcp read API (#25494) 4 years ago
Yash Tibrewal a5ba140f3c Test changes 5 years ago
Soheil Hassas Yeganeh 18b19105f2 Implement TCP_INQ for gRPC in Linux 6 years ago
Yash Tibrewal 8d47cd4992
Revert "Revert "Fathom tcp changes"" 6 years ago
Jan Tattermusch 97ba943f17
Revert "Fathom tcp changes" 6 years ago
Yash Tibrewal f0397933b0 Fathom TCP level changes. TracedBuffer for keeping track of all buffers 6 years ago
Noah Eisen 4d20a66685 Run clang fmt 7 years ago
Noah Eisen be82e64b3d Autofix c casts to c++ casts 7 years ago
Vijay Pai d4d0a30c6f Privatize useful.h and avl.h 7 years ago
Yash Tibrewal 8cf1470a51
Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" 7 years ago
Yash Tibrewal ad4d2dde00
Revert "All instances of exec_ctx being passed around in src/core removed" 7 years ago
Yash Tibrewal c354269ba7 Remove _ prefixed variable names 7 years ago
Yash Tibrewal 6c26b16fe0 Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCtx and some minor changes 7 years ago
Yash Tibrewal 75122c2357 Address some PR comments 7 years ago
Craig Tiller be98d24841 clang-format after nullptr changes 7 years ago
Craig Tiller 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures 7 years ago
Yash Tibrewal 34a57d0346 rename all test core files to cc and a lot of C++ style conversions 7 years ago
Yash Tibrewal 0ee7574732 Removing instances of exec_ctx being passed around in functions in 7 years ago
Yash Tibrewal 7cdd99c86e Adding more pointer type conversions 7 years ago
Craig Tiller 0ff222a23b Add pollset_kick stats 7 years ago
Craig Tiller 9a8c3f398a Explicitly call out round up vs round down 7 years ago
Craig Tiller c0df1c0f9a Compiling again 7 years ago
ncteisen 969b46ef73 Add rich closure debug mode 8 years ago
ncteisen 274bbbe6a0 Add rich closure debug mode 8 years ago
Jan Tattermusch 7897ae9308 auto-fix most of licenses 8 years ago
Craig Tiller 26e69f6534 clang-format 8 years ago
Craig Tiller cfa8313fbb Fix race 8 years ago
Craig Tiller 2d485f0396 Fix threading assumptions in test 8 years ago
Craig Tiller dc3998e710 Converting code 8 years ago
Craig Tiller 339e421b29 Change endpoint interface to declare poller coveredness 8 years ago
ncteisen 4b36a3d9ea Change error_create API to slice 8 years ago
Robbie Shade ca7effcdff Replace timeout/scaling macros with functions. 8 years ago
Craig Tiller cda759d658 Add an error to fd_shutdown (and recursively) 8 years ago
Craig Tiller 91031dacb1 Changes to exec_ctx/closure/combiner/workqueue interfaces 8 years ago
Craig Tiller a59c16c184 Progress towards making grpc_slice_unref_internal take an exec_ctx 8 years ago
Craig Tiller 28b72428a8 clang-format 8 years ago
Craig Tiller 618e67d655 s/GPR_SLICE/GRPC_SLICE/g 8 years ago
Craig Tiller b37d53ebc0 Bulk update #includes 8 years ago
Craig Tiller d41a4a720f s/gpr_slice/grpc_slice, and move around tests, impls 8 years ago