aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
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
|
* Bump Protobuf to beta-3.1Gravatar Jorge Canizales2016-06-23
|
* Update documentation and samples.Gravatar 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
|
* 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
| |
| * Update tests XCode project to Cocoapods 1.0.0Gravatar Jorge Canizales2016-05-20
| |
* | 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
| |
* | Updated functions with TSRM macros for ZTS supportGravatar Michael Bausor2016-05-17
| |
* | 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
| |
* | 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
| |/ / |/| |
* | | Fixed variableGravatar murgatroid992016-05-10
| | |
* | | Fix encoding and piping problems with Node plugin wrapperGravatar murgatroid992016-05-10
| | |
* | | Fixed references in grpc-tools gemspecGravatar murgatroid992016-05-10
| | |
* | | The release branch is now 0.14.1-pre1.Gravatar Nicolas "Pixel" Noble2016-05-10
| | |
* | | Processing the 0.14 release.Gravatar Nicolas "Pixel" Noble2016-05-10
| | |
* | | Merge pull request #6495 from ↵Gravatar Nicolas Noble2016-05-09
|\ \ \ | | | | | | | | | | | | | | | | murgatroid99/backport_tools_package_bin_namespacing Backport tools package bin namespacing
* \ \ \ Merge pull request #6489 from jtattermusch/fully_qualify_taskGravatar Jan Tattermusch2016-05-09
|\ \ \ \ | | | | | | | | | | Fully qualify System.Threading.Tasks.Task
| | * | | Make namespacing of executables exposed by grpc-tools packages consistent ↵Gravatar murgatroid992016-05-09
| |/ / / |/| | | | | | | | | | | between Node and Ruby
| | * | Allow Ruby client code to set a user agentGravatar murgatroid992016-05-09
| |/ / |/| |
* | | Revert "Merge pull request #6214 from makdharma/master"Gravatar Nicolas "Pixel" Noble2016-05-09
| | | | | | | | | | | | | | | This reverts commit 48d833a9d8280216040ef731341502d7d0f157e4, reversing changes made to 66e9d8e8a7717d7ccece629df4454fc546e19daa.
| * | regenerate C# codeGravatar Jan Tattermusch2016-05-09
| | |
| * | Fully qualify System.Threading.Tasks.TaskGravatar Kirill Katsnelson2016-05-09
| | |
* | | Merge pull request #6472 from murgatroid99/ruby_signal_handling2Gravatar Jan Tattermusch2016-05-09
|\ \ \ | | | | | | | | Make Ruby library terminate on Ctrl+C on client and server
* | | | Add a default handler to Ruby services that returns UNIMPLEMENTEDGravatar murgatroid992016-05-06
| |/ / |/| |
| * | Poll for signals more frequently, for greater responsivenessGravatar murgatroid992016-05-06
| | |