aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.xml
Commit message (Collapse)AuthorAge
* Merge pull request #12214 from vjpai/cereal_eye_sirGravatar Vijay Pai2017-09-13
|\ | | | | Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer
* \ Merge branch 'master' of github.com:grpc/grpc into rename_lr_to_pluginGravatar David Garcia Quintas2017-09-07
|\ \
| | * Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_bufferGravatar Vijay Pai2017-09-07
| |/
| * Merge pull request #12369 from markdroth/call_combinerGravatar Mark D. Roth2017-09-07
| |\ | | | | | | Second attempt at call combiner PR
| * | Garbage collect experimental pollersGravatar Craig Tiller2017-09-07
| | |
* | | s/load_reporting/server_load_reportingGravatar David Garcia Quintas2017-09-06
| | |
| | * Revert "Revert "Implement call combiner""Gravatar Mark D. Roth2017-09-01
| |/ | | | | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e.
| * Merge github.com:grpc/grpc into statsGravatar Craig Tiller2017-08-31
| |\
| * | Fix header location errorGravatar Craig Tiller2017-08-31
| | |
| | * Revert "Implement call combiner"Gravatar Mark D. Roth2017-08-29
| | |
| * | Merge github.com:grpc/grpc into statsGravatar Craig Tiller2017-08-29
| |\|
| | * Merge pull request #12274 from apolcyn/fix_missing_nanopb_headers_masterGravatar apolcyn2017-08-28
| | |\ | | | | | | | | Fix build.yaml to expand nanopb headers filegroup, for master branch
| | * \ Merge pull request #11566 from markdroth/call_combinerGravatar Mark D. Roth2017-08-25
| | |\ \ | | | | | | | | | | Implement call combiner
| | | * | Implement call combiner.Gravatar Mark D. Roth2017-08-25
| | | | |
* | | | | Renamed load_reporting.{c,h} to load_reporting_plugin.{c,h}Gravatar David Garcia Quintas2017-08-24
| |_|/ / |/| | |
| | * | Add sync_custom.hGravatar yang-g2017-08-24
| | | |
| | * | Remove stale fileGravatar yang-g2017-08-24
| |/ / |/| |
| | * fix build.yaml to expand nanopb headers filegroupGravatar Alexander Polcyn2017-08-23
| |/ |/|
* | PHP: upmerge from 1.4.x branchGravatar Stanley Cheung2017-08-22
| |
* | Master version bump to 1.7.xGravatar David Garcia Quintas2017-08-16
| |
* | split tsi library into twoGravatar jiangtaoli20162017-08-09
| |
* | Update build ruleGravatar jiangtaoli20162017-08-07
| |
* | Revert "Revert "Add TSI zero-copy frame protector""Gravatar Jiangtao Li2017-08-07
| |
* | Revert "Add TSI zero-copy frame protector"Gravatar Jiangtao Li2017-08-07
| |
* | split tsi into two libraries: tsi_interface and tsiGravatar jiangtaoli20162017-08-04
| |
* | Merge branch 'master' into tsi_grpcGravatar jiangtaoli20162017-08-04
|\ \
| * \ Merge pull request #11579 from sreecha/fix_alarmGravatar Sree Kuchibhotla2017-08-04
| |\ \ | | | | | | | | Refcount grpc_alarm object so that grpc_alarm_destroy() can be safely called before cq-next()
| * | | Add support for service configs to c-ares resolver.Gravatar Mark D. Roth2017-08-03
| | | |
| | * | Merge branch 'master' into fix_alarmGravatar Sree Kuchibhotla2017-08-02
| | |\ \ | | |/ / | |/| |
* | | | minor fixGravatar jiangtaoli20162017-08-02
| | | |
| | * | Merge branch 'master' into fix_alarmGravatar Sree Kuchibhotla2017-08-01
| | |\ \
| * | \ \ Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3Gravatar ncteisen2017-08-01
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Merge branch 'master' into tsi_grpcGravatar jiangtaoli20162017-07-31
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Clean up grpc++_unsecure so that it doesn't require secure content anymoreGravatar Vijay Pai2017-07-30
| | | | |
* | | | | Add TSI zero-copy frame protectorGravatar jiangtaoli20162017-07-28
| | | | |
| | * | | Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3Gravatar ncteisen2017-07-28
| | |\ \ \ | |_|/ / / |/| | | |
| * | | | Update build.yaml, fix formatGravatar Yuchen Zeng2017-07-27
|/ / / /
| | * | Merge branch 'master' into fix_alarmGravatar Sree Kuchibhotla2017-07-25
| | |\ \ | |_|/ / |/| | |
| | | * Merge github.com:grpc/grpc into statsGravatar Craig Tiller2017-07-21
| | | |\ | |_|_|/ |/| | |
| | | * Build simplificationGravatar Craig Tiller2017-07-19
| | | |
| * | | Pull flow control into one moduleGravatar ncteisen2017-07-18
| | | |
| | | * Add a simple stats framework to gRPC C coreGravatar Craig Tiller2017-07-18
| | |/ | |/|
* | | Merge branch 'master' into uv_portability_fixGravatar murgatroid992017-07-18
|\| |
* | | Add asserts that uv calls all run on the same threadGravatar murgatroid992017-07-18
| | |
| * | Merge pull request #11607 from yihuazhang/tsi_initGravatar Mark D. Roth2017-07-18
| |\ \ | | | | | | | | Add GTS plugin
| | * | Add GTS pluginGravatar Yihua Zhang2017-07-17
| | | |
| * | | Merge pull request #11189 from muxi/stream_compressionGravatar Muxi Yan2017-07-17
| |\ \ \ | | |/ / | |/| | Implement stream compression lib module
| * | | Create inproc transport, add relevant tests, exclude irrelevant testsGravatar Vijay Pai2017-07-14
|/ / /
* | | Revert "Remove lockfree-stack implementation that is no longer used"Gravatar Ken Payson2017-07-10
| | | | | | | | | | | | This reverts commit 3d04e025bcffd1e583d502de4ee26625ea866b21.
| * | Move stream_compression to src/core/lib/compressionGravatar Muxi Yan2017-07-05
| | |