Masood Malekghassemi
0cc27920f8
Integrate zlib into Python distribution
9 years ago
Jan Tattermusch
6f8baab2af
bump core version to 0.13
9 years ago
Vijay Pai
4dc269ed98
Merge async client thread stress test into main thread stress test so as to
...
improve code reuse
9 years ago
Vijay Pai
abd5aa402f
Introduce thread stress test using async client. The server is still sync
...
for now. This will increase our coverage of concurrent execution cases in C++
since we don't currently have any coverage for multithreaded async execution using
a common completion queue.
In this test, 100 client threads initiate 1000 RPCs each, then join, and then
100 client threads come along to proces those RPC completion events as they come back.
9 years ago
Craig Tiller
81df68d647
Add some time dilation for ASAN builds
9 years ago
Craig Tiller
a0f85171d1
Move build configs into build.yaml
...
Importantly:
- allows matching timeout values between makefile and run_tests without
repeating ourselves
- allows borrowing of compiler flags by other build systems
There's still a little too much build configuration built into our
Makefile, but we can start attacking that over time.
9 years ago
Craig Tiller
bfd0553571
Add C++ CPU costs
9 years ago
Craig Tiller
bfe693678d
Tweak cpu costs
9 years ago
Craig Tiller
5f735a64e1
Add CPU cost measurement, tune parameters, decrease default maxjobs
9 years ago
Craig Tiller
56c6b6ab0a
Use CPU cost modelling to increase parallelism
9 years ago
Nicolas "Pixel" Noble
69dcff5261
Re-ordering interdependent proto files.
9 years ago
Alistair Veitch
0f690721bd
Move encode/decode API into census.h
9 years ago
Alistair Veitch
bb30d2591f
initial commit
9 years ago
Jan Tattermusch
d5653e4b52
change openssl linkage on windows to static
9 years ago
Jan Tattermusch
324140c2e9
support static linkage for dependencies
9 years ago
Masood Malekghassemi
387e116fd6
Use BoringSSL for Python gRPC
9 years ago
vjpai
083dc62cf6
Generic test
9 years ago
Masood Malekghassemi
116982ea89
Include core in Python distribution
9 years ago
murgatroid99
c3910cadb4
Expose core metadata validation functions in public headers
9 years ago
Craig Tiller
ab23045414
Add a test that public headers compile as C99
9 years ago
Craig Tiller
0fe5ee7be3
BoringSSL integration: non-vsprojects changes
9 years ago
Craig Tiller
1b4e33029e
Consolidate C++ proto files under src/proto
...
- make the directory structure match the package structure
- sanitize the package structure (test --> testing)
- add auto-detection of proto file dependencies
9 years ago
Nicolas "Pixel" Noble
11c320da08
Increasing json code coverage.
9 years ago
David Garcia Quintas
48ec806249
Done!
9 years ago
Craig Tiller
a0c7cddf2b
Add dns resolver test
9 years ago
Craig Tiller
27493204fc
Add tests for socket utilities
9 years ago
Craig Tiller
b8bd62e975
Add a test for sockaddr_resolver
9 years ago
yang-g
c3d94fb82a
add tests for public server apis
9 years ago
yang-g
d482e59d3a
add a test for secure_channel_create and fix cleanup code
9 years ago
Craig Tiller
cf79fc1116
Disable httpscli_test on mac: its openssl is old
9 years ago
David Garcia Quintas
a5aa19b8b6
PR comments
9 years ago
Craig Tiller
179e6febd2
Add a test for grpc_connectivity_state_name
9 years ago
yang-g
fe9a975655
Add a test for failing to add a port
9 years ago
Craig Tiller
95eeed7590
Kill noop_filter.c
9 years ago
yang-g
c0ed509d93
Add test for un-resolvable target
9 years ago
Craig Tiller
bbb73b66fb
Nuke unused files
9 years ago
Craig Tiller
cc0535d25e
Add a test of httpcli over ssl
9 years ago
yang-g
f1183300ce
add test for global plugin
9 years ago
yang-g
a1fecbceb5
generate projects
9 years ago
Craig Tiller
26dab31f6e
Start of ping sketch
9 years ago
Craig Tiller
8ab91b29fe
Add test of varint encoding for hpack
9 years ago
yang-g
077f6f80f0
some tests
9 years ago
Craig Tiller
71f3a88d48
Build fix
9 years ago
Craig Tiller
6a27514207
Correctly tag dependencies
9 years ago
Jan Tattermusch
36065beee2
grpc_csharp_ext VS2015 support
9 years ago
yang-g
52705590e4
Add set pointer api to channel_arguments
9 years ago
yang-g
a23f17b123
add server_builder_option
9 years ago
Craig Tiller
fba79f213f
AVL: creation, destroy, add
9 years ago
Craig Tiller
ebdef9d674
Remove metadata context from the channel stack
9 years ago
murgatroid99
94a754146f
Added to build.yaml the list of headers and JS source files for the Node library
9 years ago