aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* make buildtests on windows passGravatar Jan Tattermusch2015-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
* \ \ Merge pull request #2046 from a11r/csGravatar Eric Anderson2015-06-15
|\ \ \ | | | | | | | | Revised the state machine.
| * | | More fixes to GO_AWAY spellingGravatar Abhishek Kumar2015-06-15
| | | |
| * | | Fixed Go_AWAY to GOAWAYGravatar Abhishek Kumar2015-06-15
| | | |
* | | | Merge pull request #2053 from endobson/slice-docGravatar Craig Tiller2015-06-15
|\ \ \ \ | | | | | | | | | | Fix docs on gpr_slice_unref.
* \ \ \ \ Merge pull request #2056 from endobson/op-type-docGravatar Craig Tiller2015-06-15
|\ \ \ \ \ | | | | | | | | | | | | Fix docs on grpc_op_type.
* \ \ \ \ \ Merge pull request #2057 from kfsone/masterGravatar Craig Tiller2015-06-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | include string_util.h for the prototype of gpr_strdup and fix a typo.
| * | | | | | 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
| * / / / / Fix docs on grpc_op_type.Gravatar Eric Dobson2015-06-14
|/ / / / /
| * / / / Fix docs on gpr_slice_unref.Gravatar Eric Dobson2015-06-14
|/ / / /
| | | * Remove failing globs from examples and testsGravatar Jorge Canizales2015-06-13
| |_|/ |/| |
| | * Advance version to 0.6, per the metadata breaking changeGravatar 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
| |/ |/|
* | Merge pull request #2045 from jtattermusch/cleanup_dockerGravatar Nicolas Noble2015-06-12
|\ \ | | | | | | Only keep docker containers for tests that failed
| * | only keep docker containers for tests that failedGravatar Jan Tattermusch2015-06-12
|/ /
| * Update connectivity-semantics-and-api.mdGravatar Abhishek Kumar2015-06-12
| |
| * Update connectivity-semantics-and-api.mdGravatar Abhishek Kumar2015-06-12
|/
* Merge pull request #1546 from ejona86/connectivity-semanticsGravatar Abhishek Kumar2015-06-12
|\ | | | | Add Connectivity doc
* \ Merge pull request #2044 from jtattermusch/jenkins_refspecGravatar Nicolas Noble2015-06-12
|\ \ | | | | | | fetch PR refspec for docker jenkins builds
| * | fix fetch to actually workGravatar Jan Tattermusch2015-06-12
| | |
| * | fetch PR refspec for docker jenkins buildsGravatar Jan Tattermusch2015-06-12
|/ /
* | Merge pull request #2043 from jtattermusch/csharp_fix_native_callback_testGravatar Nicolas Noble2015-06-11
|\ \ | | | | | | Fix native callback signature to match with C#
| * | fix native callback signature to match with C#Gravatar Jan Tattermusch2015-06-11
|/ /
* | Merge pull request #2042 from ctiller/here-he-comes-here-comes-run-testerGravatar Nicolas Noble2015-06-11
|\ \ | | | | | | Speed up hash checks, crash on first TSAN error
* \ \ Merge pull request #1995 from jtattermusch/csharp_channel_optionsGravatar Tim Emiola2015-06-11
|\ \ \ | | | | | | | | Revamp of C# channel options (aka channel args)
* \ \ \ Merge pull request #2040 from nathanielmanistaatgoogle/1900Gravatar Tim Emiola2015-06-11
|\ \ \ \ | | | | | | | | | | Stability fixes for python_plugin_test
| | | * | Speed up hash checks, crash on first TSAN errorGravatar Craig Tiller2015-06-11
| |_|/ / |/| | |
| * | | Stability fixes for python_plugin_testGravatar Nathaniel Manista2015-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "normal" timeout is eliminated. The "short" timeout is changed to be the length used in tests that will time out as part of their execution and the "long" timeout is changed to be a ridiculously high value that will have no bearing on passing tests. The "pause" behavior of _ServicerMethods is changed to use a threading.Condition's wait/notify methods rather than busy-sleeping. Tests that used servicer delay to verify that asynchronous calls are not affected by server delay are changed to use servicer pause to verify that asynchronous calls return while the servicer is paused. Busy-sleeping in testHalfDuplexCallWedged is replaced with use of a threading.Condition's wait/notify methods. Fixes https://github.com/grpc/grpc/issues/1900.
* | | | 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
| | |/ / /
* | | | | Merge pull request #2024 from ↵Gravatar Nathaniel Manista2015-06-10
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | nathanielmanistaatgoogle/python_plugin_test-cosmetics Cosmetic tweaks to python_plugin_test.py.
| | * | | 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
| | | | | |
* | | | | | Merge pull request #2032 from grpc/stream__h_comment_fixGravatar Craig Tiller2015-06-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Tiny comment fix
| * | | | | | Tiny comment fixGravatar David G. Quintas2015-06-10
|/ / / / / /
* | | | | | Merge pull request #2028 from ctiller/more-is-better-than-lessGravatar Vijay Pai2015-06-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make async server use one CQ per server thread