Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-17 |
|\ | | | | | | | | | Conflicts: src/core/surface/server.c | ||
| * | Fix shutdown semantics. | Craig Tiller | 2015-02-17 |
| | | | | | | | | Document what they should be, ensure they're triggered, and fix what was broken. | ||
* | | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-17 |
|\| | |||
| * | Add mixed shutdown/init test | Craig Tiller | 2015-02-17 |
| | | |||
| * | Allow grpc_init to be called multiple times | Craig Tiller | 2015-02-17 |
| | | |||
* | | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-17 |
|\| | |||
| * | Fix fling test leaks | Craig Tiller | 2015-02-17 |
| | | |||
* | | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-17 |
|\| | | | | | | | | | Conflicts: Makefile | ||
* | | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-16 |
|\ \ | |||
| | * | Merge github.com:grpc/grpc into uds | Craig Tiller | 2015-02-16 |
| | |\ | | |/ | |/| | |||
| | * | Accidental change fixed | Craig Tiller | 2015-02-13 |
| | | | |||
| | * | clang-format | Craig Tiller | 2015-02-13 |
| | | | |||
| | * | Unix domain socket support | Craig Tiller | 2015-02-13 |
| | | | |||
| * | | Merge pull request #515 from a11r/new_fling | Craig Tiller | 2015-02-13 |
| |\ \ | | |/ | |/| | Switching the fling benchmarks to the new API. | ||
| | * | Addressed review comments | Abhishek Kumar | 2015-02-13 |
| | | | |||
| | * | clang formatting | Abhishek Kumar | 2015-02-13 |
| | | | |||
| | * | Btach handling of unary | Abhishek Kumar | 2015-02-13 |
| | | | |||
| | * | Initial draft of server using new async API | Abhishek Kumar | 2015-02-13 |
| | | | |||
* | | | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-12 |
|\| | | |||
| * | | Added useful behavior for empty batch | murgatroid99 | 2015-02-12 |
| | | | |||
* | | | Multi-completion-queue-server | Craig Tiller | 2015-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 tests | Craig Tiller | 2015-02-11 |
| | | | |||
* | | | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-11 |
|\| | | |||
| * | | Merge pull request #475 from dklempner/epoll | Craig Tiller | 2015-02-11 |
| |\ \ | | | | | | | | | Epoll based multipoller | ||
| * \ \ | Merge pull request #471 from jboeuf/call_host_name_check | Nicolas Noble | 2015-02-11 |
| |\ \ \ | | | | | | | | | | | Adding call host (:authority header) check in the secure channel. | ||
| | | * \ | Merge branch 'master' into epoll | David Klempner | 2015-02-11 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| | | | * | Updated rest of client to new API | Abhishek Kumar | 2015-02-11 |
| | | | | | |||
* | | | | | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-11 |
|\| | | | | |||
| * | | | | Merge pull request #448 from nicolasnoble/grpc-win32 | Craig Tiller | 2015-02-11 |
| |\ \ \ \ | | | | | | | | | | | | | Windows port of iomgr. | ||
| | | | * | | Epoll based multipoller | David Klempner | 2015-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 call | Craig Tiller | 2015-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 API | Abhishek Kumar | 2015-02-10 |
| | | | | | |||
| | | * | | Adding call host (:authority header) check in the secure channel. | Julien Boeuf | 2015-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++api | Craig Tiller | 2015-02-10 |
|\| | | | |||
| * | | | Fix some tests | Craig Tiller | 2015-02-10 |
| | |/ | |/| | |||
| | * | Merge branch 'master' of github.com:google/grpc into grpc-win32 | Nicolas "Pixel" Noble | 2015-02-10 |
| | |\ | | |/ | |/| | |||
* / | | Server progress | Craig Tiller | 2015-02-09 |
|/ / | |||
* | | Fix duplicated line | Craig Tiller | 2015-02-09 |
| | | |||
* | | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-06 |
|\ \ | |||
| * \ | Merge pull request #387 from maxwell-demon/census_active_ops | Alistair Veitch | 2015-02-06 |
| |\ \ | | | | | | | | | V0 implementation of census_get_active_ops(). | ||
* | | | | Fixes | Craig Tiller | 2015-02-05 |
| | | | | |||
* | | | | Fix in-flight cancellations | Craig Tiller | 2015-02-05 |
| | | | | |||
* | | | | Add a failing test | Craig Tiller | 2015-02-05 |
| | | | | |||
| | * | | prefix struct & functions in census_tracing.h per ctiller's suggestion. | Hongyu Chen | 2015-02-05 |
| | | | | |||
* | | | | Remove accidentally added file | Craig Tiller | 2015-02-05 |
| | | | | |||
* | | | | Converted some cancellation tests | Craig Tiller | 2015-02-05 |
| | | | | |||
* | | | | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-05 |
|\| | | | |||
* | | | | Convert simple_delayed_request | Craig Tiller | 2015-02-05 |
| | | | | |||
* | | | | Convert more tests (and re-enable some disabled ones) | Craig Tiller | 2015-02-05 |
| | | | | |||
| * | | | Merge pull request #359 from jboeuf/ssl_default_creds_integration | Yang Gao | 2015-02-05 |
| |\ \ \ | | | | | | | | | | | Adding support for loading the SSL roots from an environment variable. |