aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-22
|\ | | | | | | error-slice-optimization
| * Merge pull request #10247 from y-zeng/fix_lb_subchannelGravatar Yuchen Zeng2017-03-22
| |\ | | | | | | Fix fuzzing detected error: remaining GRPC_ARG_SUBCHANNEL_ADDRESS was not removed by pick_first and round_robin
| * \ Merge pull request #10238 from ctiller/bm_chttp2_topGravatar Craig Tiller2017-03-22
| |\ \ | | | | | | | | Add benchmark suite for chttp2
| | | * Add reproductionGravatar Yuchen Zeng2017-03-21
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2017-03-21
| |\ \ \ | | | |/ | | |/| | | | | remove_initial_connect_string
| | * | Merge pull request #10200 from ctiller/bad_trackingGravatar Craig Tiller2017-03-21
| | |\ \ | | | | | | | | | | Fix tracking of writes: we dont need TrackCounters for bm_fullstack since the fixture does it
| | | | * Add benchmark suite for chttp2Gravatar Craig Tiller2017-03-21
| | | |/ | | |/|
| * | | Remove BUILD rule for removed test.Gravatar Mark D. Roth2017-03-21
| | | |
| | * | Merge pull request #10102 from ctiller/fuzzing-longGravatar Craig Tiller2017-03-20
| | |\ \ | | | | | | | | | | Fix fuzzing detected error: stack overflow in hpack parser
| | * \ \ Merge pull request #9889 from y-zeng/channel_argGravatar Yuchen Zeng2017-03-17
| | |\ \ \ | | | | | | | | | | | | Destroy pointer args when destructing a ChannelArguments
| | * \ \ \ Merge pull request #9995 from y-zeng/cpu_testGravatar Yuchen Zeng2017-03-17
| | |\ \ \ \ | | | | | | | | | | | | | | Avoid repetitive division calculations
| * | | | | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2017-03-17
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | remove_initial_connect_string
| | | | | | * Fix tracking of writes: we dont need TrackCounters for bm_fullstack since ↵Gravatar Craig Tiller2017-03-17
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | the fixture does it
| | * | | | Merge pull request #10090 from rjshade/add_test_flagsGravatar Yang Gao2017-03-17
| | |\ \ \ \ | | | | | | | | | | | | | | Add test feature flags
| | * | | | | add health check for http2 serverGravatar Eric Gribkoff2017-03-17
| | | | | | |
| | * | | | | really add _Gravatar Eric Gribkoff2017-03-17
| | | | | | |
| | * | | | | add _Gravatar Eric Gribkoff2017-03-17
| | | | | | |
| | * | | | | stop http2 test server with error code when failures occurGravatar Eric Gribkoff2017-03-17
| | | | | | |
| | * | | | | Merge github.com:grpc/grpc into call_arenaGravatar Craig Tiller2017-03-16
| | |\ \ \ \ \
| | | * | | | | Restore missing benchmarksGravatar Craig Tiller2017-03-16
| | | | | | | |
| | * | | | | | Merge github.com:grpc/grpc into call_arenaGravatar Craig Tiller2017-03-16
| | |\| | | | |
| | | * | | | | Merge pull request #9786 from vjpai/heldplaceGravatar Vijay Pai2017-03-16
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Eliminate a "using namespace"
| | * | | | | | | Merge github.com:grpc/grpc into call_arenaGravatar Craig Tiller2017-03-16
| | |\| | | | | |
| | | | * | | | | Eliminate std::placeholdersGravatar Vijay Pai2017-03-16
| | | | | | | | |
| | | * | | | | | Merge pull request #10122 from ctiller/arenaGravatar Craig Tiller2017-03-15
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Arena allocator for grpc
| | | * \ \ \ \ \ \ Merge pull request #9896 from matt-kwong/ssl-fuzz2Gravatar matt-kwong2017-03-15
| | | |\ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | | Embed mock SSL data into ssl_server_fuzzer.c and add fuzzer options
* | | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-03-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | error-slice-optimization
| | | | | | | * | | | Add test feature flagsGravatar Robbie Shade2017-03-15
| | | | | | | | | | |
| | | | * | | | | | | Merge pull request #10000 from yang-g/grpc_pb_hGravatar Yang Gao2017-03-15
| | |_|/| | | | | | | | |/| | | | | | | | | | | | | | | | | | | | Include x.pb.h instead of x.grpc.pb.h for message-only protos
| | | * | | | | | | | Fix compilationGravatar Craig Tiller2017-03-15
| | | | | | | | | | |
| | | * | | | | | | | Merge github.com:grpc/grpc into call_arenaGravatar Craig Tiller2017-03-14
| | | |\ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #10021 from mpwarres/udp_server_user_dataGravatar Michael Warres2017-03-14
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove grpc_udp_server dependency on grpc_server.
* | | | | | | | | | | | Only use static on string literalsGravatar Noah Eisen2017-03-14
| | | | | | | | | | | |
| | * | | | | | | | | | Remove grpc_udp_server dependency on grpc_server.Gravatar Michael Warres2017-03-14
| | | | | | | | | | | |
| | | | | | | | | | * | Copy value at SetPointerWithVtableGravatar Yuchen Zeng2017-03-14
| | | | | | | | | | | |
| * | | | | | | | | | | add missing headerGravatar yang-g2017-03-14
| |/ / / / / / / / / /
| | | * | | | | | | | Review commentsGravatar Craig Tiller2017-03-14
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-03-14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | error-slice-optimization
| | | | | | * | | | | Fix crashGravatar Craig Tiller2017-03-14
| | | | | | | | | | |
* | | | | | | | | | | Added benchmark to show static vs copiedGravatar ncteisen2017-03-13
| | | | | | | | | | |
* | | | | | | | | | | Change error_create API to sliceGravatar ncteisen2017-03-13
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #9984 from ctiller/poll-wakeupGravatar Craig Tiller2017-03-13
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add some pollset benchmarks
| | | | * | | | | | | | Use an arena for call & subchannel_call allocationGravatar Craig Tiller2017-03-13
| | | | | |_|/ / / / / | | | | |/| | | | | |
| * | | | | | | | | | Merge pull request #10105 from murgatroid99/upmerge_v1.2.xGravatar Michael Lumish2017-03-13
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Upmerge v1.2.x
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #10110 from ctiller/foo2Gravatar Craig Tiller2017-03-13
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Don't track allocations if we are not going to use the tracking results
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9947 from ctiller/track_memoryGravatar Craig Tiller2017-03-13
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Track memory as part of microbenchmark profiling runs
| | | | | | | | | | | | | * Merge github.com:grpc/grpc into fuzzing-longGravatar Craig Tiller2017-03-13
| | | | | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| | | | | | | * | | | | | | Fix race conditionGravatar Craig Tiller2017-03-13
| | | | | | | | | | | | | |
| | | | | | | * | | | | | | Concurrent testGravatar Craig Tiller2017-03-13
| | | | | | | | | | | | | |
| | | | | | | * | | | | | | Arena allocator for grpcGravatar Craig Tiller2017-03-12
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |