Matt Kwong
b40a86fee5
Merge pull request #10874 from matt-kwong/perf-create-script
...
Update performance VM init script
8 years ago
Muxi Yan
9dd9178f30
Allow enabling of each filter
8 years ago
Muxi Yan
f8d01f3834
Intercept compression when workaround is active
8 years ago
Sree Kuchibhotla
2f128f9a0b
add blocking region annotations around sigtimedwait
8 years ago
David Garcia Quintas
04911ca202
New version of grpclb end2end test
8 years ago
Craig Tiller
7068eafd89
Merge branch 'epoll1' of github.com:ctiller/grpc into epoll1
8 years ago
Craig Tiller
375eb258d8
Fix kicks
8 years ago
Craig Tiller
b86da9503a
Ensure at least one cq
8 years ago
Manuel Kroiss
6580894218
Fix python imports in gRPC generated python code
...
This changes the import style for proto dependencies from a) to b).
a) "import a.b.c as x"
b) "from a.b import c as x"
Using statement a) causes problems when using __init__ files. If module
"a.b" has an __init__.py file which is importing the python generated
grpc code "a.b.d", then we cannot import a module named "a.b.c" because
the module "a.b" does not exist yet. In this case python will throw:
AttributeError: 'module' object has no attribute 'b'
This PR adapts the code to use the same logic as in:
/google/protobuf/compiler/python/python_generator.cc
8 years ago
Craig Tiller
6c1c8e5f04
Increase default CQ count from 1 to num_cpus
8 years ago
Craig Tiller
86033d6b88
Merge github.com:grpc/grpc into serve_fries
8 years ago
Craig Tiller
f8382b80ca
clang-format
8 years ago
Craig Tiller
7ef85e5a30
Fix bogus asserts
8 years ago
Craig Tiller
f7283e01dd
Merge github.com:grpc/grpc into trickle_stall
8 years ago
Craig Tiller
4865c79548
Merge pull request #10613 from ctiller/framing_costs
...
Optimize framing a little
8 years ago
Craig Tiller
9ddb3151d6
Bug fixes
8 years ago
David Garcia Quintas
606945af76
1.3.0 -> 1.3.1-pre1
8 years ago
MakMukhi
af4e8a7df1
Merge pull request #10869 from MakMukhi/cmake_fix
...
Fix for recent cmake failure owing to gmock
8 years ago
David Garcia Quintas
3ef2355eae
s/1.3.0-pre/1.3.0
8 years ago
Craig Tiller
6f0af49bb2
Allow specifying a default signal iff epollsig has been explicitly requested
8 years ago
Craig Tiller
6a85ee0b4d
Fix test compilation
8 years ago
Craig Tiller
4e1393ba11
Merge branch 'epoll1' of github.com:ctiller/grpc into epoll1
8 years ago
Craig Tiller
d4838a98c5
Tweaks
8 years ago
Craig Tiller
b72a74ae03
Fix wakeup bug
8 years ago
Craig Tiller
4509c47614
Fixes
8 years ago
Muxi Yan
f63afec89d
user-agent string filtering
8 years ago
Matt Kwong
ca678fcaed
Merge pull request #10884 from matt-kwong/fix_1.3.x_tests
...
Cherry-pick: fix Jenkins testing 1.3.x
8 years ago
David G. Quintas
8c71bde9b0
Merge pull request #10522 from jiangtaoli2016/new_tsi
...
Update TSI with new non-blocking TSI interfaces.
8 years ago
Craig Tiller
c67cc999e3
Initial fork for singleton epoll poller
8 years ago
Jan Tattermusch
f7cd585901
Merge pull request #10819 from jtattermusch/fix_cpp_distrib
...
Fix C++ distribtest
8 years ago
Michael Lumish
7ad166fafc
Merge pull request #10825 from murgatroid99/node_only_uv
...
Remove non-libuv code from Node extension
8 years ago
Craig Tiller
ac99bfff46
Merge github.com:grpc/grpc into epex4
8 years ago
Craig Tiller
15fda75e1c
Merge pull request #10427 from ctiller/c++lame
...
Convert Lame Client Channel code to C++
8 years ago
Craig Tiller
1939744de5
Fix test failure
8 years ago
Mehrdad Afshari
e376267107
Update macOS install instructions
8 years ago
Matt Kwong
eb1848761d
Fix C/C++ test filtering
8 years ago
Matt Kwong
72824a1416
Add test filtering to performance pull requests
8 years ago
Craig Tiller
e3229fe7c6
Extend time capping to run_tests_matrix scripts
8 years ago
Jan Tattermusch
03fb85178e
Merge pull request #10877 from jtattermusch/fix_sc_formatting
...
Fix security_connector.c formatting
8 years ago
Jan Tattermusch
136533e396
fix security_connector.c formatting
8 years ago
Ivan Vučica
38279ea2e0
Bazel rule for building grpc_cli.
8 years ago
jboeuf
8e7653736b
Merge pull request #10772 from jboeuf/http2_cipher_suites
...
Removing cipher suites blacklisted in HTTP2.
8 years ago
Julien Boeuf
815e318268
Removing cipher suites blacklisted in HTTP2.
...
See http://httpwg.org/specs/rfc7540.html#BadCipherSuites
8 years ago
jboeuf
382bd82b0e
Merge pull request #10627 from jboeuf/more_ssl_factory_cleanup
...
more TLS cleanup.
8 years ago
Sree Kuchibhotla
93478976b7
Cleanup ev_epoll_linux_test and add some log statements in
...
ev_epoll_linux.c
8 years ago
Sree Kuchibhotla
22b8bb1e08
Make max-pollers configurable via GRPC_MAX_POLLERS_PER_PI env variable
8 years ago
Matt Kwong
0df196a0af
Merge pull request #10855 from matt-kwong/fix_filter
...
Fix test filtering for C/C++
8 years ago
Matt Kwong
6ae9175690
Update performance VM init script
8 years ago
Sree Kuchibhotla
7f59e9d3ac
Merge branch 'master' into cq_limited_pollers
8 years ago
Sree Kuchibhotla
1eabdab113
clang format
8 years ago