aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-07-06
|\
| * Merge pull request #2279 from vjpai/openleaksGravatar Yang Gao2015-07-06
| |\ | | | | | | qps_test memory leak elimination: delete spare contexts lying around at the end of test
* | | Fixup some testsGravatar Craig Tiller2015-07-06
| | |
* | | Merge branch 'reset-thy-counts-or-fear-my-wrath' into tis-but-thy-nameGravatar Craig Tiller2015-07-06
|\| |
| * | Merge pull request #2151 from sidrakesh93/masterGravatar Vijay Pai2015-07-06
| |\ \ | | | | | | | | Changes required for reporting metrics to performance database server
* | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-07-06
|\| | |
| * | | Merge pull request #2117 from dgquintas/bb_from_bbreaderGravatar Craig Tiller2015-07-05
| |\ \ \ | | | | | | | | | | Introduced function to create byte buffers from the output of a byte buffer reader.
| * | | | Pluck some low hanging concurrency fruitGravatar Craig Tiller2015-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | Make the shutdown flag on servers be per thread to save contention on the lock that must guard it.
| | | | * if->whileGravatar Vijay Pai2015-07-01
| | | | |
| | | | * Delete spare contexts lying around at the end of the test to avoidGravatar Vijay Pai2015-07-01
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | showing up as memory leaks Also reduce the rate of the openloop test - this may be an issue with sanitizers particularly because of issue #2278
* | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-07-01
|\| | |
| * | | Merge pull request #2273 from vjpai/bit-raceGravatar Craig Tiller2015-07-01
| |\ \ \ | | | | | | | | | | Eliminate data-race caused by specialization in vector<bool>
| | * | | Eliminate data-race caused by specialization in vector<bool>Gravatar Vijay Pai2015-07-01
| | | | |
| * | | | Merge pull request #2216 from jboeuf/unpadded_base64Gravatar Nicolas Noble2015-07-01
| |\ \ \ \ | | | | | | | | | | | | Base64 decode improvements
* | | | | | Merge branch 'buggy-mcbugglet' into tis-but-thy-nameGravatar Craig Tiller2015-07-01
|\| | | | |
* | | | | | Expand uri testsGravatar Craig Tiller2015-07-01
| | | | | |
| * | | | | Memory leak fixGravatar Craig Tiller2015-07-01
| | |/ / / | |/| | |
| | | | * Removing this pointersGravatar Siddharth Rakesh2015-06-30
| | | | |
| | | | * Merge branch 'master' of https://github.com/grpc/grpcGravatar Siddharth Rakesh2015-06-30
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Merge github.com:grpc/grpc into forever-is-a-long-timeGravatar Craig Tiller2015-06-30
| |\ \ \ \
| | | | | * Changes introduced for passing hashed user id instead of access tokenGravatar Siddharth Rakesh2015-06-30
| | | | | |
| | | | | * Merge branch 'master' of https://github.com/grpc/grpcGravatar Siddharth Rakesh2015-06-30
| | | | | |\ | | | |_|_|/ | | |/| | |
* | | | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-30
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | Conflicts: test/core/end2end/tests/request_with_flags.c
| * | | | | Fix leaked string in bad_client.cGravatar Craig Tiller2015-06-30
| | | | | |
| * | | | | SSL refcounting fixesGravatar Craig Tiller2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle the case where we recreate an auth context. Add (opt-in) debugging for refcounts on auth contexts.
| * | | | | Wait for expectations to be fulfilledGravatar Craig Tiller2015-06-30
| | | | | |
* | | | | | clang-format affected filesGravatar Craig Tiller2015-06-30
| | | | | |
* | | | | | Better handling of cancellation, uri parse errors, and disconnectionGravatar Craig Tiller2015-06-29
| | | | | |
* | | | | | SSL channel args work with client config againGravatar Craig Tiller2015-06-29
| | | | | |
* | | | | | DebuggingGravatar Craig Tiller2015-06-29
| | | | | |
| | | | | * Adding required changesGravatar Siddharth Rakesh2015-06-29
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | | | | * Adding required changesGravatar Siddharth Rakesh2015-06-29
| | | | | |
* | | | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-29
|\| | | | |
| * | | | | Merge pull request #2169 from ctiller/no-spam-for-youGravatar Vijay Pai2015-06-29
| |\ \ \ \ \ | | | | | | | | | | | | | | Remove spammy line (this is obfuscating testing logs)
* | \ \ \ \ \ Merge branch 'forever-is-a-long-time' into tis-but-thy-nameGravatar Craig Tiller2015-06-29
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak
| * | | | | | Add an fd conservation test to verify that fds actually closeGravatar Craig Tiller2015-06-29
| | | | | | |
* | | | | | | Unix resolver, bug fixesGravatar Craig Tiller2015-06-29
| | | | | | |
* | | | | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-26
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | Further client config workGravatar Craig Tiller2015-06-26
| | | | | | |
| * | | | | | Merge pull request #2149 from ctiller/oops-i-split-it-againGravatar Vijay Pai2015-06-26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Initial transport lock split up
| | | * \ \ \ \ Merge github.com:grpc/grpc into forever-is-a-long-timeGravatar Craig Tiller2015-06-26
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge pull request #2221 from yang-g/no_new_bbq_after_flushGravatar Craig Tiller2015-06-26
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bug fix. Do not push to incoming_queue after it is flushed.
| | | | * | | | | Tidy up test to meet our standardsGravatar Craig Tiller2015-06-26
| | | | | | | | |
| | | | * | | | | Rename test into the right placeGravatar Craig Tiller2015-06-26
| | | | | | | | |
| | | | * | | | | BLARGHAFLARGHAAHAJHAKJHATJHKAYMNHZIYRNGravatar Masood Malekghassemi2015-06-25
| | | | | | | | |
| | * | | | | | | Bug fix. Do not push to incoming_queue after it is flushed.Gravatar yang-g2015-06-25
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Plumbing transport_op changes throughGravatar Craig Tiller2015-06-25
| | | | | | | |
| | | | | * | | Base64 decode improvements.Gravatar Julien Boeuf2015-06-25
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | - Allow ablity to specify the length for decoding. - Allow for non-padded encodings to be decoded properly.
* | | | | | | Merge branch 'oops-i-split-it-again' into tis-but-thy-nameGravatar Craig Tiller2015-06-25
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
* | | | | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-25
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |