aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/buildtests_c.sln
Commit message (Collapse)AuthorAge
* remove contents of /vsprojects directoryGravatar Jan Tattermusch2017-08-23
|
* 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.
* 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
| |
* | 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
|/
* Remove lockfree-stack implementation that is no longer usedGravatar Vijay Pai2017-06-19
|
* 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
| | |
| * | Merge pull request #10849 from muxi/backward-compatGravatar Muxi Yan2017-05-12
| |\ \ | | | | | | | | Implement Server Backward Compatibility
* | | | initial commitGravatar Vizerai2017-04-28
| | | |
| | * | Add end2end test for workaroundsGravatar Muxi Yan2017-04-28
| |/ / |/| |
| | * Revert "Merge branch 'master' into v1.3.x"Gravatar Alexander Polcyn2017-04-26
| |/ |/| | | | | | | This reverts commit 79759fea1abd09102d38af3e13a84b69e898124b, reversing changes made to dc36f4df6aba60275a31227e1d29c4d20b6cadca.
| * Allow EPOLLEXCLUSIVE tests to be omitted outside of CIGravatar Craig Tiller2017-04-25
|/
* 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.
* Improvements to Fake ResolverGravatar David Garcia Quintas2017-04-15
|
* Add a minimal stack testGravatar Craig Tiller2017-04-03
|
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2017-03-17
|\ | | | | | | remove_initial_connect_string
| * Arena allocator for grpcGravatar Craig Tiller2017-03-12
| |
| * Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-humanGravatar ncteisen2017-03-09
| |\
| | * Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_masterGravatar David Garcia Quintas2017-03-03
| | |\
| * | \ Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-humanGravatar ncteisen2017-03-01
| |\ \ \
| | | * | Add a slice type that shares a refcount with a transport streamGravatar Craig Tiller2017-03-01
| | |/ /
| | * | Merge github.com:grpc/grpc into spinlockGravatar Craig Tiller2017-02-27
| | |\ \
| | | | * Merge pull request #9839 from y-zeng/1_1_x_address_arg_fixGravatar Yuchen Zeng2017-02-27
| | | | |\ | | | | | | | | | | | | Preserve ipv6 scope id in grpc_channel_args
| | * | | | Add a spinlock type.Gravatar Craig Tiller2017-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Useful for situations where we need to repeatedly trylock, not useful for cases where we need to lock (due to spinning). Add a variant of sync_test to test it (with the same tests we run for gpr_mu). Add a benchmark to bm_closure to demonstrate single threaded performance.
| | | * | | Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_masterGravatar murgatroid992017-02-23
| | |/| | | | | | |/ /
| * | / / Add error testGravatar ncteisen2017-02-23
| |/ / /
| | | * Add parse_address_testGravatar Yuchen Zeng2017-02-22
| | | |
| * | | Remove internal api canaries: they have never solved anything for usGravatar Craig Tiller2017-02-17
| | | |
| | * | Improve Node and libuv testing and test coverageGravatar murgatroid992017-02-17
| | |/ | | | | | | | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
* | / Remove initial_connect_string hack.Gravatar Mark D. Roth2017-02-09
|/ /
* | Merge branch 'bm_countwrites' into bwestGravatar Craig Tiller2017-01-27
|\ \
* \ \ Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-26
|\ \ \ | | |/ | |/|
| | * Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| |/ | | | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
| * Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
| |
* | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-20
|\|
* | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-17
|\ \
| | * Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-17
| | |\ | | |/ | |/|
| * | memory usage profiling for client call, client channel, server creation, ↵Gravatar Yuxuan Li2017-01-13
| | | | | | | | | | | | | | | | | | server call and server channel. fix bug. server: snapshot pass by pointer
| | * Fix testsGravatar Craig Tiller2017-01-06
| |/
* | Merge branch 'flow_control_v2' into bwestGravatar Craig Tiller2016-12-27
|\|
| * Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-08
| |\
| | * Merge pull request #8456 from ctiller/pid_ctlGravatar Craig Tiller2016-11-04
| | |\ | | | | | | | | Simple PID controller
| | * \ Merge branch 'lb_policy_name_channel_arg' into remove_fake_resolverGravatar Mark D. Roth2016-10-31
| | |\ \