Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Replicate C++ docs from master to beta branch | Craig Tiller | 2015-09-03 |
| | | | | Original PR #3074 by @dgquintas | ||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 |
| | |||
* | Use a sync service to handle requests to unknown services | yang-g | 2015-08-13 |
| | |||
* | Introduce a clock type field onto gpr_timespec. | Craig Tiller | 2015-07-13 |
| | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense. | ||
* | Add missing headers to build.json | yang-g | 2015-06-23 |
| | |||
* | clang-format | Craig Tiller | 2015-06-05 |
| | |||
* | Progress commit on fixing up C++ | Craig Tiller | 2015-06-04 |
| | |||
* | Beginning the cleanup | Craig Tiller | 2015-06-04 |
| | |||
* | Completion queue binding for new requests API change | Craig Tiller | 2015-05-06 |
| | | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time. | ||
* | 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. | ||
* | | Refactoring std::chrono out. | Nicolas Noble | 2015-04-08 |
|/ | |||
* | Make Next free of time_point to timespec conversion | Yang Gao | 2015-03-20 |
| | |||
* | resolve merge error | Yang Gao | 2015-03-19 |
| | |||
* | sync to head and run clang-format again | Yang Gao | 2015-03-19 |
|\ | |||
| * | Dodging VisualStudio's #define of max(). | Nicolas "Pixel" Noble | 2015-03-19 |
| | | |||
* | | clang-format new changes | Yang Gao | 2015-03-17 |
| | | |||
* | | resolve merge confict | Yang Gao | 2015-03-17 |
|\| | |||
* | | clang-format c++ code | Yang Gao | 2015-03-17 |
| | | |||
| * | Change to std::chrono and add a test. | vjpai | 2015-03-17 |
| | | |||
| * | More sane ordering of methods | Vijay Pai | 2015-03-12 |
| | | |||
| * | Change behavior to properly account for possibility of NULL | Vijay Pai | 2015-03-12 |
| | | | | | | | | | | | | | | | | | | | | | | tag. This can happen if the tag is actually an integer being typecast to void* To avoid breaking the API of existing Next calls, I've made a new AsyncNext method with a tri-state return that indicates whether there is a shutdown, an actual event, or a timeout. Still needs proper testing for the AsyncNext method specifically. | ||
| * | Add support for deadline on CompletionQueue::Next | Vijay Pai | 2015-03-11 |
|/ | | | | If the deadline elapses, return true but have a null tag. | ||
* | Global replace google::protobuf::Message with grpc::protobuf::Message, all ↵ | Yang Gao | 2015-03-03 |
| | | | | tests passed | ||
* | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | |||
* | Simplify TryPluck | Craig Tiller | 2015-02-18 |
| | |||
* | 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 |
| | | |||
| * | 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 |
|/ | |||
* | Add some comments | Craig Tiller | 2015-02-17 |
| | |||
* | clang-format | Craig Tiller | 2015-02-17 |
| | |||
* | implement async unary call | Yang Gao | 2015-02-12 |
| | |||
* | Fix FinalizeResult signature | Craig Tiller | 2015-02-11 |
| | |||
* | Server progress | Craig Tiller | 2015-02-11 |
| | |||
* | Stub out unary call wrapper | Craig Tiller | 2015-02-09 |
| | |||
* | Refine completion queue | Craig Tiller | 2015-02-09 |
| | |||
* | Cleanup some cruft | Craig Tiller | 2015-02-09 |
| | |||
* | Further progress | Craig Tiller | 2015-02-09 |
| | |||
* | Starting to scratch out the API | Craig Tiller | 2015-02-09 |
| | |||
* | New completion queue | Craig Tiller | 2015-02-06 |
| | |||
* | Initial import. | Nicolas Noble | 2014-11-26 |