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
Craig Tiller
88c5f3de78
Merge pull request #17 from yang-g/c++api
...
add a simple server streaming e2e test, which passes
10 years ago
Yang Gao
0e0d8e11e6
add a simple server streaming e2e test, which passes
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
Craig Tiller
421e87a1b0
Merge github.com:grpc/grpc into c++api
...
Conflicts:
Makefile
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
Craig Tiller
a9aa2f5513
Merge pull request #16 from yang-g/c++api
...
change stub API for server streaming, pass in const Request& instead of ...
10 years ago
Yang Gao
07d8304f30
change stub API for server streaming, pass in const Request& instead of const Request* for the first request
10 years ago
murgatroid99
b3a4e03b2d
Version bump
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
murgatroid99
42683db2d8
Removed debugging code
10 years ago
Nicolas "Pixel" Noble
faa5f51b4b
Renaming the docker image to grpc_clang, and optimizing the build a bit.
10 years ago
murgatroid99
d3f9f9f549
Updated server.cc to match call.cc changes
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
murgatroid99
e012366e25
Improved op_vector memory management
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
murgatroid99
57dfd05851
Further improved memory management
10 years ago
murgatroid99
d66408ba5a
Improved memory management
10 years ago
Craig Tiller
bd98ed5420
Merge pull request #15 from yang-g/c++api
...
Now the test passes :)
10 years ago
Yang Gao
005f18a6a1
change ServerAsyncReader API and add a simple clientstreaming test, it passes
10 years ago
murgatroid99
17be589de0
Made changes based on comments
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