aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
...
| * | Merge github.com:grpc/grpc into udsGravatar Craig Tiller2015-02-16
| |\ \ | |/ / |/| |
| * | Accidental change fixedGravatar Craig Tiller2015-02-13
| | |
| * | clang-formatGravatar Craig Tiller2015-02-13
| | |
| * | Unix domain socket supportGravatar Craig Tiller2015-02-13
| | |
* | | Merge pull request #515 from a11r/new_flingGravatar Craig Tiller2015-02-13
|\ \ \ | |/ / |/| | Switching the fling benchmarks to the new API.
| * | Addressed review commentsGravatar Abhishek Kumar2015-02-13
| | |
| * | clang formattingGravatar Abhishek Kumar2015-02-13
| | |
| * | Btach handling of unaryGravatar Abhishek Kumar2015-02-13
| | |
| * | Initial draft of server using new async APIGravatar Abhishek Kumar2015-02-13
| | |
| | * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-12
| | |\ | |_|/ |/| |
* | | Added useful behavior for empty batchGravatar murgatroid992015-02-12
| | |
| | * Multi-completion-queue-serverGravatar Craig Tiller2015-02-12
| | | | | | | | | | | | | | | | | | Allow binding a different completion queue to each registered method. This will allow multiplexing for the C++ server between sync & async methods more easily.
| | * Fix up C testsGravatar Craig Tiller2015-02-11
| | |
| | * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-11
| | |\ | |_|/ |/| |
* | | Merge pull request #475 from dklempner/epollGravatar Craig Tiller2015-02-11
|\ \ \ | | | | | | | | Epoll based multipoller
* \ \ \ Merge pull request #471 from jboeuf/call_host_name_checkGravatar Nicolas Noble2015-02-11
|\ \ \ \ | | | | | | | | | | Adding call host (:authority header) check in the secure channel.
| | * \ \ Merge branch 'master' into epollGravatar David Klempner2015-02-11
| | |\ \ \ | |_|/ / / |/| | | |
| | | * | Updated rest of client to new APIGravatar Abhishek Kumar2015-02-11
| | | | |
| | | | * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-11
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #448 from nicolasnoble/grpc-win32Gravatar Craig Tiller2015-02-11
|\ \ \ \ \ | | | | | | | | | | | | Windows port of iomgr.
| | | * | | Epoll based multipollerGravatar David Klempner2015-02-10
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a multipoller based on epoll rather than poll. Note that this implementation is aimed at correctness rather than performance, although it should immediately have better scalability to large numbers of FDs, both due to epoll's O(1) sized API and due to not needing to wake up polling threads to do interest set changes. One notable difference here is that we directly attach a wakeup fd rather than using the freelisting kick mechanism that the poll() based implementations use, because modifying the epoll set to use a different kick fd each time isn't free.
| | | | * Allow two completion queues on request callGravatar Craig Tiller2015-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | One for the new rpc notification, the other is bound to the new call. This will make async c++ soooo much easier.
| | | * | Updated ping_pong_request to new APIGravatar Abhishek Kumar2015-02-10
| | | | |
| | * | | Adding call host (:authority header) check in the secure channel.Gravatar Julien Boeuf2015-02-10
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | - Fixes #405. - This change is not tested as it should (only end to end and no negative testing). Will do better when we have testing framework for filters.
| | | * Merge branch 'fix6' of github.com:ctiller/grpc into c++apiGravatar Craig Tiller2015-02-10
| | | |\ | |_|_|/ |/| | |
* | | | Fix some testsGravatar Craig Tiller2015-02-10
| |/ / |/| |
| * | Merge branch 'master' of github.com:google/grpc into grpc-win32Gravatar Nicolas "Pixel" Noble2015-02-10
| |\ \ | |/ / |/| |
| | * Server progressGravatar Craig Tiller2015-02-09
| |/ |/|
* | Fix duplicated lineGravatar Craig Tiller2015-02-09
| |
* | Merge github.com:google/grpc into async-api-newGravatar Craig Tiller2015-02-06
|\ \
| * \ Merge pull request #387 from maxwell-demon/census_active_opsGravatar Alistair Veitch2015-02-06
| |\ \ | | | | | | | | V0 implementation of census_get_active_ops().
* | | | FixesGravatar Craig Tiller2015-02-05
| | | |
* | | | Fix in-flight cancellationsGravatar Craig Tiller2015-02-05
| | | |
* | | | Add a failing testGravatar Craig Tiller2015-02-05
| | | |
| | * | prefix struct & functions in census_tracing.h per ctiller's suggestion.Gravatar Hongyu Chen2015-02-05
| | | |
* | | | Remove accidentally added fileGravatar Craig Tiller2015-02-05
| | | |
* | | | Converted some cancellation testsGravatar Craig Tiller2015-02-05
| | | |
* | | | Merge github.com:google/grpc into async-api-newGravatar Craig Tiller2015-02-05
|\| | |
* | | | Convert simple_delayed_requestGravatar Craig Tiller2015-02-05
| | | |
* | | | Convert more tests (and re-enable some disabled ones)Gravatar Craig Tiller2015-02-05
| | | |
| * | | Merge pull request #359 from jboeuf/ssl_default_creds_integrationGravatar Yang Gao2015-02-05
| |\ \ \ | | | | | | | | | | Adding support for loading the SSL roots from an environment variable.
* | | | | Convert request_response_with_trailing_metadata_and_payloadGravatar Craig Tiller2015-02-05
| | | | |
* | | | | Convert request_response_with_binary_metadata_and_payloadGravatar Craig Tiller2015-02-05
| | | | |
* | | | | Convert request_response_with_metadata_and_payloadGravatar Craig Tiller2015-02-05
| | | | |
* | | | | Remove accidentally added fileGravatar Craig Tiller2015-02-05
| | | | |
* | | | | Fix memory usageGravatar Craig Tiller2015-02-05
| | | | |
| | | * | Update trace_test.cGravatar Alistair Veitch2015-02-05
| | | | |
* | | | | Merge github.com:google/grpc into async-api-newGravatar Craig Tiller2015-02-05
|\| | | |
| * | | | Merge pull request #396 from dklempner/source_cleanupGravatar Craig Tiller2015-02-04
| |\ \ \ \ | | | | | | | | | | | | Fix up feature test macros
| * \ \ \ \ Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-02-04
| |\ \ \ \ \