aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | | | * | | | | | fix indentationGravatar Jan Tattermusch2015-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
| | | | | | | | * | | | | | Exposed compression level in channel arguments (C and C++)Gravatar David Garcia Quintas2015-06-16
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Merge branch 'compression-levels' into compression-metadataGravatar David Garcia Quintas2015-06-16
| | | | | | | | | | | | | |\ | | | | | | | | | |_|_|_|_|/ | | | | | | | | |/| | | | |
| | | * | | | | / | | | | | Update the Status APIGravatar Yang Gao2015-06-16
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| | | | | | | | | | | * | Merge remote-tracking branch 'ctiller-repo/we-dont-need-no-backup' into poller2Gravatar Vijay Pai2015-06-16
| | | | | | | | | | | |\ \ | | | | | | | | | | |_|/ / | | | | | | | | | |/| | |
* | | | | | | | | | | | | Merge pull request #2074 from jcanizales/fix-metadata-usage-in-exampleGravatar Michael Lumish2015-06-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix NPE for trying to add metadata to error when it was nil
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2077 from grpc/jtattermusch-patch-4Gravatar Nathaniel Manista2015-06-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make run_jenkins.sh actually fail on failure.
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2066 from stanley-cheung/add_php_to_jenkinsGravatar Jan Tattermusch2015-06-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add PHP to jenkins
| | | | | | | | | * | | | | | | Support sending and showing received metadata in grpc_cliGravatar Yang Gao2015-06-16
| |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | |
| | | | | * | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into flags-abiGravatar David Garcia Quintas2015-06-15
| | | | | |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Mapped DEFLARE as a high compression level algorithmGravatar David Garcia Quintas2015-06-15
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Make run_jenkins.sh actually fail on failureGravatar Jan Tattermusch2015-06-15
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | Fix NPE for trying to add metadata to error when it was nilGravatar Jorge Canizales2015-06-15
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| | | | | | | | | | | | * Propagation of compression level to the call.Gravatar David Garcia Quintas2015-06-15
| | | | | | | | |_|_|_|/ | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Through the metadata's user data mechanism.
| | | | | | | | * | | | fix json_rewrite_test CRLF handlingGravatar Jan Tattermusch2015-06-15
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2068 from jtattermusch/c_only_run_passing_testsGravatar Nicolas Noble2015-06-15
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | / / / / | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | only build unbroken tests in Windows run_tests.py
| | | | | | | * | | | Introduced compression levels as an abstraction for the actual algorithm.Gravatar David Garcia Quintas2015-06-15
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
| | | * | | | | | | add PHP timeout interop testGravatar Stanley Cheung2015-06-15
| |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | backslashes break build on jenkinsGravatar Jan Tattermusch2015-06-15
| | | | | | | | |
| * | | | | | | | regenerate Grpc.makGravatar Jan Tattermusch2015-06-15
| | | | | | | | |
| * | | | | | | | make buildtests on windows passGravatar Jan Tattermusch2015-06-15
|/ / / / / / / /
| | * | | | | | More missing flags = 0 lines...Gravatar David Garcia Quintas2015-06-15
| | | | | | | |
| * | | | | | | Add PHP to jenkinsGravatar Stanley Cheung2015-06-15
|/ / / / / / /
| * | | | | | Added missing changes to fix bad_hostname C testGravatar David Garcia Quintas2015-06-15
| | | | | | |
| | * | | | | Explicitely selecting gpr and grpc instead of trying our best.Gravatar Nicolas "Pixel" Noble2015-06-15
| | | | | | |
| | * | | | | Transforming gRPC.podspec to use build.json instead of globbing.Gravatar Nicolas "Pixel" Noble2015-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 #19 from soltanmm/ct-you-complete-meGravatar Craig Tiller2015-06-15
| | |\ \ \ \ | | | | | | | | | | | | | | Fix upstream merge conflicts
* | | \ \ \ \ 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 branch 'master' of https://github.com/grpc/grpc into ct-you-complete-meGravatar Masood Malekghassemi2015-06-15
| | | | |/| | | |
* | | | | | | | | Merge pull request #2046 from a11r/csGravatar Eric Anderson2015-06-15
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Revised the state machine.
| | | | | | * | | Fix low testGravatar Craig Tiller2015-06-15
| | | | | | | | |
| | | | | | * | | Properly register completion queues with serverGravatar Craig Tiller2015-06-15
| | | | | | | | |
| | | | | | * | | Verify that completion queues are server registeredGravatar Craig Tiller2015-06-15
| | | | | | | | |
| | | | | | * | | Be better about timeout roundingGravatar Craig Tiller2015-06-15
| | | | | | |/ /
| * | | | | | | 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.
| | | | | | | | | * \ Merge branch 'we-dont-need-no-backup' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-06-15
| | | | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we-dont-need-no-backup
| * | | | | | | | | | | 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
|/ / / / / / / / / /
| | | | | * | | | | 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.