aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Collapse)AuthorAge
...
| * Add reconnect channel testsGravatar Yuchen Zeng2017-08-22
| |
| * Add ChannelConnectivityWatcherGravatar Yuchen Zeng2017-08-22
|/
* Master version bump to 1.7.xGravatar David Garcia Quintas2017-08-16
|
* Fix thread avalances in thread managerGravatar Sree Kuchibhotla2017-08-09
|
* Add Slice constructors to match all grpc_slice casesGravatar Vijay Pai2017-08-04
|
* Add a GrpcLibraryInitializer to client_context.ccGravatar Garret Kelly2017-07-31
| | | | | | | | | | | It's feasible that a program be written/linked such that it only use ClientContext from grpc++, which could end up with the other instances of GrpcLibraryInitializer not ending up in the final binary. Add a GrpcLibraryInitializer to client_context.cc to ensure that the library is initialized. The primary side-effect of the library not being initialized when only using a ClientContext is that the destructor for ClientContext indirectly ends up trying to call through g_core_codegen_interface when destructing its metadata, which is null.
* Resolve commentsGravatar yang-g2017-07-28
|
* Allow adding events to cq after shutdown is called.Gravatar yang-g2017-07-28
|
* Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
|
* Merge pull request #11693 from ncteisen/refactor-thread-poolGravatar Noah Eisen2017-07-21
|\ | | | | Make CreateThreadPool Settable
* | Const correct and clangGravatar ncteisen2017-07-19
| |
| * Anon namespace over staticGravatar ncteisen2017-07-18
| |
| * Rename function to avoud future clashGravatar ncteisen2017-07-18
| |
| * Make CreateThreadPool settableGravatar ncteisen2017-07-18
| |
* | Quiet down server builderGravatar ncteisen2017-07-18
|/
* Merge pull request #11870 from vjpai/sliceGravatar Vijay Pai2017-07-18
|\ | | | | Add idiomatic C++ API for grpc::Slice construction
* \ Merge pull request #11454 from markdroth/server_cq_ok_semanticsGravatar Mark D. Roth2017-07-18
|\ \ | | | | | | Do not return calls on server when request proto fails to deserialize.
| | * Add idiomatic C++ API for grpc::Slice construction that doesn'tGravatar Vijay Pai2017-07-18
| |/ |/| | | | | require using grpc_slice
* | Reset OWNERS stateGravatar Craig Tiller2017-07-17
| |
* | Merge pull request #11837 from dgquintas/thread_manager_joinGravatar David G. Quintas2017-07-17
|\ \ | | | | | | Put thread creation and join under lock
* \ \ Merge pull request #11145 from vjpai/inproc3Gravatar Vijay Pai2017-07-15
|\ \ \ | | | | | | | | In-process transport
| | * | Put thread creation and join under lockGravatar David Garcia Quintas2017-07-14
| |/ / |/| |
| * | Create inproc transport, add relevant tests, exclude irrelevant testsGravatar Vijay Pai2017-07-14
| | |
| | * Do not return calls on server when request proto fails to deserialize.Gravatar Mark D. Roth2017-07-14
| |/
* / Detach ownership of core/c++Gravatar Craig Tiller2017-07-13
|/
* Strawman OWNERS --> CODEOWNERS scriptGravatar Craig Tiller2017-07-13
|
* Merge pull request #11738 from mehrdada/canonica-urlsGravatar Mehrdad Afshari2017-07-11
|\ | | | | Use https://grpc.io consistently as the canonical URL
* \ Merge pull request #11572 from vjpai/internalizeGravatar Vijay Pai2017-07-10
|\ \ | | | | | | Separate internal-only and public parts of C++ API
| | * Use https://grpc.io consistently as the canonical URLGravatar Mehrdad Afshari2017-07-10
| |/ |/|
* | Fetch grpc.io/release over httpsGravatar Mehrdad Afshari2017-07-10
| |
| * 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
* Initialize pending_ops falseGravatar Noah Eisen2017-07-06
|
* 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
|
* Merge pull request #11143 from dgquintas/dns_serverGravatar David G. Quintas2017-06-02
|\ | | | | Make ServerBuilder accept (dns:///) URIs instead of just dns names
* | master bumped to 1.5.xGravatar David Garcia Quintas2017-05-30
| |
* | merge with headGravatar Yang Gao2017-05-22
|\ \
| * | Take grpc_workaround_list as parameterGravatar Muxi Yan2017-05-17
| | |
* | | Add api to server builder plugin to modify the builderGravatar yang-g2017-05-16
| | |
| * | obsolete -> is obsoleteGravatar Muxi Yan2017-05-16
| | |
| | * Make ServerBuilder accept (dns:///) URIs instead of just dns namesGravatar David Garcia Quintas2017-05-15
| |/ |/|
| * Merge branch 'master' into backward-compat-devGravatar Muxi Yan2017-05-12
| |\ | |/ |/|
* | Propagate deadline to GenericServerContextGravatar yang-g2017-05-11
| |
* | Merge pull request #11028 from yang-g/default_hcGravatar Yang Gao2017-05-11
|\ \ | | | | | | Lower the level of a log message to INFO
| | * Use AddChannelArgument methodGravatar Muxi Yan2017-05-09
| | |
| | * bug fixesGravatar Muxi Yan2017-05-09
| | |
| | * Add EnableWorkaround API to enable server workaroundsGravatar Muxi Yan2017-05-09
| | |
| * | Lower the level of a log message to INFOGravatar yang-g2017-05-08
| |/
* | 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