aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
Commit message (Collapse)AuthorAge
...
| * | | | | | Merge pull request #4688 from jtattermusch/static_depsGravatar Nicolas Noble2016-01-15
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Statically link dependencies of grpc_csharp_ext
| | | | * | | | move utilities to a separate fileGravatar yang-g2016-01-15
| | | | | | | |
| | | | * | | | Merge remote-tracking branch 'upstream/master' into sync_async_mixGravatar yang-g2016-01-15
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | | | * | | | Add new public headerGravatar yang-g2016-01-14
| | | | | | | |
| | | | * | | | Add a hybrid end2end test mixing sync and async methodsGravatar yang-g2016-01-14
| | | | | | | |
| | | | | * | | Merge branch 'master' of github.com:grpc/grpc into proto_interfacesGravatar David Garcia Quintas2016-01-14
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | | * | | | working testGravatar yang-g2016-01-14
| | | | | | | |
| * | | | | | | Merge pull request #4653 from murgatroid99/release-0_12_master_mergeGravatar Craig Tiller2016-01-14
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | Release 0 12 master merge
| | | | | * | | WIP. Added ChannelInterfaceGravatar David Garcia Quintas2016-01-13
| | |_|_|/ / / | |/| | | | |
| | | | | * | Re-ordering interdependent proto files.Gravatar Nicolas "Pixel" Noble2016-01-14
| | | | | | |
* | | | | | | Merge branch 'master' into corelimit2Gravatar Vijay Pai2016-01-13
|\| | | | | |
| * | | | | | Merge branch 'master' into bbufGravatar Vijay Pai2016-01-13
| |\ \ \ \ \ \
| | | * \ \ \ \ Merge branch 'master' into release-0_12_master_mergeGravatar murgatroid992016-01-13
| | | |\ \ \ \ \ | | | |/ / / / / | | |/| | | | |
* | / | | | | | Make core limitation work for both client and server so that we can run ↵Gravatar Vijay Pai2016-01-13
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests on the same machine if desired. The core_list flags to qps_driver are comma-separated lists of core numbers.
| | | | | | * Move encode/decode API into census.hGravatar Alistair Veitch2016-01-13
| | | | | | |
| | | | | | * Merge branch 'master' into tag_setGravatar Alistair Veitch2016-01-12
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| | | | | | * initial commitGravatar Alistair Veitch2016-01-12
| | | | | | |
| | | | * | | change openssl linkage on windows to staticGravatar Jan Tattermusch2016-01-12
| | | |/ / /
| | | * | | support static linkage for dependenciesGravatar Jan Tattermusch2016-01-12
| | | | | |
* | | | | | Merge pull request #4457 from soltanmm/plate-tectonicsGravatar Nathaniel Manista2016-01-12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Include core in Python distribution.
| * | | | | Use BoringSSL for Python gRPCGravatar Masood Malekghassemi2016-01-11
| | | | | |
| | * | | | Merge branch 'master' into bbufGravatar Vijay Pai2016-01-11
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | * | | | Merge branch 'master' into bbufGravatar Vijay Pai2016-01-11
| | |\ \ \ \
| | * | | | | Generic testGravatar vjpai2016-01-11
| | | |_|_|/ | | |/| | |
| | | | * | Merged from master and resolved merge conflictsGravatar murgatroid992016-01-08
| | | | |\ \ | | | | |/ / | | | |/| / | | | | |/
| * | | / Include core in Python distributionGravatar Masood Malekghassemi2016-01-07
| | |/ / | |/| |
* | | | Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-06
|\| | |
| | | * Expose core metadata validation functions in public headersGravatar murgatroid992016-01-06
| | | |
| * | | Add a test that public headers compile as C99Gravatar Craig Tiller2016-01-04
| |/ /
* | | Merge branch 'yawn' into proto_namesGravatar Craig Tiller2015-12-22
|\| |
| * | BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
| |/
* / Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
|/ | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
* Merge pull request #4438 from nicolasnoble/json-coverage-2Gravatar Craig Tiller2015-12-11
|\ | | | | Increasing json code coverage.
| * Increasing json code coverage.Gravatar Nicolas "Pixel" Noble2015-12-12
| |
* | Merge pull request #4430 from ctiller/dnsGravatar David G. Quintas2015-12-11
|\ \ | | | | | | Add dns resolver test
* \ \ Merge pull request #4381 from dgquintas/compression_coverage_2Gravatar David G. Quintas2015-12-11
|\ \ \ | | | | | | | | Further coverage for compression
* \ \ \ Merge pull request #4426 from ctiller/socketutilsGravatar Vijay Pai2015-12-11
|\ \ \ \ | | | | | | | | | | Add iomgr socket_utils and sockaddr_utils tests
| | * | | Done!Gravatar David Garcia Quintas2015-12-11
| | | | |
| | | * | Add dns resolver testGravatar Craig Tiller2015-12-11
| | | |/
| * | / Add tests for socket utilitiesGravatar Craig Tiller2015-12-11
| | |/ | |/|
* | | Merge remote-tracking branch 'upstream/master' into fixit_server_cGravatar yang-g2015-12-11
|\| |
| * | Merge pull request #4325 from ↵Gravatar Yang Gao2015-12-11
| |\ \ | | | | | | | | | | | | | | | | ctiller/ping-ping-ping-ping-ping-ping-ping-ping-ping Ping support for channels
| * \ \ Merge pull request #4403 from yang-g/fixit_secure_channel_create_cGravatar Sree Kuchibhotla2015-12-10
| |\ \ \ | | | | | | | | | | add a test for secure_channel_create and fix cleanup code
| * | | | Add a test for sockaddr_resolverGravatar Craig Tiller2015-12-10
| | |_|/ | |/| |
* / | | add tests for public server apisGravatar yang-g2015-12-10
|/ / /
| | * Merge github.com:grpc/grpc into ping-ping-ping-ping-ping-ping-ping-ping-pingGravatar Craig Tiller2015-12-10
| | |\ | |_|/ |/| |
| * | add a test for secure_channel_create and fix cleanup codeGravatar yang-g2015-12-10
|/ /
* | Merge pull request #4364 from yang-g/fixit_server_chttp2_cGravatar David G. Quintas2015-12-10
|\ \ | | | | | | Add a test for failing to add a port
| * \ merge with headGravatar yang-g2015-12-10
| |\ \
* | \ \ Merge github.com:grpc/grpc into secsvrGravatar Craig Tiller2015-12-10
|\ \ \ \ | | |/ / | |/| |