aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common
Commit message (Collapse)AuthorAge
* moved core_codegen from src/cpp/... to include/grpc++/...Gravatar David Garcia Quintas2016-05-19
|
* Renamed some definesGravatar David Garcia Quintas2016-05-12
|
* Moved protos out of core_codegen interfaceGravatar David Garcia Quintas2016-04-27
|
* Rollup of changes from the latest importGravatar Craig Tiller2016-04-11
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix copyrightGravatar Craig Tiller2016-03-25
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Fix copyrightsGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* removed spurious grpc_library.ccGravatar David Garcia Quintas2016-03-09
|
* docstringsGravatar 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
|
* wip. cq refactoredGravatar David Garcia Quintas2016-03-07
|
* wip. prior to cq refactoringGravatar David Garcia Quintas2016-03-07
|
* Merge branch 'master' of github.com:grpc/grpc into alarm_cppGravatar David Garcia Quintas2016-02-22
|\
* | 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]
| * | 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 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-02
| |\ | |/ |/|
* | Fixed wrong usage of global varGravatar David Garcia Quintas2016-01-28
| |
* | copyrightsGravatar David Garcia Quintas2016-01-27
| |
* | After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
| |
| * Get subchannel index workingGravatar Craig Tiller2016-01-25
| |
| * clang-formatGravatar Craig Tiller2016-01-25
| |
* | fixed copyrightsGravatar David Garcia Quintas2016-01-21
| |
* | Made "codedgen" directories closed over #includesGravatar David Garcia Quintas2016-01-21
| |
| * Channel args comparisonsGravatar Craig Tiller2016-01-13
|/
* Add set pointer api to channel_argumentsGravatar yang-g2015-11-25
|
* stream_op cleanup: miscellanyGravatar Craig Tiller2015-11-02
|
* C++ Alarm implementation (with tests).Gravatar David Garcia Quintas2015-10-07
|
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* Adding C++ metadata processor.Gravatar Julien Boeuf2015-08-28
| | | | | | | | - Had to chnage the core API to add a destroy function pointer in grpc_auth_metadata_processor. - Tested end to end. - Fixed some issues in the server_auth_filter (we were not checking the length which put us at risk of an overflow).
* Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-27
|\
* \ Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-26
|\ \
| | * auth context api change for string_refGravatar yang-g2015-08-25
| | |