Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #10360 from dgquintas/grpclb_new_test | David G. Quintas | 2017-05-02 |
|\ | | | | | New version of grpclb end2end test | ||
* \ | Merge pull request #7836 from thinkerou/delete_unuse_lib | Nathaniel Manista | 2017-05-01 |
|\ \ | | | | | | | Remove unused import in grpcio_health_checking. | ||
* \ \ | Merge pull request #10862 from makroiss/patch-1 | Nathaniel Manista | 2017-05-01 |
|\ \ \ | | | | | | | | | Fix imports in generated gRPC Python code. | ||
| | | * | Merge branch 'master' of github.com:grpc/grpc into grpclb_new_test | David Garcia Quintas | 2017-05-01 |
| | | |\ | |_|_|/ |/| | | | |||
| | | * | BUILD and #include fixes | David Garcia Quintas | 2017-04-28 |
| | | | | |||
* | | | | Merge pull request #10824 from ctiller/proxy2 | Craig Tiller | 2017-04-28 |
|\ \ \ \ | | | | | | | | | | | Fix potential memory leak, cleanup some code | ||
| | | | * | New version of grpclb end2end test | David Garcia Quintas | 2017-04-27 |
| |_|_|/ |/| | | | |||
| | * | | Fix python imports in gRPC generated python code | Manuel Kroiss | 2017-04-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||
* | | | | Merge pull request #10613 from ctiller/framing_costs | Craig Tiller | 2017-04-27 |
|\ \ \ \ | | | | | | | | | | | Optimize framing a little | ||
* \ \ \ \ | Merge pull request #10522 from jiangtaoli2016/new_tsi | David G. Quintas | 2017-04-27 |
|\ \ \ \ \ | | | | | | | | | | | | | Update TSI with new non-blocking TSI interfaces. | ||
* \ \ \ \ \ | Merge pull request #10427 from ctiller/c++lame | Craig Tiller | 2017-04-27 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Convert Lame Client Channel code to C++ | ||
* | | | | | | | fix security_connector.c formatting | Jan Tattermusch | 2017-04-27 |
| | | | | | | | |||
* | | | | | | | Removing cipher suites blacklisted in HTTP2. | Julien Boeuf | 2017-04-26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://httpwg.org/specs/rfc7540.html#BadCipherSuites | ||
* | | | | | | | Merge pull request #10627 from jboeuf/more_ssl_factory_cleanup | jboeuf | 2017-04-26 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | more TLS cleanup. | ||
| | * \ \ \ \ \ | Merge github.com:grpc/grpc into c++lame | Craig Tiller | 2017-04-26 |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #10823 from ncteisen/client-auth-filter-fuzz | Noah Eisen | 2017-04-26 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Don't Abort on Input | ||
* \ \ \ \ \ \ \ \ | Merge pull request #10867 from nathanielmanistaatgoogle/2.7-and-later | Nathaniel Manista | 2017-04-26 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | src/python/grpcio/README.rst clean-up. | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #10805 from dgquintas/g_for_1.4.x | David G. Quintas | 2017-04-26 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | updated g meaning for 1.4.x | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #10629 from kuscsik/build_fix | Vijay Pai | 2017-04-26 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | core: fix duplicated definition | ||
| | | * | | | | | | | | What was once Mac OS X is now called macOS | Nathaniel Manista | 2017-04-26 |
| | | | | | | | | | | | |||
| | | * | | | | | | | | Drop Python 2.7-only implication | Nathaniel Manista | 2017-04-26 |
| |_|/ / / / / / / / |/| | | | | | | | | | |||
| | | | * | | | | | | more TLS cleanup. | Julien Boeuf | 2017-04-26 |
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | ||
| | | | | | * | | | Regenerate projects | Craig Tiller | 2017-04-26 |
| | | | | | | | | | |||
| * | | | | | | | | core, avl: rename static functions | Zoltan Kuscsik | 2017-04-26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed remove and add static functions to remove_key and add_key | ||
| | | * | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | Noah Eisen | 2017-04-25 |
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | client-auth-filter-fuzz | ||
| | | | | * | | | | Merge branch 'master' into new_tsi | jiangtaoli2016 | 2017-04-25 |
| | | | | |\ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | |||
| | | * | | | | | | clang fmt | Noah Eisen | 2017-04-25 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #10644 from MakMukhi/master | MakMukhi | 2017-04-24 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added unit testing support. | ||
| | | | * | | | | | | Propagate publish error | Noah Eisen | 2017-04-24 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #10796 from danzh2010/udpserver2 | Yang Gao | 2017-04-24 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add lock to shutdown_fd() callback in udp_server.c | ||
| | | | | | | * \ \ \ | Merge branch 'master' into new_tsi | jiangtaoli2016 | 2017-04-24 |
| | | | | | | |\ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | |||
| | | | | | | * | | | | fix guards in transport_security_adapter.h | jiangtaoli2016 | 2017-04-24 |
| | | | | | | | | | | | |||
| | | | | | * | | | | | Merge github.com:grpc/grpc into c++lame | Craig Tiller | 2017-04-24 |
| | | | | | |\ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #10584 from ctiller/hybrid | Craig Tiller | 2017-04-24 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Hybrid CQ support | ||
| | | | | | | | | | * | | Fix potential memory leak, cleanup some code | Craig Tiller | 2017-04-24 |
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |||
| | | | | | * | | | | | Don't abort on input | Noah Eisen | 2017-04-24 |
| |_|_|_|_|/ / / / / |/| | | | | | | | | | |||
| | | | | | | * | | | fix guard on src/core/tsi/transport_security_adapter.h | jiangtaoli2016 | 2017-04-24 |
| | | | | | | | | | | |||
| | | | | | | * | | | Merge branch 'master' into new_tsi | jiangtaoli2016 | 2017-04-24 |
| | | | | | | |\ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #10258 from markdroth/service_config_lb_semantics | Mark D. Roth | 2017-04-24 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix semantics of LB policy selection. | ||
| | * \ \ \ \ \ \ \ \ | Merge github.com:grpc/grpc into hybrid | Craig Tiller | 2017-04-24 |
| | |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #10801 from dgquintas/demote_handshake | David G. Quintas | 2017-04-21 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Demote handshake logging msg to DEBUG | ||
| | | | | | | * | | | | | updated g meaning for 1.4.x | David Garcia Quintas | 2017-04-21 |
| | | | | | | | | | | | | |||
| | | | | | | | | | * | | Copy slices for in-process transports: its no longer safe to just ref | Craig Tiller | 2017-04-21 |
| | | | | | | | | | | | | |||
* | | | | | | | | | | | | Merge github.com:grpc/grpc into count_now | Craig Tiller | 2017-04-21 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #10777 from ctiller/c++compat1 | Craig Tiller | 2017-04-21 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C++ compatibility fix for tmpfile_posix.c | ||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #10779 from ctiller/c++compat2 | Craig Tiller | 2017-04-21 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | C++ compatibility fix for stack_lockfree.c | ||
| | | | * | | | | | | | | | | Demote handshake logging msg to DEBUG | David Garcia Quintas | 2017-04-21 |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | |||
| * | | | | | | | | | | | | Merge pull request #10505 from muxi/move-parsing-queue | Muxi Yan | 2017-04-21 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move response message processing to a user-specified queue | ||
| | | | | | | * | | | | | | | Add make udp_server shutdown_fd() protected by mutex lock. | Dan Zhang | 2017-04-21 |
| | | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | Merge pull request #10639 from vjpai/buildfixes | Vijay Pai | 2017-04-21 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix and test Bazel build rules |