Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | async_stream.h done. Compiles | David Garcia Quintas | 2016-01-25 |
| | |||
* | Introduced ServerInterface | David Garcia Quintas | 2016-01-15 |
| | |||
* | Updated copyrights | murgatroid99 | 2016-01-12 |
| | |||
* | Fix R/W template argument order in prototypes | Ian Coolidge | 2016-01-11 |
| | | | | | | | In some cases, the prototype argument order was different than the declaration order. Based on a patch from Sam Leffler. | ||
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | |||
* | impl | yang-g | 2015-08-25 |
| | |||
* | api change to string_ref | yang-g | 2015-08-25 |
| | |||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into compression-interop | David Garcia Quintas | 2015-08-17 |
|\ | |||
| * | Use a sync service to handle requests to unknown services | yang-g | 2015-08-13 |
| | | |||
* | | Merge branch 'compression-accept-encoding' into compression-interop | David Garcia Quintas | 2015-08-09 |
|\| | |||
| * | C++ context propagation | Craig Tiller | 2015-08-05 |
| | | |||
| * | allow null tag | yang-g | 2015-08-04 |
| | | |||
| * | Add AsyncNotifyWhenDone | yang-g | 2015-08-04 |
| | | |||
| * | merge with head and resolve conflicts | yang-g | 2015-07-31 |
| |\ | |||
| | * | Merge pull request #2706 from yang-g/remove_get_from_accessor | Vijay Pai | 2015-07-30 |
| | |\ | | | | | | | | | make accessors from get_x() to x() | ||
| * | | | merge with head | yang-g | 2015-07-30 |
| |\| | | |||
| | * | | add struct include/grpc++/server_context.h src/cpp/server/server_context.cc | Alistair Veitch | 2015-07-29 |
| | | | | |||
| | | * | make accessors from get_x() to x() | yang-g | 2015-07-29 |
| | | | | |||
| * | | | add warning comments | yang-g | 2015-07-28 |
| | | | | |||
| * | | | server api | yang-g | 2015-07-28 |
| | |/ | |/| | |||
| | * | Server side census context plumbing for c++ | Alistair Veitch | 2015-07-26 |
| |/ | |||
* / | wip | David Garcia Quintas | 2015-07-21 |
|/ | |||
* | Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵ | Craig Tiller | 2015-07-19 |
|\ | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak | ||
* \ | Merge pull request #2413 from dgquintas/interop_sniffer | Craig Tiller | 2015-07-17 |
|\ \ | | | | | | | Introduced InteropContextInspector | ||
| * | | Added some methods to context inspector. Also minor tweak to server context ↵ | David Garcia Quintas | 2015-07-15 |
| | | | | | | | | | | | | IsCancelled() method | ||
| | * | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-07-15 |
| | |\ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # include/grpc++/client_context.h # include/grpc++/server_context.h # src/cpp/client/client_context.cc # src/cpp/server/server_context.cc # vsprojects/Grpc.mak | ||
* | | | Create server side auth context lazily | yang-g | 2015-07-14 |
| | | | |||
| * | | Introduced InteropContextInspector to be able to peek into server contexts ↵ | David Garcia Quintas | 2015-07-13 |
|/ / | | | | | | | during interop testing. | ||
* | | resolve comments | yang-g | 2015-07-07 |
| | | |||
* | | merge with upstream and resolve conflicts | yang-g | 2015-07-06 |
|\ \ | |||
* | | | compiles | yang-g | 2015-07-06 |
| | | | |||
| | * | WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of ↵ | David Garcia Quintas | 2015-06-30 |
| |/ | | | | | | | compression request thru MD | ||
| * | Progress commit on fixing up C++ | Craig Tiller | 2015-06-04 |
|/ | |||
* | Fixed memory leak in server_async | David Garcia Quintas | 2015-06-02 |
| | |||
* | Refactoring std::chrono out. | Nicolas Noble | 2015-04-08 |
| | |||
* | first sets of changes, it builds | Yang Gao | 2015-03-05 |
| | |||
* | Remove include google/protobuf/message.h as it should be covered in config.h | Yang Gao | 2015-03-04 |
| | |||
* | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | |||
* | Make it possible to compile with gcc4.6 | Craig Tiller | 2015-02-26 |
| | |||
* | Move header #include | Craig Tiller | 2015-02-18 |
| | |||
* | Merge github.com:grpc/grpc into an-update-on-c++ | Craig Tiller | 2015-02-18 |
|\ | |||
| * | Merge pull request #579 from yang-g/c++api | Craig Tiller | 2015-02-18 |
| |\ | | | | | | | change metadata getters to return const& | ||
* | | | Merge github.com:grpc/grpc into an-update-on-c++ | Craig Tiller | 2015-02-18 |
|\| | | |||
* | | | Server side cancellation receive support | Craig Tiller | 2015-02-18 |
| | | | |||
| | * | change metadata getters to return const& | Yang Gao | 2015-02-18 |
| | | | |||
| * | | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | | | |||
* | | | Initial sketch | Craig Tiller | 2015-02-18 |
| |/ |/| | |||
| * | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
|/ |