aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/transport/frame_ping.c
Commit message (Collapse)AuthorAge
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| | | | Also converting to .cc
* Set last_ping_sent_time to inf_past after receiving dataGravatar Yuchen Zeng2017-09-18
|
* Collect stats on why writes are initiatedGravatar Craig Tiller2017-09-14
|
* More explicit pointer type conversionGravatar Yash Tibrewal2017-09-07
|
* Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-08
|\
| * auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
* | Remove workqueue, covered_by_poller as concepts, get Mac build upGravatar Craig Tiller2017-05-12
|/
* Optimize framing a littleGravatar Craig Tiller2017-04-12
| | | | | | | | | - rely on the fact that data-to-come holds a reference to data-being-written, so there's no need to add a ref for every frame written - provide an 'inlined' version of grpc_slice_malloc (via a #define) that gives the compiler more information about small allocations to enable better optimization
* Reword commentsGravatar Yuchen Zeng2017-04-04
|
* Add bad_ping test, fix ping testGravatar Yuchen Zeng2017-04-04
|
* Add min_ping_interval_without_dataGravatar Yuchen Zeng2017-04-04
|
* Client-side keepalive pings server enforcementGravatar Yuchen Zeng2017-04-04
|
* Fix formatting issues, move g_disable_ping_ack check to the PING responderGravatar Yuchen Zeng2017-03-27
|
* Change keepalive arguments, add grpc_set_disable_ping_ackGravatar Yuchen Zeng2017-03-27
|
* Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-03-14
|\ | | | | | | error-slice-optimization
* | Change error_create API to sliceGravatar ncteisen2017-03-13
| |
| * Fix chttp2 ping parserGravatar Yuchen Zeng2017-03-10
|/
* Fix bugsGravatar Craig Tiller2017-01-30
|
* Fix failures in fuzzing testsGravatar Craig Tiller2017-01-30
|
* Better ping mgmtGravatar Craig Tiller2017-01-27
|
* Ping progressGravatar Craig Tiller2016-12-29
|
* clang-formatGravatar Craig Tiller2016-10-26
|
* s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
|
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|
* Compiling, writing workGravatar Craig Tiller2016-08-26
|
* Fix pingGravatar Craig Tiller2016-08-18
|
* Initial pass reifying read and global locksGravatar Craig Tiller2016-08-16
|
* Error handling progress in chttp2 transportGravatar Craig Tiller2016-05-05
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Move chttp2 related files under ext/Gravatar Craig Tiller2016-03-28