aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:google/grpc into udsGravatar Nicolas "Pixel" Noble2015-02-17
|\ | | | | | | | | Conflicts: Makefile
| * Merge pull request #531 from ctiller/buildGravatar Nicolas Noble2015-02-16
| |\ | | | | | | Add support for out of tree builds
| * \ Merge pull request #510 from jtattermusch/grpc_testsGravatar Nicolas Noble2015-02-16
| |\ \ | | | | | | | | Adding an NMake makefile for Windows
| * \ \ Merge pull request #523 from ctiller/sopbGravatar Yang Gao2015-02-16
| |\ \ \ | | | | | | | | | | Avoid four allocations per stream
* | | | | Merge github.com:grpc/grpc into udsGravatar Craig Tiller2015-02-16
|\| | | |
| | * | | Merge github.com:grpc/grpc into sopbGravatar Craig Tiller2015-02-16
| | |\ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | Conflicts: Makefile templates/Makefile.template
| | | | * Merge github.com:grpc/grpc into buildGravatar Craig Tiller2015-02-16
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Merge pull request #539 from nathanielmanistaatgoogle/grpc-h-doc-tweaksGravatar Craig Tiller2015-02-15
| |\ \ \ \ | | | | | | | | | | | | Documentation tweaks in grpc.h.
| | * | | | Documentation tweaks in grpc.h.Gravatar Nathaniel Manista2015-02-16
| |/ / / /
| | | | * FixesGravatar Craig Tiller2015-02-15
| | | | |
| | | | * Add support for out of tree buildsGravatar Craig Tiller2015-02-15
| | | | | | | | | | | | | | | | | | | | Auto-dependency building doesn't do this (yet)
| * | | | Merge pull request #524 from nicolasnoble/msanGravatar Craig Tiller2015-02-14
| |\ \ \ \ | | | | | | | | | | | | Properly msan-instrumenting protobuf and our C++ tests
* | | | | | Accidental change fixedGravatar Craig Tiller2015-02-13
| | | | | |
* | | | | | clang-formatGravatar Craig Tiller2015-02-13
| | | | | |
* | | | | | Unix domain socket supportGravatar Craig Tiller2015-02-13
| |_|_|_|/ |/| | | |
| | * | | Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't ↵Gravatar Nicolas "Pixel" Noble2015-02-14
| |/ / / | | | | | | | | | | | | instrumented yet.
| | * / Avoid four allocations per streamGravatar Craig Tiller2015-02-13
| |/ / |/| |
| * | Merge pull request #522 from nicolasnoble/posixGravatar Craig Tiller2015-02-13
| |\ \ | | | | | | | | Cleaning up our posix definition / usage.
| * \ \ Merge pull request #517 from vjpai/macGravatar Craig Tiller2015-02-13
| |\ \ \ | | | | | | | | | | Fix time header file for Mac
| * \ \ \ Merge pull request #519 from nicolasnoble/docker-clangGravatar Craig Tiller2015-02-13
| |\ \ \ \ | | | | | | | | | | | | Renaming the docker image to grpc_clang, and optimizing the build a bit.
| | | | * | Cleaning up our posix definition / usage.Gravatar Nicolas "Pixel" Noble2015-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/futureGravatar soltanmm2015-02-13
| |\ \ \ \ | | | | | | | | | | | | Change the interface of RPC Framework's Future interface.
| * \ \ \ \ Merge pull request #515 from a11r/new_flingGravatar Craig Tiller2015-02-13
| |\ \ \ \ \ | | | | | | | | | | | | | | Switching the fling benchmarks to the new API.
| | | * | | | Change the interface of RPC Framework's Future interface.Gravatar Nathaniel Manista2015-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/dockerGravatar Tim Emiola2015-02-13
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Setting default ssh directory in the case of test runs running as root.
| * \ \ \ \ \ \ Merge pull request #516 from jtattermusch/csharp_shutdownGravatar Tim Emiola2015-02-13
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | C# refactoring of GrpcEnvironment and PortPicker
| | | * | | | | Setting default ssh directory in the case of test runs running as root.Gravatar Donna Dionne2015-02-13
| | |/ / / / / | |/| | | | |
| | | | * | | Renaming the docker image to grpc_clang, and optimizing the build a bit.Gravatar Nicolas "Pixel" Noble2015-02-13
| |_|_|/ / / |/| | | | |
| | | * | | Addressed review commentsGravatar Abhishek Kumar2015-02-13
| | | | | |
| * | | | | Merge pull request #518 from jtattermusch/csharp_licenseheadersGravatar Michael Lumish2015-02-13
|/| | | | | | | | | | | | | | | | | added license headers to all grpc C# files
| * | | | | changed 2014 -> 2015Gravatar Jan Tattermusch2015-02-13
| | | | | |
| * | | | | changed 2014 -> 2015Gravatar Jan Tattermusch2015-02-13
| | | | | |
| * | | | | added license headers to all grpc C# filesGravatar Jan Tattermusch2015-02-13
| | | | | |
| | | | * | Fix header file for MacGravatar vjpai2015-02-13
| |_|_|/ / |/| | | |
| | * | | Reworked GrpcEnvironment initialization and shutdown to allow running all ↵Gravatar Jan Tattermusch2015-02-13
| | | | | | | | | | | | | | | | | | | | tests at once.
| | | * | clang formattingGravatar Abhishek Kumar2015-02-13
| | | | |
* | | | | Merge pull request #514 from donnadionne/dockerGravatar Tim Emiola2015-02-13
|\ \ \ \ \ | |/ / / / |/| | | | Docker
| | | * | Btach handling of unaryGravatar Abhishek Kumar2015-02-13
| | | | |
| * | | | useless commit to test email address.Gravatar Donna Dionne2015-02-13
| | | | |
| | * | | Got rid of the PortPicker utilityGravatar Jan Tattermusch2015-02-13
| |/ / / |/| | |
* | | | Merge pull request #509 from chen-wang/masterGravatar Yang Gao2015-02-13
|\ \ \ \ | | | | | | | | | | Rename examples/tips to examples/pubsub
| | | | * Merge branch 'grpc_tests' of github.com:jtattermusch/grpc into grpc_testsGravatar Jan Tattermusch2015-02-13
| | | | |\
| | | | * | added zlib and openssl dependenciesGravatar Jan Tattermusch2015-02-13
| | | | | |
| | | * | | Initial draft of server using new async APIGravatar Abhishek Kumar2015-02-13
| | | | | |
* | | | | | Merge pull request #512 from ctiller/ubsanGravatar Nicolas Noble2015-02-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add ubsan support
| | | * \ \ \ Merge branch 'master' of github.com:google/grpc into dockerGravatar Donna Dionne2015-02-13
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Add ubsan supportGravatar Craig Tiller2015-02-13
| | | | | | |
* | | | | | | Merge pull request #511 from nicolasnoble/msan-cxxGravatar Craig Tiller2015-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 ↵Gravatar Nicolas "Pixel" Noble2015-02-13
|/ / / / / / | | | | | | | | | | | | | | | | | | msan-compatible C++ compiler.
| | | | | * added libraries to link againstGravatar Jan Tattermusch2015-02-12
| | | | |/