aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end
Commit message (Collapse)AuthorAge
...
| * | | Add tests for C++ propagationGravatar Craig Tiller2015-08-05
| | |/ | |/|
* | | Add WaitForStateGravatar yang-g2015-08-05
| | |
* | | clean up and add a testGravatar yang-g2015-08-05
|/ /
| * Merge branch 'master' of https://github.com/grpc/grpc into zookeeperGravatar Hongwei Wang2015-08-05
| |\ | |/ |/|
* | Merge pull request #2765 from ctiller/the-test-be-sleepyGravatar Yang Gao2015-08-05
|\ \ | | | | | | Fix edge cases in CHTTP2 resulting in lose of send close from clients
| | * Merge branch 'master' of https://github.com/grpc/grpc into zookeeperGravatar Hongwei Wang2015-08-05
| | |\ | |_|/ |/| |
| * | Merge branch 'primary-goat-whisperer' into the-test-be-sleepyGravatar Craig Tiller2015-08-05
| |\ \
* | \ \ Merge remote-tracking branch 'upstream/master' into cancelGravatar yang-g2015-08-04
|\ \ \ \ | | |/ / | |/| |
* | | | Add AsyncNotifyWhenDoneGravatar yang-g2015-08-04
| | | |
| * | | Merge pull request #2749 from yang-g/default_host_to_nullGravatar Craig Tiller2015-08-04
|/| | | | | | | | | | | Pass NULL as host by default. Use context.authority() or channel.SslN…
| | * | Merge branch 'primary-goat-whisperer' into the-test-be-sleepyGravatar Craig Tiller2015-08-04
| | |\ \ | |_|/ / |/| | |
| | | * Merge branch 'master' of https://github.com/grpc/grpc into zookeeperGravatar Hongwei Wang2015-08-03
| | | |\ | |_|_|/ |/| | |
| | | * Zookeeper resolver end-to-end test: zookeeper state change between two RPCsGravatar Hongwei Wang2015-08-03
| | | |
| | * | Re-enable all the testsGravatar Craig Tiller2015-08-03
| | | |
| * | | fix generic_end2end_testGravatar yang-g2015-07-31
| | | |
| | * | Line up starting timesGravatar Craig Tiller2015-07-31
| | | |
| | | * Add zookeeper end-to-end testGravatar Hongwei Wang2015-07-31
| | |/ | |/|
| | * add a test where a read and a writesdone happen at the same timeGravatar yang-g2015-07-31
| |/
* | merge with headGravatar yang-g2015-07-30
|\|
* | Add a testGravatar yang-g2015-07-30
| |
| * Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-26
| |\ | |/ |/| | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/iomgr/tcp_server_windows.c
* | Merge pull request #2647 from vjpai/deependGravatar Yang Gao2015-07-24
|\ \ | | | | | | Dynamic-sized thread pool
* \ \ Merge pull request #2655 from vjpai/expecteqGravatar Yang Gao2015-07-24
|\ \ \ | | | | | | | | Switch an int to size_t or else it fails on Mac
* \ \ \ Merge pull request #2605 from yang-g/fake_transport_security_to_privateGravatar jboeuf2015-07-24
|\ \ \ \ | | | | | | | | | | Fake transport security to private
| | * | | Switch an int to size_t or else it fails on MacGravatar vjpai2015-07-24
| |/ / / |/| | |
| | * | Merge branch 'master' into deependGravatar Vijay Pai2015-07-24
| | |\ \ | |_|/ / |/| | |
| | * | Start switching everything to dynamic poolGravatar Vijay Pai2015-07-23
| | | |
| | | * Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-23
| | |/| | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
* | | | Flow control fixGravatar yang-g2015-07-22
| |_|/ |/| |
* | | Merge pull request #2571 from vjpai/cent6-issuesGravatar Yang Gao2015-07-22
|\ \ \ | |_|/ |/| | Remove one range-based for and do appropriate static casts on nullptr
| | * merge head and resolve conflictGravatar yang-g2015-07-22
| | |\ | |_|/ |/| |
| | * move fake_transport_security_credentials to private APIGravatar yang-g2015-07-21
| | |
| * | Remove one range-based for and do appropriate static casts on nullptrGravatar Vijay Pai2015-07-21
| |/
* | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODYGravatar Craig Tiller2015-07-20
|\| | | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc
| * Remove experimental prefixGravatar Craig Tiller2015-07-19
| |
* | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODYGravatar Craig Tiller2015-07-19
|\| | | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc
| * Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵Gravatar Craig Tiller2015-07-19
| |\ | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak
* | | User agent string supportGravatar Craig Tiller2015-07-18
| | |
* | | Make tests a little more robustGravatar Craig Tiller2015-07-18
|/ /
| * Removed compression levels from clients and _experimental_'d signature of ↵Gravatar David Garcia Quintas2015-07-17
| | | | | | | | methods manipulating compression algorithms
* | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
|\ \
| | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-16
| | |\ | | |/ | |/|
| * | Merge pull request #2460 from vjpai/exposed_poolGravatar Craig Tiller2015-07-16
| |\ \ | | | | | | | | Make thread_pool.h a public header
| | * | Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | | | | | | | | | appropriate
| | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-15
| | | |\ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # include/grpc++/client_context.h # include/grpc++/server_context.h # src/cpp/client/client_context.cc # src/cpp/server/server_context.cc # vsprojects/Grpc.mak
| * | | Merge pull request #2406 from dgquintas/writeoptionsGravatar Craig Tiller2015-07-15
| |\ \ \ | | | | | | | | | | Added WriteOptions for per-message flags and modified CallOps to use it.
| | | * | Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| | |/ / | |/| | | | | | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
| * | | 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>
| | * | Added WriteOptions for per-message flags and modified CallOps to use it.Gravatar David Garcia Quintas2015-07-13
| |/ /