aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Beginning transport workGravatar Craig Tiller2015-04-22
|
* Call compilesGravatar Craig Tiller2015-04-22
|
* Merge branch 'batch-metadata' of github.com:ctiller/grpc into one-passGravatar Craig Tiller2015-04-22
|\ | | | | | | | | | | Conflicts: src/core/channel/http_client_filter.c src/core/channel/http_server_filter.c
* | call progressGravatar Craig Tiller2015-04-22
| |
* | stuffGravatar Craig Tiller2015-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
| | |
| | * 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
| | | |
| | | * Moves RxLibrary.podspec into gRPC.podspecGravatar Jorge Canizales2015-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.
| | * | Merge pull request #1324 from nicolasnoble/template-warningGravatar Yang Gao2015-04-21
| | |\ \ | | | | | | | | | | Adding a helpful warning message on top of the Makefile and BUILD file.
* | | | | Initial interface changeGravatar Craig Tiller2015-04-21
| | | | |
| | | * | Adding a helpful warning message on top of the Makefile and BUILD file.Gravatar Nicolas "Pixel" Noble2015-04-21
| | |/ /
| | * | Merge pull request #1263 from jtattermusch/use_openssl_nugetGravatar Nicolas Noble2015-04-20
| | |\ \ | | | | | | | | | | Refactoring of VS projects, start using nuget dependencies for OpenSSL and zlib on Windows.
| | | * | fixed grammar in readmeGravatar Jan Tattermusch2015-04-20
| | | | |
| | | * | tiny fixupsGravatar Jan Tattermusch2015-04-20
| | | | |
| | | * | fixes to Grpc.makGravatar Jan Tattermusch2015-04-20
| | | | |
| | | * | updated READMEGravatar Jan Tattermusch2015-04-20
| | | | |
| | | * | allow building vcxproj files separately using msbuildGravatar Jan Tattermusch2015-04-20
| | | | |
| | | * | fixes to run_tests.py to at least start building tests on WindowsGravatar Jan Tattermusch2015-04-20
| | | | |
| | | * | updated version of nuget packages used in Grpc.makGravatar Jan Tattermusch2015-04-20
| | | | |
| | | * | regenerated Grpc.makGravatar Jan Tattermusch2015-04-20
| | | | |
| | | * | remove what's left from vs2010 and vs2013 directoriesGravatar Jan Tattermusch2015-04-20
| | | | |
| | | * | small fixes in README.mdGravatar 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
| | | | |
| | | * | start using grpc.dependencies.openssl and grpc.dependencies.zlib nuget packagesGravatar Jan Tattermusch2015-04-20
| | | | |
| | | * | regenerated project filesGravatar Jan Tattermusch2015-04-20
| | | | |
| | | * | introduced packages.includeGravatar Jan Tattermusch2015-04-20
| | | | |
| | | * | big refactoring of visual studio projects, started using nugetGravatar Jan Tattermusch2015-04-20
| | |/ / | | | | | | | | | | | | dependencies.
| | * | Merge pull request #1321 from ctiller/unsecureGravatar Nicolas Noble2015-04-20
| | |\ \ | | | | | | | | | | Run capable test suites against grpc_unsecure
| | * \ \ Merge pull request #1322 from nicolasnoble/build-fixGravatar jboeuf2015-04-20
| | |\ \ \ | | | | | | | | | | | | Fixing dependencies.
| | | * | | Fixing dependencies.Gravatar Nicolas "Pixel" Noble2015-04-21
| | |/ / /
* | / / / Merge branch 'batch-metadata' of github.com:ctiller/grpc into one-passGravatar Craig Tiller2015-04-20
|\| | | | | |/ / / |/| | |
| | * | Run capable test suites against grpc_unsecureGravatar Craig Tiller2015-04-20
| |/ / |/| |
* | | Merge pull request #1311 from yang-g/codegenGravatar Eric Anderson2015-04-20
|\ \ \ | | | | | | | | Clarify some auth test definitions
* \ \ \ Merge pull request #1318 from yang-g/flowfixGravatar Nicolas Noble2015-04-20
|\ \ \ \ | | | | | | | | | | Fix the flow control issue.
| | * | | Update interop-test-descriptions.mdGravatar Yang Gao2015-04-20
| | | | |
| * | | | resolve commentGravatar Yang Gao2015-04-20
| | | | |