aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
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
| | * Add reproductionGravatar Yuchen Zeng2017-03-21
| | |
| * | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2017-03-21
| |\| | | | | | | | | | remove_initial_connect_string
| * | 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 #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
| | * | | Merge pull request #10090 from rjshade/add_test_flagsGravatar Yang Gao2017-03-17
| | |\ \ \ | | | | | | | | | | | | Add test feature flags
| | * \ \ \ Merge github.com:grpc/grpc into call_arenaGravatar Craig Tiller2017-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 github.com:grpc/grpc into call_arenaGravatar Craig Tiller2017-03-14
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Only use static on string literalsGravatar Noah Eisen2017-03-14
| | | | | | | | |
| * | | | | | | | Remove grpc_udp_server dependency on grpc_server.Gravatar Michael Warres2017-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
* | | | | | | | | Change error_create API to sliceGravatar ncteisen2017-03-13
| | | | | | | | |
| | | * | | | | | 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
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Change error get/set API to grpc_sliceGravatar ncteisen2017-03-10
| | | | | | | | | |
| * | | | | | | | | Merge pull request #10005 from ctiller/status_orderingGravatar Abhishek Kumar2017-03-10
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document status ordering rules
| | | * | | | | | | Hide memory counters from atomic countersGravatar Craig Tiller2017-03-10
| |_|/ / / / / / / |/| | | | | | | |
| | | * | | | | | Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v1.2.xGravatar murgatroid992017-03-10
| |_|/| | | | | | |/| | | | | | | |
| | | | | | | | * Fix fuzzing detected errorGravatar Craig Tiller2017-03-10
| |_|_|_|_|_|_|/ |/| | | | | | |
| | | * | | | | Merge pull request #10054 from murgatroid99/uv_resolver_fallbackGravatar Michael Lumish2017-03-10
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add uv resolver fallback for named ports, fix portability tests
* | | | | | | | | Address github commentsGravatar ncteisen2017-03-09
| | | | | | | | |
| | | | | | | * | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-humanGravatar ncteisen2017-03-09
| | | | | | | |\ \ | | | | |_|_|_|/ / | | | |/| | | | |
* | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-09
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | error-arena-optimization
| | | | * | | | | Add uv resolver fallback for named ports, fix portability testsGravatar murgatroid992017-03-09
| | | | | | | | |
* | | | | | | | | Error arena optimizationGravatar ncteisen2017-03-08
| | | | | | | | |
| * | | | | | | | Merge pull request #9977 from ctiller/fssplitGravatar Craig Tiller2017-03-08
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks
| * | | | | | | | Actually print error messageGravatar Craig Tiller2017-03-07
| | | | | | | | |
| | | | | | | | * Avoid repetitive division calculationsGravatar Yuchen Zeng2017-03-07
| | | | | | | | |
| * | | | | | | | Merge pull request #10001 from y-zeng/fling_streamGravatar Yuchen Zeng2017-03-06
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Use gpr_subprocess in fling_stream_test
| | | | * | | | | | Document status ordering rulesGravatar Craig Tiller2017-03-06
| | | | | |_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This documents a rule that's existed in a hard to find internal document that's existed since Feb 2016 by abhikumar@google.com. Since that rule is critical to untangling some gRPC C core behavior, we should document it publically.
| | * | / | | | | Use gpr_subprocess in fling_stream_testGravatar Yuchen Zeng2017-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
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge pull request #9939 from ctiller/stream_owned_sliceGravatar Craig Tiller2017-03-03
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add a slice type that shares a refcount with a transport stream
| * \ \ \ \ \ \ \ Merge pull request #9966 from y-zeng/static_areaGravatar Yuchen Zeng2017-03-03
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | Avoid using oversized frames
| | | | | * | | | Include build envGravatar Craig Tiller2017-03-03
| | | | | | | | |