aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2_transport.c
Commit message (Expand)AuthorAge
* Introduce a new memory reclamation scheme for channel stacksGravatar Craig Tiller2016-03-22
* Merge branch 'accounting' into split-me-baby-one-more-timeGravatar Craig Tiller2016-03-22
|\
| * clang-fmtGravatar Craig Tiller2016-03-22
* | Fix stack corruptionGravatar Craig Tiller2016-03-22
* | Fix inadvertently reverted codeGravatar Craig Tiller2016-03-22
* | Swap order of functions to reduce diffGravatar Craig Tiller2016-03-22
* | Bring chttp2 executor code back up to compilingGravatar Craig Tiller2016-03-22
* | Merge github.com:grpc/grpc into split-me-baby-one-more-timeGravatar Craig Tiller2016-03-22
|\ \
| | * Merge github.com:grpc/grpc into accountingGravatar Craig Tiller2016-03-21
| | |\ | | |/ | |/|
| * | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-16
| |\ \
| | * | fix race between send message and send initial metadataGravatar Jan Tattermusch2016-03-10
| | | * Stats collection pipelineGravatar Craig Tiller2016-03-10
| | | * Mechanism for reporting stats upGravatar Craig Tiller2016-03-09
| | |/
| * | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-07
| |\|
| | * Unref writable streams on transport close to avoid leaksGravatar Craig Tiller2016-03-04
| | * Fix leak: dont become writable if writes are closedGravatar Craig Tiller2016-03-04
| | * Fix typoGravatar Craig Tiller2016-03-03
| | * Refine conditionGravatar Craig Tiller2016-03-03
| | * Fix accept_stream being called post-channel deletionGravatar Craig Tiller2016-03-03
| | * Always ref writable streamsGravatar Craig Tiller2016-03-02
| * | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-02-25
| |\|
| | * Merge pull request #5350 from yang-g/stalled_by_transport_raceGravatar Craig Tiller2016-02-22
| | |\
| * | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-02-22
| |\| |
| | | * Fix race between add_writing_stalled and destroy streamGravatar yang-g2016-02-22
| | * | Discard the read buffer on stream errorGravatar yang-g2016-02-22
| | |/
| * / Decouple filter selection from channel constructionGravatar Craig Tiller2016-02-17
| |/
| * Fix race condition in transport APIGravatar Craig Tiller2016-02-03
| * Preparatory changes for work sheddingGravatar Craig Tiller2016-01-28
| * Updated copyrightsGravatar murgatroid992016-01-12
| * Merge pull request #4562 from ctiller/intsGravatar jboeuf2016-01-06
| |\
| | * Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
| * | remove stream from stalled_by_transport list before destroy itGravatar yang-g2015-12-21
| |/
| * Merge pull request #4384 from ctiller/big_dataGravatar Yang Gao2015-12-18
| |\
| * | hide a debug log under trace and fix two log levelsGravatar yang-g2015-12-17
| | * clang-formatGravatar Craig Tiller2015-12-16
| | * Fix flow control for unstarted streamsGravatar Craig Tiller2015-12-16
| | * Merge branch 'big_data' of github.com:ctiller/grpc into big_dataGravatar Craig Tiller2015-12-16
| | |\
| | * \ Merge github.com:grpc/grpc into big_dataGravatar Craig Tiller2015-12-16
| | |\ \ | | |/ / | |/| |
| * | | Merge branch 'proxy-crash' into server_stallGravatar Craig Tiller2015-12-15
| |\ \ \
| | * | | Handle cancelling writes whilst writingGravatar Craig Tiller2015-12-15
| * | | | recv_message_ready was already taken care ofGravatar Craig Tiller2015-12-14
| * | | | Merge branch 'proxy-crash' into server_stallGravatar Craig Tiller2015-12-14
| |\| | |
| | * | | Better fixGravatar Craig Tiller2015-12-14
| * | | | Fix server side handling of incoming partial requests in coreGravatar Craig Tiller2015-12-14
| |/ / /
| * | | Fix proxy end2end testsGravatar Craig Tiller2015-12-14
| | | * Fix bugs?Gravatar Craig Tiller2015-12-10
| | |/
| | * Fix flow control bugGravatar Craig Tiller2015-12-09
| | * Window overflow testGravatar Craig Tiller2015-12-09
| * | Fix ping response codeGravatar Craig Tiller2015-12-08
| * | clang-formatGravatar Craig Tiller2015-12-07