aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Revert "Add TSI zero-copy frame protector"Gravatar Jiangtao Li2017-08-07
|
* Merge pull request #11977 from jiangtaoli2016/tsi_grpcGravatar Jiangtao Li2017-08-07
|\ | | | | Add TSI zero-copy frame protector
* | Revert "Add OAuth2 protocol in GRPCClient"Gravatar Muxi Yan2017-08-04
| |
| * split tsi into two libraries: tsi_interface and tsiGravatar jiangtaoli20162017-08-04
| |
| * Merge branch 'master' into tsi_grpcGravatar jiangtaoli20162017-08-04
| |\ | |/ |/|
* | Merge pull request #11579 from sreecha/fix_alarmGravatar Sree Kuchibhotla2017-08-04
|\ \ | | | | | | Refcount grpc_alarm object so that grpc_alarm_destroy() can be safely called before cq-next()
* \ \ Merge pull request #11990 from pgonda/patch-2Gravatar Noah Eisen2017-08-04
|\ \ \ | | | | | | | | Update tcp_server_utils_posix_common with GPR_ONCE_INIT
* \ \ \ Merge pull request #12065 from vjpai/moreslicesGravatar Vijay Pai2017-08-04
|\ \ \ \ | | | | | | | | | | Add Slice constructors to match all grpc_slice cases
* \ \ \ \ Merge pull request #11878 from stanley-cheung/php-persistent-channelGravatar Stanley Cheung2017-08-04
|\ \ \ \ \ | | | | | | | | | | | | PHP: persistent channels
* \ \ \ \ \ Merge pull request #11964 from nathanielmanistaatgoogle/grpc_testingGravatar Nathaniel Manista2017-08-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | gRPC Python test infrastructure.
| | | * | | | Add Slice constructors to match all grpc_slice casesGravatar Vijay Pai2017-08-04
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #11832 from muxi/objc-oauth-protocolGravatar Muxi Yan2017-08-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add OAuth2 protocol in GRPCClient
| | | * | | | PHP: persistent channelGravatar Stanley Cheung2017-08-03
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #12055 from sreecha/fix_epoll1_fd_orphanGravatar Sree Kuchibhotla2017-08-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | Prevent fd_orphan from calling shutdown(fd) when release_fd is true
| | | * | | | gRPC Python test infrastructureGravatar Nathaniel Manista2017-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (The channel-related second part of it.)
* | | | | | | Add support for service configs to c-ares resolver.Gravatar Mark D. Roth2017-08-03
| | | | | | |
| * | | | | | Prevent fd_orphan from calling shutdown(fd) when release_fd is trueGravatar Sree Kuchibhotla2017-08-02
|/ / / / / /
* | | | | | Merge pull request #12041 from muxi/fix-objc-memory-leakGravatar Muxi Yan2017-08-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix another two memory leak points in Cronet transport
| | | | | * \ Merge branch 'master' into fix_alarmGravatar Sree Kuchibhotla2017-08-02
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #11893 from wilhuff/wilhuff/copy-servernameGravatar Muxi Yan2017-08-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix warning in GRPCCall.h
| | | | | | | * minor fixGravatar jiangtaoli20162017-08-02
| | | | | | | |
| | * | | | | | Fix another two memory leak points in cronet_transportGravatar Muxi Yan2017-08-02
| | | | | | | |
* | | | | | | | Merge pull request #12021 from jiangtaoli2016/unused_bytesGravatar Jiangtao Li2017-08-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make tsi handshaker result unused bytes const
* | | | | | | | | Node: document that root_certs in createSsl is optionalGravatar Connor Peet2017-08-02
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It appears that omitting it causes grpc to use the hosts' default cert data. This was brought up (as I had implemented this method incorrectly) in: https://github.com/mixer/etcd3/issues/28#issuecomment-319510441
* | | | | | | | Merge pull request #11796 from afirago/fix-fallthrough-werrorGravatar Nicolas Noble2017-08-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix implicit fallthrough warning on GCC 7.x
* \ \ \ \ \ \ \ \ Merge pull request #11720 from ncteisen/flow-control-v3Gravatar Noah Eisen2017-08-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Flow Control
| | | | | | | | * \ Merge branch 'master' into fix_alarmGravatar Sree Kuchibhotla2017-08-01
| | | | | | | | |\ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| | | * | | | | | | Make tsi handshaker result unused bytes constGravatar jiangtaoli20162017-08-01
| | | | | | | | | |
* | | | | | | | | | Merge pull request #12005 from apolcyn/fix_flakey_ruby_cancellation_test_masterGravatar apolcyn2017-08-01
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | Fix a racey test in ruby
| | * | | | | | | | clang fmtGravatar ncteisen2017-08-01
| | | | | | | | | |
| | * | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3Gravatar ncteisen2017-08-01
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #12004 from murgatroid99/node_deprecation_message_utilGravatar Michael Lumish2017-08-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Node: replace custom deprecation warning with existing solution
* \ \ \ \ \ \ \ \ \ \ Merge pull request #11431 from gkelly/client-context-initGravatar Noah Eisen2017-08-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add a GrpcLibraryInitializer to client_context.cc
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12000 from yang-g/msanGravatar Yang Gao2017-08-01
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Initialize initiating_exec_ctx_or_null
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12008 from ncteisen/fuzz-direct-leak-in-mallocGravatar Noah Eisen2017-07-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix leak if duplicated static metadata
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11979 from apolcyn/ensure_cancel_with_status_memory_apiGravatar apolcyn2017-07-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add comment and test for API of a parameter to grpc_call_cancel_with_status
| | * | | | | | | | | | | | | Fix leak if duplicated static mdGravatar Noah Eisen2017-07-31
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #11998 from muxi/revert-debug-infoGravatar Muxi Yan2017-07-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get more useful debug info out of Jenkins
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11991 from muxi/fix-objc-nsdata-memory-leakGravatar Muxi Yan2017-07-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | Fix two memory leak points in ObjC
| | | | | | | * | | | | | | | | fix cancellation test flakeGravatar Alexander Polcyn2017-07-31
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * Merge branch 'master' into tsi_grpcGravatar jiangtaoli20162017-07-31
| | | | | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | Node: replace custom deprecation warning with existing solutionGravatar murgatroid992017-07-31
| |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | |
| | | | * | | | | | | | | | | Use zalloc and remove now redundant setsGravatar yang-g2017-07-31
| | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | Add a GrpcLibraryInitializer to client_context.ccGravatar Garret Kelly2017-07-31
| |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's feasible that a program be written/linked such that it only use ClientContext from grpc++, which could end up with the other instances of GrpcLibraryInitializer not ending up in the final binary. Add a GrpcLibraryInitializer to client_context.cc to ensure that the library is initialized. The primary side-effect of the library not being initialized when only using a ClientContext is that the destructor for ClientContext indirectly ends up trying to call through g_core_codegen_interface when destructing its metadata, which is null.
| | | | * | | | | | | | | | Initialize initiating_exec_ctx_or_nullGravatar yang-g2017-07-31
| |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| | * | | | | | | | | | | Show passed tests as wellGravatar Muxi Yan2017-07-31
| | | | | | | | | | | | |
| | * | | | | | | | | | | Revert to more useful debug infoGravatar Muxi Yan2017-07-31
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #11982 from muxi/fix-buffered-pipe-crashGravatar Muxi Yan2017-07-31
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 'Release of a suspended object' issue in GRXBufferedPipe
| | * | | | | | | | | | | Fix two memory leaksGravatar Muxi Yan2017-07-31
| | | | | | | | | | | | |
| | | | | | | | | | * | | Update tcp_server_utils_posix_common with GPR_ONCE_INITGravatar Peter Gonda2017-07-31
| |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Never initializing s_init_max_accept_queue_size could lead to undefined behavior.