aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| * | | | | remove nslices assertion on windowsGravatar Jan Tattermusch2015-04-21
| | | | | |
| * | | | | allow empty messages in gRPC on windowsGravatar Jan Tattermusch2015-04-21
| | | | | |
* | | | | | Merge pull request #1331 from jcanizales/use-protos-main-repoGravatar Michael Lumish2015-04-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Updates the sample ObjC app to use protocol buffer messages
* \ \ \ \ \ \ Merge pull request #1325 from jtattermusch/grpc_nugetGravatar Tim Emiola2015-04-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Creating nuget package for gRPC C#
* | | | | | | | forgot to update class nameGravatar Stanley Cheung2015-04-21
| | | | | | | |
* | | | | | | | Support update metadata callback function in php BaseStubGravatar Stanley Cheung2015-04-21
| | | | | | | |
| | | | | * | | Add !=NULLGravatar Craig Tiller2015-04-21
| | | | | | | |
| | | | | * | | Merge github.com:google/grpc into batch-metadataGravatar Craig Tiller2015-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 hereGravatar Craig Tiller2015-04-21
| | | | | | | |
| | | | | * | | Add helpful log messageGravatar Craig Tiller2015-04-21
| | | | | | | |
| | | | | * | | Add != NULLGravatar Craig Tiller2015-04-21
| | | | | | | |
| | * | | | | | Centers the sample location in Gran Canaria :PGravatar Jorge Canizales2015-04-21
| | | | | | | |
| | * | | | | | Adds more assertions to the testGravatar Jorge Canizales2015-04-21
| | | | | | | |
| | * | | | | | Adds test that sends proto and expects oneGravatar Jorge Canizales2015-04-21
| | | | | | | |
| | * | | | | | Adds Objective-C prefixes to the protosGravatar Jorge Canizales2015-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 headersGravatar Jorge Canizales2015-04-21
| | | | | | | |
| | * | | | | | Point the Podfile to a "generated" local podspecGravatar Jorge Canizales2015-04-21
| | | | | | | |
| | * | | | | | Generated files :)Gravatar Jorge Canizales2015-04-21
| | | | | | | |
| | * | | | | | Copy route_guide.proto and make it 2.6Gravatar Jorge Canizales2015-04-21
| | | | | | | |
| | * | | | | | Add dependency to Protobuf 2.6 to the podfileGravatar Jorge Canizales2015-04-21
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #1327 from jcanizales/update-main-repoGravatar Michael Lumish2015-04-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixes build problem in the ObjC sample client and adds local tests
| * | | | | | | Changes #import paths from RxLibrary -> gRPCGravatar Jorge Canizales2015-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On account of the change in the podspec structure.
| | | | | * | | Fix indentationGravatar Craig Tiller2015-04-21
| | | | | | | |
| | | | | * | | Add /* NDEBUGS */ as appropriateGravatar Craig Tiller2015-04-21
| | | | | | | |
| | | | * | | | Remove an extra unrefGravatar Yang Gao2015-04-21
| |_|_|/ / / / |/| | | | | |
| * | | | | | Moves RxLibrary.podspec into gRPC.podspecGravatar Jorge Canizales2015-04-21
| | | | | | |
| | | | | * | Clamp at 1.0 on low end to handle rare possibility of sub-1 microsecondGravatar vjpai2015-04-21
| | | | | | |
* | | | | | | Merge pull request #1320 from murgatroid99/node_load_jsonGravatar Tim Emiola2015-04-21
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Added JSON option for gRPC file loading
| | * | | | | Adds documentation to the tests and reduces timeout to 2sGravatar Jorge Canizales2015-04-21
| | | | | | |
| | * | | | | Adds two tests that pass with the RouteGuide Java serverGravatar Jorge Canizales2015-04-21
| | | | | | |
| | * | | | | Asynchronous unit testGravatar Jorge Canizales2015-04-21
| | | | | | |
| | * | | | | Fixes the sample app to point to the new podspecsGravatar Jorge Canizales2015-04-21
| | | | | | |
| | * | | | | Working podspecs for gRPC core & wrapperGravatar Jorge Canizales2015-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_extGravatar Jan Tattermusch2015-04-20
| | | | | |
| | * | | | .nupkg files to gitignoreGravatar Jan Tattermusch2015-04-20
| | | | | |
| | * | | | Spec for Grpc.Core nuget package that worksGravatar Jan Tattermusch2015-04-20
| |/ / / / |/| | | |
* | | | | Grpc.Core managed project now depends on native nuget packages with openssl ↵Gravatar Jan Tattermusch2015-04-20
| | | | | | | | | | | | | | | | | | | | and zlib
* | | | | changed path to grpc_csharp_ext.dllGravatar Jan Tattermusch2015-04-20
| | | | |
* | | | | Merge pull request #1318 from yang-g/flowfixGravatar Nicolas Noble2015-04-20
|\ \ \ \ \ | | | | | | | | | | | | Fix the flow control issue.
| * | | | | resolve commentGravatar Yang Gao2015-04-20
| | | | | |
* | | | | | Merge pull request #1309 from tbetbetbe/grpc_ruby_rpc_server_mdGravatar Jan Tattermusch2015-04-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Grpc ruby add support for returning metadata to the rpc server
| | | * | | | Added JSON option for gRPC file loadingGravatar murgatroid992015-04-20
| | | | | | |
| | * | | | | Tidying up proof of conceptGravatar Craig Tiller2015-04-20
| | | | | | |
| | * | | | | Proof of concept fix for flow control errorGravatar Yang Gao2015-04-20
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #1313 from tbetbetbe/grpc_ruby_add_ruby_coverageGravatar Jan Tattermusch2015-04-20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add SimpleCov coverage set up for gRPC ruby
| | | * | | Remove expensive asserts from NDEBUG buildsGravatar Craig Tiller2015-04-20
| | | | | |
| | | * | | Uncomment accidentally commented stuffGravatar Craig Tiller2015-04-20
| | | | | |
| | | * | | Tweak testsGravatar Craig Tiller2015-04-20
| | | | | |
| | | * | | Merge github.com:grpc/grpc into batch-metadataGravatar Craig Tiller2015-04-20
| | | |\ \ \ | |_|_|/ / / |/| | | | |
| | | * | | Addressing commentsGravatar Craig Tiller2015-04-20
| | | | | |