aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/buildtests_c.sln
Commit message (Collapse)AuthorAge
...
| | | * Merge github.com:grpc/grpc into backoff_libGravatar Craig Tiller2016-03-17
| | | |\ | | | |/ | | |/|
| | | * Merge github.com:grpc/grpc into backoff_libGravatar Craig Tiller2016-03-16
| | | |\
| * | | \ Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-16
| |\ \ \ \ | | | |_|/ | | |/| |
| | | * | Remove end2end_certs library.Gravatar yang-g2016-03-15
| | |/ /
* | / / Initial canaries for downstream mergesGravatar 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
| |/ |/|
| * Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-02-25
| |\ | |/ |/|
* | Regenerate files, fix bugsGravatar Craig Tiller2016-02-22
| |
| * Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-02-22
| |\ | |/ |/|
| * Reinstate sockpair testsGravatar Craig Tiller2016-02-19
| |
* | Building the dlls.Gravatar Nicolas "Pixel" Noble2016-02-19
| |
* | Adding grpc_dll project.Gravatar Nicolas "Pixel" Noble2016-02-19
| |
| * Decouple filter selection from channel constructionGravatar Craig Tiller2016-02-17
|/ | | | | | | | | Allow plugins to extend the set of filters used by gRPC core: - plugins at construction time can register against the 'channel_init' system to be allowed to mutate a new channel_stack_builder type - channel_stack_builder provides a central and rather dynamic place to construct the list of filters required by a channel stack - ultimately we construct the channel stack in the fashion we always have This is also a prerequisite step to allowing filters to be implemented from wrapped languages.
* merge to HEADGravatar Alistair Veitch2016-02-11
|\
| * Get compilation working againGravatar Craig Tiller2016-02-09
| |
| * Rollback gpr deletionGravatar Craig Tiller2016-02-09
| |
* | unbreak mergeGravatar Alistair Veitch2016-02-05
| |
* | mergeGravatar Alistair Veitch2016-02-05
|\|
| * fix broken merge of build.yamlGravatar Alistair Veitch2016-02-03
| |
| * mergeGravatar Alistair Veitch2016-02-03
| |\
* | | initial commitGravatar Alistair Veitch2016-02-02
| | |
| * | post mergeGravatar Alistair Veitch2016-02-02
| | |
| | * Merge branch 'alarming' into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-01-31
| | |\ | |_|/ |/| | | | | | | | Conflicts: tools/run_tests/sources_and_headers.json
* | | Fixing, using and testing alarm code.Gravatar Nicolas "Pixel" Noble2016-01-31
|/ /
| * Removing gpr as a separated library.Gravatar Nicolas "Pixel" Noble2016-01-30
|/
* Merge pull request #4750 from a-veitch/tag_setGravatar Bogdan Drutu2016-01-22
|\ | | | | Census Tag Set API and implementation
* | Clean up WindowsGravatar Craig Tiller2016-01-21
| |
* | Make zlib a first class build citizenGravatar Craig Tiller2016-01-21
| |
| * initial commitGravatar Alistair Veitch2016-01-12
|/
* Eliminate a layer of libraries in the end2end testsGravatar Craig Tiller2015-12-22
|
* BoringSSL: vsproject changesGravatar Craig Tiller2015-12-22
|
* Merge pull request #4536 from jtattermusch/buildtests_c_is_no_cppGravatar Craig Tiller2015-12-18
|\ | | | | Don't include grpc++ in buildtests_c
| * dont include grpc++ in buildtests_cGravatar Jan Tattermusch2015-12-18
| |
* | Merge github.com:grpc/grpc into big_dataGravatar Craig Tiller2015-12-16
|\|
| * Add a test that reproduces server partial message read bugGravatar Craig Tiller2015-12-14
| |
| * Merge pull request #4420 from ctiller/slopsGravatar Nicolas Noble2015-12-11
| |\ | | | | | | Hit a few more paths in http_server_filter.c, sockaddr_resolver.c
| * \ 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
| | * | | | Done!Gravatar David Garcia Quintas2015-12-11
| | | | | |
| | | * | | Add dns resolver testGravatar 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
| | | | | * Hit a few more paths in http_server_filter.c, sockaddr_resolver.cGravatar Craig Tiller2015-12-11
| | | |_|/ | | |/| |
| | * | | 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
| | | | | |
| | | | * | Merge github.com:grpc/grpc into ping-ping-ping-ping-ping-ping-ping-ping-pingGravatar Craig Tiller2015-12-10
| | | | |\ \ | | | |_|/ / | | |/| | |