aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-03-14
|\ | | | | | | error-slice-optimization
| * Merge pull request #10131 from ncteisen/copy-and-unref-fixGravatar Noah Eisen2017-03-14
| |\ | | | | | | Fix Copy and Unref Bug
| * \ Merge pull request #10115 from ↵Gravatar Nathaniel Manista2017-03-13
| |\ \ | | | | | | | | | | | | | | | | thunderboltsid/update-run-tests-scripts-to-python3.x Make testing scripts python3.x compatible.
* | | | Added benchmark to show static vs copiedGravatar ncteisen2017-03-13
| | | |
* | | | Change error_create API to sliceGravatar ncteisen2017-03-13
| | | |
| | | * clang fmtGravatar ncteisen2017-03-13
| | | |
| | | * Atomically load ref debugging output numbersGravatar ncteisen2017-03-13
| | | |
| | | * Code health and commentsGravatar ncteisen2017-03-13
| | | |
| * | | Merge pull request #9984 from ctiller/poll-wakeupGravatar Craig Tiller2017-03-13
| |\ \ \ | | | | | | | | | | Add some pollset benchmarks
| * \ \ \ Merge pull request #10009 from muxi/fix-flush-readGravatar Muxi Yan2017-03-13
| |\ \ \ \ | | | | | | | | | | | | Fix flush read
| * \ \ \ \ Merge pull request #10105 from murgatroid99/upmerge_v1.2.xGravatar Michael Lumish2017-03-13
| |\ \ \ \ \ | | | | | | | | | | | | | | Upmerge v1.2.x
| | | | | | * Fix copy and unref race cond bugGravatar ncteisen2017-03-13
| | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #10042 from muxi/objc-test-fixGravatar Muxi Yan2017-03-13
| |\ \ \ \ \ | | | | | | | | | | | | | | Use the right encoding overhead number in remote interop test with Cronet
| | | | * | | Add commentsGravatar Muxi Yan2017-03-13
| | | | | | |
| * | | | | | 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 pull request #10114 from thunderboltsid/skip-test-if-pypyGravatar Nathaniel Manista2017-03-13
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Skip split_definitions_test if PyPy is used as an interpreter.
| * \ \ \ \ \ \ \ \ Merge pull request #10012 from vjpai/phpqpsGravatar Vijay Pai2017-03-13
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | PHP benchmarking performance client, proxied through Ruby
| * \ \ \ \ \ \ \ \ \ Merge pull request #10063 from vjpai/disable_flaky_rq_qps_testGravatar Vijay Pai2017-03-13
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Temporarily disable resource quota QPS tests
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #10119 from nathanielmanistaatgoogle/fix-run_tests_matrixGravatar matt-kwong2017-03-12
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | run_tests_matrix: ignore the number of failed skipped tests
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10120 from ctiller/sanityGravatar Craig Tiller2017-03-12
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix sanity
| | | | | | | | | | | * | | Run generate_projects.shGravatar Muxi Yan2017-03-12
| | | | | | | | | | | | | |
| | | | | | | | | | | * | | Merge remote-tracking branch 'upstream/master' into fix-flush-readGravatar Muxi Yan2017-03-12
| | | | | | | | | | | |\ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
| | | | | | | | | * | | | | Run generate_projects.shGravatar Muxi Yan2017-03-12
| | | | | | | | | | | | | |
| | | | | | | | | * | | | | Merge remote-tracking branch 'upstream/master' into objc-test-fixGravatar Muxi Yan2017-03-12
| | | | | | | | | |\ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Fix sanityGravatar Craig Tiller2017-03-12
| |/ / / / / / / / / / / /
| | | | | | | | | | | | * Modify shebang on python scriptsGravatar Siddharth Shukla2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change shebangs to `#!/usr/bin/env python` instead of `#!/usr/bin/env python2.7`.
| | * | | | | | | | | | | Ignore the number of failed skipped testsGravatar Nathaniel Manista2017-03-12
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jobset.run was changed on 16 October 2015 in e4c3561074ca27fc4bdf1a6bf to return the number of failures and the result set. On 20 October 2016 in 5c691c634de144b50fc1f2e166303219721c19d0 jobset.run was changed to allow jobs to be skipped, but the introduced code path only returned the result set, giving jobset.run inconsistent return value semantics. On 24 October 2016 7e9bd6ca9a2e167dcb6133c78c05cf27584ee062 introduced a use of jobset.run's "skip_jobs" return value semantics, and on 8 March 2017 d159af31fcf300cfe2d7b9b41d789cd664ee4f1b resolved jobset.run's inconsistent return value semantics but failed to correct run_tests_matrix's use of the inconsistent "skip_jobs" return value semantics.
| | | | | | | | | | | * Make testing scripts python3.x compatibleGravatar Siddharth Shukla2017-03-12
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update run_tests/*.py to use six based isomorphisms and print function from __future__ module.
| | | | * | | | | | | Skip split_definitions_test if PyPyGravatar Siddharth Shukla2017-03-12
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Skip SameSeparateTest, SameCommonTest, SplitCommonTest, and SplitSeparateTest if the interpreter is PyPy.
* | | | | | | | | | 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
| | | | | | | | | | |
| | | | | | * | | | | Dont track allocations if we are not going to use themGravatar Craig Tiller2017-03-10
| | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #10108 from ctiller/fooGravatar Craig Tiller2017-03-10
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Sanitize before bigquery upload
| | * | | | | | | | | Sanitize before bigquery uploadGravatar Craig Tiller2017-03-10
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #10098 from ncteisen/whats-the-diff-betweenGravatar Noah Eisen2017-03-10
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Enhance bm_diff
| | | | | | | | | | * Add benchmark to listGravatar Craig Tiller2017-03-10
| | | | | | | | | | |
| | | | | | | | | | * Merge branch 'poll-wakeup' of github.com:ctiller/grpc into poll-wakeupGravatar Craig Tiller2017-03-10
| | | | | | | | | | |\
| | | | | | | | | | * \ Merge github.com:grpc/grpc into poll-wakeupGravatar Craig Tiller2017-03-10
| | | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| | | | | | | | * | | | Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v1.2.xGravatar murgatroid992017-03-10
| | |_|_|_|_|_|/| | | | | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #10078 from dgquintas/master_to_1.3.0Gravatar David G. Quintas2017-03-10
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumped version to 1.3.0-dev
| | | * | | | | | | | | | Fix bm_diff to handle 0sGravatar ncteisen2017-03-10
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #10101 from ctiller/failsGravatar Craig Tiller2017-03-10
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Handle floats in bm_json
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10097 from ctiller/itchy-fingersGravatar Craig Tiller2017-03-10
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change execution order of microbenchmarks
| | | * | | | | | | | | | | Handle floats in bm_jsonGravatar Craig Tiller2017-03-10
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| | | | | * | | | | | | | Temporarily disable resource quota QPS testsGravatar Vijay Pai2017-03-10
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| | | | | | | * | | | | Use k-contant and add comment for encoding overheadGravatar Muxi Yan2017-03-10
| | | | | | | | | | | |
| | | | | | | | * | | | Merge pull request #10087 from y-zeng/fix_ping_1_2_xGravatar Yuchen Zeng2017-03-10
| | | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix chttp2 ping parser
| * | | | | | | | \ \ \ \ Merge pull request #9807 from vjpai/rqGravatar Vijay Pai2017-03-10
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Finish streams that error. Don't histogram failed ops.