Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixing trailing metadata ops. | Vizerai | 2018-06-19 |
| | |||
* | Merge pull request #15274 from JackOfMostTrades/verify-callback-core | Mark D. Roth | 2018-06-19 |
|\ | | | | | Create verify_peer_options when creating ssl credentials to support a peer verification callback | ||
* \ | Merge pull request #15070 from Vizerai/filter_port | Jim King | 2018-06-18 |
|\ \ | | | | | | | Adding opencensus grpc plugin with bazel support. | ||
* \ \ | Merge pull request #15681 from ncteisen/even-more-clang | Noah Eisen | 2018-06-15 |
|\ \ \ | | | | | | | | | Even More Clang Tidy: performance-* | ||
* \ \ \ | Merge pull request #15694 from srini100/bump-to-v1.14 | Srini Polavarapu | 2018-06-14 |
|\ \ \ \ | | | | | | | | | | | Bump master to v1.14 | ||
| | * | | | Enable the performance-* clang-tidy checks | Noah Eisen | 2018-06-14 |
| | | | | | |||
| | | | * | Create verify_peer_options when creating ssl credentials in order to expose ↵ | Ian Haken | 2018-06-12 |
| | | |/ | | |/| | | | | | | | | | | | | | | | | | a verification callback option. These options are not yet exposed to languages outside of core. | ||
* | | | | Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup | David Garcia Quintas | 2018-06-11 |
|\ \ \ \ | | |/ / | |/| | | |||
| | * | | Regenrate projects | Srini Polavarapu | 2018-06-08 |
| |/ / | |||
| * | | Merge pull request #15394 from yashykt/maxmsglen | Yash Tibrewal | 2018-06-07 |
| |\ \ | | | | | | | | | Allow unlimited as the max receive message length | ||
| | * | | Change comments | Yash Tibrewal | 2018-06-07 |
| | | | | |||
* | | | | back to using quotes for nanopb includes | David Garcia Quintas | 2018-06-04 |
| | | | | |||
* | | | | quotes to angle brackets for nanopb includes | David Garcia Quintas | 2018-06-01 |
| | | | | |||
* | | | | clang-format | David Garcia Quintas | 2018-06-01 |
| | | | | |||
* | | | | Fix the inclusion "third_party/nanopb/..." to simply "..." | David Garcia Quintas | 2018-06-01 |
|/ / / | |||
| | * | Merge branch 'master' of https://github.com/Vizerai/grpc into filter_port | Vizerai | 2018-05-29 |
| | |\ | |||
| | * | | update | Vizerai | 2018-05-24 |
| | | | | |||
* | | | | Fix broken ByteBuffer copy ctor | Ara Ayvazyan | 2018-05-22 |
| |_|/ |/| | | |||
| | * | update | Vizerai | 2018-05-22 |
| | | | |||
| * | | Allow unlimited as the max receive message length | Yash Tibrewal | 2018-05-15 |
|/ / | |||
| * | Adding opencensus grpc plugin. | Vizerai | 2018-05-10 |
| | | | | | | | | Rebasing to merge commits. | ||
* | | Regenerate projects | Mehrdad Afshari | 2018-05-02 |
| | | |||
* | | Add load data store | Juanli Shen | 2018-05-01 |
| | | |||
* | | Add C++ experimental API extensions for ALTS C stack | Yihua Zhang | 2018-04-16 |
|/ | |||
* | Ensure lib is initialize for ByteBuffer use | Noah Eisen | 2018-04-06 |
| | |||
* | Make GrpcProtoBufferReaderWriter public | ncteisen | 2018-04-06 |
| | |||
* | Regenerate projects | Mehrdad Afshari | 2018-04-04 |
| | |||
* | Eliminate existence of SneakyCallOpSet, some server cleanup | Vijay Pai | 2018-03-22 |
| | |||
* | Merge pull request #14517 from makdharma/extensible_api | Nicolas Noble | 2018-03-13 |
|\ | | | | | Remove "final" keyword and make methods protected. | ||
| * | replaced loop with range expression | makdharma | 2018-03-12 |
| | | |||
| * | removed unnecessary "virtual" | makdharma | 2018-03-12 |
| | | | | | | | | | | Removed unnecessary "virtual" keyword from CompletionQueue::Next. Reverted two files that no longer need to be changed. | ||
* | | Convert byte_stream API to C++. | Mark D. Roth | 2018-03-09 |
| | | |||
| * | variable init sequence fix | makdharma | 2018-03-09 |
| | | |||
* | | Fix a thread name | Vijay Pai | 2018-03-06 |
| | | |||
* | | Name needs to only be alphanumeric+underscore+dash | Vijay Pai | 2018-03-05 |
| | | |||
* | | Use static_cast rather than reinterpret_cast whenever possible | Vijay Pai | 2018-03-05 |
| | | |||
* | | Remove std::thread, keep everything else unchanged (#13) | Vijay Pai | 2018-03-02 |
| | | |||
| * | moved Next implementation to CC file. | makdharma | 2018-02-26 |
| | | |||
* | | Merge branch 'master' into 2phase_thd | Vijay Pai | 2018-02-24 |
|\ \ | |||
| | * | Remove "final" keyword and make methods protected. | makdharma | 2018-02-23 |
| |/ | | | | | | | | | This adds extensibility to the API and makes custom implementation of the server possible. | ||
| * | Regenerate projects | Mehrdad Afshari | 2018-02-22 |
| | | |||
* | | Merge branch 'master' into 2phase_thd | Vijay Pai | 2018-02-21 |
|\| | |||
| * | Fix grpc++->grpcpp leftover files | Muxi Yan | 2018-02-20 |
| | | |||
* | | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) | Vijay Pai | 2018-02-19 |
|/ | |||
* | Move headers from grpc++ to grpcpp | Muxi Yan | 2018-02-15 |
| | |||
* | Internalize gpr_thd except for id and currentid | Vijay Pai | 2018-02-12 |
| | |||
* | Merge pull request #14394 from srini100/master | Srini Polavarapu | 2018-02-10 |
|\ | | | | | Remove redundant build instructions | ||
| * | Merge branch 'master' of https://github.com/grpc/grpc into docfix | Srini Polavarapu | 2018-02-09 |
| |\ | |||
* | | | Run clang fmt | Noah Eisen | 2018-02-09 |
| | | | |||
* | | | Autofix c casts to c++ casts | Noah Eisen | 2018-02-09 |
| |/ |/| |