Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 pull request #510 from jtattermusch/grpc_tests | Nicolas Noble | 2015-02-16 |
| |\ \ | | | | | | | | | Adding an NMake makefile for Windows | ||
| * \ \ | Merge pull request #523 from ctiller/sopb | Yang Gao | 2015-02-16 |
| |\ \ \ | | | | | | | | | | | Avoid four allocations per stream | ||
* | | | | | 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 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| * | | | | Merge pull request #539 from nathanielmanistaatgoogle/grpc-h-doc-tweaks | Craig Tiller | 2015-02-15 |
| |\ \ \ \ | | | | | | | | | | | | | Documentation tweaks in grpc.h. | ||
| | * | | | | Documentation tweaks in grpc.h. | Nathaniel Manista | 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) | ||
| * | | | | Merge pull request #524 from nicolasnoble/msan | Craig Tiller | 2015-02-14 |
| |\ \ \ \ | | | | | | | | | | | | | Properly msan-instrumenting protobuf and our C++ tests | ||
* | | | | | | Accidental change fixed | Craig Tiller | 2015-02-13 |
| | | | | | | |||
* | | | | | | clang-format | Craig Tiller | 2015-02-13 |
| | | | | | | |||
* | | | | | | 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 pull request #522 from nicolasnoble/posix | Craig Tiller | 2015-02-13 |
| |\ \ | | | | | | | | | Cleaning up our posix definition / usage. | ||
| * \ \ | Merge pull request #517 from vjpai/mac | Craig Tiller | 2015-02-13 |
| |\ \ \ | | | | | | | | | | | Fix time header file for Mac | ||
| * \ \ \ | Merge pull request #519 from nicolasnoble/docker-clang | Craig Tiller | 2015-02-13 |
| |\ \ \ \ | | | | | | | | | | | | | Renaming the docker image to grpc_clang, and optimizing the build a bit. | ||
| | | | * | | Cleaning up our posix definition / usage. | Nicolas "Pixel" Noble | 2015-02-14 |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) Let's not use _POSIX_SOURCE. It usually implies too much C99. _BSD_SOURCE would be the right thing to do here. -) _BSD_SOURCE is getting deprecated by glibc, so we also have to define _DEFAULT_SOURCE under Linux. -) accept4 and eventfd arn't as old as we may think; let's detect for it. -) stdint.h interferes with all these definitions if included too early; let's move it down. | ||
| * | | | | Merge pull request #521 from nathanielmanistaatgoogle/future | soltanmm | 2015-02-13 |
| |\ \ \ \ | | | | | | | | | | | | | Change the interface of RPC Framework's Future interface. | ||
| * \ \ \ \ | Merge pull request #515 from a11r/new_fling | Craig Tiller | 2015-02-13 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Switching the fling benchmarks to the new API. | ||
| | | * | | | | Change the interface of RPC Framework's Future interface. | Nathaniel Manista | 2015-02-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now our Future interface is as-API-compatible-as-possible with Python's own concurrent.futures.Future. | ||
| * | | | | | | Merge pull request #520 from donnadionne/docker | Tim Emiola | 2015-02-13 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Setting default ssh directory in the case of test runs running as root. | ||
| * \ \ \ \ \ \ | Merge pull request #516 from jtattermusch/csharp_shutdown | Tim Emiola | 2015-02-13 |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | C# refactoring of GrpcEnvironment and PortPicker | ||
| | | * | | | | | Setting default ssh directory in the case of test runs running as root. | Donna Dionne | 2015-02-13 |
| | |/ / / / / | |/| | | | | | |||
| | | | * | | | Renaming the docker image to grpc_clang, and optimizing the build a bit. | Nicolas "Pixel" Noble | 2015-02-13 |
| |_|_|/ / / |/| | | | | | |||
| | | * | | | Addressed review comments | Abhishek Kumar | 2015-02-13 |
| | | | | | | |||
| * | | | | | Merge pull request #518 from jtattermusch/csharp_licenseheaders | Michael Lumish | 2015-02-13 |
|/| | | | | | | | | | | | | | | | | | added license headers to all grpc C# files | ||
| * | | | | | changed 2014 -> 2015 | Jan Tattermusch | 2015-02-13 |
| | | | | | | |||
| * | | | | | changed 2014 -> 2015 | Jan Tattermusch | 2015-02-13 |
| | | | | | | |||
| * | | | | | added license headers to all grpc C# files | Jan Tattermusch | 2015-02-13 |
| | | | | | | |||
| | | | * | | Fix header file for Mac | vjpai | 2015-02-13 |
| |_|_|/ / |/| | | | | |||
| | * | | | Reworked GrpcEnvironment initialization and shutdown to allow running all ↵ | Jan Tattermusch | 2015-02-13 |
| | | | | | | | | | | | | | | | | | | | | tests at once. | ||
| | | * | | clang formatting | Abhishek Kumar | 2015-02-13 |
| | | | | | |||
* | | | | | Merge pull request #514 from donnadionne/docker | Tim Emiola | 2015-02-13 |
|\ \ \ \ \ | |/ / / / |/| | | | | Docker | ||
| | | * | | Btach handling of unary | Abhishek Kumar | 2015-02-13 |
| | | | | | |||
| * | | | | useless commit to test email address. | Donna Dionne | 2015-02-13 |
| | | | | | |||
| | * | | | Got rid of the PortPicker utility | Jan Tattermusch | 2015-02-13 |
| |/ / / |/| | | | |||
* | | | | Merge pull request #509 from chen-wang/master | Yang Gao | 2015-02-13 |
|\ \ \ \ | | | | | | | | | | | Rename examples/tips to examples/pubsub | ||
| | | | * | Merge branch 'grpc_tests' of github.com:jtattermusch/grpc into grpc_tests | Jan Tattermusch | 2015-02-13 |
| | | | |\ | |||
| | | | * | | added zlib and openssl dependencies | Jan Tattermusch | 2015-02-13 |
| | | | | | | |||
| | | * | | | Initial draft of server using new async API | Abhishek Kumar | 2015-02-13 |
| | | | | | | |||
* | | | | | | Merge pull request #512 from ctiller/ubsan | Nicolas Noble | 2015-02-13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add ubsan support | ||
| | | * \ \ \ | Merge branch 'master' of github.com:google/grpc into docker | Donna Dionne | 2015-02-13 |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | |||
| * | | | | | | Add ubsan support | Craig Tiller | 2015-02-13 |
| | | | | | | | |||
* | | | | | | | Merge pull request #511 from nicolasnoble/msan-cxx | Craig Tiller | 2015-02-13 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Adding a Dockerfile script that can build a docker image with an msan-compatible C++ compiler. | ||
| * | | | | | | Adding a Dockerfile script that can build a docker image with an ↵ | Nicolas "Pixel" Noble | 2015-02-13 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | msan-compatible C++ compiler. | ||
| | | | | * | added libraries to link against | Jan Tattermusch | 2015-02-12 |
| | | | |/ |