Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | Integration of Systemtap (STAP) for profiling. | David Garcia Quintas | 2015-04-29 | |
| | | | | | | | | | | | | This commit includes a faulty Makefile to be fixed in a follow commit. | |||
| * | | Merge pull request #1386 from ctiller/cxx | Yang Gao | 2015-04-28 | |
| |\ \ | | | | | | | | | Mac C++ compile fix | |||
| | | * | Merge github.com:grpc/grpc into one-pass | Craig Tiller | 2015-04-28 | |
| | | |\ | | |_|/ | |/| | | ||||
| * | | | Merge pull request #1378 from nicolasnoble/vs2010 | Craig Tiller | 2015-04-28 | |
|/| | | | | | | | | | | | Few VS2010 fixes. | |||
| | * | | Mac C++ compile fix | Craig Tiller | 2015-04-27 | |
| |/ / |/| | | ||||
| | * | Mac C++ compile fix | Craig Tiller | 2015-04-27 | |
| | | | ||||
| * | | Few VS2010 fixes. | Nicolas Noble | 2015-04-28 | |
| | | | | | | | | | | | | | | | | | | | | | -) = delete isn't supported. Moving destructor out of scope. -) variadic templates aren't supported. Replacing emplace_back's construction. -) C++11's {} inline construction isn't supported. Adding temporary variables. -) std::list<> can't work on a non-declared class. Changing to a raw pointer. | |||
* | | | Fix early shutdown: await client context deletion before channel deletion | Craig Tiller | 2015-04-27 | |
|/ / | ||||
| * | Fix early shutdown: await client context deletion before channel deletion | Craig Tiller | 2015-04-27 | |
|/ | ||||
* | Merge pull request #1227 from nicolasnoble/the-purge-2 | Craig Tiller | 2015-04-24 | |
|\ | | | | | Refactoring std::chrono out. | |||
* \ | Merge pull request #1359 from a11r/cc2 | Yang Gao | 2015-04-24 | |
|\ \ | | | | | | | Test client stream cancellation and fix bug exposed by the test. | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 | |
| | |\ | |_|/ |/| | | | | | | | | Conflicts: include/grpc++/completion_queue.h | |||
* | | | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵ | Yang Gao | 2015-04-24 | |
| | | | | | | | | | | | | the tests to init/shutdown free. | |||
| | * | Adressing comments. | Nicolas "Pixel" Noble | 2015-04-24 | |
| | | | ||||
| | * | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 | |
| | |\ | |_|/ |/| | | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters | |||
| * | | Test client stream cancellation and fix bug exposed by the test. | Abhishek Kumar | 2015-04-23 | |
|/ / | ||||
* | | Remove an extra unref | Yang Gao | 2015-04-21 | |
| | | ||||
* | | clang-format | Craig Tiller | 2015-04-16 | |
| | | ||||
* | | Use channel tags to call methods | Craig Tiller | 2015-04-16 | |
| | | ||||
* | | Populate channel tags for methods | Craig Tiller | 2015-04-16 | |
| | | ||||
* | | Add facility to register methods in C++ | Craig Tiller | 2015-04-16 | |
| | | ||||
* | | Make RpcMethod constructor take all args | Craig Tiller | 2015-04-16 | |
| | | ||||
* | | Fix some name choices | Vijay Pai | 2015-04-15 | |
| | | ||||
* | | Mark creation of call, performing ops on channel | Vijay Pai | 2015-04-15 | |
| | | ||||
* | | Add client-side marks for proto processing. | Vijay Pai | 2015-04-15 | |
| | | | | | | | | Need to go in and fill in tag later | |||
* | | Mark proto ser/deser on server side | Vijay Pai | 2015-04-15 | |
| | | ||||
| * | Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-11 | |
| |\ | |/ |/| | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/interop/client.cc | |||
* | | Addressing comments. | Julien Boeuf | 2015-04-10 | |
| | | ||||
* | | Have the secure credentials in separate header files. | Julien Boeuf | 2015-04-09 | |
| | | ||||
| * | Refactoring std::chrono out. | Nicolas Noble | 2015-04-08 | |
|/ | ||||
* | Rewriting mutex, condition_variable, and thread. | Nicolas "Pixel" Noble | 2015-04-04 | |
| | ||||
* | Starting off by removing all offending headers. | Nicolas "Pixel" Noble | 2015-04-03 | |
| | ||||
* | resolve comment | Yang Gao | 2015-04-02 | |
| | ||||
* | Bug fix. User can destroy status after calling Finish and we should keep a ↵ | Yang Gao | 2015-04-02 | |
| | | | | copy of it instead of a pointer | |||
* | Merge branch 'master' into cancel | Yang Gao | 2015-03-30 | |
|\ | ||||
| * | merge upstream and resolve conflict | Yang Gao | 2015-03-26 | |
| |\ | ||||
| | * | Merge remote-tracking branch 'upstream/master' into fix_gcc_4_4 | vjpai | 2015-03-25 | |
| | |\ | ||||
| | * | | Remove lambda expression being used in grpc C++ library | vjpai | 2015-03-25 | |
| | | | | ||||
| | * | | Revert "Remove lambda expression to support older compilers" | Vijay Pai | 2015-03-25 | |
| | | | | | | | | | | | | | | | | This reverts commit 5d5b1d8c8ec4c578f72a12f5b81f705764cdf804. | |||
| | * | | Remove lambda expression to support older compilers | vjpai | 2015-03-25 | |
| | | | | ||||
| | | * | Merge pull request #1133 from yang-g/cleanup | Nicolas Noble | 2015-03-25 | |
| | | |\ | | | | | | | | | | | clean up | |||
| | | | * | Clean up unneeded includes and remove shutdown protobuf library | Yang Gao | 2015-03-25 | |
| | | | | | ||||
| | * | | | Revert "Allow nullptr to be passed in if user doesn't care about tag" | vjpai | 2015-03-24 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 4cba0ca39c9f979b231d1e64c3ef3aa3104bf1ca. | |||
| | * | | | Allow nullptr to be passed in if user doesn't care about tag | vjpai | 2015-03-24 | |
| | | | | | | | | | | | | | | | | | | | | for next,asyncnext | |||
| | * | | | Revert "Remove dead members of server context" | Vijay Pai | 2015-03-24 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 8c8588c7dc047ee509c7367f61ba0c5f00cb61d1. | |||
| | | * | | Revert "Remove dead members of server context" | Vijay Pai | 2015-03-24 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 8c8588c7dc047ee509c7367f61ba0c5f00cb61d1. | |||
| | | * | | Elminate range-based fors and work around some other limitations in older ↵ | Vijay Pai | 2015-03-24 | |
| | |/ / | | | | | | | | | | | | | compilers | |||
| | * | | Merge remote-tracking branch 'upstream/master' | Vijay Pai | 2015-03-23 | |
| | |\| | ||||
* | | | | Set cq_ on servercontext | Yang Gao | 2015-03-22 | |
| |_|/ |/| | | ||||
| | * | Remove dead members of server context | Vijay Pai | 2015-03-22 | |
| | | |