27 Commits (55c0d40e6aca01fe981af8f3a515e0601a1c7009)

Author SHA1 Message Date
yang-g e75fc243da change tests to use the new class instead of grpc_test_init 6 years ago
Vijay Pai c90a85649b Change grpc++ references in names to grpcpp 7 years ago
Vijay Pai da69355f30 C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) 7 years ago
Vijay Pai c745690caf Internalize gpr_thd except for id and currentid 7 years ago
Jan Tattermusch 7897ae9308 auto-fix most of licenses 8 years ago
Nicolas "Pixel" Noble 3726e3d37b Moving gtest include down. 8 years ago
Craig Tiller fbcd9a7344 Update server_crash_test to account for longer reconnect timeouts 8 years ago
Vijay Pai 713c7b87e1 clang-format 8 years ago
Vijay Pai c0b2acb1a0 Use C++11 final and override 8 years ago
David Garcia Quintas c79b0650d2 removed codegen/log.h 8 years ago
Craig Tiller 6169d5f7b0 Update copyrights 9 years ago
David Garcia Quintas 2bf574f814 Added back trailing newlines 9 years ago
murgatroid99 ace28d3f98 Fix copyrights again 9 years ago
Sree Kuchibhotla 5a05f51a1c Rename TestService to EchoTestService to prevent name-conflict with 9 years ago
Craig Tiller 1b4e33029e Consolidate C++ proto files under src/proto 9 years ago
Julien Boeuf 0d47192afa Fixing headers and paths after merge with upstream. 9 years ago
Julien Boeuf 5be92a316d Shuffling headers around. 9 years ago
yang-g 9e2f90cd06 headers reorg 9 years ago
yang-g 8c2be9f228 Remove ChannelInterface and replace it with Channel 9 years ago
vjpai a2e1bb1577 Change name of thread_pool files to fixed_size_thread_pool when 10 years ago
Vijay Pai 69f2410086 Make thread_pool.h a public header 10 years ago
Craig Tiller 677c50c92a Update C++ impl 10 years ago
Craig Tiller 20b5fe9282 Fixup C++ 10 years ago
Yang Gao a9b5de8131 Add a check against potential failure to bring up client binary 10 years ago
Craig Tiller fd7166d264 Add response streams to server crash test, fix them 10 years ago
Craig Tiller 7a317e5c77 Add crashing client test 10 years ago
Craig Tiller a969d7c04c Compile fix 10 years ago
Craig Tiller 3cdd9bbdbc clang-format 10 years ago
Craig Tiller 069daa383e Sleep a little after server death to allow TCP time to catch up 10 years ago
Craig Tiller fbac5f17b7 Crash handling test 10 years ago
zeliard 3e3e0ad348 merge from upstream (grpc) master 10 years ago
Yang Gao c4b6ffb1b6 Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free. 10 years ago
Nicolas "Pixel" Noble 0caebbfcfe Splitting gRPC service class codegen into its own set of files. 10 years ago
Yang Gao b946b5ea74 Refactor and add a unit test 10 years ago
Yang Gao 884ed08e59 clang-format c++ code under examples 10 years ago
Yang Gao 16c78c922c Clean up unneeded includes and remove shutdown protobuf library 10 years ago
Nicolas Noble cfd6073a66 Various Windows fixes. 10 years ago
Craig Tiller c5ba0e56a0 Make it possible to compile with gcc4.6 10 years ago
Craig Tiller cf133f41f8 Make it possible to compile with gcc4.6 10 years ago
Craig Tiller e4fe844b67 s/CreateChannel/CreateChannelDeprecated 10 years ago
Craig Tiller 42bc87c097 Update C++ server with new core API 10 years ago
vjpai dbbdda5247 EXPECT_EQ Mac issue... 10 years ago
Craig Tiller 190d360def Add missing new-lines at end of file 10 years ago
Craig Tiller 0605995e55 Update copyright to 2015 10 years ago
Chen wang 842325110d Rename examples/tips to examples/pubsub 10 years ago
Craig Tiller f8ac5d846c Fixup callers with new api 10 years ago
Nicolas "Pixel" Noble 3f36f5e316 Few minor fixes. 10 years ago
Chen Wang 0b439e42f4 change stringstream to ostringstream. 10 years ago
Chen Wang 405392c2e8 fixed typos and add ListTopics implementation. 10 years ago
Chen Wang 04f1aa809a Implement both Publisher and Subscriber. 10 years ago