Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update documentation and samples. | Jorge Canizales | 2016-06-08 |
| | |||
* | Pre-install hook in the Tests podspec for local dev of gRPC-Core | Jorge Canizales | 2016-06-08 |
| | |||
* | Podspec changes for generated code. | Jorge Canizales | 2016-06-08 |
| | |||
* | Tests Podfile: remove redundancy | Jorge Canizales | 2016-06-08 |
| | |||
* | ProtoRPC: Framework-like import of proto runtime | Jorge Canizales | 2016-06-08 |
| | |||
* | Separate Core, ProtoRuntime, and RxLibrary subspecs | Jorge Canizales | 2016-06-08 |
| | |||
* | Remove #include <inttypes.h> from BoringSSL | Jorge Canizales | 2016-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 frameworks | Jorge Canizales | 2016-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-1 | makdharma | 2016-05-25 |
|\ | | | | | Move tests to Cocoapods 1.0.0 | ||
| * | Disable deterministic UUIDs in the test Podfile | Jorge Canizales | 2016-05-20 |
| | | |||
| * | Update tests XCode project to Cocoapods 1.0.0 | Jorge Canizales | 2016-05-20 |
| | | |||
* | | fix TimeoutOnSleepingServer interop test | Jan Tattermusch | 2016-05-18 |
| | | |||
* | | throw RpcException from writes after finishing | Jan Tattermusch | 2016-05-18 |
| | | |||
* | | fixup tests | Jan Tattermusch | 2016-05-18 |
| | | |||
* | | change typo in the comment | Jan Tattermusch | 2016-05-18 |
| | | |||
* | | add more tests | Jan Tattermusch | 2016-05-18 |
| | | |||
* | | improve channel behavior in shutdown situations | Jan Tattermusch | 2016-05-18 |
| | | |||
* | | Updated functions with TSRM macros for ZTS support | Michael Bausor | 2016-05-17 |
| | | |||
* | | regenerate buildfiles | Jan Tattermusch | 2016-05-17 |
| | | |||
* | | rename names of generated enum values to match protobuf3beta3 | Jan Tattermusch | 2016-05-16 |
| | | |||
* | | regenerate C# protobuf messages | Jan Tattermusch | 2016-05-16 |
| | | |||
* | | Update Grpc.sln to Google.Protobuf.3.0.0-beta3 | Jan Tattermusch | 2016-05-16 |
| | | |||
* | | Update release version to 0.14.2-pre1 | murgatroid99 | 2016-05-11 |
| | | |||
* | | Merge pull request #6535 from murgatroid99/version_0.14.1 | Nicolas Noble | 2016-05-11 |
|\ \ | | | | | | | Update release version to 0.14.1 | ||
* \ \ | Merge pull request #6500 from murgatroid99/ruby_user_agent | Jan Tattermusch | 2016-05-11 |
|\ \ \ | | | | | | | | | Allow Ruby client code to set a user agent | ||
| | * | | Update release version to 0.14.1 | murgatroid99 | 2016-05-11 |
| |/ / |/| | | |||
* | | | Fixed variable | murgatroid99 | 2016-05-10 |
| | | | |||
* | | | Fix encoding and piping problems with Node plugin wrapper | murgatroid99 | 2016-05-10 |
| | | | |||
* | | | Fixed references in grpc-tools gemspec | murgatroid99 | 2016-05-10 |
| | | | |||
* | | | The release branch is now 0.14.1-pre1. | Nicolas "Pixel" Noble | 2016-05-10 |
| | | | |||
* | | | Processing the 0.14 release. | Nicolas "Pixel" Noble | 2016-05-10 |
| | | | |||
* | | | Merge pull request #6495 from ↵ | Nicolas Noble | 2016-05-09 |
|\ \ \ | | | | | | | | | | | | | | | | | murgatroid99/backport_tools_package_bin_namespacing Backport tools package bin namespacing | ||
* \ \ \ | Merge pull request #6489 from jtattermusch/fully_qualify_task | Jan Tattermusch | 2016-05-09 |
|\ \ \ \ | | | | | | | | | | | Fully qualify System.Threading.Tasks.Task | ||
| | * | | | Make namespacing of executables exposed by grpc-tools packages consistent ↵ | murgatroid99 | 2016-05-09 |
| |/ / / |/| | | | | | | | | | | | between Node and Ruby | ||
| | * | | Allow Ruby client code to set a user agent | murgatroid99 | 2016-05-09 |
| |/ / |/| | | |||
* | | | Revert "Merge pull request #6214 from makdharma/master" | Nicolas "Pixel" Noble | 2016-05-09 |
| | | | | | | | | | | | | | | | This reverts commit 48d833a9d8280216040ef731341502d7d0f157e4, reversing changes made to 66e9d8e8a7717d7ccece629df4454fc546e19daa. | ||
| * | | regenerate C# code | Jan Tattermusch | 2016-05-09 |
| | | | |||
| * | | Fully qualify System.Threading.Tasks.Task | Kirill Katsnelson | 2016-05-09 |
| | | | |||
* | | | Merge pull request #6472 from murgatroid99/ruby_signal_handling2 | Jan Tattermusch | 2016-05-09 |
|\ \ \ | | | | | | | | | Make Ruby library terminate on Ctrl+C on client and server | ||
* | | | | Add a default handler to Ruby services that returns UNIMPLEMENTED | murgatroid99 | 2016-05-06 |
| |/ / |/| | | |||
| * | | Poll for signals more frequently, for greater responsiveness | murgatroid99 | 2016-05-06 |
| | | | |||
| * | | Added explanation about handling signals in C | murgatroid99 | 2016-05-06 |
| | | | |||
| * | | Make Ruby library terminate on Ctrl+C on client and server | murgatroid99 | 2016-05-06 |
| | | | |||
* | | | Remove precompiled Python extension hack | Masood Malekghassemi | 2016-05-05 |
| | | | |||
* | | | Merge pull request #6458 from nicolasnoble/ruby-fixes | Nicolas Noble | 2016-05-05 |
|\ \ \ | | | | | | | | | Ruby fixes - for the release branch this time... | ||
* | | | | The release branch is now 0.14.0-pre1. | Nicolas "Pixel" Noble | 2016-05-06 |
| | | | | |||
* | | | | Merge pull request #6450 from nicolasnoble/gopro | Jan Tattermusch | 2016-05-05 |
|\ \ \ \ | | | | | | | | | | | Continuation of #6280. | ||
* \ \ \ \ | Merge pull request #6379 from y-zeng/debug-logging-fix | Yuchen Zeng | 2016-05-05 |
|\ \ \ \ \ | | | | | | | | | | | | | debug logging fix | ||
* \ \ \ \ \ | Merge pull request #6447 from ctiller/import-madness | Jan Tattermusch | 2016-05-05 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Temporary fix for plugin initialization problem | ||
* \ \ \ \ \ \ | Merge pull request #6434 from jtattermusch/csharp_serverside_unaryresponse_opt | Jan Tattermusch | 2016-05-05 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | C# improve handling of serverside calls with unary response. |