aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar Craig Tiller2015-07-17
|\
| * Merge pull request #2413 from dgquintas/interop_snifferGravatar Craig Tiller2015-07-17
| |\ | | | | | | Introduced InteropContextInspector
| * \ Merge pull request #2385 from yang-g/timeout_interopGravatar Craig Tiller2015-07-17
| |\ \ | | | | | | | | Add timeout interop test case
| * \ \ Merge with headGravatar yang-g2015-07-16
| |\ \ \
| * | | | split iterator into its own fileGravatar yang-g2015-07-16
| | | | |
| | * | | Merge pull request #2460 from vjpai/exposed_poolGravatar Craig Tiller2015-07-16
| | |\ \ \ | | | | | | | | | | | | Make thread_pool.h a public header
* | | \ \ \ Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar Craig Tiller2015-07-16
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | | * | | Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | | | | | | | | | | | | | | | | | appropriate
| | | | | * Added some methods to context inspector. Also minor tweak to server context ↵Gravatar David Garcia Quintas2015-07-15
| | | | | | | | | | | | | | | | | | | | | | | | IsCancelled() method
| | | | | * clang-format'd.Gravatar David Garcia Quintas2015-07-15
| | | | | |
| * | | | | Merge pull request #2406 from dgquintas/writeoptionsGravatar Craig Tiller2015-07-15
| |\ \ \ \ \ | | | | | | | | | | | | | | Added WriteOptions for per-message flags and modified CallOps to use it.
| | | * | | | Remove const_iterator typedef and add a range based loop testGravatar yang-g2015-07-15
| | | | | | |
| | | | * | | Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
* | | | | | Adjust oustanding request count to meet new server algorithmGravatar Craig Tiller2015-07-15
| | | | | |
| | | * | | auth context iteratorGravatar yang-g2015-07-15
| |_|/ / / |/| | | |
| * | | | Addressing outstanding typos and commentsGravatar Vijay Pai2015-07-14
| | | | | | | | | | | | | | | | | | | | Clang-format of changed files
| * | | | Remove reference to nullptr to avoid compiler seeing ambiguity in gcc-4.4Gravatar vjpai2015-07-14
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | build. The issue is that gcc below 4.6 require us to explicitly define nullptr, and our explicit definition allows a potential confusion between nullptr->unique_ptr<string> and nullptr->char *->grpc::string->unique_ptr<string>
| | | * Introduced InteropContextInspector to be able to peek into server contexts ↵Gravatar David Garcia Quintas2015-07-13
| |_|/ |/| | | | | | | | during interop testing.
| * | Added WriteOptions for per-message flags and modified CallOps to use it.Gravatar David Garcia Quintas2015-07-13
|/ /
* | Merge pull request #2289 from ctiller/footprints-on-the-sands-of-timeGravatar Vijay Pai2015-07-10
|\ \ | | | | | | Introduce multiple clocks to GPR
| | * Add timeout interop test caseGravatar yang-g2015-07-10
| | |
* | | Make naming a little more consistentGravatar Craig Tiller2015-07-10
| |/ |/|
| * Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-10
| |\
* | | Compile fix for MacGravatar Craig Tiller2015-07-10
| |/ |/|
* | Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-09
|\ \
* | | Resolve commentsGravatar yang-g2015-07-09
| | |
| | * Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-09
| | |\ | | |/ | |/|
* | | resolve commentsGravatar yang-g2015-07-07
| | |
| * | Support registering services against specific hostsGravatar Craig Tiller2015-07-07
| | |
| | * Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-07
| | |\ | | |/ | |/| | | | | | | | | | Conflicts: src/core/channel/client_setup.c src/core/surface/init.c
* | | add a test case in end2end_testGravatar yang-g2015-07-06
| | |
* | | Add a unit testGravatar yang-g2015-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
| | * Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-06
| | |\ | |_|/ |/| |
| | * Fixup C++Gravatar Craig Tiller2015-07-06
| | |
* | | Merge pull request #2151 from sidrakesh93/masterGravatar Vijay Pai2015-07-06
|\ \ \ | |_|/ |/| | Changes required for reporting metrics to performance database server
* | | 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
* | Eliminate data-race caused by specialization in vector<bool>Gravatar Vijay Pai2015-07-01
| |
| * Removing this pointersGravatar Siddharth Rakesh2015-06-30
| |
| * Changes introduced for passing hashed user id instead of access tokenGravatar Siddharth Rakesh2015-06-30
| |
| * Adding required changesGravatar Siddharth Rakesh2015-06-29
| |\ | |/ |/|
| * Adding required changesGravatar Siddharth Rakesh2015-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 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.
| * | | Bug fix. Do not push to incoming_queue after it is flushed.Gravatar yang-g2015-06-25
| | | |
* | | | Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
|/ / / | | | | | | | | | Clean up anything that failed
| | * Merge branch 'master' of https://github.com/sidrakesh93/grpcGravatar Siddharth Rakesh2015-06-23
| | |\
| | * | Added support for passing a tag with the testGravatar Siddharth Rakesh2015-06-23
| | | |