aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge master into merge-0.14-into-masterGravatar Jorge Canizales2016-06-30
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: - gRPC.podspec - Only had non-trivial changes in the core file list, which will need to be regenerated (in gRPC-Core.podspec). - src/objective-c/BoringSSL.podspec - Had trivial conflicts in the version. - src/objective-c/examples/RemoteTestClient/RemoteTest.podspec - Trivial conflicts in quoting. - src/objective-c/examples/Sample/Sample.xcodeproj/project.pbxproj and src/objective-c/examples/SwiftSample/SwiftSample.xcodeproj/project.pbxproj - The master version is used, pending testing. The 0.14 version had emoji and some unneeded entries. - src/objective-c/tests/Podfile - Added CronetFramework pod, and warning silencing from master. - templates/gRPC.podspec.template - Deleted. - third_party/protobuf - Using master commit, but need to verify if it works for frameworks.
| * Merge pull request #6378 from jcanizales/let-invalidate-channelsGravatar Jan Tattermusch2016-06-30
| |\ | | | | | | Add a maybe-temporary way for apps to clear the channel cache
| * \ Merge pull request #7120 from makdharma/issue6746Gravatar Jan Tattermusch2016-06-30
| |\ \ | | | | | | | | fix for working with compressed data. Fixes #6746.
| * \ \ Merge pull request #7109 from soltanmm/toolismGravatar Jan Tattermusch2016-06-30
| |\ \ \ | | | | | | | | | | Use open-source defaults to propagate Python plugin configuration
| * \ \ \ Merge pull request #7092 from ctiller/dont_create_redundant_errorsGravatar Jan Tattermusch2016-06-30
| |\ \ \ \ | | | | | | | | | | | | Dont create errors redundently in chttp2_transport.c
| * \ \ \ \ Merge pull request #7151 from dgquintas/eventfdGravatar Jan Tattermusch2016-06-30
| |\ \ \ \ \ | | | | | | | | | | | | | | implemented eventfd_check_availability
| * \ \ \ \ \ Merge pull request #7152 from nathanielmanistaatgoogle/interopGravatar Jan Tattermusch2016-06-30
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix Python server interop spec noncompliance
| * \ \ \ \ \ \ Merge pull request #7155 from stanley-cheung/php-fix-call-destroyGravatar Jan Tattermusch2016-06-30
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PHP: fix shutdown hang issue
| * \ \ \ \ \ \ \ Merge pull request #7161 from dgquintas/use_releaseGravatar Jan Tattermusch2016-06-30
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Updated git clone URL
| * \ \ \ \ \ \ \ \ Merge pull request #7091 from kpayson64/python_str_stuffGravatar Nicolas Noble2016-06-30
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Changed default string type to be str
| * \ \ \ \ \ \ \ \ \ Merge pull request #7144 from jtattermusch/coreclr_packagesGravatar Jan Tattermusch2016-06-30
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Build experimental nugets with dotnet CLI
* | \ \ \ \ \ \ \ \ \ \ Merge pull request #7132 from jcanizales/pander-to-pod-lint-coreGravatar makdharma2016-06-30
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Cocoapods linter issues with gRPC-Core.podspec
| | * \ \ \ \ \ \ \ \ \ \ Merge pull request #7025 from ctiller/%sGravatar Craig Tiller2016-06-30
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make transport-level errors be reflected in status messages on calls
| | * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7125 from murgatroid99/node_unskip_creds_testsGravatar Jan Tattermusch2016-06-29
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-enable two Node credentials tests
| | | | | | * | | | | | | | | Changed default string type to be strGravatar Ken Payson2016-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This impacts the following APIs: Metadata: Key is always a str, Value is bytes for binary metadata, str otherwise Call Details: str type gRPC method: str type hostname/target: str type
| | | | | | | * | | | | | | | Updated git clone URLGravatar David Garcia Quintas2016-06-29
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #7129 from jcanizales/pander-to-pod-lint-boringsslGravatar makdharma2016-06-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Cocoapods linter issues with BoringSSL.podspec
| | | | | | | | | * | | | | | | php: fix shutdown hang, call was never destroyedGravatar Stanley Cheung2016-06-29
| | | | |_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | |
| | | | | | | | | | * | | | | implemented eventfd_check_availabilityGravatar David Garcia Quintas2016-06-29
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Fix Python server interop spec noncomplianceGravatar Nathaniel Manista2016-06-29
| | | | |_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix spelling mistakes in the spec itself.
| | | * | | | | | | | | | | Merge pull request #7116 from kpayson64/python_windows_fixGravatar Jan Tattermusch2016-06-29
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert windows dll filename to bytes
| | | | | | | | | | | | | * | fixed compiler warning #2Gravatar Makarand Dharmapurikar2016-06-29
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Merge pull request #7081 from y-zeng/build-example-travisGravatar Jan Tattermusch2016-06-29
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build ObjC examples in travis
| | | | | | | | * | | | | | | | regenerateGravatar Jan Tattermusch2016-06-29
| | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | fix files/mappings in Grpc.Core nugetGravatar Jan Tattermusch2016-06-29
| | | | | | | | | |_|/ / / / / | | | | | | | | |/| | | | | |
| | | * | | | | | | | | | | | Merge pull request #7086 from kpayson64/remove_python_beta_testGravatar Jan Tattermusch2016-06-29
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | Removed _connectivity_channel tests
| | | | | | | | | | | | * | | Use open-source defaults to propagate Python plugin configurationGravatar Masood Malekghassemi2016-06-29
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Merge pull request #7123 from sreecha/epoll_perfGravatar Jan Tattermusch2016-06-29
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | | Trace statements in epoll poller (enabled by default to debug the recent perf regression)
| | | | | | | | | | | | | * | fixed a compiler warningGravatar Makarand Dharmapurikar2016-06-29
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | Reduce the number of kicksGravatar Sree Kuchibhotla2016-06-29
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Divide gRPC-Core in Interface & Impl subspecsGravatar Jorge Canizales2016-06-28
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This works around the Cocoapods' linter header_mapping_dir restrictions. Incidentally, it also removes the need to set build settings in the user target.
| | | * | | | | | | | | | | Minor format fixGravatar Sree Kuchibhotla2016-06-28
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | BoringSSL: further documentation nit.Gravatar Jorge Canizales2016-06-28
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | BoringSSL fixup: pqueue.h is removed in v4Gravatar Jorge Canizales2016-06-28
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | BoringSSL: move podspec to v4Gravatar Jorge Canizales2016-06-28
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | BoringSSL: Document podspec hacksGravatar Jorge Canizales2016-06-28
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | BoringSSL fixup: remove unneeded empty source fileGravatar Jorge Canizales2016-06-28
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | BoringSSL: Intf and Impl subspecs. WIPGravatar Jorge Canizales2016-06-28
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | BoringSSL: Point to v3 tag in the repoGravatar Jorge Canizales2016-06-28
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | BoringSSL: import all in the umbrella headerGravatar Jorge Canizales2016-06-28
| | | | | | | | | | | | | |
| | | | * | | | | | | | | | Removed _connectivity_channel.ChannelConnectivityTest testGravatar Ken Payson2016-06-28
| | | | | |_|_|_|/ / / / / | | | | |/| | | | | | | |
| | | | | | | * | | | | | Re-enable two Node credentials testsGravatar murgatroid992016-06-28
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
* | | | | | | | | | | | Merge pull request #7080 from jcanizales/p0-restore-connectivity-fixGravatar makdharma2016-06-28
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | Restore fix undone by https://github.com/grpc/grpc/pull/5893
| | * | | | | | | | | | Merge pull request #7066 from y-zeng/ios-testGravatar Jan Tattermusch2016-06-28
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix InteropTests.m
| | | | | | | | | | | * | Added another commentGravatar Makarand Dharmapurikar2016-06-28
| | | | | | | | | | | | |
| | | | * | | | | | | | | Trace statements in epoll poller (enabled by default to debug the recentGravatar Sree Kuchibhotla2016-06-28
| | | | | |_|_|_|_|/ / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf regression)
| | | | | | | | * | | | Merge github.com:grpc/grpc into %sGravatar Craig Tiller2016-06-28
| | | | | | | | |\ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| | | | | | | | | | * | Added a commentGravatar Makarand Dharmapurikar2016-06-28
| | | | | | | | | | | |
| | | | | | | | | | * | fix for working with compressed data. Fixes #6746.Gravatar Makarand Dharmapurikar2016-06-28
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using correct API that gives length of uncompressed data so correct amount of memory is allocated.
| | * | | | | | | | | Merge pull request #7087 from makdharma/signature_mismatch_issue7051Gravatar Jan Tattermusch2016-06-28
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Changed return type to GRPCCall * from ProtoRPC * to prevent compiler warnings. fixes #7051