aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add more comments, fix format issuesGravatar Yuchen Zeng2016-06-06
* Move reflection src/hdr to src/cpp/ext include/grpc++/extGravatar Yuchen Zeng2016-06-06
* Addressed reveiw comments about namingGravatar Yuchen Zeng2016-06-06
* Remove unnecessary headersGravatar Yuchen Zeng2016-06-03
* Move protobuf dependencies to config_protobuf.hGravatar Yuchen Zeng2016-06-03
* Add a sanity test: check if the generated pb files are up-to-dateGravatar Yuchen Zeng2016-05-31
* Add mutex for stream in ProtoReflectionDescriptorDatabase, fix headers checkGravatar Yuchen Zeng2016-05-25
* Add transitive dependencies in FileDescriptorResponseGravatar Yuchen Zeng2016-05-24
* Add proto_server_reflection_testGravatar Yuchen Zeng2016-05-20
* Update reflection implementation along with API changesGravatar Yuchen Zeng2016-05-19
* Merge remote-tracking branch 'upstream/master' into reflection_separate_libGravatar Yuchen Zeng2016-05-17
|\
* | Update reflection APIGravatar Yuchen Zeng2016-05-17
| * Merge pull request #6590 from jtattermusch/perf_script_improvementsGravatar Jan Tattermusch2016-05-17
| |\
| * \ Merge pull request #6542 from ctiller/ectermGravatar Jan Tattermusch2016-05-17
| |\ \
| * \ \ Merge pull request #6602 from nathanielmanistaatgoogle/test-parallelismGravatar Jan Tattermusch2016-05-16
| |\ \ \
| * \ \ \ Merge pull request #6439 from kpayson64/python_health_checkGravatar Jan Tattermusch2016-05-16
| |\ \ \ \
| * \ \ \ \ Merge pull request #6568 from dgquintas/fix-include-guards-long-namesGravatar Jan Tattermusch2016-05-16
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #6587 from dgquintas/fix-proto-utils-anon-namespaceGravatar Jan Tattermusch2016-05-16
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #6603 from ctiller/better_wakeupsGravatar Jan Tattermusch2016-05-16
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #6609 from nathanielmanistaatgoogle/sooner-or-laterGravatar Jan Tattermusch2016-05-16
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #6556 from goldenbull/masterGravatar Jan Tattermusch2016-05-16
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #6589 from dklempner/return_unused_portGravatar Jan Tattermusch2016-05-16
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Run clang-format against port_posix.c and port_windows.cGravatar David Klempner2016-05-16
| | | | * | | | | | | | "sooner" -> "server" typo correctionGravatar Nathaniel Manista2016-05-16
| | |_|/ / / / / / / / | |/| | | | | | | | |
| | | | * | | | | | | Fix accelerated wakeupsGravatar Craig Tiller2016-05-16
| | | | | | | | * | | Split and rename test_constants.PARALLELISMGravatar Nathaniel Manista2016-05-16
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | | | | | | | | * set client params differently for sync and async clientGravatar Jan Tattermusch2016-05-13
| * | | | | | | | | Merge pull request #6567 from markdroth/large_metadata_test_fixGravatar David Klempner2016-05-13
| |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | Add calls to grpc_recycle_unused_port to two of the tests which callGravatar David Klempner2016-05-13
| | | * | | | | | | | Fix declarations in port.h to not be ambiguous in C due to K&R.Gravatar David Klempner2016-05-13
| | | | | | * | | | | Fixed usage of anon namespace inside .hGravatar David Garcia Quintas2016-05-13
| | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #6583 from carl-mastrangelo/dotdotdotGravatar Jan Tattermusch2016-05-13
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | | * add support for CLIENT_LANGUAGE settingGravatar Jan Tattermusch2016-05-13
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Merge pull request #6578 from jtattermusch/add_bat_copyrightsGravatar Jan Tattermusch2016-05-13
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #6414 from y-zeng/reflection_protoGravatar Yuchen Zeng2016-05-13
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| | | | * | | | | | | Fix stress test JVM ArgsGravatar Carl Mastrangelo2016-05-13
| | |_|/ / / / / / / | |/| | | | | | | |
| | | * | | | | | | add copyright to the template as wellGravatar Jan Tattermusch2016-05-13
| | | | | * | | | | Merge branch 'master' into return_unused_portGravatar David Klempner2016-05-13
| | | | | |\ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | | | | * | | | | Add an API to return an unused port to the portserverGravatar David Klempner2016-05-13
| * | | | | | | | | Merge pull request #5456 from ctiller/cleaner-posix3Gravatar Jan Tattermusch2016-05-13
| |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | add missing copyrights to .bat filesGravatar Jan Tattermusch2016-05-13
| | | | * | | | | | | check for copyright in .bat filesGravatar Jan Tattermusch2016-05-13
| | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #6569 from yang-g/ubsanGravatar Jan Tattermusch2016-05-13
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #6561 from vjpai/ytpoGravatar Jan Tattermusch2016-05-13
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #6570 from dgquintas/better-compression-docs-and-namesGravatar Jan Tattermusch2016-05-13
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Further renamings (compression channel arg keys)Gravatar David Garcia Quintas2016-05-12
| | * | | | | | | | | | | New protobuf versionGravatar David Garcia Quintas2016-05-12
| | * | | | | | | | | | | Renamed some definesGravatar David Garcia Quintas2016-05-12
| | * | | | | | | | | | | better docstrings for compression_types.hGravatar David Garcia Quintas2016-05-12
| |/ / / / / / / / / / /
| | | * | | | | | | | | prepare to enable ubsan in continuous buildGravatar yang-g2016-05-12