Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | BoringSSL integration: non-vsprojects changes | Craig Tiller | 2015-12-22 |
| | |||
* | Fix clang-format script | Craig Tiller | 2015-09-28 |
| | |||
* | minor fixes | yang-g | 2015-08-26 |
| | |||
* | Make certain constants unsigned to please compiler on Mac | vjpai | 2015-08-25 |
| | |||
* | Fixing tests. | Julien Boeuf | 2015-08-25 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref | Julien Boeuf | 2015-08-24 |
| | |||
* | Adding grpc::string_ref class. | Julien Boeuf | 2015-08-24 |
- Strict subset of http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html - Useful to avoid unnecessary string copies. |