248 Commits (ea846a08004501fa4b63dbb5bd7bb12bd1017a33)

Author SHA1 Message Date
Vijay Pai 320ed13d3e Deprecate grpc::thread and sync in favor of std::thread,mutex,etc 8 years ago
Vijay Pai 713c7b87e1 clang-format 8 years ago
Vijay Pai c0b2acb1a0 Use C++11 final and override 8 years ago
Yuchen Zeng 169c985f67 Remove generated pb files 8 years ago
David Garcia Quintas f042481403 s/std::string/grpc::string 8 years ago
Yuchen Zeng 7cd90c6816 Print more information about ambiguous method names 8 years ago
Yuchen Zeng 6679d78997 Handle partially exposed reflection service 8 years ago
Yuchen Zeng a4aebf873e Remove unused inclusion 8 years ago
Yuchen Zeng 15bc4627de Rename variables ... again 8 years ago
Yuchen Zeng e529ea3928 Rename variables 8 years ago
Yuchen Zeng 27170357ab Improve ProtoReflectionDescriptorDatabase 8 years ago
Yuchen Zeng 84d55b30cc clang-format 8 years ago
Yuchen Zeng 1724ef07f3 Fix portibality issues 8 years ago
Yuchen Zeng 734fd71ef8 Fix CliCredentials reference 8 years ago
Yuchen Zeng 2579bf3941 Fix ListServices args 8 years ago
Yuchen Zeng b4bca54aa2 Clang-format 8 years ago
Yuchen Zeng 330848f542 Add header guard 8 years ago
Yuchen Zeng 38b1287d2d Fix protobuf dependency 8 years ago
Yuchen Zeng 8d5f5e080b Fix portability issues 8 years ago
Yuchen Zeng 75e3ce645c Fix portability issues 8 years ago
yang-g 4335e11951 Prevent some compilers compaining unused return value 8 years ago
Yuchen Zeng 7176a828c5 Use --protofiles 8 years ago
Yuchen Zeng 20d6a10483 Use grpc::protobuf 8 years ago
Yuchen Zeng 94d786fd4c Add type command 8 years ago
Yuchen Zeng 387afd70d3 Add list command 8 years ago
yang-g 56fb16d49f Add missing header 8 years ago
Craig Tiller 102fa966b6 Rename some files to avoid conflicting .obj files on Windows 8 years ago
Yuchen Zeng 25aa88af94 Address review comments 8 years ago
Yuchen Zeng 2bf9913323 Fix wrongly included header 8 years ago
Yuchen Zeng 9bf906234e Clang-format 8 years ago
Yuchen Zeng 302763f898 Address review comments 8 years ago
Yuchen Zeng 02139a05dc Add CliCredentials, config_grpc_cli.h 8 years ago
Yuchen Zeng 4272cac7ae Rewrite ProtoFileParser 8 years ago
David Garcia Quintas c79b0650d2 removed codegen/log.h 8 years ago
Yuchen Zeng 68ca351126 Fix sanity issues 8 years ago
Yuchen Zeng f4046cdced Fix thread leak 8 years ago
Yuchen Zeng e7068c836e Remove references to string_ref_helper 8 years ago
Yuchen Zeng 724a4e253a Add header guard 8 years ago
Yuchen Zeng 28263275f0 Remove unnecessary dependencies 8 years ago
Yuchen Zeng 29ca79be89 Command processing, validation 8 years ago
Yuchen Zeng 9cb9445155 Addressed review comments 8 years ago
Yuchen Zeng 6b88b22d9e Add comments for GRPC_NO_GENERATED_CODE 8 years ago
Yuchen Zeng 1318479011 Separate generated file and protobuf dependency 8 years ago
Yuchen Zeng c68640f05c Read from stdin 9 years ago
Yuchen Zeng a17c8d993d Fix typos 9 years ago
Yuchen Zeng c24e0ee4f0 Update docs 9 years ago
Yuchen Zeng 256cc7aa03 Support server reflection in CLI 9 years ago
yang-g a324c4fea6 Add API to get c slice from c++ Slice. 9 years ago
Vijay Pai 6b668cc93f Remove range-based for, comparisons to nullptr 9 years ago
Vijay Pai a63271c77f Deal with to_string, proper usage of nullptr, and lack of map::emplace 9 years ago