Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | remove nslices assertion on windows | 2015-04-21 | ||
| | | | | | | ||||
| * | | | | | allow empty messages in gRPC on windows | 2015-04-21 | ||
| | | | | | | ||||
* | | | | | | Merge pull request #1331 from jcanizales/use-protos-main-repo | 2015-04-21 | ||
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Updates the sample ObjC app to use protocol buffer messages | |||
* \ \ \ \ \ \ | Merge pull request #1325 from jtattermusch/grpc_nuget | 2015-04-21 | ||
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Creating nuget package for gRPC C# | |||
* | | | | | | | | forgot to update class name | 2015-04-21 | ||
| | | | | | | | | ||||
* | | | | | | | | Support update metadata callback function in php BaseStub | 2015-04-21 | ||
| | | | | | | | | ||||
| | | | | * | | | Add !=NULL | 2015-04-21 | ||
| | | | | | | | | ||||
| | | | | * | | | Merge github.com:google/grpc into batch-metadata | 2015-04-21 | ||
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak vsprojects/vs2010/Grpc.mak vsprojects/vs2010/grpc.vcxproj vsprojects/vs2010/grpc.vcxproj.filters vsprojects/vs2010/grpc_test_util.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj.filters | |||
| | | | | * | | | Use GPR_ASSERT here | 2015-04-21 | ||
| | | | | | | | | ||||
| | | | | * | | | Add helpful log message | 2015-04-21 | ||
| | | | | | | | | ||||
| | | | | * | | | Add != NULL | 2015-04-21 | ||
| | | | | | | | | ||||
| | * | | | | | | Centers the sample location in Gran Canaria :P | 2015-04-21 | ||
| | | | | | | | | ||||
| | * | | | | | | Adds more assertions to the test | 2015-04-21 | ||
| | | | | | | | | ||||
| | * | | | | | | Adds test that sends proto and expects one | 2015-04-21 | ||
| | | | | | | | | ||||
| | * | | | | | | Adds Objective-C prefixes to the protos | 2015-04-21 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generated with: protoc --plugin=/usr/local/bin/protoc-gen-objc route_guide.proto --proto_path=/Users/jcanizales/git/protobuf-objc/src/compiler --proto_path=. --objc_out="./" | |||
| | * | | | | | | Fix Route_guide to declare public headers | 2015-04-21 | ||
| | | | | | | | | ||||
| | * | | | | | | Point the Podfile to a "generated" local podspec | 2015-04-21 | ||
| | | | | | | | | ||||
| | * | | | | | | Generated files :) | 2015-04-21 | ||
| | | | | | | | | ||||
| | * | | | | | | Copy route_guide.proto and make it 2.6 | 2015-04-21 | ||
| | | | | | | | | ||||
| | * | | | | | | Add dependency to Protobuf 2.6 to the podfile | 2015-04-21 | ||
| |/ / / / / / |/| | | | | | | ||||
* | | | | | | | Merge pull request #1327 from jcanizales/update-main-repo | 2015-04-21 | ||
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixes build problem in the ObjC sample client and adds local tests | |||
| * | | | | | | | Changes #import paths from RxLibrary -> gRPC | 2015-04-21 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On account of the change in the podspec structure. | |||
| | | | | * | | | Fix indentation | 2015-04-21 | ||
| | | | | | | | | ||||
| | | | | * | | | Add /* NDEBUGS */ as appropriate | 2015-04-21 | ||
| | | | | | | | | ||||
| | | | * | | | | Remove an extra unref | 2015-04-21 | ||
| |_|_|/ / / / |/| | | | | | | ||||
| * | | | | | | Moves RxLibrary.podspec into gRPC.podspec | 2015-04-21 | ||
| | | | | | | | ||||
| | | | | * | | Clamp at 1.0 on low end to handle rare possibility of sub-1 microsecond | 2015-04-21 | ||
| | | | | | | | ||||
* | | | | | | | Merge pull request #1320 from murgatroid99/node_load_json | 2015-04-21 | ||
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Added JSON option for gRPC file loading | |||
| | * | | | | | Adds documentation to the tests and reduces timeout to 2s | 2015-04-21 | ||
| | | | | | | | ||||
| | * | | | | | Adds two tests that pass with the RouteGuide Java server | 2015-04-21 | ||
| | | | | | | | ||||
| | * | | | | | Asynchronous unit test | 2015-04-21 | ||
| | | | | | | | ||||
| | * | | | | | Fixes the sample app to point to the new podspecs | 2015-04-21 | ||
| | | | | | | | ||||
| | * | | | | | Working podspecs for gRPC core & wrapper | 2015-04-21 | ||
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Moves them to the root of the repo. - Makes them pass lint (except for the release tag warning). - Includes the script to rename time.h and string.h in the spec. - Fixes the #includes in the wrapper files. | |||
| | * | | | | enabling creation of nuget package for grpc_csharp_ext | 2015-04-20 | ||
| | | | | | | ||||
| | * | | | | .nupkg files to gitignore | 2015-04-20 | ||
| | | | | | | ||||
| | * | | | | Spec for Grpc.Core nuget package that works | 2015-04-20 | ||
| |/ / / / |/| | | | | ||||
* | | | | | Grpc.Core managed project now depends on native nuget packages with openssl ↵ | 2015-04-20 | ||
| | | | | | | | | | | | | | | | | | | | | and zlib | |||
* | | | | | changed path to grpc_csharp_ext.dll | 2015-04-20 | ||
| | | | | | ||||
* | | | | | Merge pull request #1318 from yang-g/flowfix | 2015-04-20 | ||
|\ \ \ \ \ | | | | | | | | | | | | | Fix the flow control issue. | |||
| * | | | | | resolve comment | 2015-04-20 | ||
| | | | | | | ||||
* | | | | | | Merge pull request #1309 from tbetbetbe/grpc_ruby_rpc_server_md | 2015-04-20 | ||
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Grpc ruby add support for returning metadata to the rpc server | |||
| | | * | | | | Added JSON option for gRPC file loading | 2015-04-20 | ||
| | | | | | | | ||||
| | * | | | | | Tidying up proof of concept | 2015-04-20 | ||
| | | | | | | | ||||
| | * | | | | | Proof of concept fix for flow control error | 2015-04-20 | ||
| |/ / / / / |/| | | | | | ||||
* | | | | | | Merge pull request #1313 from tbetbetbe/grpc_ruby_add_ruby_coverage | 2015-04-20 | ||
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Add SimpleCov coverage set up for gRPC ruby | |||
| | | * | | | Remove expensive asserts from NDEBUG builds | 2015-04-20 | ||
| | | | | | | ||||
| | | * | | | Uncomment accidentally commented stuff | 2015-04-20 | ||
| | | | | | | ||||
| | | * | | | Tweak tests | 2015-04-20 | ||
| | | | | | | ||||
| | | * | | | Merge github.com:grpc/grpc into batch-metadata | 2015-04-20 | ||
| | | |\ \ \ | |_|_|/ / / |/| | | | | | ||||
| | | * | | | Addressing comments | 2015-04-20 | ||
| | | | | | |