aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
|
* Merge pull request #6849 from jcanizales/support-dynamic-frameworksGravatar makdharma2016-06-27
|\ | | | | Support dynamic frameworks
| * Investigate C++ flake in the old 0.14 branchGravatar Jorge Canizales2016-06-24
| | | | | | | | | | | | | | This fixes Jenkins for that branch, as a backwards-incompatible change was made in the script that runs the tests for all branches. The lines added are exactly the same as those now in master, so that the subsequent merge of 0.14 into master doesn’t conflict.
| * Don’t checkout specific proto versions in Travis anymoreGravatar Jorge Canizales2016-06-24
| | | | | | Now that the submodule points to 3.0.0-beta-3.1, which is what we need.
| * Bump Protobuf to beta-3.1Gravatar Jorge Canizales2016-06-23
| |
| * gRPC-Core.podspec: Clarify where the template isGravatar Jorge Canizales2016-06-09
| |
| * Clean up and document gRPC-Core.podspec betterGravatar Jorge Canizales2016-06-08
| |
| * Update documentation and samples.Gravatar Jorge Canizales2016-06-08
| |
| * gRPC-Core.podspec: init submodules, for nanopbGravatar Jorge Canizales2016-06-08
| |
| * Pre-install hook in the Tests podspec for local dev of gRPC-CoreGravatar Jorge Canizales2016-06-08
| |
| * Podspec changes for generated code.Gravatar Jorge Canizales2016-06-08
| |
| * Tests Podfile: remove redundancyGravatar Jorge Canizales2016-06-08
| |
| * 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
|/ /