Yang Gao
8f4c827bfb
Merge pull request #523 from ctiller/sopb
...
Avoid four allocations per stream
10 years ago
Craig Tiller
acd6229304
Merge github.com:grpc/grpc into sopb
...
Conflicts:
Makefile
templates/Makefile.template
10 years ago
Craig Tiller
361c5be056
Merge pull request #539 from nathanielmanistaatgoogle/grpc-h-doc-tweaks
...
Documentation tweaks in grpc.h.
10 years ago
Nathaniel Manista
6d41a054f9
Documentation tweaks in grpc.h.
10 years ago
Craig Tiller
96e352c008
Merge pull request #524 from nicolasnoble/msan
...
Properly msan-instrumenting protobuf and our C++ tests
10 years ago
Nicolas "Pixel" Noble
d66cba2b93
Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't instrumented yet.
10 years ago
Craig Tiller
e3018e6f7d
Avoid four allocations per stream
10 years ago
Craig Tiller
44cdd6ec1a
Merge pull request #522 from nicolasnoble/posix
...
Cleaning up our posix definition / usage.
10 years ago
Craig Tiller
3609f786fd
Merge pull request #517 from vjpai/mac
...
Fix time header file for Mac
10 years ago
Craig Tiller
43517d92ee
Merge pull request #519 from nicolasnoble/docker-clang
...
Renaming the docker image to grpc_clang, and optimizing the build a bit.
10 years ago
Nicolas "Pixel" Noble
fbdd7abdca
Cleaning up our posix definition / usage.
...
-) 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.
10 years ago
soltanmm
3793267ede
Merge pull request #521 from nathanielmanistaatgoogle/future
...
Change the interface of RPC Framework's Future interface.
10 years ago
Craig Tiller
20a2b5ba0e
Merge pull request #515 from a11r/new_fling
...
Switching the fling benchmarks to the new API.
10 years ago
Nathaniel Manista
83edf3e8d3
Change the interface of RPC Framework's Future interface.
...
Now our Future interface is as-API-compatible-as-possible with
Python's own concurrent.futures.Future.
10 years ago
Tim Emiola
d1049b7039
Merge pull request #520 from donnadionne/docker
...
Setting default ssh directory in the case of test runs running as root.
10 years ago
Tim Emiola
d853baacd8
Merge pull request #516 from jtattermusch/csharp_shutdown
...
C# refactoring of GrpcEnvironment and PortPicker
10 years ago
Donna Dionne
6fd5a35ecc
Setting default ssh directory in the case of test runs running as root.
10 years ago
Nicolas "Pixel" Noble
faa5f51b4b
Renaming the docker image to grpc_clang, and optimizing the build a bit.
10 years ago
Abhishek Kumar
a2d9ed0d91
Addressed review comments
10 years ago
Michael Lumish
f47491954d
Merge pull request #518 from jtattermusch/csharp_licenseheaders
...
added license headers to all grpc C# files
10 years ago
Jan Tattermusch
07002d75dc
changed 2014 -> 2015
10 years ago
Jan Tattermusch
af77b3d0b7
changed 2014 -> 2015
10 years ago
Jan Tattermusch
a7fff86b61
added license headers to all grpc C# files
10 years ago
vjpai
c234087312
Fix header file for Mac
10 years ago
Jan Tattermusch
23821ceb69
Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once.
10 years ago
Abhishek Kumar
e3dd33ff8c
clang formatting
10 years ago
Tim Emiola
bb62706f84
Merge pull request #514 from donnadionne/docker
...
Docker
10 years ago
Abhishek Kumar
445612ec18
Btach handling of unary
10 years ago
Donna Dionne
6fcd2aad5f
useless commit to test email address.
10 years ago
Jan Tattermusch
07fadea2ff
Got rid of the PortPicker utility
10 years ago
Yang Gao
c061a2fcef
Merge pull request #509 from chen-wang/master
...
Rename examples/tips to examples/pubsub
10 years ago
Abhishek Kumar
4151cac013
Initial draft of server using new async API
10 years ago
Nicolas Noble
510a69383b
Merge pull request #512 from ctiller/ubsan
...
Add ubsan support
10 years ago
Donna Dionne
4635dc96b1
Merge branch 'master' of github.com:google/grpc into docker
10 years ago
Craig Tiller
96bd5f6b76
Add ubsan support
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
Chen wang
842325110d
Rename examples/tips to examples/pubsub
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