aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| * | | | | | 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-compati...Gravatar Nicolas "Pixel" Noble2015-02-13
|/ / / / / /
| | | | | * added libraries to link againstGravatar Jan Tattermusch2015-02-12
| | | | |/
| | | | * polishing of Grpc.makGravatar Jan Tattermusch2015-02-12
| | | | * added some more non-test targets to Grpc.makGravatar Jan Tattermusch2015-02-12
| | | | * improving makefile for WindowsGravatar Jan Tattermusch2015-02-12
| | | | * added make.bat helperGravatar Jan Tattermusch2015-02-12
| | | | * fixed GrpcTests.mak and removed build_and_run_tests.batGravatar Jan Tattermusch2015-02-12
| | | | * Added NMake file to ease building and running tests.Gravatar Jan Tattermusch2015-02-12
| | * | | 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
| * | | | Rename examples/tips to examples/pubsubGravatar Chen wang2015-02-12
|/ / / /
| | | * add more tests into build_and_run_tests.batGravatar Jan Tattermusch2015-02-12
* | | | Merge pull request #508 from nicolasnoble/make-protobufGravatar Craig Tiller2015-02-12
|\ \ \ \
| * | | | 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
|\ \ \ \ \ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #505 from jtattermusch/csharp_single_dllGravatar Tim Emiola2015-02-12
|\ \ \ \ \
| * | | | | 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 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
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | Merge pull request #502 from murgatroid99/core_call_race_fixGravatar Yang Gao2015-02-12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix race in call.cGravatar murgatroid992015-02-12
|/ / / /
| | * | Merge branch 'master' of github.com:google/grpc into dockerGravatar Donna Dionne2015-02-12
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #497 from nicolasnoble/buildcheckGravatar Craig Tiller2015-02-11
|\ \ \ \
| | * | | Not all Linuxes are equal, and secure_getenv isn't always there.Gravatar Nicolas Noble2015-02-12
* | | | | Merge pull request #475 from dklempner/epollGravatar Craig Tiller2015-02-11
|\ \ \ \ \ | |_|/ / / |/| | | |
| | * | | Merge pull request #1 from ctiller/bcGravatar Nicolas Noble2015-02-11
| | |\ \ \
| | | * | | Generate more pleasing build.json outputGravatar Craig Tiller2015-02-11
| | |/ / /
| | * | | Ran build-cleaner, and re-generated project files.Gravatar Nicolas Noble2015-02-11
| * | | | Destroy the wakeup fd in the right functionGravatar David Klempner2015-02-11
* | | | | Merge pull request #480 from dklempner/runs_per_testGravatar Craig Tiller2015-02-11
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #492 from jtattermusch/csharp_monoGravatar Michael Lumish2015-02-11
|\ \ \ \ \ \
| * | | | | | reference windows-style library names in DllImport, mono still finds the righ...Gravatar Jan Tattermusch2015-02-11
* | | | | | | Merge pull request #491 from nicolasnoble/win32-tmpfile-fixGravatar Jan Tattermusch2015-02-11
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| | * | | | | Update completion type enum to reflect changes in grpc.hGravatar Jan Tattermusch2015-02-11
| * | | | | | Freeing the proper string in gpr_tmpfile.Gravatar Nicolas Noble2015-02-11
|/ / / / / /
| | * | | | Change TestCache to parameterize whether to skip running tests.Gravatar David Klempner2015-02-11
* | | | | | Merge pull request #490 from nicolasnoble/win32-debugGravatar Jan Tattermusch2015-02-11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Enabling debug symbols while running batched tests under Windows.Gravatar Nicolas Noble2015-02-11
|/ / / / /
* | | | | Merge pull request #489 from jtattermusch/cpu_windowsGravatar Nicolas Noble2015-02-11
|\ \ \ \ \