aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/test
Commit message (Collapse)AuthorAge
* Add bad_ping test, fix ping testGravatar Yuchen Zeng2017-04-04
|
* Merge pull request #10382 from ctiller/checksGravatar Craig Tiller2017-03-31
|\ | | | | Reinstate filegroup dependency checks, fix fallout
* \ Merge pull request #10318 from y-zeng/server_channel_max_ageGravatar Yuchen Zeng2017-03-31
|\ \ | | | | | | Max age for server channels
| | * 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 .
* 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
| | |\ \
| | | | * 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
| | | * | \ Merge pull request #9468 from y-zeng/p2p_clientGravatar Yuchen Zeng2017-02-27
| | | |\ \ \ | | | | | | | | | | | | | | Client-side keepalive pings
| | * | | | | 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.
| | | | * | | Client-side keepalive pingGravatar Yuchen Zeng2017-02-26
| | | |/ / / | | |/| | | | | | | | | | | | | | | Based on soltanmm-google's #9114
| | | * | | 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
| | | |
| * | | Merge github.com:grpc/grpc into this-was-a-good-idea-that-wasntGravatar Craig Tiller2017-02-18
| |\ \ \
| * | | | 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
| | * | Merge branch 'master' into healthGravatar yang-g2017-02-17
| | |\ \
| | | * | Use call context to propagare LR costsGravatar David Garcia Quintas2017-02-13
| | |/ / | |/| |
* / | | Remove initial_connect_string hack.Gravatar Mark D. Roth2017-02-09
|/ / /
| * | merge with headGravatar yang-g2017-02-07
| |\ \
* | | | Fix read from uninitialized memory bug in GrpcBufferWriter.Gravatar Harvey Tuch2017-02-07
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes an issue in which the following sequence of operations leads to use of uninitialized memory: 1. Caller invokes GrpcBufferWriter::Next(), and then makes use of 8191 bytes in the returned buffer (which is 8192 bytes in size). 2. Caller then returns the unused single byte via GrpcBufferWriter::BackUp(). This method invokes g_core_codegen_interface->grpc_slice_split_tail(), which causes backup_slice_ to be a grpc_slice with one byte. 3. At the next invocation of GrpcBufferWriter::Next(), a reference to the single byte grpc_slice is returned to the caller. The problem here is that the returned reference is to the inlined buffer in the grpc_slice, which is resident in slice_, not the location of the buffer inside slice_buffer_ after g_core_codegen_interface->grpc_slice_buffer_add() in GrpcBufferWriter::Next(). As a result, any data the caller writes to the returned void* data is lost. The solution is to avoid inlined backup slices.
* | | Disable writes_per_rpc on WindowsGravatar Craig Tiller2017-02-04
| | |
* | | Merge branch 'bwest' into assert_writesGravatar Craig Tiller2017-02-03
|\ \ \
| * \ \ Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-02-02
| |\ \ \
| | * | | windows compilation fixesGravatar Jan Tattermusch2017-02-02
| | | | |
| * | | | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-31
| |\| | |
| | * | | Add metadata_map.h to build.yamlGravatar yang-g2017-01-31
| | | | | | | | | | | | | | | | | | | | Add missing files to BUILD
* | | | | Add a test verifying number of writes per RPC is reasonableGravatar Craig Tiller2017-01-30
|/ / / / | | | | | | | | | | | | | | | | Mostly this is code copied from bm_fullstack and rephrased as a test. I'm resisting the urge to unify it however, as I expect this code will evolve differently over time.
| | * | Merge remote-tracking branch 'upstream/master' into healthGravatar yang-g2017-01-30
| | |\ \ | | |/ / | |/| |
* | | | Merge branch 'bm_countwrites' into bwestGravatar Craig Tiller2017-01-27
|\| | |
| | * | update submodulesGravatar yang-g2017-01-26
| | | |
* | | | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-26
|\ \ \ \
| | | * \ merge with headGravatar yang-g2017-01-26
| | | |\ \ | | |_|/ / | |/| | |