Jan Tattermusch
ac9c9f93b9
reports can create subdirs
8 years ago
yongni
365c52b47e
Merge pull request #10873 from yongni/master
...
Added verbose option to run_interop_test to ease tracing the commands…
8 years ago
David G. Quintas
7c6b4beb88
Merge pull request #10911 from dgquintas/remove_thrift
...
Removed 3rd party dep on thrift
8 years ago
David Garcia Quintas
97106a7ef2
Removed 3rd party dep on thrift
8 years ago
David Garcia Quintas
04109e8f7d
BUILD and #include fixes
8 years ago
Vijay Pai
746d56df18
Merge pull request #10901 from grpc/vjpai-patch-2
...
Add gflags to Mac build from source instructions
8 years ago
Vijay Pai
75d2496ba8
Add gflags to Mac build from source instructions
...
Note that gflags is already listed as something to install under Linux before build from source and running tests but was not included on Mac.
8 years ago
Craig Tiller
a9236bc4a1
Merge pull request #10824 from ctiller/proxy2
...
Fix potential memory leak, cleanup some code
8 years ago
Jan Tattermusch
ffa7473602
Merge pull request #9376 from ivucica/ivucica_grpc_cli
...
Bazel build rule for //test/cpp/util:grpc_cli
8 years ago
Matt Kwong
b40a86fee5
Merge pull request #10874 from matt-kwong/perf-create-script
...
Update performance VM init script
8 years ago
David Garcia Quintas
04911ca202
New version of grpclb end2end test
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
7ef85e5a30
Fix bogus asserts
8 years ago
Craig Tiller
4865c79548
Merge pull request #10613 from ctiller/framing_costs
...
Optimize framing a little
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 G. Quintas
8c71bde9b0
Merge pull request #10522 from jiangtaoli2016/new_tsi
...
Update TSI with new non-blocking TSI interfaces.
8 years ago
Jan Tattermusch
f7cd585901
Merge pull request #10819 from jtattermusch/fix_cpp_distrib
...
Fix C++ distribtest
8 years ago
Craig Tiller
15fda75e1c
Merge pull request #10427 from ctiller/c++lame
...
Convert Lame Client Channel code to C++
8 years ago
Mehrdad Afshari
e376267107
Update macOS install instructions
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
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
Yong Ni
35ee7e7967
Added verbose option to run_interop_test to ease tracing the commands invoked
8 years ago
Craig Tiller
737da9fdea
Merge github.com:grpc/grpc into c++lame
8 years ago
Noah Eisen
436a394296
Merge pull request #10823 from ncteisen/client-auth-filter-fuzz
...
Don't Abort on Input
8 years ago
Nathaniel Manista
ec6f434610
Merge pull request #10867 from nathanielmanistaatgoogle/2.7-and-later
...
src/python/grpcio/README.rst clean-up.
8 years ago
Mahak Mukhi
78ca0d1d57
Fix for recent cmake failure owing to gmock
8 years ago
David G. Quintas
4dad725622
Merge pull request #10805 from dgquintas/g_for_1.4.x
...
updated g meaning for 1.4.x
8 years ago
Vijay Pai
1820965334
Merge pull request #10629 from kuscsik/build_fix
...
core: fix duplicated definition
8 years ago
Craig Tiller
78e0864d3d
Expand allowable resource quota failures: unavailable seems sane
8 years ago
Nathaniel Manista
b1faf02140
What was once Mac OS X is now called macOS
8 years ago
Nathaniel Manista
ffc23ff17f
Drop Python 2.7-only implication
8 years ago
Julien Boeuf
b71ef65cb3
more TLS cleanup.
...
- using NULL-terminated strings as opposed to const unsigned char *
with length since the credentials are in PEM format.
- aligning the structures with gRPC so that we have less convertions to
do back and forth.
8 years ago
jiangtaoli2016
a04aeec396
Merge branch 'master' into new_tsi
8 years ago
Craig Tiller
e7c31edb55
Print before commenting to ensure theres A copy of the results somewhere
8 years ago
Craig Tiller
bb4046cd77
Regenerate projects
8 years ago
Craig Tiller
e38948a1cd
clang-format
8 years ago
Craig Tiller
017b452b7b
Use larger block size in proto write
8 years ago
Matt Kwong
0f3b87aef2
Fix C/C++ test filtering
8 years ago
Zoltan Kuscsik
fcb56a785d
core, avl: rename static functions
...
Renamed remove and add static functions
to remove_key and add_key
8 years ago
Noah Eisen
f725d7e6b6
Merge branch 'master' of https://github.com/grpc/grpc into client-auth-filter-fuzz
8 years ago
jiangtaoli2016
7e41158311
Merge branch 'master' into new_tsi
8 years ago
Makarand Dharmapurikar
326345ee8c
Merge branch 'fixbazel' of https://github.com/makdharma/grpc into fixbazel
8 years ago
Craig Tiller
b864e7c41c
Merge pull request #10844 from ctiller/PSC
...
Fixes for test stability (especially microbenchmarks)
8 years ago
Craig Tiller
09ebed7bf4
Ensure port server can shutdown
8 years ago