Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add GPR_DEBUG_ASSERT | Yash Tibrewal | 2018-04-26 |
| | |||
* | Add C++ experimental API extensions for ALTS C stack | Yihua Zhang | 2018-04-16 |
| | |||
* | Rename ProtoBuffer helpers | ncteisen | 2018-04-12 |
| | |||
* | use GPR_UNLIKELY in GPR_ASSERT | Yash Tibrewal | 2018-04-12 |
| | |||
* | Merge pull request #15009 from yashykt/gprlikely | Yash Tibrewal | 2018-04-12 |
|\ | | | | | Add support for GPR_LIKELY and GPR_UNLIKELY | ||
* \ | Merge pull request #14945 from ara-ayvazyan/improve_log_perf | Jan Tattermusch | 2018-04-12 |
|\ \ | | | | | | | Avoid low severity log message construction | ||
| | * | Revert change to GPR_ASSERT | Yash Tibrewal | 2018-04-10 |
| | | | |||
| | * | Add mising GPR_UNLIKELY definition | Yash Tibrewal | 2018-04-10 |
| | | | |||
| | * | Add support for GPR_LIKELY and GPR_UNLIKELY | Yash Tibrewal | 2018-04-10 |
| |/ |/| | |||
* | | Merge pull request #14934 from ncteisen/typos | Noah Eisen | 2018-04-09 |
|\ \ | | | | | | | Fix typos | ||
* | | | Make GrpcProtoBufferReaderWriter public | ncteisen | 2018-04-06 |
| | | | |||
| | * | Avoid low severity log message construction | Ara Ayvazyan | 2018-04-04 |
| |/ |/| | |||
| * | Fix typos | ncteisen | 2018-04-04 |
|/ | |||
* | Merge pull request #14883 from ara-ayvazyan/fix_serverinterface_bytebuffer | Noah Eisen | 2018-04-02 |
|\ | | | | | Fix ServerInterface::PayloadAsyncRequest to work with ByteBuffer | ||
| * | fixup! Use bbuf_ptr | Ara Ayvazyan | 2018-04-02 |
| | | |||
| * | fixup! Fix formatting | Ara Ayvazyan | 2018-04-02 |
| | | |||
* | | Introduce channel arg to disable authority filter | Muxi Yan | 2018-04-01 |
| | | |||
| * | fixup! Fix the payload ownership issue | Ara Ayvazyan | 2018-03-30 |
| | | |||
| * | Fix ServerInterface::PayloadAsyncRequest to work with ByteBuffer | Ara Ayvazyan | 2018-03-30 |
|/ | |||
* | Eliminate existence of SneakyCallOpSet, some server cleanup | Vijay Pai | 2018-03-22 |
| | |||
* | Merge pull request #14751 from ncteisen/channel-tracing | Noah Eisen | 2018-03-21 |
|\ | | | | | [Fix Forward]: Channel Tracing Implementation; Part 1 | ||
* \ | Merge pull request #14759 from vjpai/desneak | Vijay Pai | 2018-03-21 |
|\ \ | | | | | | | C++: Desneak client async unary call | ||
* | | | [grpc] Add SSL session client cache support | Ruslan Nigmatullin | 2018-03-20 |
| | | | |||
| * | | Desneak client unary call, avoid Hyrum's Law (used for 1-thread simplicity) | Vijay Pai | 2018-03-20 |
|/ / | |||
| * | Revert "Revert "Channel Tracing Implementation; Part 1"" | ncteisen | 2018-03-19 |
|/ | | | | This reverts commit f2bea3725f8218777268decfd37c7b543f839d9f. | ||
* | Revert "Channel Tracing Implementation; Part 1" | Noah Eisen | 2018-03-19 |
| | |||
* | Merge pull request #13883 from ncteisen/channel-tracing | Noah Eisen | 2018-03-16 |
|\ | | | | | Channel Tracing Implementation; Part 1 | ||
| * | Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing | ncteisen | 2018-03-15 |
| |\ | |||
* | | | Delete status_test that has no coverage; replace with static_asserts | Vijay Pai | 2018-03-15 |
| |/ |/| | |||
* | | Merge pull request #14599 from kpayson64/abstract_libuv_stuff | kpayson64 | 2018-03-13 |
|\ \ | | | | | | | Abstract libuv event loop | ||
* \ \ | Merge pull request #14517 from makdharma/extensible_api | Nicolas Noble | 2018-03-13 |
|\ \ \ | | | | | | | | | Remove "final" keyword and make methods protected. | ||
| * | | | Update server.h | Vijay Pai | 2018-03-13 |
| | | | | |||
| * | | | Update completion_queue.h | Vijay Pai | 2018-03-13 |
| | | | | |||
| * | | | Added protected default constructor | makdharma | 2018-03-13 |
| | | | | |||
| * | | | added Experimental in comments | makdharma | 2018-03-13 |
| | | | | | | | | | | | | | | | | | | | | For "struct Port" and friends, since they are now protected instead of private. | ||
| | * | | Abstract libuv implementation | kpayson64 | 2018-03-13 |
| |/ / |/| | | | | | | | | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers | ||
* | | | Remove include of inttypes.h completely | Muxi Yan | 2018-03-12 |
| | | | |||
* | | | Stop including inttypes.h in gRPC core public header in Apple platforms | Muxi Yan | 2018-03-12 |
| | | | |||
| * | | added "Experimental" and returned raw pointers | makdharma | 2018-03-12 |
| | | | | | | | | | | | | | | | Added experimental in the comment and removed reference_wrapper in favor of the raw pointer. | ||
| * | | forgot to add completion_queue.h doh! | makdharma | 2018-03-12 |
| | | | |||
| * | | clang-format | makdharma | 2018-03-09 |
| | | | |||
| * | | added ///Experimental in comment for c_server | makdharma | 2018-03-09 |
| | | | | | | | | | | | | Please enter the commit message for your changes. Lines starting | ||
| * | | moved member variables from protected to private | makdharma | 2018-03-09 |
| | | | | | | | | | | | | | | | Per style guide, the member variables are not protected but private and accessed through methods. | ||
| | * | Reviewer comments | ncteisen | 2018-03-05 |
| | | | |||
| | * | Re write rendered | ncteisen | 2018-03-02 |
| | | | |||
| | * | Fix build and sanity | ncteisen | 2018-03-02 |
| | | | |||
| | * | reviewer comments | ncteisen | 2018-03-01 |
| | | | |||
| | * | Reviewer comments | ncteisen | 2018-03-01 |
| | | | |||
| | * | Reviewer feedback | ncteisen | 2018-03-01 |
| | | | |||
| | * | Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing | ncteisen | 2018-03-01 |
| | |\ | |_|/ |/| | |