aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Expand)AuthorAge
* Remove a vestigeGravatar vjpai2016-02-11
* fixed_size_thread_pool : why do we even have that lever? It has beenGravatar vjpai2016-02-11
* Remove a small allocation, at the cost of a little uglier header file.Gravatar Vijay Pai2016-02-11
* Sanity: clang-format and regen projectsGravatar Vijay Pai2016-02-11
* tag fed in by user should be any arbitrary tag, not a CompletionQueueTagGravatar vjpai2016-02-10
* Address code review commentsGravatar Sree Kuchibhotla2016-02-01
* TryCancel() on ServerContext()Gravatar Sree Kuchibhotla2016-01-28
* Fixed wrong usage of global varGravatar David Garcia Quintas2016-01-28
* Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
|\
* | copyrightsGravatar David Garcia Quintas2016-01-27
* | After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
| * clang-formatGravatar Vijay Pai2016-01-27
| * Fix a case in bbuf copy constructoreGravatar Vijay Pai2016-01-26
| * Alternative ownership for global callbacksGravatar Craig Tiller2016-01-26
* | async_stream.h done. CompilesGravatar David Garcia Quintas2016-01-25
* | Further work. Compiles. WIPGravatar David Garcia Quintas2016-01-25
* | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-25
|\ \
| | * Merge remote-tracking branch 'upstream/master'Gravatar Bogdan Drutu2016-01-24
| | |\ | | |/ | |/|
| * | fix copyrights in server_contextGravatar Jan Tattermusch2016-01-23
| * | init deadline_Gravatar yang-g2016-01-22
* | | fixed copyrightsGravatar David Garcia Quintas2016-01-21
* | | Made "codedgen" directories closed over #includesGravatar David Garcia Quintas2016-01-21
* | | clang-formatGravatar David Garcia Quintas2016-01-20
* | | Merge branch 'proto_interfaces' into yang-g-sync_async_mixGravatar David Garcia Quintas2016-01-19
|\ \ \
| | | * Update the copyrights of the modified files.Gravatar Bogdan Drutu2016-01-19
* | | | Add tests with a second serviceGravatar yang-g2016-01-15
| * | | Introduced ServerInterfaceGravatar David Garcia Quintas2016-01-15
| |/ /
* | | warn user when they forget register generic serviceGravatar yang-g2016-01-15
* | | fix copyrightGravatar yang-g2016-01-15
* | | add generic testGravatar yang-g2016-01-15
| | * Merge remote-tracking branch 'upstream/master'Gravatar Bogdan Drutu2016-01-14
| | |\ | | |/ | |/|
* | | merge with headGravatar yang-g2016-01-14
|\| |
* | | Merge remote-tracking branch 'upstream/master' into sync_async_mixGravatar yang-g2016-01-14
|\ \ \
| | * | destroy reader after using itGravatar yang-g2016-01-14
| |/ /
| | * Fix the build.Gravatar Bogdan Drutu2016-01-14
| * | clang-format codeGravatar Craig Tiller2016-01-14
| * | Update copyrights againGravatar murgatroid992016-01-13
* | | merge with headGravatar yang-g2016-01-13
|\| |
* | | Support sync/async methods in the same serviceGravatar yang-g2016-01-13
| | * Add virtual destructors for the default implementations as well.Gravatar Bogdan Drutu2016-01-12
| * | Remove dead code and a thus unneeded change to C++ bbufGravatar Vijay Pai2016-01-11
| * | Merge branch 'master' into bbufGravatar Vijay Pai2016-01-11
| |\|
* | | Exploratory refactoring for mixed sync/async methods on the same C++ serviceGravatar Craig Tiller2016-01-07
| |/ |/|
| * Refactor server side to support generic tests.Gravatar vjpai2016-01-07
| * Got rid of all compilation problems, now need to testGravatar Vijay Pai2016-01-04
* | Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
| * Merge branch 'master' into bbufGravatar vjpai2015-12-22
| |\ | |/ |/|
* | Fix the naming conflict issue that cause the tests to fail.Gravatar Bogdan Drutu2015-12-12
* | Add a destructor callback as wellGravatar Bogdan Drutu2015-12-11
* | Add a hook for the default constructor of ClientContext.Gravatar Bogdan Drutu2015-12-11