aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2015-12-03
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # BUILD # Makefile # binding.gyp # build.yaml # gRPC.podspec # tools/doxygen/Doxyfile.core.internal # tools/run_tests/sources_and_headers.json # vsprojects/vcxproj/grpc/grpc.vcxproj # vsprojects/vcxproj/grpc/grpc.vcxproj.filters # vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj # vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj.filters
| * Merge pull request #4207 from yang-g/server_builder_optionsGravatar Craig Tiller2015-12-03
| |\ | | | | | | Server builder options
| * \ Merge pull request #4248 from ctiller/odrGravatar Nicolas Noble2015-12-03
| |\ \ | | | | | | | | Fix dependency violations
| * \ \ Merge pull request #4236 from jtattermusch/get_ready_vs2015Gravatar Nicolas Noble2015-12-03
| |\ \ \ | | | | | | | | | | Make native nuget packages VS2015 ready
| | | * | Build fixGravatar Craig Tiller2015-12-02
| | | | |
| | | * | Correctly tag dependenciesGravatar Craig Tiller2015-12-02
| | |/ / | |/| |
| | * | grpc_csharp_ext VS2015 supportGravatar Jan Tattermusch2015-12-01
| | | |
| * | | Merge github.com:grpc/grpc into no-transport-metadataGravatar Craig Tiller2015-11-25
| |\| |
| | | * Add set pointer api to channel_argumentsGravatar yang-g2015-11-25
| | | |
| | | * add server_builder_optionGravatar yang-g2015-11-25
| | | |
| | * | merge with headGravatar yang-g2015-11-24
| | |\|
| | | * AVL: creation, destroy, addGravatar Craig Tiller2015-11-23
| | | |
| | * | merge with headGravatar yang-g2015-11-20
| | |\|
| * | | Merge github.com:grpc/grpc into no-transport-metadataGravatar Craig Tiller2015-11-20
| |\ \ \ | | | |/ | | |/|
| * | | Remove metadata context from the channel stackGravatar Craig Tiller2015-11-19
| | | |
| | * | Merge pull request #4169 from murgatroid99/node_build_yaml_add_filesGravatar Craig Tiller2015-11-19
| | |\ \ | | | | | | | | | | Added to build.yaml the list of headers and JS source files for the Node library
| | | * | Added to build.yaml the list of headers and JS source files for the Node libraryGravatar murgatroid992015-11-19
| | | | |
| | * | | Merge branch 'master' into stress_tests_metricsGravatar Sree Kuchibhotla2015-11-19
| | |\| |
| * | | | Merge github.com:grpc/grpc into static-metadataGravatar Craig Tiller2015-11-19
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Static metadata declarationsGravatar Craig Tiller2015-11-18
| | | | |
| | | | * merge with headGravatar yang-g2015-11-18
| | | | |\ | | | |_|/ | | |/| |
| | * | | Merge pull request #3993 from ctiller/new_opGravatar David G. Quintas2015-11-18
| | |\ \ \ | | |/ / / | |/| | | Core transport & call cleanup
| | * | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
| | |\ \ \
| | | | * \ Merge branch 'master' into stress_tests_metricsGravatar Sree Kuchibhotla2015-11-16
| | | | |\ \
* | | | | | | Moved nanopb to 3rd partyGravatar David Garcia Quintas2015-11-12
| | | | | | |
| | | | | | * refacto of the reconnect tcp server to a general purpose test tcp server to ↵Gravatar yang-g2015-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | be reused by the set_initial_string_test
| | | | | | * first part, secure channel onlyGravatar yang-g2015-11-05
| | | | | |/
| | | * | / Generate all file lists and build target lists in binding.gyp from build.yamlGravatar murgatroid992015-11-05
| | | | |/ | | | |/|
| * | | | Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-05
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Secure performance testing for C++ is in the hizzouse!Gravatar vjpai2015-11-04
| | | | |
| | * | | Add in security support, make payload protos configurableGravatar vjpai2015-11-04
| | | | | | | | | | | | | | | | | | | | Have not yet added tests with security support, coming soon
* | | | | Proto API for LB request/responsesGravatar David Garcia Quintas2015-11-03
| | | | |
| | | | * Make number of stubs per channel configurable and expose metrics fromGravatar Sree Kuchibhotla2015-11-03
| |_|_|/ |/| | | | | | | | | | | client
| | * | Cleanup directory and make minor changesGravatar vjpai2015-11-02
| | | |
| * | | stream_op cleanup: build system changesGravatar Craig Tiller2015-11-02
|/ / /
| * | Merge remote-tracking branch 'upstream/master' into protosplitGravatar vjpai2015-11-02
| |\ \ | |/ / |/| |
| * | Split up into a new service proto, use proper service suffix, add aGravatar vjpai2015-10-29
| | | | | | | | | | | | | | | reset option to the mark, create a closed loop config params (empty message) for consistency with other tests.
| * | Numerous proto changes to make things more sane and fix some outstanding issuesGravatar vjpai2015-10-28
| | |
* | | Disabling qps openloop's test.Gravatar Nicolas "Pixel" Noble2015-10-27
| | |
* | | Skip running stress_tests on jenkins by run_tests.py (This will fix theGravatar Sree Kuchibhotla2015-10-26
| | | | | | | | | | | | issue addressed by commit: e6cd0e70a9c8, the right way)
* | | Merge pull request #3868 from sreecha/stress_tests_newGravatar David G. Quintas2015-10-22
|\ \ \ | | | | | | | | Interop stress tests
| * | | Fix the error reported by tools/run_tests/check_sources_and_headers.pyGravatar Sree Kuchibhotla2015-10-22
| | | |
* | | | merge & resolve conflictsGravatar Alistair Veitch2015-10-22
|\ \ \ \
| | * \ \ Merge branch 'master' into stress_tests_newGravatar Sree Kuchibhotla2015-10-22
| | |\ \ \ | | |/ / / | |/| | |
| | | * | Split qpstest.proto into two parts - one for performance stats andGravatar vjpai2015-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | one for control. Eliminate the use of our own SimpleRequest and SimpleResponse and instead share the one from end2end testing
* | | | | add CPU testsGravatar Alistair Veitch2015-10-20
| |_|/ / |/| | |
| | | * Merge branch 'core_creds_api_change' of github.com:jboeuf/grpc into ↵Gravatar Julien Boeuf2015-10-20
| | | |\ | | | | | | | | | | | | | | | core_creds_api_change
| | | * | Bumping minor version with API change.Gravatar Julien Boeuf2015-10-20
| | | | |
| | * | | Interop stress testsGravatar Sree Kuchibhotla2015-10-19
| | | |/ | | |/|
| * | | Merge branch 'master' of github.com:grpc/grpc into microchannelsGravatar David Garcia Quintas2015-10-19
| |\ \ \ | |/ / / |/| | |