aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/test
Commit message (Collapse)AuthorAge
* Update boringssl to latest chromium-stable.Gravatar itessier2016-04-20
| | | | | | | This also fixes the x25519_NEON symbol error when importing the gRPC Python modules on ARM. Change-Id: Id98cf6b0f9a3a8f5b88204bd0a6ad2346182ba3d
* Added codegen_test_fullGravatar David Garcia Quintas2016-04-08
| | | | Which makes sure target that depend on both codegen and grpc build.
* Sort out codegen dependenciesGravatar Craig Tiller2016-04-07
|
* Remove *_codegen_libGravatar Craig Tiller2016-04-07
| | | | Since filegroups are now correctly layered, build systems that needed these libs can now instantiate the filegroups as libs directly.
* Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-06
|\
| * Merge pull request #6071 from ctiller/e2efuzzGravatar Nicolas Noble2016-04-06
| |\ | | | | | | Full stack server fuzzer
| * | Configure performance scenarios with jsonGravatar Craig Tiller2016-04-06
| | | | | | | | | | | | Run those json configurations as part of presubmits
* | | Merge branch 'optionalize_client_config' into strong-includesGravatar Craig Tiller2016-04-05
|\| |
* | | Getting dependencies fixed upGravatar Craig Tiller2016-04-05
| | |
| | * Merge branch 'head-of-line-blocking' into filters-can-cause-closesGravatar Craig Tiller2016-04-04
| | |\ | | |/ | |/|
| | * Add test to verify bad behaviorGravatar Craig Tiller2016-04-04
| |/ |/|
| * Add a failing test due to a head of line blocking bug in the serverGravatar Craig Tiller2016-04-02
|/
* Merge pull request #5691 from ctiller/idempotentGravatar Nicolas Noble2016-03-30
|\ | | | | Idempotent request support for core
* \ Merge github.com:grpc/grpc into internal-canaryGravatar Craig Tiller2016-03-29
|\ \
| | * Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-28
| | |\ | | |/ | |/|
| | * Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-28
| | |\
| * | | Add uses clauses to filegroups to ease dependency managementGravatar Craig Tiller2016-03-28
| | |/ | |/|
| * | Add HTTP request parsing.Gravatar Matthew Iselin2016-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | This extends the existing http parser to support requests as well as responses. httpcli continues to exist and work as it has previously, though in the new directory src/core/http (to reflect the fact the directory now contains code relevant to parsing requests, which httpcli would not generally involve itself in).
| * | removed uchannelsGravatar David Garcia Quintas2016-03-21
| | |
| | * Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-21
| | |\ | | |/ | |/|
| * | Merge pull request #5754 from ctiller/new_boring_sslGravatar Jan Tattermusch2016-03-21
| |\ \ | | | | | | | | Reference github boringssl, move to chromium-stable branch head
* | | | Merge github.com:grpc/grpc into internal-canaryGravatar Craig Tiller2016-03-21
|\| | |
| | | * Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-21
| | | |\ | | |_|/ | |/| |
| * | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-17
| |\ \ \
| * | | | Regenerate filesGravatar Craig Tiller2016-03-17
| | | | |
| * | | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-17
| |\ \ \ \
| | | | | * Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-17
| | | | | |\ | | | |_|_|/ | | |/| | |
| | | * | | Merge github.com:grpc/grpc into backoff_libGravatar Craig Tiller2016-03-17
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge pull request #5270 from dgquintas/codegen_libGravatar Nicolas Noble2016-03-16
| | |\ \ \ \ | | | | | | | | | | | | | | Added codegen_lib
| | | | | | * Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-16
| | | | | | |\
| | | | * | | \ Merge github.com:grpc/grpc into backoff_libGravatar Craig Tiller2016-03-16
| | | | |\ \ \ \ | | | | | | |_|/ | | | | | |/| |
| * | | | | | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-16
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | | * | | | Merge branch 'master' of github.com:grpc/grpc into codegen_libGravatar David Garcia Quintas2016-03-15
| | | | |\ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | Remove end2end_certs library.Gravatar yang-g2016-03-15
| | |/ / / / /
* | / / / / / Initial canaries for downstream mergesGravatar Craig Tiller2016-03-15
| |/ / / / / |/| | | | |
| | | | * | Reference github boringssl, move to chromium-stable branch headGravatar Craig Tiller2016-03-15
| |_|_|/ / |/| | | |
* | | | | Add contributed testGravatar Craig Tiller2016-03-11
| | | | |
| | | * | Build out backoff as a libraryGravatar Craig Tiller2016-03-11
| | | | |
* | | | | Add failing testGravatar Craig Tiller2016-03-11
| |_|/ / |/| | |
| | | * Implement testsGravatar Craig Tiller2016-03-10
| | | |
| | | * Add a place for testsGravatar Craig Tiller2016-03-10
| |_|/ |/| |
| | * WIP. Added codegen_testGravatar David Garcia Quintas2016-03-06
| |/ |/|
| * Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-02-25
| |\ | |/ |/|
* | Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2016-02-23
|\ \
| * \ Merge github.com:grpc/grpc into fix-proto-dockerGravatar Craig Tiller2016-02-22
| |\ \
* | \ \ Regenerate files, fix bugsGravatar Craig Tiller2016-02-22
|\ \ \ \ | | |/ / | |/| |
| | | * Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-02-22
| | | |\ | | |_|/ | |/| |
| * | | rename census log files to avoid build breakage on MacOSGravatar Alistair Veitch2016-02-22
|/ / /
| | * Reinstate sockpair testsGravatar Craig Tiller2016-02-19
| | |
| * | Merge github.com:grpc/grpc into fix-proto-dockerGravatar Craig Tiller2016-02-18
| |\ \ | |/ / |/| |