Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | auto-fix most of licenses | 2017-06-08 | |
| | |||
* | Update copyrights | 2016-03-31 | |
| | |||
* | DONE!!1one | 2016-01-27 | |
| | |||
* | After GrpcLibrary refactoring. Compiles and passes. WIP still | 2016-01-27 | |
| | |||
* | Made "codedgen" directories closed over #includes | 2016-01-21 | |
| | |||
* | clang-format | 2016-01-20 | |
| | |||
* | WIP. Added ChannelInterface | 2016-01-13 | |
| | |||
* | Updated copyrights | 2016-01-12 | |
| | |||
* | Fix R/W template argument order in prototypes | 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 | 2015-09-03 | |
| | | | | Original PR #3074 by @dgquintas | ||
* | headers reorg | 2015-08-21 | |
| | |||
* | Remove ChannelInterface and replace it with Channel | 2015-08-19 | |
| | |||
* | Use a sync service to handle requests to unknown services | 2015-08-13 | |
| | |||
* | Introduce a clock type field onto gpr_timespec. | 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 | 2015-06-23 | |
| | |||
* | clang-format | 2015-06-05 | |
| | |||
* | Progress commit on fixing up C++ | 2015-06-04 | |
| | |||
* | Beginning the cleanup | 2015-06-04 | |
| | |||
* | 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. | ||
* | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | 2015-04-24 | |
|\ | | | | | | | | | Conflicts: include/grpc++/completion_queue.h | ||
| * | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵ | 2015-04-24 | |
| | | | | | | | | the tests to init/shutdown free. | ||
* | | Refactoring std::chrono out. | 2015-04-08 | |
|/ | |||
* | Make Next free of time_point to timespec conversion | 2015-03-20 | |
| | |||
* | resolve merge error | 2015-03-19 | |
| | |||
* | sync to head and run clang-format again | 2015-03-19 | |
|\ | |||
| * | Dodging VisualStudio's #define of max(). | 2015-03-19 | |
| | | |||
* | | clang-format new changes | 2015-03-17 | |
| | | |||
* | | resolve merge confict | 2015-03-17 | |
|\| | |||
* | | clang-format c++ code | 2015-03-17 | |
| | | |||
| * | Change to std::chrono and add a test. | 2015-03-17 | |
| | | |||
| * | More sane ordering of methods | 2015-03-12 | |
| | | |||
| * | Change behavior to properly account for possibility of NULL | 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 | 2015-03-11 | |
|/ | | | | If the deadline elapses, return true but have a null tag. | ||
* | Global replace google::protobuf::Message with grpc::protobuf::Message, all ↵ | 2015-03-03 | |
| | | | | tests passed | ||
* | Guard headers tool. | 2015-03-01 | |
| | |||
* | Simplify TryPluck | 2015-02-18 | |
| | |||
* | Merge github.com:grpc/grpc into an-update-on-c++ | 2015-02-18 | |
|\ | |||
* | | Server side cancellation receive support | 2015-02-18 | |
| | | |||
| * | Add missing new-lines at end of file | 2015-02-18 | |
| | | |||
* | | Initial sketch | 2015-02-18 | |
| | | |||
| * | Update copyright to 2015 | 2015-02-18 | |
|/ | |||
* | Add some comments | 2015-02-17 | |
| | |||
* | clang-format | 2015-02-17 | |
| | |||
* | implement async unary call | 2015-02-12 | |
| | |||
* | Fix FinalizeResult signature | 2015-02-11 | |
| | |||
* | Server progress | 2015-02-11 | |
| | |||
* | Stub out unary call wrapper | 2015-02-09 | |
| | |||
* | Refine completion queue | 2015-02-09 | |
| | |||
* | Cleanup some cruft | 2015-02-09 | |
| | |||
* | Further progress | 2015-02-09 | |
| |