aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common
Commit message (Collapse)AuthorAge
...
| | * 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
* Improvements to C++ filter API:Gravatar Mark D. Roth2017-06-29
| | | | | | | - Make sure all C-core parameters are passed into C++ methods. - Add Destroy() methods for ChannelData and CallData. - Use C++-style casts. - Add 'extern "C"' to iomgr/closure.h, which is used in C++ filters.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* master bumped to 1.5.xGravatar David Garcia Quintas2017-05-30
|
* Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-05-05
|\ | | | | | | serialization-refactor
* \ Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-04-21
|\ \ | | | | | | | | | serialization-refactor
| | * Merge branch 'tsan-c++' into hybridGravatar Craig Tiller2017-04-20
| | |\ | | |/ | |/|
* | | Add to codegen interface, refactor proto serializationGravatar ncteisen2017-04-19
| | | | | | | | | | | | | | | This change allows for some internal proto serialization changes to be made
| | * Merge github.com:grpc/grpc into hybridGravatar Craig Tiller2017-04-14
| | |\ | |_|/ |/| |
| * | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-14
| |\ \ | |/ / |/| |
* | | Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-13
|\ \ \
| * | | master to 1.4.0-devGravatar David Garcia Quintas2017-04-13
| | | |
| | | * Finish hybrid server stuff, ensure it gets testedGravatar Craig Tiller2017-04-11
| |_|/ |/| |
* | | Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-06
|\| |
| | * Dont break codegen barrierGravatar Craig Tiller2017-04-05
| | |
| | * Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-05
| | |\ | | |/ | |/|
| * | Merge pull request #10457 from ctiller/fixmsanGravatar Craig Tiller2017-04-05
| |\ \ | | | | | | | | Potential msan fix
| | | * Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-04
| | | |\ | | |_|/ | |/| |
| | * | Fix compileGravatar Craig Tiller2017-04-04
| | | |
| * | | review feedbackGravatar Craig Tiller2017-04-03
| | | |
| * | | Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-04-03
| |\| |