aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't ↵Gravatar Nicolas "Pixel" Noble2015-02-14
| | | | instrumented yet.
* 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
| | | * 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.
| | * | Merge branch 'master' of github.com:google/grpc into dockerGravatar Donna Dionne2015-02-12
| | |\ \ | |_|/ / |/| | |
| | * | Fixing go docker file to use the correct golang pathGravatar Donna Dionne2015-02-12
| | | | | | | | | | | | | | | | Fixing java_base to edit permission on a key file
| * | | Rename examples/tips to examples/pubsubGravatar Chen wang2015-02-12
|/ / /
* | | Merge pull request #508 from nicolasnoble/make-protobufGravatar Craig Tiller2015-02-12
|\ \ \ | | | | | | | | Compiling protobuf from the Makefile if we don't have it on the system.
| * | | Forgot to add the test file.Gravatar Nicolas Noble2015-02-12
| | | |
| * | | Updating build instructions in regard to protobuf.Gravatar Nicolas Noble2015-02-12
| | | |
| * | | Compiling protobuf from the Makefile if we don't have it on the system.Gravatar Nicolas Noble2015-02-12
| | | |
* | | | Merge pull request #500 from nicolasnoble/secure_getenvGravatar Craig Tiller2015-02-12
|\ \ \ \ | | | | | | | | | | Not all Linuxes are equal, and secure_getenv isn't always there.
* \ \ \ \ Merge pull request #505 from jtattermusch/csharp_single_dllGravatar Tim Emiola2015-02-12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make grcp_sharp_ext the only dll needed to run gRPC C#. Great news! LGTM
| * | | | | clang-format of grpc_csharp_ext.cGravatar Jan Tattermusch2015-02-12
| | | | | |
* | | | | | Merge pull request #503 from murgatroid99/core_empty_batchGravatar Craig Tiller2015-02-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added useful behavior for empty batch
| | * | | | | added ssl.props as a dependency for grpc_csharp_ext, regenerated project filesGravatar Jan Tattermusch2015-02-12
| | | | | | |
| | * | | | | Fixed Timespec to work on Windows, fixes in ServerSafeHandleGravatar Jan Tattermusch2015-02-12
| | | | | | |
| | * | | | | fixes in extension libraryGravatar Jan Tattermusch2015-02-12
| | | | | | |
| | * | | | | little refactoring for TimespecGravatar Jan Tattermusch2015-02-12
| | | | | | |
| | * | | | | bind Pinvoke c# call to the new wrappersGravatar Jan Tattermusch2015-02-12
| | | | | | |
| | * | | | | added wrappers for all grpc and gpr functions used by grpc C#Gravatar Jan Tattermusch2015-02-12
| |/ / / / / |/| | | | |
| * | | | | Added useful behavior for empty batchGravatar murgatroid992015-02-12
|/ / / / /
| | | * | Merge branch 'master' of github.com:google/grpc into dockerGravatar Donna Dionne2015-02-12
| | | |\ \ | |_|_|/ / |/| | | |