aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fuzzers
Commit message (Collapse)AuthorAge
* Add a slice type that shares a refcount with a transport streamGravatar Craig Tiller2017-03-01
|
* Merge pull request #9650 from ctiller/call_mutexGravatar Craig Tiller2017-02-23
|\ | | | | Make batch allocation lock-free
| * Add failing testGravatar Craig Tiller2017-02-14
| |
* | Use call context to propagare LR costsGravatar David Garcia Quintas2017-02-13
|/
* Add examples from fuzzer serverGravatar Craig Tiller2017-02-03
|
* Merge github.com:grpc/grpc into bm_streamGravatar Craig Tiller2017-02-01
|\
| * Fix fuzzing detected crashGravatar Craig Tiller2017-02-01
| |
| * Merge github.com:grpc/grpc into call_createGravatar Craig Tiller2017-02-01
| |\
| * | Dont crash on API errorsGravatar Craig Tiller2017-02-01
| | |
| | * Fix bug in api_fuzzerGravatar Craig Tiller2017-02-01
| |/ | | | | | | | | | | If the slices to unref array was expanded after returning a pointer to a slice, that pointer becomes invalidated. Instead, allocate and store pointers to slices in that array to keep stability.
* | Merge github.com:grpc/grpc into bm_streamGravatar Craig Tiller2017-01-30
|\|
| * Merge pull request #9503 from ctiller/fuzzing-apiGravatar Craig Tiller2017-01-30
| |\ | | | | | | Fix bugs in api_fuzzer
| | * Fix bugs in api_fuzzerGravatar Craig Tiller2017-01-30
| | |
| * | Fix fuzzing detected failureGravatar Craig Tiller2017-01-30
| |/ | | | | | | | | If both :authority and host appear in client initial headers, we either leak (in opt builds) or crash (in dbg).
* | Merge branch 'bm_msgsz' into bm_countwritesGravatar Craig Tiller2017-01-27
|\|
* | Track writes/RPC in microbenchmarkGravatar Craig Tiller2017-01-26
| |
| * Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-26
| |\ | |/ |/|
* | clang-formatGravatar Mark D. Roth2017-01-25
| |
* | Fix tests.Gravatar Mark D. Roth2017-01-25
| |
| * Fix api_fuzzerGravatar Craig Tiller2017-01-21
| |
| * Expand corporaGravatar Craig Tiller2017-01-21
| |
* | Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|/
* Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-17
|\
| * Merge pull request #9326 from yang-g/licenseGravatar Yang Gao2017-01-17
| |\ | | | | | | Add licenses to all BUILD files and missing copyright
* | | Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-17
|\| |
| * | Add api-fuzzer corpusGravatar Matt Kwong2017-01-13
| | |
| | * Add licenses to all BUILD files and missing copyrightGravatar yang-g2017-01-11
| |/
* | Fix bugsGravatar Craig Tiller2017-01-06
| |
* | Merge github.com:grpc/grpc into fix_errorsGravatar Craig Tiller2017-01-06
|\|
| * Use `grpc_closure`s in `grpc_timer`sGravatar Masood Malekghassemi2017-01-05
| |
* | Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2017-01-04
|\|
| * Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-04
| |\
| | * Fixes for testsGravatar Craig Tiller2017-01-04
| | |
| * | Merge branch 'patchy' into slice_with_exec_ctx_and_buildGravatar Craig Tiller2017-01-04
| |\|
| | * Merge branch 'master' of https://github.com/grpc/grpc into bazel-take-2Gravatar Nicolas "Pixel" Noble2017-01-04
| | |\
| | * \ Merge remote-tracking branch 'google/master' into bazel-take-2Gravatar Nicolas "Pixel" Noble2017-01-04
| | |\ \
* | | | | Merge branch 'slice_with_exec_ctx_and_new_closures' into ↵Gravatar Craig Tiller2017-01-04
|\| | | | | | | | | | | | | | | | | | | metadata_filter_and_new_closures
| * | | | Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
* | | | Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-27
|\| | |
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
| |\| |
| | * | Request a pollset_set in grpc_resolve_addressGravatar Yuchen Zeng2016-12-15
| | | |
* | | | Start resolving memory issues in C++ metadataGravatar Craig Tiller2016-12-08
| | | |
* | | | Initial conversion work to indexed metadataGravatar Craig Tiller2016-11-22
| | | |
* | | | Initial fixesGravatar Craig Tiller2016-11-17
| | | |
* | | | All core tests compile without grpc_mdstrGravatar Craig Tiller2016-11-17
| | | |
* | | | Tests are starting to compileGravatar Craig Tiller2016-11-16
| | | |
* | | | Add method config stuffGravatar Craig Tiller2016-11-14
|/ / /
* | | Finish moving to new APIsGravatar Craig Tiller2016-11-09
| | |
* | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|\| |