140 Commits (71ca4200f6ff7a73c64369d9f1f041c306124ae8)

Author SHA1 Message Date
Yuxuan Li bdc76ab37b bug fix 8 years ago
Yuxuan Li 34894e4b1c Implemented stream coalescing design 8 years ago
Jan Tattermusch bd0b0546a6 windows compilation fixes 8 years ago
Craig Tiller 7c70b6c144 Revert "Revert "Metadata handling rewrite"" 8 years ago
Craig Tiller 5e01e2ac97 Revert "Metadata handling rewrite" 8 years ago
yang-g cc5910228d manual revert of #8901 8 years ago
Craig Tiller f658bf0e1b Start resolving memory issues in C++ metadata 8 years ago
Craig Tiller 3b45b8d60b Revert "Test credentials provider update" 8 years ago
yang-g 8e9fc9bd0e Test credentials provider update 8 years ago
Vijay Pai 1b87ddee0a One more NULL->nullptr 8 years ago
Vijay Pai b0a6be2b8f Remove some unnecessary new/delete patterns 8 years ago
Vijay Pai 90102c2bfc Eliminate unnecessary uses of new[]/delete[] that can be replaced 8 years ago
Vijay Pai 713c7b87e1 clang-format 8 years ago
Vijay Pai c0b2acb1a0 Use C++11 final and override 8 years ago
murgatroid99 7c5befd86b Change UnimplementedService to UnimplementedEchoService in echo.proto 8 years ago
murgatroid99 623dd4f556 Renamed GPR_ constants to GRPC_ in iomgr/port.h 8 years ago
murgatroid99 5407089b37 Separate out iomgr-specific constants into a separate header 8 years ago
Yuchen Zeng 77b74258b5 Revert unnecessary deletions 8 years ago
Yuchen Zeng 1318479011 Separate generated file and protobuf dependency 8 years ago
yang-g 807387641f prevent spurious wake up and unstarted/already shutdown server 8 years ago
yang-g 6ec11f2acd prevent spurious wake up and unstarted/already shutdown server 8 years ago
yang-g 05573f1692 Make Server::Wait work for async only server. 8 years ago
yang-g e89dc6ceb6 Make Server::Wait work for async only server. 8 years ago
Vijay Pai b31a9a0900 Include <cinttypes> for PRIuPTR. Not clear why this is needed. 9 years ago
Vijay Pai 679c75f0a6 Deal with issues surrounding const members of classes used in 9 years ago
Vijay Pai a63271c77f Deal with to_string, proper usage of nullptr, and lack of map::emplace 9 years ago
vjpai 97da6473b4 Manual clang-format 9 years ago
Yuchen Zeng beaa35724c Fix type mismatch for type_size 9 years ago
Yuchen Zeng 0ba114408e Fix gpr_log format mismatches in c++ tests 9 years ago
Vijay Pai 15855f3e7f Switch server builder plugin API to something that will work with gcc4.4 9 years ago
yang-g 15759f610e Let Next set ok=true when receiving error status 9 years ago
David Klempner 6fb122dc6e Add calls to grpc_recycle_unused_port to two of the tests which call 9 years ago
Craig Tiller e4d2748f2f Fix async_end2end_test flow control 9 years ago
Vijay Pai d7b1e704a8 Cover large message sent securely or insecurely over async 9 years ago
Vijay Pai df8b62cea7 Add coverage for secure async end2end testing 9 years ago
Yuchen Zeng a42ec21341 Server builder plugin 9 years ago
Craig Tiller 6169d5f7b0 Update copyrights 9 years ago
Craig Tiller f45496fdb0 Fix include path 9 years ago
Craig Tiller 9533d042d4 Fix includes 9 years ago
Sree Kuchibhotla b0d1567e8e Revert "Revert "Properly integrate async API with server-side cancellations."" 9 years ago
Sree Kuchibhotla edd96e4926 Revert "Properly integrate async API with server-side cancellations." 9 years ago
Vijay Pai dbf47fabd4 Better comments. 9 years ago
Vijay Pai 2e729387f7 clang-format 9 years ago
Vijay Pai 13ee2f2df3 Properly integrate async API with server-side cancellations. 9 years ago
Craig Tiller 7c07aacb0f Fix async e2e 9 years ago
yang-g ad0df7bf1f Discard the read buffer on stream error 9 years ago
Vijay Pai b65eda4c88 Make the poll override function assert on non-zero timeout if invoked 9 years ago
Vijay Pai 018879aa9a Set up poll overrides 9 years ago
vjpai cf4daebe27 Comment the requirements for changing grpc_poll_function and do 9 years ago
Craig Tiller 6f87164f3c Properly handle "." in metadata 9 years ago