Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | make grpc_csharp_ext compile and install independently from the grpc and gpr ↵ | Jan Tattermusch | 2015-02-18 |
| | | | | libraries | ||
* | Merge pull request #588 from yang-g/c++api | Craig Tiller | 2015-02-18 |
|\ | | | | | Async client api change. Add a ClientAsyncResponseReader. | ||
| * | Async client api change. Add a ClientAsyncResponseReader. Make the api ↵ | Yang Gao | 2015-02-18 |
| | | | | | | | | similar to streaming and symmetric to server side. | ||
* | | remove nonexistent stream_context_interface.h from build.json | Jan Tattermusch | 2015-02-18 |
|/ | |||
* | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-17 |
|\ | |||
| * | Allow grpc_init to be called multiple times | Craig Tiller | 2015-02-17 |
| | | |||
* | | Cleaned up | Craig Tiller | 2015-02-17 |
| | | |||
* | | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-17 |
|\| | | | | | | | | | Conflicts: Makefile | ||
| * | Merge pull request #510 from jtattermusch/grpc_tests | Nicolas Noble | 2015-02-16 |
| |\ | | | | | | | Adding an NMake makefile for Windows | ||
* | | | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-13 |
|\| | | | | | | | | | | | | | | Conflicts: Makefile | ||
* | | | Add end2end async unary single threaded test (compiles) | Craig Tiller | 2015-02-12 |
| | | | |||
| * | | Rename examples/tips to examples/pubsub | Chen wang | 2015-02-12 |
| | | | |||
| | * | add more tests into build_and_run_tests.bat | Jan Tattermusch | 2015-02-12 |
| |/ | |||
* | | Run build cleaner | Craig Tiller | 2015-02-11 |
| | | |||
* | | Merge github.com:google/grpc into c++api | Craig Tiller | 2015-02-11 |
|\| | |||
| * | Merge pull request #497 from nicolasnoble/buildcheck | Craig Tiller | 2015-02-11 |
| |\ | | | | | | | Ran build-cleaner, and re-generated project files. | ||
* | | | 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 | ||
| | | * | Generate more pleasing build.json output | Craig Tiller | 2015-02-11 |
| | | | | | | | | | | | | | | | | run: was getting a little lost | ||
| | | * | Ran build-cleaner, and re-generated project files. | Nicolas Noble | 2015-02-11 |
| | |/ | |/| | |||
| * | | added cpu_windows.c | Jan Tattermusch | 2015-02-11 |
| | | | |||
| | * | Merge branch 'master' into epoll | David Klempner | 2015-02-11 |
| | |\ | | |/ | |/| | |||
* | | | Server progress | Craig Tiller | 2015-02-11 |
| | | | |||
| * | | some VS project template fixes and added templates for grpc_csharp_ext | Jan Tattermusch | 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. | ||
* | | | | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-11 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: test/cpp/qps/server.cc | ||
| | | * | 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. | ||
| * | | Change link options for qps client and qps server | Vijay Pai | 2015-02-10 |
| | | | |||
* | | | Move call.h -> impl/call.h | Craig Tiller | 2015-02-10 |
| | | | |||
* | | | Stub out unary call wrapper | Craig Tiller | 2015-02-09 |
| | | | |||
| | * | Merge branch 'master' of github.com:google/grpc into grpc-win32 | Nicolas "Pixel" Noble | 2015-02-10 |
| | |\ | | |/ | |/| | |||
| | * | Addressing comments. | Nicolas Noble | 2015-02-10 |
| | | | |||
* | | | Cleanup | Craig Tiller | 2015-02-09 |
| | | | |||
* | | | Remove more unnecessary files | Craig Tiller | 2015-02-09 |
| | | | |||
* | | | Remove stream_context | Craig Tiller | 2015-02-09 |
| | | | |||
* | | | Server progress | Craig Tiller | 2015-02-09 |
| | | | |||
| * | | Merge pull request #381 from ctiller/async-api-new | Yang Gao | 2015-02-09 |
| |\ \ | | | | | | | | | New Core API | ||
* | | | | Starting to scratch out the API | Craig Tiller | 2015-02-09 |
| | | | | |||
* | | | | Merge branch 'async-api-new' into c++api | Craig Tiller | 2015-02-09 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||
| * | | Merge github.com:grpc/grpc into async-api-new | Craig Tiller | 2015-02-06 |
| |\ \ | |||
* | | | | Move completion_queue.cc to common | Craig Tiller | 2015-02-06 |
| |/ / |/| | | |||
* | | | Clean build.json | Craig Tiller | 2015-02-06 |
| | | | |||
| * | | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-06 |
| |\ \ | |/ / |/| | | |||
* | | | Making the gpr_tmpfile's win32 version a bit more Windows-y. | Nicolas "Pixel" Noble | 2015-02-06 |
| | | | | | | | | | | | | Also adding windows helpers to convert to and from TCHAR strings. | ||
| * | | Merge github.com:google/grpc into async-api-new | 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. | ||
| | * \ | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-05 |
| | |\ \ | |_|/ / |/| | | | |||
| | | * | Adding Windows tcp server code. | Nicolas "Pixel" Noble | 2015-02-05 |
| | | | | |||
| * | | | Adding linux specific env implementation. | Julien Boeuf | 2015-02-04 |
| | | | |