aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
Commit message (Collapse)AuthorAge
...
* | | Drop the refGravatar Vijay Pai2016-02-05
| | |
* | | Undo much of the previous commits so that only CallOpSet groupsGravatar Vijay Pai2016-02-05
| | | | | | | | | | | | with a Sneaky member are in a collection.
* | | Forgot to include these edits in the last commitGravatar Vijay Pai2016-02-05
| | |
* | | Wrap groups of related CallOpSet's into a ref-counted structureGravatar Vijay Pai2016-02-05
|/ / | | | | | | | | | | | | | | | | | | whenever appropriate so as to avoid any unintentional free-before-use problems. Potential performance issue: this triggers an additional allocation for each Async call initiation, along with the cost of ref-counting shared_ptr . But this is worth it for the additional safety provided here without any change to the exposed C++ API.
| * Merge github.com:grpc/grpc into compressGravatar Craig Tiller2016-02-05
| |\ | |/ |/|
| * Fix race condition in transport APIGravatar Craig Tiller2016-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically: Receiving trailing and initial metadata had to be published in lock-step. => If we wanted trailing metadata, we might not get initial metadata processed until messages arrived. => Compression code had no idea what codec to use. To fix it, publish initial metadata as soon as it's ready (this is a transport API change). Requires changes to grpc_call to ensure ordering in processing initial metadata and messages (one may be delayed). Exposed at least some bugs in C++ where we never read initial metadata. I expect at least one more similar bug.
* | Update comment on TryCancel() APIGravatar Sree Kuchibhotla2016-01-29
| |
* | Comments and formatGravatar Sree Kuchibhotla2016-01-28
| |
* | TryCancel() on ServerContext()Gravatar Sree Kuchibhotla2016-01-28
|/
* Fixed wrong usage of global varGravatar David Garcia Quintas2016-01-28
|
* sanity fixesGravatar David Garcia Quintas2016-01-27
|
* Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
|\
* | copyrightsGravatar David Garcia Quintas2016-01-27
| |
* | DONE!!1oneGravatar David Garcia Quintas2016-01-27
| |
* | After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
| |
| * Fix copyrightsGravatar Craig Tiller2016-01-27
| |
| * Alternative ownership for global callbacksGravatar Craig Tiller2016-01-26
| |
* | pre sync_stream.cc creation. Does not compileGravatar David Garcia Quintas2016-01-25
| |
* | async_stream.h done. CompilesGravatar David Garcia Quintas2016-01-25
| |
* | copyrightsGravatar David Garcia Quintas2016-01-25
| |
* | Further work. Compiles. WIPGravatar David Garcia Quintas2016-01-25
| |
* | Improved a couple error messagesGravatar David Garcia Quintas2016-01-22
| |
* | made codegen targets in build.yamlGravatar David Garcia Quintas2016-01-21
| |
* | clang-formatGravatar David Garcia Quintas2016-01-21
| |
* | fixed copyrightsGravatar David Garcia Quintas2016-01-21
| |
* | Made "codedgen" directories closed over #includesGravatar David Garcia Quintas2016-01-21
| |
* | clang-formatGravatar David Garcia Quintas2016-01-20
| |
* | updated copyrightsGravatar David Garcia Quintas2016-01-20
| |
* | Merge branch 'proto_interfaces' into yang-g-sync_async_mixGravatar David Garcia Quintas2016-01-19
|\ \
| * | override -> GRPC_OVERRIDEGravatar David Garcia Quintas2016-01-19
| | |
| * | regenerated projectsGravatar David Garcia Quintas2016-01-19
| | |
| * | Merge branch 'master' of github.com:grpc/grpc into proto_interfacesGravatar David Garcia Quintas2016-01-19
| |\ \
| * | | Introduced ServerInterfaceGravatar David Garcia Quintas2016-01-15
| | | |
| | | * Merge remote-tracking branch 'upstream/master'Gravatar Bogdan Drutu2016-01-15
| | | |\ | | | |/ | | |/|
* | | | remove outdated apiGravatar yang-g2016-01-15
| | | |
* | | | Add a test with two methods genericGravatar yang-g2016-01-15
| | | |
* | | | warn user when they forget register generic serviceGravatar yang-g2016-01-15
| | | |
* | | | fix copyrightGravatar yang-g2016-01-15
| | | |
* | | | add generic testGravatar yang-g2016-01-15
| | | |
* | | | Add generic supportGravatar yang-g2016-01-15
| | | |
* | | | Merge remote-tracking branch 'upstream/master' into sync_async_mixGravatar yang-g2016-01-15
|\ \ \ \ | | |/ / | |/| |
| * | | Added back trailing newlinesGravatar David Garcia Quintas2016-01-14
| | | |
| | | * Merge remote-tracking branch 'upstream/master'Gravatar Bogdan Drutu2016-01-14
| | | |\ | | |_|/ | |/| |
| | * | Merge branch 'master' of github.com:grpc/grpc into proto_interfacesGravatar David Garcia Quintas2016-01-14
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #4653 from murgatroid99/release-0_12_master_mergeGravatar Craig Tiller2016-01-14
| |\ \ \ | | | | | | | | | | Release 0 12 master merge
* | | | | Merge remote-tracking branch 'upstream/master' into sync_async_mixGravatar yang-g2016-01-14
|\| | | |
| * | | | clang-format codeGravatar Craig Tiller2016-01-14
| | | | |
| * | | | Update copyrights againGravatar murgatroid992016-01-13
| | | | |
| | | * | WIP. Added ChannelInterfaceGravatar David Garcia Quintas2016-01-13
| | |/ / | |/| |
* | | | merge with headGravatar yang-g2016-01-13
|\| | |