aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Merge pull request #551 from ctiller/shutdownGravatar Yang Gao2015-02-17
|\ | | | | Allow grpc_init to be called multiple times
| * Add mixed shutdown/init testGravatar Craig Tiller2015-02-17
| |
* | Merge pull request #530 from nathanielmanistaatgoogle/python-interop-serverGravatar soltanmm2015-02-17
|\ \ | | | | | | Python interop server.
| | * Allow grpc_init to be called multiple timesGravatar Craig Tiller2015-02-17
| |/ |/|
* | Fix fling test leaksGravatar Craig Tiller2015-02-17
| |
* | Merge github.com:grpc/grpc into udsGravatar Craig Tiller2015-02-16
|\ \
| | * The Python interoperability testing server.Gravatar Nathaniel Manista2015-02-15
| |/
* | 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 pull request #508 from nicolasnoble/make-protobufGravatar Craig Tiller2015-02-12
|\ \ | | | | | | Compiling protobuf from the Makefile if we don't have it on the system.
| * | Forgot to add the test file.Gravatar Nicolas Noble2015-02-12
| | |
* | | Added useful behavior for empty batchGravatar murgatroid992015-02-12
|/ /
* | 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 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.
| | | * 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 pull request #469 from ctiller/fix6Gravatar jboeuf2015-02-10
|\ \ \ | | | | | | | | Fix some tests
| * | | Fix some testsGravatar Craig Tiller2015-02-10
| | |/ | |/|
* | | Change pointer formatGravatar Vijay Pai2015-02-10
| | |
* | | Allow varying number of server threads via command line flagGravatar Vijay Pai2015-02-10
|/ /
| * Merge branch 'master' of github.com:google/grpc into grpc-win32Gravatar Nicolas "Pixel" Noble2015-02-10
| |\ | |/ |/|
* | Fix duplicated lineGravatar Craig Tiller2015-02-09
| |
* | Merge github.com:grpc/grpc into async-api-newGravatar Craig Tiller2015-02-06
|\ \
| * \ Merge pull request #420 from nicolasnoble/upstream-fixGravatar Yang Gao2015-02-06
| |\ \ | | | | | | | | Few minor fixes.
* | | | Merge github.com:google/grpc into async-api-newGravatar Craig Tiller2015-02-06
|\| | |
| | * | Few minor fixes.Gravatar Nicolas "Pixel" Noble2015-02-06
| | | | | | | | | | | | | | | | | | | | Fixing a few issues in case you *cough* have a different local implementation of protobuf, gtest and gflags for some weird reason.
| * | | Merge pull request #387 from maxwell-demon/census_active_opsGravatar Alistair Veitch2015-02-06
| |\ \ \ | | |/ / | |/| | V0 implementation of census_get_active_ops().
| * | | Merge pull request #417 from yang-g/dockerGravatar donnadionne2015-02-06
| |\ \ \ | | | | | | | | | | Use environment variable to set root certs in c++ interop test
| | * | | update commentsGravatar Yang Gao2015-02-05
| | | | |
| | * | | Use environment variable to set root certs in c++ interop test.Gravatar Yang Gao2015-02-05
| | | | |
* | | | | 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.