yang-g
46f4a681d2
minor fixes
9 years ago
Jan Tattermusch
6d258c59d3
add support for clang3.5, clang3.7 and gcc4.6
9 years ago
Ken Payson
1efb6017ec
Initial Python3 support
...
Notable Changes:
-Convert all str types to byte types at cython layer (ascii encoding)
-Use six for packages that have different names in Python2/Python3
-By default, unit tests are compiled/run in Python2.7 and Python3.4
-Ensure MACOSX_BUILD_TARGET is at least 10.7
9 years ago
Craig Tiller
8da8511762
Expand corpus, make one-shot runners not self-check leaks (to give ASAN a chance)
9 years ago
Craig Tiller
e4e865f0c0
Fix fuzzing detected bug
9 years ago
Masood Malekghassemi
82c3dd1f0a
Add usage documentation to Python tools distribution
9 years ago
David Klempner
e27d189f21
Factor out json seriailzation code and move it into parse_json.
...
This is for the same reasons as ParseJson, that is so that we can limit
the scope of the proto namespace differences between internal and
external.
9 years ago
Yuchen Zeng
eb25a07a48
Add filegroup grpc++_codegen_proto
9 years ago
Masood Malekghassemi
f6d09f2566
Fix command ordering for building Python artifacts
...
Source packages were not getting the necessary C files due to
`make_grpcio_tools.py` not being invoked before `sdist` through
`setup.py`.
9 years ago
Ken Payson
22a65e1a2b
Added python jwt_token_creds interop test
9 years ago
Ken Payson
9a36e6c7cd
Changed Python Sync streaming qps to follow spec
9 years ago
Masood Malekghassemi
2dbc217e5e
Add common proto files to Python grpcio-tools
9 years ago
Adam Michalik
b97e2d145e
Add C++ support for using external FD
9 years ago
Adam Michalik
bf10c82bf8
implement support for adding external fd to server
9 years ago
Adam Michalik
321b1fb1c2
separate posix functionality to grpc_posix.h
9 years ago
Adam Michalik
46cc2acc3e
add tests
9 years ago
Yuchen Zeng
c6bf5f79b2
Use deps instead of uses in build.yaml
9 years ago
Ken Payson
571c12ef18
Remove AsyncStreaming client from python qps tests
9 years ago
Masood Malekghassemi
d4b4009c37
Use Python namespace packages
...
Before, namespace packages would break in auditwheel due to a
superfluous check (fixed in the commit referenced in the Dockerfiles).
Now, the auditwheel used in the manylinux1-support Docker images can
handle namespace packages, and we may thus use them. This should
alleviate future user pain w.r.t. installation of grpcio-tools causing
loss of grpcio files and vice versa (e.g. requiring a reinstall of
grpcio following installation of grpcio-tools).
9 years ago
Yuchen Zeng
7ae31a8898
Add more comments, fix format issues
9 years ago
Yuchen Zeng
0601df3a04
Move reflection src/hdr to src/cpp/ext include/grpc++/ext
9 years ago
Yuchen Zeng
1495cb5b24
Addressed reveiw comments about naming
9 years ago
yang-g
34b5861e5c
Spliting filegroup.
9 years ago
yang-g
17487f9a22
Make grpc++ independent of protobuf
9 years ago
Jan Tattermusch
fd3857bbff
fix propagation of make options under docker
9 years ago
Makarand Dharmapurikar
eaf5426e7b
fixed dependency problem in grpc_cronet by adding dep on chttp2
9 years ago
Craig Tiller
6ae6fc7a79
Fix server side memory leak
...
If clients send GOAWAY followed by HEADER
9 years ago
Makarand Dharmapurikar
2a2599b5ca
incremental fix - removed cronet dependency from grpc_secure
9 years ago
Makarand Dharmapurikar
38d8055306
cronet build related changes
9 years ago
Yuchen Zeng
b82443e62b
Regenerate sources_and_headers.json
9 years ago
David Garcia Quintas
2a50dfefdc
s/grpc_pops/grpc_polling_entity
9 years ago
Craig Tiller
c29298dada
Revert "Disable legacy poller testing: seems like there is a bug, its legacy"
...
This reverts commit f1cde58049
.
9 years ago
Craig Tiller
69f3e2bf2e
Revert "Remove legacy poller"
...
This reverts commit d88e15cee7
.
9 years ago
vjpai
d8364f7af5
Deprecate perf_db use
9 years ago
Yuchen Zeng
ea09adc84b
Add a sanity test: check if the generated pb files are up-to-date
9 years ago
yang-g
e3975e72d2
Move grpc installation from docker file to script.
9 years ago
Alistair Veitch
f1bc22a35d
regenerate projects
9 years ago
Alistair Veitch
44181c02c4
fix options file; fix generated include guards
9 years ago
Jan Tattermusch
ebd506b7de
use 2 clients for 8core setup as well
9 years ago
Jan Tattermusch
db51bf9f81
add a new worker
9 years ago
Yuchen Zeng
c92fe25af5
Add mutex for stream in ProtoReflectionDescriptorDatabase, fix headers check
9 years ago
yang-g
933fbaf5ac
Add distrib test support for c++.
9 years ago
Craig Tiller
e0ddc35aa3
Speed up tests
9 years ago
Craig Tiller
825cd4533c
Cleanup redundant tests
9 years ago
Alistair Veitch
30fe63243a
end-to-end compilation
9 years ago
Jan Tattermusch
28f6c01d76
Revert "Revive C++ large-message throughput tests"
9 years ago
Jan Tattermusch
348ca76cf7
hotfix for sanity tests
9 years ago
Jan Tattermusch
9dda3fcd8a
one more typo fix
9 years ago
Jan Tattermusch
a8f72cff6e
run 32core tests even if previous tests fail
9 years ago
Jan Tattermusch
9cc9218c16
fix trivial typo
9 years ago