aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/test
Commit message (Collapse)AuthorAge
* New version of grpclb end2end testGravatar David Garcia Quintas2017-04-27
|
* Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-26
|\
| * 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
|\ \ \ \ | | |/ / | |/| |
| | * | Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-05
| | |\ \ | | |/ / | |/| |
| | | * Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-05
| | | |\ | | |_|/ | |/| |
| * | | Add bad_ping test, fix ping testGravatar Yuchen Zeng2017-04-04
| | | |
| | * | Optionalize message_size_filterGravatar Craig Tiller2017-04-03
| |/ /
| | * Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-01
| | |\ | | |/ | |/|
| * | Merge pull request #10382 from ctiller/checksGravatar Craig Tiller2017-03-31
| |\ \ | | | | | | | | Reinstate filegroup dependency checks, fix fallout
* | | | Memory allocator for C++ in coreGravatar Craig Tiller2017-03-31
|/ / /
* | | Merge pull request #10318 from y-zeng/server_channel_max_ageGravatar Yuchen Zeng2017-03-31
|\ \ \ | | | | | | | | Max age for server channels
| | | * Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-03-31
| | | |\ | |_|_|/ |/| | |
| | * | Regenerate projectsGravatar Craig Tiller2017-03-30
| |/ / |/| |
| * | Add max_connection_idle testGravatar Yuchen Zeng2017-03-29
| | |
| * | Add max_connection_age end2end testGravatar Yuchen Zeng2017-03-28
| | |
* | | Resolve a circular dependence that was being generated betweenGravatar Vijay Pai2017-03-24
|/ / | | | | | | create_test_channel.o and libgrpc++_test_util.a .
| * Added dependencies in build.yaml to allow buildingGravatar Vijay Pai2017-03-17
| |
* | 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 pull request #10039 from ctiller/server_channel_argsGravatar Craig Tiller2017-03-09
| |\ | | | | | | Server channel args
| * \ Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-humanGravatar ncteisen2017-03-09
| |\ \
| | * \ Merge pull request #9977 from ctiller/fssplitGravatar Craig Tiller2017-03-08
| | |\ \ | | | | | | | | | | Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks
| | | | * Merge github.com:grpc/grpc into server_channel_argsGravatar Craig Tiller2017-03-08
| | | | |\ | | | |_|/ | | |/| |
| | | | * Add test of server builder, including channel argsGravatar Craig Tiller2017-03-08
| | | | |
| | | * | Merge branch 'fssplit' of github.com:ctiller/grpc into fssplitGravatar Craig Tiller2017-03-06
| | | |\ \
| | | * | | Resolve sanity failuresGravatar Craig Tiller2017-03-06
| | | | | |
| | * | | | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_masterGravatar David Garcia Quintas2017-03-03
| | |\ \ \ \
| | | | | * | Fix mac buildGravatar Craig Tiller2017-03-03
| | | | |/ /
| | | | * | Prep for splitting bm_fullstackGravatar Craig Tiller2017-03-03
| | | | | |
| | | | * | Move helpers to a common place, use them everywhereGravatar Craig Tiller2017-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
| | |\ \