Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't ↵ | Nicolas "Pixel" Noble | 2015-02-14 |
| | | | | instrumented yet. | ||
* | 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 | ||
| | | * | 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. | ||
| | * | | Merge branch 'master' of github.com:google/grpc into docker | Donna Dionne | 2015-02-12 |
| | |\ \ | |_|/ / |/| | | | |||
| | * | | Fixing go docker file to use the correct golang path | Donna Dionne | 2015-02-12 |
| | | | | | | | | | | | | | | | | Fixing java_base to edit permission on a key file | ||
| * | | | Rename examples/tips to examples/pubsub | Chen wang | 2015-02-12 |
|/ / / | |||
* | | | 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. | ||
| * | | | Forgot to add the test file. | Nicolas Noble | 2015-02-12 |
| | | | | |||
| * | | | Updating build instructions in regard to protobuf. | Nicolas Noble | 2015-02-12 |
| | | | | |||
| * | | | Compiling protobuf from the Makefile if we don't have it on the system. | Nicolas Noble | 2015-02-12 |
| | | | | |||
* | | | | Merge pull request #500 from nicolasnoble/secure_getenv | Craig Tiller | 2015-02-12 |
|\ \ \ \ | | | | | | | | | | | Not all Linuxes are equal, and secure_getenv isn't always there. | ||
* \ \ \ \ | Merge pull request #505 from jtattermusch/csharp_single_dll | Tim Emiola | 2015-02-12 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Make grcp_sharp_ext the only dll needed to run gRPC C#. Great news! LGTM | ||
| * | | | | | clang-format of grpc_csharp_ext.c | Jan Tattermusch | 2015-02-12 |
| | | | | | | |||
* | | | | | | Merge pull request #503 from murgatroid99/core_empty_batch | Craig Tiller | 2015-02-12 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added useful behavior for empty batch | ||
| | * | | | | | added ssl.props as a dependency for grpc_csharp_ext, regenerated project files | Jan Tattermusch | 2015-02-12 |
| | | | | | | | |||
| | * | | | | | Fixed Timespec to work on Windows, fixes in ServerSafeHandle | Jan Tattermusch | 2015-02-12 |
| | | | | | | | |||
| | * | | | | | fixes in extension library | Jan Tattermusch | 2015-02-12 |
| | | | | | | | |||
| | * | | | | | little refactoring for Timespec | Jan Tattermusch | 2015-02-12 |
| | | | | | | | |||
| | * | | | | | bind Pinvoke c# call to the new wrappers | Jan Tattermusch | 2015-02-12 |
| | | | | | | | |||
| | * | | | | | added wrappers for all grpc and gpr functions used by grpc C# | Jan Tattermusch | 2015-02-12 |
| |/ / / / / |/| | | | | | |||
| * | | | | | Added useful behavior for empty batch | murgatroid99 | 2015-02-12 |
|/ / / / / | |||
| | | * | | Merge branch 'master' of github.com:google/grpc into docker | Donna Dionne | 2015-02-12 |
| | | |\ \ | |_|_|/ / |/| | | | |