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
/
metadata.c
Commit message (
Expand
)
Author
Age
*
Remove metadata canonicalization, and fix some bugs
Craig Tiller
2015-09-25
*
Enable -Wconversion
Craig Tiller
2015-09-10
*
Core compiles with -Wsign-conversion
Craig Tiller
2015-09-10
*
Outlaw comma in non-binary metadata values
Craig Tiller
2015-08-27
*
Fix character classes to updated spec
Craig Tiller
2015-08-21
*
Outlaw illegal metadata characters
Craig Tiller
2015-08-21
*
clang-format all source
Craig Tiller
2015-08-18
*
Properly send GRPC_STATUS_UNAUTHENTICATED from server auth failures
Craig Tiller
2015-07-31
*
Addressing review comments
Craig Tiller
2015-07-22
*
Canonicalize metadata keys in core
Craig Tiller
2015-07-22
*
Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time
Vijay Pai
2015-07-10
|
\
*
|
Fix TSAN reported race
Craig Tiller
2015-07-10
|
*
Merge github.com:grpc/grpc into footprints-on-the-sands-of-time
Craig Tiller
2015-07-09
|
|
\
|
|
/
|
/
|
*
|
Add metadata refcount debugging
Craig Tiller
2015-07-06
|
*
Introduce multiple clocks to GPR
Craig Tiller
2015-07-01
|
/
*
Remove the ability to specify a string on cancel: it was broken and unused; w...
Craig Tiller
2015-06-30
*
Fix some asan issues
Craig Tiller
2015-06-08
*
Validate that headers contain legal bytes
Craig Tiller
2015-05-06
*
Fix remaining allocation bugs
Craig Tiller
2015-04-17
*
Merge with other metadata changes
Craig Tiller
2015-04-14
*
Merge github.com:grpc/grpc into fast-unref
Craig Tiller
2015-04-14
|
\
*
|
Batch unref metadata in HTTP/2 stream encoder
Craig Tiller
2015-04-14
|
*
Fix Typo
Craig Tiller
2015-04-13
|
*
Change barriers to protect the innocent
Craig Tiller
2015-04-13
|
*
Eliminate channel-wide lock for grpc_mdelem_ref.
Craig Tiller
2015-04-10
|
/
*
Eliminate a redundant unlock-lock pair since this code is only invoked from
Vijay Pai
2015-04-02
*
Fix use-after-free.
Craig Tiller
2015-02-18
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
Update copyright to 2015
Craig Tiller
2015-02-18
*
Fixing a few winsocket misuses.
Nicolas "Pixel" Noble
2015-01-24
*
() --> (void)
Craig Tiller
2015-01-15
*
Fix mixing function, and make it universally used.
ctiller
2014-12-15
*
Binary header encoding.
ctiller
2014-12-15
*
Cache encoded binary data on the metadata string object.
ctiller
2014-12-11
*
Initial import.
Nicolas Noble
2014-11-26