aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | * add global.json files for C#Gravatar Jan Tattermusch2017-08-11
| |/ |/|
* | Merge pull request #12142 from jtattermusch/objc_test_cleanupGravatar Jan Tattermusch2017-08-11
|\ \ | | | | | | ObjC test cleanup
* \ \ Merge pull request #12139 from sreecha/fix_tm_avalancheGravatar Sree Kuchibhotla2017-08-10
|\ \ \ | | | | | | | | Fix thread avalance in thread manager
* \ \ \ Merge pull request #11886 from stanley-cheung/php-codegen-pluginGravatar Stanley Cheung2017-08-10
|\ \ \ \ | | | | | | | | | | PHP: update codegen plugin to support php_namespace option
| * | | | PHP: update codegen plugin to support php_namespace optionGravatar Stanley Cheung2017-08-10
| | | | |
* | | | | Merge pull request #12130 from y-zeng/oauth2Gravatar Yuchen Zeng2017-08-10
|\ \ \ \ \ | |/ / / / |/| | | | Fix use-after-free in oauth2_credentials
* | | | | Merge pull request #12120 from jtattermusch/csharp_rpcexceptionGravatar Jan Tattermusch2017-08-10
|\ \ \ \ \ | | | | | | | | | | | | Add Trailers property to RpcException
* \ \ \ \ \ Merge pull request #8982 from kpayson64/cache_poll_threads2Gravatar Jan Tattermusch2017-08-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Cache Poller threads for cv-poll engine
| | | | | * | fix run_plugin_tests.shGravatar Jan Tattermusch2017-08-10
| | | | | | |
| | | | | * | objc tests cleanupGravatar Jan Tattermusch2017-08-10
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #12099 from jtattermusch/csharp_shutdowneventGravatar Jan Tattermusch2017-08-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add GrpcEnvironment.ShuttingDown event
| * | | | | | improve commentGravatar Jan Tattermusch2017-08-10
| | | | | | |
| | * | | | | Address PR feedbackGravatar Ken Payson2017-08-09
| | | | | | |
| | | | | * | Fix thread avalances in thread managerGravatar Sree Kuchibhotla2017-08-09
| | | | | |/
* | | | | | Merge pull request #12132 from jiangtaoli2016/tsi_interfaceGravatar Jiangtao Li2017-08-09
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | split tsi library into two
* | | | | | Merge pull request #12083 from ncteisen/trace-closure-flushGravatar Noah Eisen2017-08-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Trace Closure Flush
| | * | | | | split tsi library into twoGravatar jiangtaoli20162017-08-09
| |/ / / / / |/| | | | |
| | | | * | better name for StatusFromExceptionGravatar Jan Tattermusch2017-08-09
| | | | | |
| | | | | * Fix use-after-free in oauth2_credentialsGravatar Yuchen Zeng2017-08-09
| |_|_|_|/ |/| | | |
| | | | * improve examples in CustomErrorDetails testGravatar Jan Tattermusch2017-08-09
| | | | |
* | | | | Merge pull request #12054 from sreecha/cq_cleanupGravatar Sree Kuchibhotla2017-08-08
|\ \ \ \ \ | | | | | | | | | | | | Fix data races between cq-shutdown and cq-begin-op for a pluckable cq
| | * | | | Trace closure flushGravatar ncteisen2017-08-08
| |/ / / / |/| | | |
* | | | | Merge pull request #12003 from murgatroid99/node_fix_batch_argument_segfaultGravatar Michael Lumish2017-08-08
|\ \ \ \ \ | | | | | | | | | | | | Node: fix segfault with incorrect status argument types
* \ \ \ \ \ Merge pull request #12091 from chhsia0/osx-cmakeGravatar Vijay Pai2017-08-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed `grpc_unsecure` CMake build failures due to non-standard ssl path.
* \ \ \ \ \ \ Merge pull request #12105 from jiangtaoli2016/revert-12101-revert-11977-tsi_grpcGravatar Mark D. Roth2017-08-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Roll forward "Add TSI zero-copy frame protector"
| | | | | | | * add testsGravatar Jan Tattermusch2017-08-08
| | | | | | | |
| | | | | | | * merging of trailers on server-sideGravatar Jan Tattermusch2017-08-08
| | | | | | | |
| | | | | | | * Populate trailers in RpcExceptionGravatar Jan Tattermusch2017-08-08
| | | | | | | |
| | | | | * | | add ConfigureAwaitGravatar Jan Tattermusch2017-08-08
| | | | | | | |
| | | | | * | | add test for shuttingdown eventGravatar Jan Tattermusch2017-08-08
| | | | | | | |
| | | | | * | | address commentsGravatar Jan Tattermusch2017-08-08
| | | | | | | |
* | | | | | | | Make bytes_to_send in tsi_handshaker_next constGravatar jiangtaoli20162017-08-07
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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
| | | | | | | |
| | * | | | | | Update build ruleGravatar jiangtaoli20162017-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 "Revert "Add TSI zero-copy frame protector""Gravatar Jiangtao Li2017-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
| | | | | | * | add GrpcEnvironment.ShuttingDown eventGravatar Jan Tattermusch2017-08-07
| |_|_|_|_|/ / |/| | | | | |
| | | * | | | Fixed `grpc_unsecure` CMake build failures due to non-standard openssl location.Gravatar Chun-Hung Hsiao2017-08-04
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `grpc_unsecure` doesn't use openssl, but one of its source file accidently includes `openssl/rand.h`. Since `CMakeLists.txt` doesn't specify that `grpc_unsecure` requires openssl, the build would fail. This can be fixed by simply removing this header inclusion. Fixed #11600.
* | | | | | 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 remote-tracking branch 'upstream/master' into cache_poll_threads2Gravatar Ken Payson2017-08-04
| | | | | | |\
* | | | | | | \ 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