aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* change gpr_atm to intGravatar Yuxuan Li2017-05-08
|
* use lock instand of atomics, fix include positionGravatar Yuxuan Li2017-05-05
|
* add some commentsGravatar Yuxuan Li2017-05-04
|
* clean up, fix minor issueGravatar Yuxuan Li2017-05-03
|
* adding server side poll statGravatar Yuxuan Li2017-05-03
|
* initial implementation.Gravatar Yuxuan Li2017-05-03
|
* Merge pull request #10821 from markdroth/grpclb_client_side_load_reportingGravatar Mark D. Roth2017-05-02
|\ | | | | Implement client-side load reporting for grpclb.
| * Implement client-side load reporting for grpclb.Gravatar Mark D. Roth2017-05-02
| |
* | reports GC stats in qps workersGravatar Jan Tattermusch2017-05-02
|/
* Merge pull request #10360 from dgquintas/grpclb_new_testGravatar David G. Quintas2017-05-02
|\ | | | | New version of grpclb end2end test
* \ Merge pull request #7836 from thinkerou/delete_unuse_libGravatar Nathaniel Manista2017-05-01
|\ \ | | | | | | Remove unused import in grpcio_health_checking.
* \ \ Merge pull request #10862 from makroiss/patch-1Gravatar Nathaniel Manista2017-05-01
|\ \ \ | | | | | | | | Fix imports in generated gRPC Python code.
| | | * Merge branch 'master' of github.com:grpc/grpc into grpclb_new_testGravatar David Garcia Quintas2017-05-01
| | | |\ | |_|_|/ |/| | |
| | | * BUILD and #include fixesGravatar David Garcia Quintas2017-04-28
| | | |
* | | | Merge pull request #10824 from ctiller/proxy2Gravatar Craig Tiller2017-04-28
|\ \ \ \ | | | | | | | | | | Fix potential memory leak, cleanup some code
| | | | * New version of grpclb end2end testGravatar David Garcia Quintas2017-04-27
| |_|_|/ |/| | |
| | * | Fix python imports in gRPC generated python codeGravatar Manuel Kroiss2017-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_costsGravatar Craig Tiller2017-04-27
|\ \ \ \ | | | | | | | | | | Optimize framing a little
* \ \ \ \ Merge pull request #10522 from jiangtaoli2016/new_tsiGravatar David G. Quintas2017-04-27
|\ \ \ \ \ | | | | | | | | | | | | Update TSI with new non-blocking TSI interfaces.
* \ \ \ \ \ Merge pull request #10427 from ctiller/c++lameGravatar Craig Tiller2017-04-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Convert Lame Client Channel code to C++
* | | | | | | fix security_connector.c formattingGravatar Jan Tattermusch2017-04-27
| | | | | | |
* | | | | | | Removing cipher suites blacklisted in HTTP2.Gravatar Julien Boeuf2017-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://httpwg.org/specs/rfc7540.html#BadCipherSuites
* | | | | | | Merge pull request #10627 from jboeuf/more_ssl_factory_cleanupGravatar jboeuf2017-04-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | more TLS cleanup.
| | * \ \ \ \ \ Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-26
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #10823 from ncteisen/client-auth-filter-fuzzGravatar Noah Eisen2017-04-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Don't Abort on Input
* \ \ \ \ \ \ \ \ Merge pull request #10867 from nathanielmanistaatgoogle/2.7-and-laterGravatar Nathaniel Manista2017-04-26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | src/python/grpcio/README.rst clean-up.
* \ \ \ \ \ \ \ \ \ Merge pull request #10805 from dgquintas/g_for_1.4.xGravatar David G. Quintas2017-04-26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | updated g meaning for 1.4.x
* \ \ \ \ \ \ \ \ \ \ Merge pull request #10629 from kuscsik/build_fixGravatar Vijay Pai2017-04-26
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | core: fix duplicated definition
| | | * | | | | | | | What was once Mac OS X is now called macOSGravatar Nathaniel Manista2017-04-26
| | | | | | | | | | |
| | | * | | | | | | | Drop Python 2.7-only implicationGravatar Nathaniel Manista2017-04-26
| |_|/ / / / / / / / |/| | | | | | | | |
| | | | * | | | | | more TLS cleanup.Gravatar Julien Boeuf2017-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 projectsGravatar Craig Tiller2017-04-26
| | | | | | | | |
| * | | | | | | | core, avl: rename static functionsGravatar Zoltan Kuscsik2017-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed remove and add static functions to remove_key and add_key
| | | * | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-04-25
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | client-auth-filter-fuzz
| | | | | * | | | Merge branch 'master' into new_tsiGravatar jiangtaoli20162017-04-25
| | | | | |\ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| | | * | | | | | clang fmtGravatar Noah Eisen2017-04-25
| | | | | | | | |
* | | | | | | | | Merge pull request #10644 from MakMukhi/masterGravatar MakMukhi2017-04-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added unit testing support.
| | | | * | | | | | Propagate publish errorGravatar Noah Eisen2017-04-24
| | | | | | | | | |
* | | | | | | | | | Merge pull request #10796 from danzh2010/udpserver2Gravatar Yang Gao2017-04-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add lock to shutdown_fd() callback in udp_server.c
| | | | | | | * \ \ \ Merge branch 'master' into new_tsiGravatar jiangtaoli20162017-04-24
| | | | | | | |\ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| | | | | | | * | | | fix guards in transport_security_adapter.hGravatar jiangtaoli20162017-04-24
| | | | | | | | | | |
| | | | | | * | | | | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-24
| | | | | | |\ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #10584 from ctiller/hybridGravatar Craig Tiller2017-04-24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Hybrid CQ support
| | | | | | | | | | * | Fix potential memory leak, cleanup some codeGravatar Craig Tiller2017-04-24
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| | | | | | * | | | | Don't abort on inputGravatar Noah Eisen2017-04-24
| |_|_|_|_|/ / / / / |/| | | | | | | | |
| | | | | | | * | | fix guard on src/core/tsi/transport_security_adapter.hGravatar jiangtaoli20162017-04-24
| | | | | | | | | |
| | | | | | | * | | Merge branch 'master' into new_tsiGravatar jiangtaoli20162017-04-24
| | | | | | | |\ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #10258 from markdroth/service_config_lb_semanticsGravatar Mark D. Roth2017-04-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix semantics of LB policy selection.
| | * \ \ \ \ \ \ \ \ Merge github.com:grpc/grpc into hybridGravatar Craig Tiller2017-04-24
| | |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #10801 from dgquintas/demote_handshakeGravatar David G. Quintas2017-04-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Demote handshake logging msg to DEBUG