Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | * | | | added zlib and openssl dependencies | 2015-02-13 | ||
| | | * | | | | Initial draft of server using new async API | 2015-02-13 | ||
* | | | | | | | Merge pull request #512 from ctiller/ubsan | 2015-02-13 | ||
|\ \ \ \ \ \ \ | ||||
| | | * \ \ \ \ | Merge branch 'master' of github.com:google/grpc into docker | 2015-02-13 | ||
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||
| * | | | | | | | Add ubsan support | 2015-02-13 | ||
| | |_|_|_|_|/ | |/| | | | | | ||||
* | | | | | | | Merge pull request #511 from nicolasnoble/msan-cxx | 2015-02-13 | ||
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| * | | | | | | Adding a Dockerfile script that can build a docker image with an msan-compati... | 2015-02-13 | ||
|/ / / / / / | ||||
| | | | | * | added libraries to link against | 2015-02-12 | ||
| | | | |/ | ||||
| | | | * | polishing of Grpc.mak | 2015-02-12 | ||
| | | | * | added some more non-test targets to Grpc.mak | 2015-02-12 | ||
| | | | * | improving makefile for Windows | 2015-02-12 | ||
| | | | * | added make.bat helper | 2015-02-12 | ||
| | | | * | fixed GrpcTests.mak and removed build_and_run_tests.bat | 2015-02-12 | ||
| | | | * | Added NMake file to ease building and running tests. | 2015-02-12 | ||
| | * | | | Merge branch 'master' of github.com:google/grpc into docker | 2015-02-12 | ||
| | |\ \ \ | |_|/ / / |/| | | | | ||||
| | * | | | Fixing go docker file to use the correct golang path | 2015-02-12 | ||
| * | | | | Rename examples/tips to examples/pubsub | 2015-02-12 | ||
|/ / / / | ||||
| | | * | add more tests into build_and_run_tests.bat | 2015-02-12 | ||
* | | | | Merge pull request #508 from nicolasnoble/make-protobuf | 2015-02-12 | ||
|\ \ \ \ | ||||
| * | | | | Forgot to add the test file. | 2015-02-12 | ||
| * | | | | Updating build instructions in regard to protobuf. | 2015-02-12 | ||
| * | | | | Compiling protobuf from the Makefile if we don't have it on the system. | 2015-02-12 | ||
* | | | | | Merge pull request #500 from nicolasnoble/secure_getenv | 2015-02-12 | ||
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||
* | | | | | Merge pull request #505 from jtattermusch/csharp_single_dll | 2015-02-12 | ||
|\ \ \ \ \ | ||||
| * | | | | | clang-format of grpc_csharp_ext.c | 2015-02-12 | ||
* | | | | | | Merge pull request #503 from murgatroid99/core_empty_batch | 2015-02-12 | ||
|\ \ \ \ \ \ | ||||
| | * | | | | | added ssl.props as a dependency for grpc_csharp_ext, regenerated project files | 2015-02-12 | ||
| | * | | | | | Fixed Timespec to work on Windows, fixes in ServerSafeHandle | 2015-02-12 | ||
| | * | | | | | fixes in extension library | 2015-02-12 | ||
| | * | | | | | little refactoring for Timespec | 2015-02-12 | ||
| | * | | | | | bind Pinvoke c# call to the new wrappers | 2015-02-12 | ||
| | * | | | | | added wrappers for all grpc and gpr functions used by grpc C# | 2015-02-12 | ||
| |/ / / / / |/| | | | | | ||||
| * | | | | | Added useful behavior for empty batch | 2015-02-12 | ||
|/ / / / / | ||||
| | | * | | Merge branch 'master' of github.com:google/grpc into docker | 2015-02-12 | ||
| | | |\ \ | |_|_|/ / |/| | | | | ||||
* | | | | | Merge pull request #502 from murgatroid99/core_call_race_fix | 2015-02-12 | ||
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||
| * | | | | Fix race in call.c | 2015-02-12 | ||
|/ / / / | ||||
| | * | | Merge branch 'master' of github.com:google/grpc into docker | 2015-02-12 | ||
| | |\ \ | |_|/ / |/| | | | ||||
* | | | | Merge pull request #497 from nicolasnoble/buildcheck | 2015-02-11 | ||
|\ \ \ \ | ||||
| | * | | | Not all Linuxes are equal, and secure_getenv isn't always there. | 2015-02-12 | ||
* | | | | | Merge pull request #475 from dklempner/epoll | 2015-02-11 | ||
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||
| | * | | | Merge pull request #1 from ctiller/bc | 2015-02-11 | ||
| | |\ \ \ | ||||
| | | * | | | Generate more pleasing build.json output | 2015-02-11 | ||
| | |/ / / | ||||
| | * | | | Ran build-cleaner, and re-generated project files. | 2015-02-11 | ||
| * | | | | Destroy the wakeup fd in the right function | 2015-02-11 | ||
* | | | | | Merge pull request #480 from dklempner/runs_per_test | 2015-02-11 | ||
|\ \ \ \ \ | ||||
* \ \ \ \ \ | Merge pull request #492 from jtattermusch/csharp_mono | 2015-02-11 | ||
|\ \ \ \ \ \ | ||||
| * | | | | | | reference windows-style library names in DllImport, mono still finds the righ... | 2015-02-11 | ||
* | | | | | | | Merge pull request #491 from nicolasnoble/win32-tmpfile-fix | 2015-02-11 | ||
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||
| | * | | | | | Update completion type enum to reflect changes in grpc.h | 2015-02-11 | ||
| * | | | | | | Freeing the proper string in gpr_tmpfile. | 2015-02-11 | ||
|/ / / / / / |