Tim Emiola
483312f96f
Merge pull request #541 from ctiller/alias
...
Fix aliasing
10 years ago
Craig Tiller
772c97bbad
Fix aliasing
10 years ago
Craig Tiller
573523f127
clang-format
10 years ago
Craig Tiller
73b7018ebd
Cleaned up
10 years ago
Craig Tiller
1f1b630fe7
Merge github.com:grpc/grpc into c++api
...
Conflicts:
Makefile
10 years ago
Nicolas Noble
b4215bba56
Merge pull request #525 from ctiller/uds
...
Unix domain socket support
10 years ago
Nicolas "Pixel" Noble
23197abb50
Merge branch 'master' of github.com:google/grpc into uds
...
Conflicts:
Makefile
10 years ago
Nicolas Noble
befc83d3dd
Merge pull request #531 from ctiller/build
...
Add support for out of tree builds
10 years ago
Nicolas Noble
c132f34dc8
Merge pull request #510 from jtattermusch/grpc_tests
...
Adding an NMake makefile for Windows
10 years ago
Yang Gao
8f4c827bfb
Merge pull request #523 from ctiller/sopb
...
Avoid four allocations per stream
10 years ago
Craig Tiller
f222a4afe9
Add C# checks
10 years ago
Craig Tiller
e87ec95798
Add javascript checks
10 years ago
Craig Tiller
ad1fd3a49e
Add proto copyrights
10 years ago
Craig Tiller
3b93548b1c
Add Makefile copyright
10 years ago
Craig Tiller
834288138d
Add shell script copyrights
10 years ago
Craig Tiller
2e498aa24d
Add PHP Copyright
10 years ago
Craig Tiller
52b2bec43c
Add ruby
10 years ago
Craig Tiller
c2c792113e
Add copyrights to Python code
10 years ago
Craig Tiller
1a61b17afd
Copyright checker
...
Update LICENSE text to 2015, implement a checker that validates
whether a 2014 or 2015 version of the license is on each {.c,.cc,.h} file.
Fix the ones that are missing it.
10 years ago
Craig Tiller
cfdef957ad
Merge github.com:grpc/grpc into c++api
10 years ago
Craig Tiller
de2071beb8
Merge github.com:grpc/grpc into uds
10 years ago
Craig Tiller
acd6229304
Merge github.com:grpc/grpc into sopb
...
Conflicts:
Makefile
templates/Makefile.template
10 years ago
Craig Tiller
a9f997d362
Merge github.com:grpc/grpc into build
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
da224d6d7c
Fixes
10 years ago
Craig Tiller
61b910f638
Add support for out of tree builds
...
Auto-dependency building doesn't do this (yet)
10 years ago
Nathaniel Manista
d0f30adc8b
Add Python to the list of interop servers to run.
10 years ago
Nathaniel Manista
d4cb0d649c
Add Docker files for Python.
10 years ago
Nathaniel Manista
1d1f952731
The Python interoperability testing server.
10 years ago
Nathaniel Manista
2fe7cb7d6d
Add an early adopter public API.
10 years ago
Nathaniel Manista
81337bb41f
Add security to fore.ForeLink.
10 years ago
Nathaniel Manista
a73f7464c2
Upgrade Python proto dependency to 3.0.0-alpha-1.
10 years ago
Nathaniel Manista
a035afcfae
Clean up setup.py and move it into src/.
10 years ago
Nathaniel Manista
6edb45189e
Simplify _WrappedConsumer.moar.
10 years ago
Craig Tiller
96e352c008
Merge pull request #524 from nicolasnoble/msan
...
Properly msan-instrumenting protobuf and our C++ tests
10 years ago
Craig Tiller
8f9aaa9206
Accidental change fixed
10 years ago
Craig Tiller
d209ed0e55
clang-format
10 years ago
Craig Tiller
ae7fe92389
Unix domain socket support
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
771fefb41b
Merge pull request #18 from yang-g/c++api
...
Add missing APIs and a first metadata test, and test passes
10 years ago
Yang Gao
406b32f663
Add missing APIs and a first metadata test, and test passes
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
Craig Tiller
857680be2c
Compile fixes
10 years ago
Craig Tiller
8c22f05f21
Minor compile fix
10 years ago
soltanmm
3793267ede
Merge pull request #521 from nathanielmanistaatgoogle/future
...
Change the interface of RPC Framework's Future interface.
10 years ago