Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Server builder plugin | 2016-04-29 | |
| | |||
* | Update copyrights | 2016-03-31 | |
| | |||
* | docstrings | 2016-03-08 | |
| | |||
* | Add a way to override channel arguments for server creation | 2016-02-17 | |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | 2016-01-27 | |
|\ | |||
* | | After GrpcLibrary refactoring. Compiles and passes. WIP still | 2016-01-27 | |
| | | |||
| * | Fix copyrights | 2016-01-27 | |
| | | |||
| * | Alternative ownership for global callbacks | 2016-01-26 | |
| | | |||
* | | clang-format | 2016-01-20 | |
| | | |||
* | | Merge branch 'proto_interfaces' into yang-g-sync_async_mix | 2016-01-19 | |
|\ \ | |||
| * | | override -> GRPC_OVERRIDE | 2016-01-19 | |
| | | | |||
| * | | Introduced ServerInterface | 2016-01-15 | |
| |/ | |||
* | | fix copyright | 2016-01-15 | |
| | | |||
* | | Add generic support | 2016-01-15 | |
| | | |||
* | | Exploratory refactoring for mixed sync/async methods on the same C++ service | 2016-01-07 | |
|/ | |||
* | Merge pull request #4207 from yang-g/server_builder_options | 2015-12-03 | |
|\ | | | | | Server builder options | ||
* | | Review feedback | 2015-12-02 | |
| | | |||
| * | add server_builder_option | 2015-11-25 | |
| | | |||
* | | Global hook for doing something in response to a synchronous server call | 2015-11-24 | |
|/ | |||
* | Add clang-format to sanity | 2015-09-24 | |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding | 2015-09-08 | |
|\ | |||
| * | Replicate C++ docs from master to beta branch | 2015-09-03 | |
| | | | | | | | | Original PR #3074 by @dgquintas | ||
| * | Fixing headers and paths after merge with upstream. | 2015-08-30 | |
| | | |||
| * | merge with head | 2015-08-24 | |
| |\ | |||
* | \ | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding | 2015-08-24 | |
|\ \ \ | | |/ | |/| | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding | 2015-08-24 | |
|\ \ \ | |||
| | * \ | Merge github.com:grpc/grpc into y12kdm3 | 2015-08-21 | |
| | |\ \ | | |/ / | |/| | | |||
| | | * | headers reorg | 2015-08-21 | |
| | |/ | |/| | |||
| * | | Add comments, fix a subtle bug | 2015-08-19 | |
| | | | |||
| * | | Merge github.com:grpc/grpc into shutdown-c++ | 2015-08-18 | |
| |\ \ | |||
| * | | | Add a timeout to shutdown to forcefully end calls | 2015-08-18 | |
| | | | | |||
| | * | | clang-format all source | 2015-08-18 | |
| |/ / | |||
| | * | Merge github.com:grpc/grpc into y12kdm3 | 2015-08-17 | |
| | |\ | | |/ | |/| | |||
| * | | Use a sync service to handle requests to unknown services | 2015-08-13 | |
| |/ | |||
* / | Server: added the ability to disable compression algorithm | 2015-08-10 | |
|/ | |||
* | Support registering services against specific hosts | 2015-07-07 | |
| | |||
* | Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs | 2015-06-16 | |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/async_unary_call.h include/grpc++/config.h include/grpc++/config_protobuf.h include/grpc++/impl/service_type.h include/grpc++/stream.h src/cpp/common/call.cc | ||
* | | Fix memory leak | 2015-06-05 | |
| | | |||
* | | Get server call tags right | 2015-06-05 | |
| | | |||
* | | clang-format | 2015-06-05 | |
| | | |||
* | | Everything compiles again | 2015-06-04 | |
| | | |||
* | | Progress commit on fixing up C++ | 2015-06-04 | |
| | | |||
* | | Beginning the cleanup | 2015-06-04 | |
|/ | |||
* | Refine shutdown API | 2015-05-27 | |
| | |||
* | Completion queue binding for new requests API change | 2015-05-06 | |
| | | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time. | ||
* | Expose max message size at the server side | 2015-04-30 | |
| | |||
* | Few VS2010 fixes. | 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. | ||
* | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵ | 2015-04-24 | |
| | | | | the tests to init/shutdown free. | ||
* | Rewriting mutex, condition_variable, and thread. | 2015-04-04 | |
| | |||
* | Starting off by removing all offending headers. | 2015-04-03 | |
| |