grpc/src/core
Jan Tattermusch f0555e6fe3 Merge pull request #5705 from paddybyers/free_aligned
Use gpr_free() in gpr_free_aligned()
2016-03-15 13:55:17 -07:00
..
census add checking of character values 2016-02-26 09:04:19 -08:00
channel Merge pull request #5676 from ctiller/neg 2016-03-09 17:31:50 -08:00
client_config If we cant check timers due to contention, at least make sure we do a follow up check soon 2016-03-11 20:12:45 -08:00
compression Add a sanity test for name aliasing 2016-02-22 15:59:19 -08:00
debug clang-format all core files 2015-09-22 12:33:20 -07:00
httpcli Fix copyrights 2016-02-25 20:08:36 -08:00
iomgr Merge pull request #5731 from ctiller/huh_omg 2016-03-14 15:09:50 -07:00
json Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
profiling Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
proto/grpc/lb/v0 updated generated lb proto code to latest nanopb version 2016-02-23 17:37:47 -08:00
security Revert "Revert "Add an implementation firewall against pollset_set"" 2016-02-25 19:04:07 -08:00
statistics post merge 2016-02-02 09:43:02 -08:00
support Use gpr_free() in gpr_free_aligned() 2016-03-15 15:04:32 +00:00
surface If we cant check timers due to contention, at least make sure we do a follow up check soon 2016-03-11 20:12:45 -08:00
transport fix race between send message and send initial metadata 2016-03-10 14:38:27 -08:00
tsi Improve looks_like_ip_address for IPv6 addresses, and add tests 2016-03-14 16:40:21 -07:00
README.md Update README.mds that don't currently have Status 'Beta' 2015-10-01 10:54:25 -07:00

README.md

#Overview

This directory contains source code for shared C library. Libraries in other languages in this repository (C++, Ruby, Python, PHP, NodeJS, Objective-C) are layered on top of this library.

#Status

Beta