Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed wrong usage of global var | David Garcia Quintas | 2016-01-28 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | David Garcia Quintas | 2016-01-27 |
|\ | |||
* | | copyrights | David Garcia Quintas | 2016-01-27 |
| | | |||
* | | After GrpcLibrary refactoring. Compiles and passes. WIP still | David Garcia Quintas | 2016-01-27 |
| | | |||
| * | clang-format | Vijay Pai | 2016-01-27 |
| | | |||
| * | Fix a case in bbuf copy constructore | Vijay Pai | 2016-01-26 |
| | | |||
| * | Alternative ownership for global callbacks | Craig Tiller | 2016-01-26 |
| | | |||
* | | async_stream.h done. Compiles | David Garcia Quintas | 2016-01-25 |
| | | |||
* | | Further work. Compiles. WIP | David Garcia Quintas | 2016-01-25 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | David Garcia Quintas | 2016-01-25 |
|\ \ | |||
| | * | Merge remote-tracking branch 'upstream/master' | Bogdan Drutu | 2016-01-24 |
| | |\ | | |/ | |/| | |||
| * | | fix copyrights in server_context | Jan Tattermusch | 2016-01-23 |
| | | | |||
| * | | init deadline_ | yang-g | 2016-01-22 |
| | | | |||
* | | | fixed copyrights | David Garcia Quintas | 2016-01-21 |
| | | | |||
* | | | Made "codedgen" directories closed over #includes | David Garcia Quintas | 2016-01-21 |
| | | | |||
* | | | clang-format | David Garcia Quintas | 2016-01-20 |
| | | | |||
* | | | Merge branch 'proto_interfaces' into yang-g-sync_async_mix | David Garcia Quintas | 2016-01-19 |
|\ \ \ | |||
| | | * | Update the copyrights of the modified files. | Bogdan Drutu | 2016-01-19 |
| | | | | |||
* | | | | Add tests with a second service | yang-g | 2016-01-15 |
| | | | | |||
| * | | | Introduced ServerInterface | David Garcia Quintas | 2016-01-15 |
| |/ / | |||
* | | | warn user when they forget register generic service | yang-g | 2016-01-15 |
| | | | |||
* | | | fix copyright | yang-g | 2016-01-15 |
| | | | |||
* | | | add generic test | yang-g | 2016-01-15 |
| | | | |||
| | * | Merge remote-tracking branch 'upstream/master' | Bogdan Drutu | 2016-01-14 |
| | |\ | | |/ | |/| | |||
* | | | merge with head | yang-g | 2016-01-14 |
|\| | | |||
* | | | Merge remote-tracking branch 'upstream/master' into sync_async_mix | yang-g | 2016-01-14 |
|\ \ \ | |||
| | * | | destroy reader after using it | yang-g | 2016-01-14 |
| |/ / | |||
| | * | Fix the build. | Bogdan Drutu | 2016-01-14 |
| | | | |||
| * | | clang-format code | Craig Tiller | 2016-01-14 |
| | | | |||
| * | | Update copyrights again | murgatroid99 | 2016-01-13 |
| | | | |||
* | | | merge with head | yang-g | 2016-01-13 |
|\| | | |||
* | | | Support sync/async methods in the same service | yang-g | 2016-01-13 |
| | | | |||
| | * | Add virtual destructors for the default implementations as well. | Bogdan Drutu | 2016-01-12 |
| | | | |||
| * | | Remove dead code and a thus unneeded change to C++ bbuf | Vijay Pai | 2016-01-11 |
| | | | |||
| * | | Merge branch 'master' into bbuf | Vijay Pai | 2016-01-11 |
| |\| | |||
* | | | Exploratory refactoring for mixed sync/async methods on the same C++ service | Craig Tiller | 2016-01-07 |
| |/ |/| | |||
| * | Refactor server side to support generic tests. | vjpai | 2016-01-07 |
| | | |||
| * | Got rid of all compilation problems, now need to test | Vijay Pai | 2016-01-04 |
| | | |||
* | | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
| | | |||
| * | Merge branch 'master' into bbuf | vjpai | 2015-12-22 |
| |\ | |/ |/| | |||
* | | Fix the naming conflict issue that cause the tests to fail. | Bogdan Drutu | 2015-12-12 |
| | | |||
* | | Add a destructor callback as well | Bogdan Drutu | 2015-12-11 |
| | | |||
* | | Add a hook for the default constructor of ClientContext. | Bogdan Drutu | 2015-12-11 |
| | | |||
* | | make gpr_timespec platform agnostic | Jan Tattermusch | 2015-12-10 |
| | | |||
* | | include climits | Jan Tattermusch | 2015-12-07 |
| | | |||
* | | more win x64 fixes | Jan Tattermusch | 2015-12-07 |
| | | |||
* | | Merge pull request #4175 from yang-g/tcp_refactor | Craig Tiller | 2015-12-03 |
|\ \ | | | | | | | Refactor security connector and handshake | ||
* \ \ | Merge pull request #4207 from yang-g/server_builder_options | Craig Tiller | 2015-12-03 |
|\ \ \ | | | | | | | | | Server builder options | ||
* \ \ \ | Merge pull request #4204 from ctiller/emergency-cheese-and-crackers | jboeuf | 2015-12-02 |
|\ \ \ \ | | | | | | | | | | | Global hook for doing something in response to a synchronous server call | ||
| * | | | | Further review feedback | Craig Tiller | 2015-12-02 |
| | | | | |