index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
transport
/
chttp2
/
hpack_parser.c
Commit message (
Expand
)
Author
Age
*
clang-format
Craig Tiller
2015-11-10
*
Fix memory leak
Craig Tiller
2015-11-10
*
First round changes to handle dynamic hpack table size
Craig Tiller
2015-11-10
*
Temporary patch for max table size not being implemented yet
Craig Tiller
2015-11-03
*
stream_op cleanup: transport changes
Craig Tiller
2015-11-02
*
mark unreachable code with a macro
yang-g
2015-10-07
*
Fix clang-format script
Craig Tiller
2015-09-28
*
clang-format all core files
Craig Tiller
2015-09-22
*
Move arguments to the start of lists
Craig Tiller
2015-09-22
*
indent pass to get logical source lines on one physical line
Craig Tiller
2015-09-22
*
Rename call_list to closure_list
Craig Tiller
2015-09-22
*
Call list progress
Craig Tiller
2015-09-21
*
Enable -Wconversion
Craig Tiller
2015-09-10
*
First round of fixing up implicit 64->32 bit conversions
Craig Tiller
2015-09-10
*
Core compiles with -Wsign-conversion
Craig Tiller
2015-09-10
*
Merge pull request #2308 from ctiller/metadata-wants-to-be-debugged
Yang Gao
2015-07-08
|
\
|
*
Add metadata refcount debugging
Craig Tiller
2015-07-06
*
|
Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring
Julien Boeuf
2015-06-29
|
\
|
*
|
Adding gpr_dump and gpr_hexdump as discussed. Removed gpr_slice_to_cstring as...
Julien Boeuf
2015-06-29
|
*
Flow control bugfixes
Craig Tiller
2015-06-17
|
*
qps_test links with the breakup
Craig Tiller
2015-06-16
|
*
Progress on splitting things up
Craig Tiller
2015-06-15
|
*
clang-format, and process on lock splitting
Craig Tiller
2015-06-15
|
*
Get parsing/writing compiling again
Craig Tiller
2015-06-12
|
/
*
Handle priority frames in any header
Craig Tiller
2015-05-21
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
Update copyright to 2015
Craig Tiller
2015-02-18
*
run clang-format
Yang Gao
2015-01-26
*
Move string.h to internal code
Craig Tiller
2015-01-23
*
Add platform ifdefs, fix up some MSVC warnings
Craig Tiller
2015-01-21
*
Add an assertion to prevent return-without-value warning.
vpai
2014-12-15
*
Binary header encoding.
ctiller
2014-12-15
*
Initial import.
Nicolas Noble
2014-11-26