Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | | |||
* | | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-17 |
|\| | | | | | | | | | Conflicts: Makefile | ||
| * | Merge branch 'master' of github.com:google/grpc into uds | Nicolas "Pixel" Noble | 2015-02-17 |
| |\ | | | | | | | | | | | | | Conflicts: Makefile | ||
| | * | Merge pull request #531 from ctiller/build | Nicolas Noble | 2015-02-16 |
| | |\ | | | | | | | | | Add support for out of tree builds | ||
* | | \ | 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 |
| | |\ \ \ | | |/ / / | |/| | | | |||
| | | * | | Merge github.com:grpc/grpc into sopb | Craig Tiller | 2015-02-16 |
| | | |\ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | Conflicts: Makefile templates/Makefile.template | ||
| | | | * | Merge github.com:grpc/grpc into build | Craig Tiller | 2015-02-16 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| | | | * | Fixes | Craig Tiller | 2015-02-15 |
| | | | | | |||
| | | | * | Add support for out of tree builds | Craig Tiller | 2015-02-15 |
| | | | | | | | | | | | | | | | | | | | | Auto-dependency building doesn't do this (yet) | ||
| | * | | | Unix domain socket support | Craig Tiller | 2015-02-13 |
| | | |/ | | |/| | |||
| * / | | Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't ↵ | Nicolas "Pixel" Noble | 2015-02-14 |
| |/ / | | | | | | | | | | instrumented yet. | ||
| | * | Avoid four allocations per stream | Craig Tiller | 2015-02-13 |
| |/ | |||
* | | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-13 |
|\| | | | | | | | | | Conflicts: Makefile | ||
| * | Merge pull request #509 from chen-wang/master | Yang Gao | 2015-02-13 |
| |\ | | | | | | | Rename examples/tips to examples/pubsub | ||
| * | | Add ubsan support | Craig Tiller | 2015-02-13 |
| | | | |||
* | | | Add end2end async unary single threaded test (compiles) | Craig Tiller | 2015-02-12 |
| | | | |||
| | * | Rename examples/tips to examples/pubsub | Chen wang | 2015-02-12 |
| |/ | |||
* | | Merge github.com:google/grpc into c++api | Craig Tiller | 2015-02-12 |
|\| | | | | | | | | | Conflicts: Makefile | ||
| * | Merge pull request #508 from nicolasnoble/make-protobuf | Craig Tiller | 2015-02-12 |
| |\ | | | | | | | Compiling protobuf from the Makefile if we don't have it on the system. | ||
| | * | Compiling protobuf from the Makefile if we don't have it on the system. | Nicolas Noble | 2015-02-12 |
| | | | |||
* | | | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-12 |
|\| | | |||
| * | | Added useful behavior for empty batch | murgatroid99 | 2015-02-12 |
| |/ | |||
* | | Run build cleaner | 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 | ||
| * | | 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 |
| | | | |||
* | | | 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. | ||
| * | | Updated as a result of changed options in build.json | 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 github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-09 |
|\| | | |||
* | | | Add call.cc | Craig Tiller | 2015-02-09 |
| | | | |||
| * | | Merge pull request #381 from ctiller/async-api-new | Yang Gao | 2015-02-09 |
| |\ \ | | | | | | | | | New Core API | ||
* | \ \ | Merge branch 'async-api-new' into c++api | Craig Tiller | 2015-02-09 |
|\ \ \ \ | |/ / / |/| | | | |||
| | * | | Fix duplicated line | 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 |
| |/ / |/| | |