aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* ProtoRPC: Framework-like import of proto runtimeGravatar Jorge Canizales2016-06-08
|
* Add modulemap for gRPC coreGravatar Jorge Canizales2016-06-08
|
* Separate Core, ProtoRuntime, and RxLibrary subspecsGravatar Jorge Canizales2016-06-08
|
* Remove #include <inttypes.h> from BoringSSLGravatar Jorge Canizales2016-06-08
| | | | Apple hasn’t created a module map for that system header, which means it can’t be used from frameworks.
* Make BoringSSL work with frameworksGravatar Jorge Canizales2016-06-08
| | | | | | | | | | | Cocoapods 1.0 keeps the directory structure of the public headers when creating a dynamic framework, so if we keep the header_mappings_dir as it was, includes would need to be of the form #include <openssl/openssl/ssl.h> This means our header_mappings_dir has to be ‘include/openssl’ instead of ‘include’. Which in turn means that, for static libraries, we have to tell Cocoapods to prepend an ‘openssl’ directory to the headers. We do that with the ‘header_dir’ attribute of the podspec.
* Merge pull request #6671 from jcanizales/move-to-cocoapods-1Gravatar makdharma2016-05-25
|\ | | | | Move tests to Cocoapods 1.0.0
| * Disable deterministic UUIDs in the test PodfileGravatar Jorge Canizales2016-05-20
| |
| * Use protobuf 3-beta-3 on Travis, which supports Cocoapods 1Gravatar Jorge Canizales2016-05-20
| |
| * Update tests XCode project to Cocoapods 1.0.0Gravatar Jorge Canizales2016-05-20
| |
| * Use Xcode 7.3 and SDK 9.3 in TravisGravatar Jorge Canizales2016-05-20
| |
| * Cleanup now that we don’t use OpenSSLGravatar Jorge Canizales2016-05-20
| |
| * Use workaround at https://github.com/travis-ci/travis-ci/issues/5827Gravatar Jorge Canizales2016-05-20
| | | | | | And print version before and after install, so we can always check.
| * Install Cocoapods 1.0.0 now that it’s releasedGravatar Jorge Canizales2016-05-20
| |
* | Merge pull request #6628 from stanley-cheung/php-update-package-xml-0-14-2Gravatar Jan Tattermusch2016-05-19
|\ \ | | | | | | PHP: update package.xml after fixes
* \ \ Merge pull request #6641 from jtattermusch/backport_csharp_to_14_2Gravatar Jan Tattermusch2016-05-19
|\ \ \ | | | | | | | | Backport C# changes to 0.14 branch
| * | | fix TimeoutOnSleepingServer interop testGravatar Jan Tattermusch2016-05-18
| | | |
| * | | throw RpcException from writes after finishingGravatar Jan Tattermusch2016-05-18
| | | |
| * | | fixup testsGravatar Jan Tattermusch2016-05-18
| | | |
| * | | change typo in the commentGravatar Jan Tattermusch2016-05-18
| | | |
| * | | add more testsGravatar Jan Tattermusch2016-05-18
| | | |
| * | | improve channel behavior in shutdown situationsGravatar Jan Tattermusch2016-05-18
|/ / /
| * / php: update package.xml after fixesGravatar Stanley Cheung2016-05-18
|/ /
* | Merge pull request #6621 from stanley-cheung/php-tsrm-fixGravatar Jan Tattermusch2016-05-18
|\ \ | | | | | | Updated functions with TSRM macros for ZTS support
| * | Updated functions with TSRM macros for ZTS supportGravatar Michael Bausor2016-05-17
|/ /
* | Merge pull request #6613 from jtattermusch/protobuf3beta3Gravatar Jan Tattermusch2016-05-17
|\ \ | | | | | | Update third_party/protobuf to v3.0.0-beta3 (in release-0_14 branch)
| * | regenerate buildfilesGravatar Jan Tattermusch2016-05-17
| | |
| * | rename names of generated enum values to match protobuf3beta3Gravatar Jan Tattermusch2016-05-16
| | |
| * | regenerate C# protobuf messagesGravatar Jan Tattermusch2016-05-16
| | |
| * | Update Grpc.sln to Google.Protobuf.3.0.0-beta3Gravatar Jan Tattermusch2016-05-16
| | |
| * | upgrade C# protobuf dependencies to 3.0.0-beta3Gravatar Jan Tattermusch2016-05-16
| | |
| * | update third_party/protobuf to v3.0.0-beta3Gravatar Jan Tattermusch2016-05-16
|/ /
* | Merge pull request #6497 from murgatroid99/backport_node_protoc_examplesGravatar Jan Tattermusch2016-05-12
|\ \ | | | | | | Backport node protoc examples
* \ \ Merge pull request #6550 from jtattermusch/csharp_examples_update_to_0_14_0Gravatar Jan Tattermusch2016-05-12
|\ \ \ | | | | | | | | Update C# examples to 0.14.0 nugets
| * | | migrate Greeter and Routeguide to 0.14.0 APIGravatar Jan Tattermusch2016-05-11
| | | |
| * | | regenerate codeGravatar Jan Tattermusch2016-05-11
| | | |
| * | | update RouteGuide to 0.14.0 nugetsGravatar Jan Tattermusch2016-05-11
| | | |
| * | | regenerate codeGravatar Jan Tattermusch2016-05-11
| | | |
| * | | update Greeter to 0.14.0 nugetsGravatar Jan Tattermusch2016-05-11
|/ / /
* | | Merge pull request #6538 from murgatroid99/version_0.14.2-pre1Gravatar Nicolas Noble2016-05-11
|\ \ \ | | | | | | | | Update release version to 0.14.2-pre1
| * | | Update release version to 0.14.2-pre1Gravatar murgatroid992016-05-11
|/ / /
* | | Merge pull request #6535 from murgatroid99/version_0.14.1Gravatar Nicolas Noble2016-05-11
|\ \ \ | | | | | | | | Update release version to 0.14.1
* \ \ \ Merge pull request #6500 from murgatroid99/ruby_user_agentGravatar Jan Tattermusch2016-05-11
|\ \ \ \ | | | | | | | | | | Allow Ruby client code to set a user agent
| | * | | Update release version to 0.14.1Gravatar murgatroid992016-05-11
| |/ / / |/| | |
* | | | Merge pull request #6521 from nicolasnoble/protobuf-bumpGravatar Jan Tattermusch2016-05-11
|\ \ \ \ | | | | | | | | | | Bumping protobuf submodule to beta-3-pre1.
* \ \ \ \ Merge pull request #6532 from murgatroid99/node_package_missing_directoriesGravatar Nicolas Noble2016-05-11
|\ \ \ \ \ | | | | | | | | | | | | Add some missing directories to package.json
* \ \ \ \ \ Merge pull request #6527 from murgatroid99/node_tools_plugin_encoding_fixGravatar Nicolas Noble2016-05-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix encoding and piping problems with Node plugin wrapper
| | * | | | | Add some missing directories to package.jsonGravatar murgatroid992016-05-11
| |/ / / / / |/| | | | |
| * | | | | Fixed variableGravatar murgatroid992016-05-10
| | | | | |
| * | | | | Fix encoding and piping problems with Node plugin wrapperGravatar murgatroid992016-05-10
|/ / / / /
* | | | | Merge pull request #6517 from murgatroid99/node_build_package_bin_link2Gravatar Nicolas Noble2016-05-10
|\ \ \ \ \ | | | | | | | | | | | | Make Node build_package script consistent with grpc-tools package.json file