aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common
Commit message (Collapse)AuthorAge
* Regenrate projectsGravatar Srini Polavarapu2018-06-08
|
* Regenerate projectsGravatar Mehrdad Afshari2018-05-02
|
* Make GrpcProtoBufferReaderWriter publicGravatar ncteisen2018-04-06
|
* Regenerate projectsGravatar Mehrdad Afshari2018-04-04
|
* Convert byte_stream API to C++.Gravatar Mark D. Roth2018-03-09
|
* Use static_cast rather than reinterpret_cast whenever possibleGravatar Vijay Pai2018-03-05
|
* Regenerate projectsGravatar Mehrdad Afshari2018-02-22
|
* Fix grpc++->grpcpp leftover filesGravatar Muxi Yan2018-02-20
|
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* clang-formatGravatar Vijay Pai2018-01-21
|
* Restructure to simplify, harden, and avoid forward declarationGravatar Vijay Pai2018-01-21
|
* Remove alarm from core, implement in C++ layer onlyGravatar Vijay Pai2018-01-21
|
* Regenerate projectsGravatar Mehrdad Afshari2018-01-19
|
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
|\
* \ Merge branch 'master' into execctxGravatar Yash Tibrewal2017-11-30
|\ \
* | | Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| | |
| | * Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-28
| | |\ | | |/ | |/|
| * | Bump 1.8.0-dev to 1.9.0-devGravatar Mehrdad Afshari2017-11-27
| | |
| | * Remove all extern CGravatar ncteisen2017-11-17
| |/
* | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | ExecCtx and some minor changes
* | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| |
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Merge pull request #13199 from ncteisen/zero-copyGravatar Noah Eisen2017-11-07
| |\ | | | | | | Refactor SerializationTraits
| | * Add init/shutdown to codegen interfaceGravatar ncteisen2017-11-06
| | |
| * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |
| | * Refactor SerializationTraitsGravatar ncteisen2017-10-31
| |/
| * Separate public and internal C++ interfacesGravatar Vijay Pai2017-10-26
| |
| * Adds gRPC Experimental CQ DoThenAsyncNext lambda APIGravatar Ken Payson2017-10-25
| |
* | Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
|/ | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
* Update version to 1.8.0-dev, update g word to 'generous'Gravatar murgatroid992017-10-02
|
* Readd grpclb fallbackGravatar Juanli Shen2017-09-27
|
* Revert "Add fallback (use backends from resolver if can't reach balancer) to ↵Gravatar Ken Payson2017-09-13
| | | | | | grpclb." This reverts commit aba0a0a54412fe59bc2090334ae26c99bb148097.
* Add fallback (use backends from resolver if can't reach balancer) to grpclb.Gravatar Juanli Shen2017-09-11
|
* Revert "Revert "Implement call combiner""Gravatar Mark D. Roth2017-09-01
| | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e.
* Merge pull request #12306 from kpayson64/ref_counting_slicesGravatar kpayson642017-08-31
|\ | | | | Give ownership of byte buffers to write ops
* \ Merge pull request #12331 from markdroth/c++_filter_api_fixGravatar Mark D. Roth2017-08-31
|\ \ | | | | | | Add recv_message() method to TransportStreamOpBatch class.
| | * Clang_formatGravatar Ken Payson2017-08-30
| | |
| * | Add recv_message() method to TransportStreamOpBatch class.Gravatar Mark D. Roth2017-08-30
| | |
* | | Add missing extern CGravatar yang-g2017-08-29
|/ /
* | Revert "Implement call combiner"Gravatar Mark D. Roth2017-08-29
| |
| * Have write ops take ownership over slicesGravatar Ken Payson2017-08-29
| |
* | Implement call combiner.Gravatar Mark D. Roth2017-08-25
|/
* Master version bump to 1.7.xGravatar David Garcia Quintas2017-08-16
|
* Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
|
* Do not return calls on server when request proto fails to deserialize.Gravatar Mark D. Roth2017-07-14
|
* Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
| | | | or that interface with core and are only for internal use