Donna Dionne
4635dc96b1
Merge branch 'master' of github.com:google/grpc into docker
10 years ago
Craig Tiller
bf275ece90
Merge pull request #511 from nicolasnoble/msan-cxx
...
Adding a Dockerfile script that can build a docker image with an msan-compatible C++ compiler.
10 years ago
Nicolas "Pixel" Noble
a339c16999
Adding a Dockerfile script that can build a docker image with an msan-compatible C++ compiler.
10 years ago
Donna Dionne
0963425a94
Merge branch 'master' of github.com:google/grpc into docker
10 years ago
Donna Dionne
1829e4cf42
Fixing go docker file to use the correct golang path
...
Fixing java_base to edit permission on a key file
10 years ago
Craig Tiller
bc91e25c3d
Merge pull request #508 from nicolasnoble/make-protobuf
...
Compiling protobuf from the Makefile if we don't have it on the system.
10 years ago
Nicolas Noble
d2cfde74b9
Forgot to add the test file.
10 years ago
Nicolas Noble
c70752af76
Updating build instructions in regard to protobuf.
10 years ago
Nicolas Noble
5383062df6
Compiling protobuf from the Makefile if we don't have it on the system.
10 years ago
Craig Tiller
6b6c3dd2c9
Merge pull request #500 from nicolasnoble/secure_getenv
...
Not all Linuxes are equal, and secure_getenv isn't always there.
10 years ago
Tim Emiola
9b09d19484
Merge pull request #505 from jtattermusch/csharp_single_dll
...
Make grcp_sharp_ext the only dll needed to run gRPC C#.
Great news! LGTM
10 years ago
Jan Tattermusch
a9edeef4cc
clang-format of grpc_csharp_ext.c
10 years ago
Craig Tiller
6b41b61cd4
Merge pull request #503 from murgatroid99/core_empty_batch
...
Added useful behavior for empty batch
10 years ago
Jan Tattermusch
13b9cfb8de
added ssl.props as a dependency for grpc_csharp_ext, regenerated project files
10 years ago
Jan Tattermusch
61f93b2b06
Fixed Timespec to work on Windows, fixes in ServerSafeHandle
10 years ago
Jan Tattermusch
c9562b6c4b
fixes in extension library
10 years ago
Jan Tattermusch
86a249f6f0
little refactoring for Timespec
10 years ago
Jan Tattermusch
e1e11878cb
bind Pinvoke c# call to the new wrappers
10 years ago
Jan Tattermusch
35e4280db9
added wrappers for all grpc and gpr functions used by grpc C#
10 years ago
murgatroid99
a8c21e8ecf
Added useful behavior for empty batch
10 years ago
Donna Dionne
bf18198231
Merge branch 'master' of github.com:google/grpc into docker
10 years ago
Yang Gao
e0da0f7c29
Merge pull request #502 from murgatroid99/core_call_race_fix
...
Fix race in call.c
10 years ago
murgatroid99
04c447977e
Fix race in call.c
10 years ago
Donna Dionne
573a09688a
Merge branch 'master' of github.com:google/grpc into docker
10 years ago
Craig Tiller
f0ee545221
Merge pull request #497 from nicolasnoble/buildcheck
...
Ran build-cleaner, and re-generated project files.
10 years ago
Nicolas Noble
d3ae976ac0
Not all Linuxes are equal, and secure_getenv isn't always there.
...
Let's include <features.h> to figure out if the system we're on is supporting secure_getenv, and adapt accordingly.
I suspect we might want to do the same with epoll, as it was added to glibc in 2.3.2, and eventfd has been added to glibc in 2.8.
10 years ago
Craig Tiller
d8b88dec91
Merge pull request #475 from dklempner/epoll
...
Epoll based multipoller
10 years ago
Nicolas Noble
98d1dd06f2
Merge pull request #1 from ctiller/bc
...
Generate more pleasing output
10 years ago
Craig Tiller
9d085a32d8
Generate more pleasing build.json output
...
run: was getting a little lost
10 years ago
Nicolas Noble
1407adb2a1
Ran build-cleaner, and re-generated project files.
10 years ago
David Klempner
5fa1c3fb60
Destroy the wakeup fd in the right function
10 years ago
Craig Tiller
6be5e587bd
Merge pull request #480 from dklempner/runs_per_test
...
Disable test caching when runs_per_test > 1
10 years ago
Michael Lumish
2ea18ee6eb
Merge pull request #492 from jtattermusch/csharp_mono
...
Preparations to make gRPC C# work on windows.
10 years ago
Jan Tattermusch
20b738d778
reference windows-style library names in DllImport, mono still finds the right library
10 years ago
Jan Tattermusch
a99bf34d81
Merge pull request #491 from nicolasnoble/win32-tmpfile-fix
...
Freeing the proper string in gpr_tmpfile.
10 years ago
Jan Tattermusch
630f1b842e
Update completion type enum to reflect changes in grpc.h
10 years ago
Nicolas Noble
df80ba81c9
Freeing the proper string in gpr_tmpfile.
...
Fixes #478 .
(oops)
10 years ago
David Klempner
2573958e84
Change TestCache to parameterize whether to skip running tests.
...
This allows caching results with --runs_per_test.
10 years ago
Jan Tattermusch
c9b8eb3b38
Merge pull request #490 from nicolasnoble/win32-debug
...
Enabling debug symbols while running batched tests under Windows.
10 years ago
Nicolas Noble
24cad9b6c6
Enabling debug symbols while running batched tests under Windows.
10 years ago
Nicolas Noble
31f89f877d
Merge pull request #489 from jtattermusch/cpu_windows
...
Added placeholder for cpu_windows.c implementation
10 years ago
Nicolas Noble
1a9cf615ca
Merge pull request #481 from jtattermusch/csharp_win_dll
...
Add visual studio project to build dll libraries.
10 years ago
Jan Tattermusch
2cdacb8d2e
added log messages for cpu_windows.c
10 years ago
Jan Tattermusch
6943fb3aed
added cpu_windows.c
10 years ago
Craig Tiller
59680ee16d
Merge pull request #482 from nicolasnoble/typos
...
Fixing valgrind's codepath in run_tests.py.
10 years ago
Tim Emiola
5eff61182e
Merge pull request #470 from ejona86/docker-java
...
Update grpc_java_base Dockerfile to proto3
10 years ago
Jan Tattermusch
8f24bec047
set RuntimeLibrary for zlib project to default
10 years ago
Tim Emiola
fed9186f54
Merge pull request #468 from nathanielmanistaatgoogle/server_server_credentials
...
Server server credentials
10 years ago
Nicolas Noble
0af000bfba
Fixing valgrind's codepath in run_tests.py.
10 years ago
Nicolas Noble
0bae4b2f08
Merge pull request #471 from jboeuf/call_host_name_check
...
Adding call host (:authority header) check in the secure channel.
10 years ago