aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
...
| | | | * | | | Add a slice type that shares a refcount with a transport streamGravatar Craig Tiller2017-03-01
| | | | | |_|/ | | | | |/| |
| | | * / | | Add fixtures for call creation benchmarksGravatar Craig Tiller2017-03-01
| | | |/ / /
| * | | | | Merge pull request #9833 from dgquintas/parse_address_clusterfuzzGravatar David G. Quintas2017-02-28
| |\ \ \ \ \ | | | | | | | | | | | | | | Fixed Heap-buffer-overflow in parse_unix via clusterfuzz
| * \ \ \ \ \ Merge pull request #9773 from dgquintas/build_filesGravatar David G. Quintas2017-02-28
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | Test BUILD file assortment
| * | | | | | Merge pull request #9881 from ctiller/spinlockGravatar Craig Tiller2017-02-28
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add a spinlock type.
| | | | | * \ \ Merge github.com:grpc/grpc into always-use-port-serverGravatar Craig Tiller2017-02-28
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge pull request #9753 from ctiller/zallocGravatar Craig Tiller2017-02-27
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add zalloc, convert a bunch of files to use it
| | | * | | | | | Fix memory leakGravatar Craig Tiller2017-02-27
| | | | | | | | |
| | | * | | | | | Merge github.com:grpc/grpc into spinlockGravatar Craig Tiller2017-02-27
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #9882 from ctiller/cqbmGravatar Craig Tiller2017-02-27
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add more cq benchmarks
| | | | | | | | | * 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
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #9846 from yang-g/max_message_sizeGravatar Yang Gao2017-02-27
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Stop receiving and add an error to batch when there is an error from lower level.
| | | * | | | | | | | | | Address review commentsGravatar Yuchen Zeng2017-02-27
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #9857 from murgatroid99/merge_1.1.x_masterGravatar Michael Lumish2017-02-27
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upmerge 1.1.x into master
| | | | | * | | | | | | | | Add more cq benchmarksGravatar Craig Tiller2017-02-27
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
| | | | | | * | | | | | | 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.
| | | | * | | | | | | | Update with the new ping implementationGravatar Yuchen Zeng2017-02-26
| | | | | | | | | | | |
| | | | * | | | | | | | Client-side keepalive pingGravatar Yuchen Zeng2017-02-26
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on soltanmm-google's #9114
| * | | | | | | | | | Merge github.com:grpc/grpc into bm_metaGravatar Craig Tiller2017-02-24
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'bm_meta' of github.com:ctiller/grpc into bm_metaGravatar Craig Tiller2017-02-24
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'bm_chttp2' into bm_metaGravatar Craig Tiller2017-02-24
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-24
| | | | | | | |\ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / | | | | |/| | | | | | | | |
| | | | * | | | | | | | | | Merge pull request #9774 from sreecha/surface_test_bazelGravatar Sree Kuchibhotla2017-02-24
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bazel BUILD files tests under `test/core/surface` and `test/cpp/end2end`
| | | | | | | * | | | | | | | When there is an error from filters (such as max recv message size tooGravatar yang-g2017-02-23
| | | | | |_|/ / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | large), add an error to the batch to avoid emitting new rpc on the server side in C++.
| | | | | | * | | | | | | | Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_masterGravatar murgatroid992017-02-23
| | | | | |/| | | | | | | | | | | | |/| | | | | | |/ / | | | | | | | |_|_|_|/| | | | | | | | |/| | | | | |
| | * | | | | | | | | | | Fix memory leakGravatar Craig Tiller2017-02-23
| | | | | | | | | | | | |
| | | | | | | * | | | | | Fixes for zallocGravatar Craig Tiller2017-02-23
| | | | | | | | | | | | |
| | | | | | | * | | | | | Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-23
| | | | | | | |\ \ \ \ \ \ | | | | | |_|_|/ / / / / / | | | | |/| | | | | | | |
* | | | | | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-humanGravatar ncteisen2017-02-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #9745 from ctiller/bm_errorGravatar Craig Tiller2017-02-23
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a benchmark for various operations on grpc_error
* | | | | | | | | | | | | | Add error testGravatar ncteisen2017-02-23
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'bm_error' of https://github.com/ctiller/grpc into ↵Gravatar ncteisen2017-02-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | to-grpc-err-is-human
| | | | | * | | | | | | | | Merge github.com:grpc/grpc into bm_metaGravatar Craig Tiller2017-02-23
| | | | | |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | |
| | | | | * | | | | | | | | Merge branch 'bm_error' into bm_metaGravatar Craig Tiller2017-02-23
| | | | |/| | | | | | | | | | | | |/|/ / / / / / / / / | | |_|/| | | | | | | | | | |/| | | | | | | | | | |
| | | | | | | | | * | | | Merge branch 'master' of github.com:grpc/grpc into parse_address_clusterfuzzGravatar David Garcia Quintas2017-02-23
| | | | | | | | | |\ \ \ \ | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | |
| | | | | | | * | | | | | Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-23
| | | | | | | |\ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| | | | | | | | | | * | | Merge github.com:grpc/grpc into always-use-port-serverGravatar Craig Tiller2017-02-23
| | | | | | | | | | |\ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Merge pull request #9650 from ctiller/call_mutexGravatar Craig Tiller2017-02-23
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make batch allocation lock-free
| * | | | | | | | | | | | | Merge github.com:grpc/grpc into bm_errorGravatar Craig Tiller2017-02-23
| |\| | | | | | | | | | | |
| | | | | * | | | | | | | | Refine to just be a HPACK benchmarkGravatar Craig Tiller2017-02-23
| | | | | | | | | | | | | |
| | | | | * | | | | | | | | HPACK parsing benchmarksGravatar Craig Tiller2017-02-23
| | | | | | | | | | | | | |
| | | | | | | | | | | * | | Merge github.com:grpc/grpc into always-use-port-serverGravatar Craig Tiller2017-02-23
| | | | | | | | | | | |\ \ \ | | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Merge pull request #9662 from ctiller/c3+rGravatar Craig Tiller2017-02-23
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring resolvers under the client channel combiner lock
| * | | | | | | | | | | | | | Merge github.com:grpc/grpc into bm_errorGravatar Craig Tiller2017-02-23
| |\| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge pull request #9737 from ctiller/bm_call_createGravatar Craig Tiller2017-02-22
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call creation/destruction benchmark
| | | | | | | | | | * | | | | | zalloc grpc_pollsetGravatar Yuchen Zeng2017-02-22
| | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | Basic parsing testsGravatar Craig Tiller2017-02-22
| | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | ...Gravatar Craig Tiller2017-02-22
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * Use the internal slice apiGravatar Yuchen Zeng2017-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Address review comments