aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Avoid copy in GRPCCallOptions:copyWithZone:Gravatar Muxi Yan2018-10-11
|
* Copy fields in GRPCCallOptions initializerGravatar Muxi Yan2018-10-11
|
* Check range of value-typed channel argGravatar Muxi Yan2018-10-11
|
* Rename channelId->channelIDGravatar Muxi Yan2018-10-11
|
* Add example to channelPoolDomainGravatar Muxi Yan2018-10-11
|
* Rename pemXxx parameters to PEMXxxGravatar Muxi Yan2018-10-11
|
* Do not nullify GRPCCall2._call on half-closeGravatar Muxi Yan2018-10-11
|
* property attribute fixesGravatar Muxi Yan2018-10-11
|
* Restrict NSTimeInterval parameters to non-negativeGravatar Muxi Yan2018-10-11
|
* Fix another NSString* != nil to NSString.length != 0Gravatar Muxi Yan2018-10-11
|
* Rename GRPCTransportTypeDefault to GRPCTransportTypeChttp2CFStreamGravatar Muxi Yan2018-10-11
|
* use strong self for authTokenProviderGravatar Muxi Yan2018-10-11
|
* Check string lengthGravatar Muxi Yan2018-10-11
|
* Initialize flagGravatar Muxi Yan2018-10-11
|
* Resetting _call and _handler on finishGravatar Muxi Yan2018-10-11
|
* Add comment on clearing GRPCCall2._handlerGravatar Muxi Yan2018-10-11
|
* Move issuance of response in helper functionsGravatar Muxi Yan2018-10-11
|
* Fix CI failuresGravatar Muxi Yan2018-10-11
|
* Check if optional method of GRPCCallOptions are implementedGravatar Muxi Yan2018-10-10
|
* requestOptions precondition check polishingGravatar Muxi Yan2018-10-10
|
* Copy string fixGravatar Muxi Yan2018-10-10
|
* Update GRPCCall2:cancel: docsGravatar Muxi Yan2018-10-10
|
* Rename writeWithData to writeDataGravatar Muxi Yan2018-10-10
|
* Handle GRPCCall2:start: twiceGravatar Muxi Yan2018-10-10
|
* Rename handler->responseHandler in function signatureGravatar Muxi Yan2018-10-10
|
* Typo and doc fixGravatar Muxi Yan2018-10-10
|
* Make multiple -init and +new UNAVAILABLE; identify designated initializerGravatar Muxi Yan2018-10-10
|
* Make dispatcheQueue of responseHandler requiredGravatar Muxi Yan2018-10-10
|
* Remove redundant forward declarationGravatar Muxi Yan2018-10-10
|
* Channel poolGravatar Muxi Yan2018-10-08
|
* deprecated old APIGravatar Muxi Yan2018-10-08
|
* New API for GRPCCallGravatar Muxi Yan2018-10-08
|
* Proto-related changesGravatar Muxi Yan2018-10-08
|
* Update testsGravatar Muxi Yan2018-10-08
|
* Merge pull request #16797 from guantaol/settings_timeout_testGravatar Guantao Liu2018-10-08
|\ | | | | Fix the test failure with callback-based polling.
* \ Merge pull request #16806 from jtattermusch/fix_python_api_tools_installationGravatar Jan Tattermusch2018-10-08
|\ \ | | | | | | Fix google-api-python-client installation in dockerfiles
* \ \ Merge pull request #16750 from AspirinSJL/timerGravatar Juanli Shen2018-10-08
|\ \ \ | | | | | | | | Clean some timer code
* \ \ \ Merge pull request #16593 from iguchi1124/remove-duplicate-errorGravatar apolcyn2018-10-08
|\ \ \ \ | | | | | | | | | | Ruby: remove duplicated `Unimplemented` error definition
* \ \ \ \ Merge pull request #16795 from yashykt/disable_error_trackingGravatar Yash Tibrewal2018-10-08
|\ \ \ \ \ | | | | | | | | | | | | Disable error tracking until Fathom changes are commited
* \ \ \ \ \ Merge pull request #16803 from stanley-cheung/upmerge-from-1_15Gravatar Stanley Cheung2018-10-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Upmerge from v1.15.x branch
* \ \ \ \ \ \ Merge pull request #16754 from jtattermusch/fix_unsecure_pcGravatar Jan Tattermusch2018-10-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix *_unsecure.pc files
| | | | | | * | fix google-api-python-client installationGravatar Jan Tattermusch2018-10-08
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #16335 from ghostwriternr/python_bazel_4Gravatar Nathaniel Manista2018-10-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add Bazel targets for (some) Python unit tests.
| | | * | | | | Upmerge from v1.15.x branch to masterGravatar Stanley Cheung2018-10-07
| |_|/| | | | | |/| | | | | | |
* | | | | | | | Merge pull request #16764 from yashykt/keepaliv_statusGravatar Yash Tibrewal2018-10-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Keepalive watchdog firing should return status UNAVAILABLE
| | | | | | | | * Fix the test failure with callback-based polling.Gravatar Guantao Liu2018-10-05
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #16552 from ↵Gravatar Jan Tattermusch2018-10-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jtattermusch/csharp_expose_client_certificate_request Expose certificate request type in SslServerCredentials
* \ \ \ \ \ \ \ \ Merge pull request #16714 from muxi/add-timer-manager-debugGravatar Muxi Yan2018-10-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Core infrastructure for timer manager debug
* \ \ \ \ \ \ \ \ \ Merge pull request #16777 from jtattermusch/csharp_optimized_grpc_csharp_extGravatar Jan Tattermusch2018-10-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | build assembly-optimized grpc_csharp_ext with cmake
| | | | | | | | * | | Disable error tracking till Fathom changes are commitedGravatar Yash Tibrewal2018-10-05
| | | | | | | | | | |