aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2/stream_encoder.c
Commit message (Expand)AuthorAge
* stream_op cleanup: transport changesGravatar Craig Tiller2015-11-02
* Merge pull request #3794 from ctiller/mfGravatar Vijay Pai2015-10-14
|\
| * Make metadata unref atomicGravatar Craig Tiller2015-10-09
* | mark unreachable code with a macroGravatar yang-g2015-10-07
|/
* Merge github.com:grpc/grpc into clangfGravatar Craig Tiller2015-10-01
|\
| * C changes to avoid shadowed global declaration warnings in gcc4.4Gravatar Vijay Pai2015-09-29
|/
* Remove metadata canonicalization, and fix some bugsGravatar Craig Tiller2015-09-25
* clang-format all core filesGravatar Craig Tiller2015-09-22
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
* clang-format all core filesGravatar Craig Tiller2015-09-22
* Enable -WconversionGravatar Craig Tiller2015-09-10
* First round of fixing up implicit 64->32 bit conversionsGravatar Craig Tiller2015-09-10
* Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
* commentGravatar David Garcia Quintas2015-08-20
* if to assertGravatar David Garcia Quintas2015-08-20
* Assert http2 header orderingGravatar David Garcia Quintas2015-08-20
* Merge github.com:grpc/grpc into warbling-wombatGravatar Craig Tiller2015-07-23
|\
* | Canonicalize metadata keys in coreGravatar Craig Tiller2015-07-22
| * Move alarm subsystem to monotonic timeGravatar Craig Tiller2015-07-19
|/
* Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquin...Gravatar Craig Tiller2015-07-19
|\
| * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-15
| |\
* | | Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| |/ |/|
| * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-09
| |\
* | \ Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-09
|\ \ \ | | |/ | |/|
| | * More commentsGravatar David Garcia Quintas2015-07-08
| | * PR commentsGravatar David Garcia Quintas2015-07-06
* | | clang-format changed filesGravatar Craig Tiller2015-07-06
| * | Add metadata refcount debuggingGravatar Craig Tiller2015-07-06
* | | Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
|/ /
| * WIP. Compiles and tests pass. Need to write specific tests.Gravatar David Garcia Quintas2015-06-16
|/
* 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
* 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
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* First compiling version of the new C api.Gravatar Craig Tiller2015-01-27
* run clang-formatGravatar Yang Gao2015-01-26
* Ensure flow control callbacks happen outside the transport lock.Gravatar ctiller2015-01-12
* Fix mixing function, and make it universally used.Gravatar ctiller2014-12-15
* Binary header encoding.Gravatar ctiller2014-12-15
* Initial import.Gravatar Nicolas Noble2014-11-26