aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #2092 from jcanizales/point-to-official-proto-podspecGravatar Michael Lumish2015-06-17
|\ | | | | Link to official protobuf podspec in the README
| * Link to official protobuf podspec in the READMEGravatar Jorge Canizales2015-06-17
| | | | | | It was still linking to my pull request's podspec.
* | Merge pull request #2081 from soltanmm/c89-oopsGravatar Nathaniel Manista2015-06-16
|\ \ | | | | | | Make warnings errors when building Python tests.
| * | Make warnings errors when building Python testsGravatar Masood Malekghassemi2015-06-16
| | |
* | | Merge pull request #2079 from yang-g/statusChangeGravatar Nicolas Noble2015-06-16
|\ \ \ | |/ / |/| | Update the Status API
* | | Merge pull request #2054 from dgquintas/flags-abiGravatar Craig Tiller2015-06-16
|\ \ \ | | | | | | | | Added flags support to grpc_op.
* \ \ \ Merge pull request #2063 from stanley-cheung/php_timeout_interop_testGravatar Tim Emiola2015-06-16
|\ \ \ \ | | | | | | | | | | Add PHP timeout interop test
| | | * | Update the Status APIGravatar Yang Gao2015-06-16
| |_|/ / |/| | |
| | * | Merge branch 'master' of github.com:grpc/grpc into flags-abiGravatar David Garcia Quintas2015-06-15
| | |\|
* | | | Fix NPE for trying to add metadata to error when it was nilGravatar Jorge Canizales2015-06-15
| |_|/ |/| |
| * | add PHP timeout interop testGravatar Stanley Cheung2015-06-15
|/ /
| * More missing flags = 0 lines...Gravatar David Garcia Quintas2015-06-15
| |
| * Added changes to node and php wrappersGravatar David Garcia Quintas2015-06-15
| |
| * Added changes to python and csharp wrappersGravatar David Garcia Quintas2015-06-15
| |
| * Added changes to c++ and ruby wrappersGravatar David Garcia Quintas2015-06-15
| |
* | Merge pull request #2052 from jcanizales/fix-empty-globsGravatar Michael Lumish2015-06-15
|\ \ | | | | | | Remove failing globs from examples and tests
* \ \ Merge pull request #2051 from jcanizales/simplify-metadataGravatar Michael Lumish2015-06-15
|\ \ \ | | | | | | | | Simplify metadata usage
* | | | include string_util.h for the prototype of gpr_strdup and typo.Gravatar Oliver Smith2015-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes two warnings in log_win32.c under msvc2015 log_win32.c(109): warning C4013: 'gpr_strdup' undefined; assuming extern returning int log_win32.c(109): warning C4047: 'return': 'char *' differs in levels of indirection from 'int' and corrects a typo in an error message
| | | * Added flags support to grpc_op.Gravatar David Garcia Quintas2015-06-14
| |_|/ |/| | | | | | | | | | | Which includes its propagation to grpc_ioreq and validation mechanisms for checking that only known bits are set ot in). Also added an internal flag (GRPC_WRITE_INTERNAL_COMPRESS) mask for its use in signaling compressed messages.
| | * Remove failing globs from examples and testsGravatar Jorge Canizales2015-06-13
| |/ |/|
| * Specify responseMetadata structureGravatar Jorge Canizales2015-06-13
| |
| * Drop repeated response headers.Gravatar Jorge Canizales2015-06-13
| |
| * Test call and error metadata are the same.Gravatar Jorge Canizales2015-06-13
| |
| * Merge trailers into responseMetadata. Add it to NSError.Gravatar Jorge Canizales2015-06-13
| |
| * Let set NSDictionary as headers, and init the property (not nil)Gravatar Jorge Canizales2015-06-13
| |
| * Add test to set and read headers. Flaky!!Gravatar Jorge Canizales2015-06-13
| |
| * Cleanup GRPCClientTests.mGravatar Jorge Canizales2015-06-13
|/
* fix native callback signature to match with C#Gravatar Jan Tattermusch2015-06-11
|
* Merge pull request #1995 from jtattermusch/csharp_channel_optionsGravatar Tim Emiola2015-06-11
|\ | | | | Revamp of C# channel options (aka channel args)
* \ Merge pull request #2034 from soltanmm/pip89Gravatar Nathaniel Manista2015-06-11
|\ \ | | | | | | Ensure C89 compatibility in Linux tests.
| * | Ensure C89 compatibility in Linux testsGravatar Masood Malekghassemi2015-06-10
| | |
* | | Merge pull request #2036 from stanley-cheung/update_php_install_readmeGravatar Tim Emiola2015-06-10
|\ \ \ | | | | | | | | update PHP README installation instructions
* \ \ \ Merge pull request #2037 from ↵Gravatar Yang Gao2015-06-10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nicolasnoble/our-codegen-doesn-t-use-its-parameters Flagging unused parameters as unused.
| * | | | Flagging unused parameters as unused.Gravatar Nicolas "Pixel" Noble2015-06-10
| | |/ / | |/| |
* | | | Merge pull request #2004 from tbetbetbe/python-package-update-installGravatar Jayant Kolhe2015-06-10
|\ \ \ \ | |/ / / |/| | | Update README.rst
| | * | update PHP README installation instructions, and dockerfileGravatar Stanley Cheung2015-06-10
| |/ / |/| |
| * | Corrects wordingGravatar Tim Emiola2015-06-10
| | |
* | | Merge pull request #2033 from tbetbetbe/grpc-python-update-add-example-to-docsGravatar Nathaniel Manista2015-06-10
|\ \ \ | | | | | | | | | | | | Update src/python/README.md to link to quick start and detailed example documentation.
| * | | Update README.mdGravatar Tim Emiola2015-06-10
| | | |
* | | | Tiny comment fixGravatar David G. Quintas2015-06-10
| | | |
* | | | Removed leftover TODOGravatar David G. Quintas2015-06-09
| | | |
| | | * allow specifying channel options when creating a serverGravatar Jan Tattermusch2015-06-09
| | | |
| | | * fix stylecop issuesGravatar Jan Tattermusch2015-06-09
| | | |
| | | * revamp of c# channel optionsGravatar Jan Tattermusch2015-06-09
| |_|/ |/| |
* | | Merge pull request #1833 from zayoo/masterGravatar David G. Quintas2015-06-09
|\ \ \ | | | | | | | | Fix minor bug GRPC_TIMER_END before end of function
* \ \ \ Merge pull request #1884 from soltanmm/py-proto-upGravatar Nathaniel Manista2015-06-09
|\ \ \ \ | | | | | | | | | | | | | | | Upgrade protobuf version used by gRPC Python to 3.0.0a3 and update version number of gRPC Python to 0.9.0a1.
* | | | | Add commentGravatar Craig Tiller2015-06-09
| | | | |
* | | | | Add commentGravatar Craig Tiller2015-06-09
| | | | |
* | | | | Merge github.com:grpc/grpc into break-break-break-the-locksGravatar Craig Tiller2015-06-09
|\ \ \ \ \
| * \ \ \ \ Merge pull request #1966 from jtattermusch/csharp_revampGravatar Michael Lumish2015-06-09
| |\ \ \ \ \ | | | | | | | | | | | | | | Stop using native callbacks for C#