aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* better name for StatusFromExceptionGravatar Jan Tattermusch2017-08-09
|
* improve examples in CustomErrorDetails testGravatar Jan Tattermusch2017-08-09
|
* add testsGravatar Jan Tattermusch2017-08-08
|
* merging of trailers on server-sideGravatar Jan Tattermusch2017-08-08
|
* Populate trailers in RpcExceptionGravatar Jan Tattermusch2017-08-08
|
* Merge pull request #12103 from muxi/fix-chttp2-transport-tsanGravatar Muxi Yan2017-08-07
|\ | | | | Fix a thread safety bug in chttp2_transport
* | Fix Objc Readme for directory hierarchiesGravatar Paul Beusterien2017-08-07
| |
* | Merge pull request #10636 from apolcyn/alleviate_10526Gravatar apolcyn2017-08-07
|\ \ | | | | | | cancel calls on ruby client bidi write loop exceptions and surface the errror
| | * transport - Fix a thread safety bug introduced by #11780Gravatar Muxi Yan2017-08-07
| |/ |/|
* | Revert "Add TSI zero-copy frame protector"Gravatar Jiangtao Li2017-08-07
| |
| * cancel calls with an error message when bidi write loop fails with userGravatar Alexander Polcyn2017-08-07
| | | | | | | | error
* | 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
| | | | | | | | |_|_|_|_|_|_|_|/ | | | | | | | |/| | | | | | | |