56 Commits (8114153015271bb0ccd1c92ca95e10a1632294e0)

Author SHA1 Message Date
Vijay Pai 320ed13d3e Deprecate grpc::thread and sync in favor of std::thread,mutex,etc 9 years ago
Vijay Pai c0b2acb1a0 Use C++11 final and override 9 years ago
Mark D. Roth 59c9f904bf Rename GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY to 9 years ago
Mark D. Roth 9477724003 Change C++ API to expose wait_for_ready instead of fail_fast. 9 years ago
Makarand Dharmapurikar 2b98b77225 add cacheable option to client_context 9 years ago
David Garcia Quintas c79b0650d2 removed codegen/log.h 9 years ago
Craig Tiller 05bec5c0ab Fix uninitialized variable 9 years ago
David Garcia Quintas 9e9f7b62c7 Refactorings and renamings related to compression. 9 years ago
Craig Tiller 3ab2fe0094 Rollup of changes from the latest import 9 years ago
Craig Tiller 399b3c42de Fix client_crash_test, implement idempotency, fail_fast for C++ 9 years ago
Craig Tiller 6169d5f7b0 Update copyrights 9 years ago
Craig Tiller 9533d042d4 Fix includes 9 years ago
Craig Tiller f40df23eeb Auto-changes 9 years ago
Alistair Veitch 75d5c0f024 post merge 9 years ago
David Garcia Quintas 5a9462339d copyrights 9 years ago
David Garcia Quintas b523c732d1 async_stream.h done. Compiles 9 years ago
Bogdan Drutu 3e60e3228a Update the copyrights of the modified files. 9 years ago
Bogdan Drutu 618051c8ca Fix the build. 9 years ago
Bogdan Drutu c318d7014b Add virtual destructors for the default implementations as well. 9 years ago
Bogdan Drutu 6af31bd04f Fix the naming conflict issue that cause the tests to fail. 9 years ago
Bogdan Drutu 42ab3fa5fa Add a destructor callback as well 9 years ago
Bogdan Drutu 38d2ad6e96 Add a hook for the default constructor of ClientContext. 9 years ago
yang-g a89bf50cf1 Handle cancel before start case 10 years ago
Julien Boeuf 5be92a316d Shuffling headers around. 10 years ago
yang-g 9e2f90cd06 headers reorg 10 years ago
yang-g 8c2be9f228 Remove ChannelInterface and replace it with Channel 10 years ago
yang-g 0c034a01d1 client code clean up 10 years ago
Craig Tiller 2c3be1df4f Add tests for C++ propagation 10 years ago
Craig Tiller bb5361453f C++ context propagation 10 years ago
yang-g c07d9bf668 client api 10 years ago
Nicolas "Pixel" Noble ebb514066e Changing the library's code to adapt with the new API. 10 years ago
Craig Tiller bf6abeef3d Remove experimental prefix 10 years ago
David Garcia Quintas cadbf22467 Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms 10 years ago
Craig Tiller 143e7bf0cf Introduce a clock type field onto gpr_timespec. 10 years ago
jboeuf 69cb6b41c8 Backport of pull request #2313 into release-0_10. 10 years ago
yang-g 85c04f938f resolve comments 10 years ago
yang-g 3abe60b9d0 compiles 10 years ago
David Garcia Quintas d7d9ce27c5 WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of compression request thru MD 10 years ago
Yang Gao a89389283f support per call credentials in c++ 10 years ago
Craig Tiller 64be9f7a30 C Core API cleanup. 10 years ago
zeliard 179be50ad3 merge VS solutions file from upstream master 10 years ago
Nicolas Noble 89219162dd Refactoring std::chrono out. 10 years ago
Yang Gao 6baa9b67ad clang-format c++ code 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 190d360def Add missing new-lines at end of file 10 years ago
Craig Tiller 0605995e55 Update copyright to 2015 10 years ago
Yang Gao 406b32f663 Add missing APIs and a first metadata test, and test passes 10 years ago
Yang Gao 968ca530b2 Add trailing metadata to client context and use it. 10 years ago
Craig Tiller a5c0e7bc46 Initial metadata fix 10 years ago