aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Collapse)AuthorAge
* Merge pull request #5843 from dgquintas/fix-grpc-libGravatar Jan Tattermusch2016-03-20
|\ | | | | fixed multiple initialization of globals
* \ Merge pull request #5819 from dgquintas/compression_levelsGravatar Jan Tattermusch2016-03-18
|\ \ | | | | | | Implemented compression level algorithms properly
| | * fixed multiple initialization of globalsGravatar David Garcia Quintas2016-03-18
| |/ |/|
* | Doc Fixit: src/cpp/README.mdGravatar Yuchen Zeng2016-03-18
| | | | | | | | Replace liquid templates with relative links.
| * Implemented compression level algorithms properly (as a function of the ↵Gravatar David Garcia Quintas2016-03-17
|/ | | | accepted algorithms by the call's peer.
* Merge branch 'master' of github.com:grpc/grpc into codegen_libGravatar David Garcia Quintas2016-03-15
|\
| * Merge branch 'master' into revert-5599-revert-5572-srv_ctxGravatar vjpai2016-03-14
| |\
* | | removed spurious namespace qualificationGravatar David Garcia Quintas2016-03-09
| | |
* | | removed spurious grpc_library.ccGravatar David Garcia Quintas2016-03-09
| | |
| | * Doc Fixit: src/cpp/README need more information, revised 03092016Gravatar Yuchen Zeng2016-03-09
| | | | | | | | | | | | | | | | | | | | | - Revised 'protoc' section and 'Documentation' section as LisaFC suggested. - Added 'Examples' section as LisaFC suggested. Resolves: #5661
* | | docstringsGravatar David Garcia Quintas2016-03-08
| | |
| | * Doc Fixit: src/cpp/README need more informationGravatar Yuchen Zeng2016-03-08
| | |
* | | copyrightGravatar David Garcia Quintas2016-03-08
| | |
* | | clang-formatGravatar David Garcia Quintas2016-03-08
| | |
* | | codegen interface usage of gpr_inf_futureGravatar David Garcia Quintas2016-03-08
| | |
* | | reverted gpr_ time changesGravatar David Garcia Quintas2016-03-08
| | |
* | | fixed wrong refactoringGravatar David Garcia Quintas2016-03-08
| | |
* | | moved some files aroundGravatar David Garcia Quintas2016-03-08
| | |
* | | compiles!Gravatar David Garcia Quintas2016-03-08
| | |
* | | wip. cq refactoredGravatar David Garcia Quintas2016-03-07
| | |
* | | wip. prior to cq refactoringGravatar David Garcia Quintas2016-03-07
| | |
| * | Revert "Revert "Properly integrate async API with server-side cancellations.""Gravatar Sree Kuchibhotla2016-03-07
| |/
* | added missing initializer for global proto_serializer holder to codegen libGravatar David Garcia Quintas2016-03-06
| |
| * Revert "Properly integrate async API with server-side cancellations."Gravatar Sree Kuchibhotla2016-03-04
| |
| * Properly integrate async API with server-side cancellations.Gravatar Vijay Pai2016-03-03
| | | | | | | | There is a comment above IsCancelled that says when it is ok to use this.
* | fix commentsGravatar David Garcia Quintas2016-03-02
| |
* | clang-formatGravatar David Garcia Quintas2016-03-02
| |
* | copyrightsGravatar David Garcia Quintas2016-03-02
| |
* | introduced workaround for proto_utilsGravatar David Garcia Quintas2016-03-02
|/
* Merge branch 'master' of github.com:grpc/grpc into alarm_cppGravatar David Garcia Quintas2016-02-22
|\
| * Merge pull request #5287 from yang-g/global_callback_magicGravatar Craig Tiller2016-02-22
| |\ | | | | | | Add a way to override channel arguments for server creation
* | | PR comments addressedGravatar David Garcia Quintas2016-02-22
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into alarm_cppGravatar David Garcia Quintas2016-02-22
|\| |
| * | Fixed refactoring of grpc_arg pointer vtableGravatar David Garcia Quintas2016-02-17
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into alarm_cppGravatar David Garcia Quintas2016-02-17
|\| |
* | | Made Alarm's constructor a template for deadlineGravatar David Garcia Quintas2016-02-17
| | |
| * | Merge pull request #4859 from ctiller/sceqGravatar Sree Kuchibhotla2016-02-17
| |\ \ | | | | | | | | Subchannel Sharing [The interop tests failures and Basic test failures are unrelated to this change. Merging]
| * | | Merge pull request #5186 from yang-g/inherit_from_grpc_libraryGravatar Sree Kuchibhotla2016-02-17
|/| | | | | | | | | | | Provide explicit API for user to set user agent string prefix
| | | * Add a way to override channel arguments for server creationGravatar yang-g2016-02-17
| |_|/ |/| |
| * | add commentsGravatar yang-g2016-02-17
| | |
| | * Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-17
| | |\ | |_|/ |/| |
| * | Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_libraryGravatar yang-g2016-02-12
| |\ \
* | | | Remove a vestigeGravatar vjpai2016-02-11
| | | |
* | | | fixed_size_thread_pool : why do we even have that lever? It has beenGravatar vjpai2016-02-11
| |/ / |/| | | | | | | | deprecated and unused for quite some time.
* | | Remove a small allocation, at the cost of a little uglier header file.Gravatar Vijay Pai2016-02-11
| | | | | | | | | | | | This commit may or may not be a great tradeoff.
* | | Sanity: clang-format and regen projectsGravatar Vijay Pai2016-02-11
| | |
* | | tag fed in by user should be any arbitrary tag, not a CompletionQueueTagGravatar vjpai2016-02-10
| | | | | | | | | | | | type
| * | Fix copyrightGravatar yang-g2016-02-10
| | |
| * | Provide explicit API for user to set user agent string prefixGravatar yang-g2016-02-10
|/ /
| * Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-09
| |\ | |/ |/|