aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/test
Commit message (Collapse)AuthorAge
* Test against grpc++_unsecure when possible. Provide unsecure version of ↵Gravatar Vijay Pai2017-07-31
| | | | test_util
* Improvements to grpc_byte_stream API and handling.Gravatar Mark D. Roth2017-07-26
| | | | | | | | | | | | | | | | | | | | - Add shutdown() method (to be used in forthcoming call combiner code). - Use a vtable instead of storing method pointers in each instance. - Check all callers of pull() to make sure that they are properly handling errors. - Clarify ownership rules and attempt to adhere to them. - Added a new grpc_caching_byte_stream implementation, which is used in http_client_filter to avoid having to read the whole send_message byte stream before passing control down the stack. (This class may also be used in the retry code I'm working on separately.) - As part of this, did a major rewrite of http_client_filter, which made the code more readable and fixed a number of potential bugs. Note that some of this code is hard to test right now, due to the fact that the send_message byte stream is always a slice_buffer stream, for which next() is always synchronous and no destruction is needed. However, some future work (specifically, my call combiner work and Craig's incremental send work) will start leveraging this.
* Test credentials are passed with channel arg. Renamed macros and refactored ↵Gravatar Yash Tibrewal2017-07-20
| | | | code as per suggestions. Renamed test to proxy_auth and changed it to use simple_request instead of a payload.
* Merged latest commit from upstreamGravatar Yash Tibrewal2017-07-19
|\
* | Adding connect auth feature. Proxy-Authorization header is being inserted ↵Gravatar Yash Tibrewal2017-07-19
| | | | | | | | when user creds are present in uri
| * Merge pull request #11454 from markdroth/server_cq_ok_semanticsGravatar Mark D. Roth2017-07-18
| |\ | | | | | | Do not return calls on server when request proto fails to deserialize.
| * \ Merge pull request #11189 from muxi/stream_compressionGravatar Muxi Yan2017-07-17
| |\ \ | | | | | | | | Implement stream compression lib module
| * | | Create inproc transport, add relevant tests, exclude irrelevant testsGravatar Vijay Pai2017-07-14
|/ / /
| | * Do not return calls on server when request proto fails to deserialize.Gravatar Mark D. Roth2017-07-14
| |/ |/|
* | Revert "Remove lockfree-stack implementation that is no longer used"Gravatar Ken Payson2017-07-10
| | | | | | | | This reverts commit 3d04e025bcffd1e583d502de4ee26625ea866b21.
| * Make stream compression moduleGravatar Muxi Yan2017-07-05
| |
* | Add testGravatar Muxi Yan2017-06-23
|/
* Merge pull request #11412 from kpayson64/upgrade_boringsslGravatar kpayson642017-06-20
|\ | | | | Upgrade boringssl
* | Remove lockfree-stack implementation that is no longer usedGravatar Vijay Pai2017-06-19
| |
* | regenerate projectsGravatar Jan Tattermusch2017-06-19
| |
| * Update boringsslGravatar Ken Payson2017-06-15
|/
* Implement LB policy updatesGravatar David Garcia Quintas2017-06-06
|
* Merge pull request #11309 from murgatroid99/master_1.3.x_upmergeGravatar Michael Lumish2017-05-30
|\ | | | | Master 1.3.x upmerge
| * Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmergeGravatar murgatroid992017-05-25
| |\
* | | Merge branch 'master' of https://github.com/Vizerai/grpc into intrusive_hash_mapGravatar Vizerai2017-05-23
|\| |
| | * get rid of connectivity state watchers right after timeoutGravatar Alexander Polcyn2017-05-18
| | |
| * | Revert "Revert "Implement Server Backward Compatibility""Gravatar Muxi Yan2017-05-15
| | |
| * | Revert "Implement Server Backward Compatibility"Gravatar Nicolas Noble2017-05-12
| | |
| * | Add a separate test case for workaround_cronet_compressionGravatar Muxi Yan2017-05-09
| | |
| * | Merge remote-tracking branch 'upstream/master' into backward-compatGravatar Muxi Yan2017-05-05
| |\ \
* | \ \ Merge branch 'master' of https://github.com/Vizerai/grpc into intrusive_hash_mapGravatar Vizerai2017-05-02
|\ \ \ \ | | |/ / | |/| |
| | * | Merge remote-tracking branch 'upstream/master' into backward-compatGravatar Muxi Yan2017-04-30
| | |\ \
* | | | | initial commitGravatar Vizerai2017-04-28
| |_|/ / |/| | |
| | * | Add end2end test for workaroundsGravatar Muxi Yan2017-04-28
| | | |
| * | | New version of grpclb end2end testGravatar David Garcia Quintas2017-04-27
|/ / /
* | | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-26
|\| |
| | * Revert "Merge branch 'master' into v1.3.x"Gravatar Alexander Polcyn2017-04-26
| |/ | | | | | | | | This reverts commit 79759fea1abd09102d38af3e13a84b69e898124b, reversing changes made to dc36f4df6aba60275a31227e1d29c4d20b6cadca.
| * Merge pull request #10644 from MakMukhi/masterGravatar MakMukhi2017-04-24
| |\ | | | | | | Added unit testing support.
* | | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-24
|\| |
| * | Merge pull request #10742 from markdroth/hash_tableGravatar Mark D. Roth2017-04-21
| |\ \ | | | | | | | | Change slice_hash_table to use linear probing and add unit test.
* | | | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-21
|\| | |
* | | | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-19
|\ \ \ \
| | * \ \ Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-19
| | |\ \ \ | | |/ / / | |/| | |
| | | * | Change hash table to use linear probing and add unit test.Gravatar Mark D. Roth2017-04-19
| | | | | | | | | | | | | | | | | | | | Also add some missing rules in test/core/slice/BUILD.
| | | | * discovered generate_projects.sh script!Gravatar Mahak Mukhi2017-04-18
| | | | |
| | * | | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-18
| | |\| |
| * | | | Remove status_helper as it is not needed any moreGravatar yang-g2017-04-18
| | |/ / | |/| |
* | | | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-17
|\| | |
| | | * more sanityGravatar Mahak Mukhi2017-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trying to fix some sanity nope that didn't work fixing test failiures added debug code more trail and error more trial and error cleaning debug code
| * | | Improvements to Fake ResolverGravatar David Garcia Quintas2017-04-15
| | | |
* | | | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-14
|\| | |
| | * | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-14
| | |\ \ | | |/ / | |/| |
| * | | Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-13
| |\ \ \ | | | |/ | | |/|
| | * | Add helper function to supply and parse error_details from Status.Gravatar yang-g2017-04-11
| | | |
* | | | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-07
|\ \ \ \ | | |/ / | |/| |