aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2_transport.c
Commit message (Expand)AuthorAge
* Fix leak in chttp2_transportGravatar Craig Tiller2015-06-30
* Spam cleanupGravatar Craig Tiller2015-06-30
* Fix a bug where transports can leak because they are not shut down correctlyGravatar Craig Tiller2015-06-30
* Fix leak in chttp2_transport incoming metadataGravatar Craig Tiller2015-06-30
* Addressing commentsGravatar Craig Tiller2015-06-25
* Dead code removalGravatar Craig Tiller2015-06-22
* Hack around stream closureGravatar Craig Tiller2015-06-18
* Bug fixesGravatar Craig Tiller2015-06-18
* Bug fixes, spam cleanupGravatar Craig Tiller2015-06-18
* More stream counting fixesGravatar Craig Tiller2015-06-18
* Fix goaways, stream countingGravatar Craig Tiller2015-06-18
* Fix some list handlingGravatar Craig Tiller2015-06-18
* Cancellation related fixesGravatar Craig Tiller2015-06-17
* Only start writing if theres no errorsGravatar Craig Tiller2015-06-17
* Flow control bugfixesGravatar Craig Tiller2015-06-17
* Properly deal with streams closing during parsingGravatar Craig Tiller2015-06-17
* Handle endpoint disconnection betterGravatar Craig Tiller2015-06-17
* First request/response with separated chttp2 lock passesGravatar Craig Tiller2015-06-16
* Read path improvementsGravatar Craig Tiller2015-06-16
* Implement more missing piecesGravatar Craig Tiller2015-06-16
* Fixing stuffGravatar Craig Tiller2015-06-16
* Implement more missing piecesGravatar Craig Tiller2015-06-16
* Fixing stuffGravatar Craig Tiller2015-06-16
* Fixing stuffGravatar Craig Tiller2015-06-16
* qps_test links with the breakupGravatar Craig Tiller2015-06-16
* Implement some missing pieces for chttp2s lock breakupGravatar Craig Tiller2015-06-16
* Implement lookup streamGravatar Craig Tiller2015-06-15
* New chttp2 list implementationGravatar Craig Tiller2015-06-15
* Compiles with the breakupGravatar Craig Tiller2015-06-15
* Progress on splitting things upGravatar Craig Tiller2015-06-15
* clang-format, and process on lock splittingGravatar Craig Tiller2015-06-15
* Progress on splitting reading from transport lockGravatar Craig Tiller2015-06-15
* Progress on splitting things upGravatar Craig Tiller2015-06-12
* ProgressGravatar Craig Tiller2015-06-12
* TweaksGravatar Craig Tiller2015-06-12
* TweaksGravatar Craig Tiller2015-06-12
* Rename some thingsGravatar Craig Tiller2015-06-12
* Initial data movement out of chttp2_transportGravatar Craig Tiller2015-06-12
* Rename some more stuffGravatar Craig Tiller2015-06-12
* Start splitting constants outGravatar Craig Tiller2015-06-12
* Fix refcounting, write startsGravatar Craig Tiller2015-06-11
* Refactor progressGravatar Craig Tiller2015-06-11
* Splitting progressGravatar Craig Tiller2015-06-11
* Exploratory work towards splitting parsing from the transport lockGravatar Craig Tiller2015-06-11
* Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-09
|\
| * Add some commentaryGravatar Craig Tiller2015-06-08
| * Split channel level and call level callback serializationGravatar Craig Tiller2015-06-08
* | Merge branch 'we-dont-need-no-backup' of github.com:ctiller/grpc into we-dont...Gravatar Craig Tiller2015-06-08
|\ \
| * | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-06
| |\|
| | * Add a test of bad settings frame (and fix a bug!)Gravatar Craig Tiller2015-06-05