aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2
Commit message (Expand)AuthorAge
* Progress on splitting reading from transport lockGravatar Craig Tiller2015-06-15
* Get parsing/writing compiling againGravatar Craig Tiller2015-06-12
* Progress on splitting things upGravatar Craig Tiller2015-06-12
* ProgressGravatar Craig Tiller2015-06-12
* TweaksGravatar Craig Tiller2015-06-12
* Make some buckets to pour code intoGravatar Craig Tiller2015-06-12
* Add copyrightGravatar Craig Tiller2015-06-12
* Rename some thingsGravatar Craig Tiller2015-06-12
* Initial data movement out of chttp2_transportGravatar Craig Tiller2015-06-12
* Fixing tools compilation.Gravatar Nicolas "Pixel" Noble2015-06-02
* clang-formatGravatar Craig Tiller2015-05-27
* Advertise HTTP2 supportGravatar Craig Tiller2015-05-27
* Handle priority frames in any headerGravatar Craig Tiller2015-05-21
* Send RST_STREAM when closing from the server without getting a client half-cl...Gravatar Craig Tiller2015-05-19
* Fix errant empty data frame after trailersGravatar Craig Tiller2015-04-30
* clang-formatGravatar Craig Tiller2015-04-23
* Fix accidental deleteGravatar Craig Tiller2015-04-22
* Beginning transport workGravatar Craig Tiller2015-04-22
* Merge branch 'batch-metadata' of github.com:ctiller/grpc into one-passGravatar Craig Tiller2015-04-20
|\
* | Tidying up proof of conceptGravatar Craig Tiller2015-04-20
* | Proof of concept fix for flow control errorGravatar Yang Gao2015-04-20
| * clang-formatGravatar Craig Tiller2015-04-17
| * Got rid of GRPC_SEND_STARTGravatar Craig Tiller2015-04-17
| * Progress towards transport using metadata batchesGravatar Craig Tiller2015-04-16
|/
* Remove (void*)1Gravatar Craig Tiller2015-04-14
* Add important commentGravatar Craig Tiller2015-04-14
* Batch unref metadata in HTTP/2 stream encoderGravatar Craig Tiller2015-04-14
* Tracer registration.Gravatar Craig Tiller2015-03-01
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
* Also get rid of CHTTP2 settings spamGravatar Craig Tiller2015-02-24
* 32 bit compilation fixes for coreGravatar Craig Tiller2015-02-19
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Correctly handle large headers in HPACK tableGravatar Craig Tiller2015-02-10
* First compiling version of the new C api.Gravatar Craig Tiller2015-01-27
* run clang-formatGravatar Yang Gao2015-01-26
* Add constant for min bufsize for timeout encodingGravatar Craig Tiller2015-01-23
* Move string.h to internal codeGravatar Craig Tiller2015-01-23
* Remove sprintf from timeout_encodingGravatar Craig Tiller2015-01-23
* Add platform ifdefs, fix up some MSVC warningsGravatar Craig Tiller2015-01-21
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
* () --> (void)Gravatar Craig Tiller2015-01-15
* clang-format codebaseGravatar Craig Tiller2015-01-13
* Ensure flow control callbacks happen outside the transport lock.Gravatar ctiller2015-01-12
* Add an assertion to prevent return-without-value warning.Gravatar vpai2014-12-15
* Fix mixing function, and make it universally used.Gravatar ctiller2014-12-15
* Binary header encoding.Gravatar ctiller2014-12-15
* Advertise h2-16, h2-15, h2-14, and accept any of them.Gravatar ctiller2014-12-10
* Automated g4 rollback of changelist 81719124.Gravatar ctiller2014-12-09
* Advertise h2-16, h2-15, h2-14, and accept any of them.Gravatar ctiller2014-12-09