Craig Tiller
b327c56bfb
Compile fix
10 years ago
Craig Tiller
ddd389a149
Merge github.com:grpc/grpc into we-dont-need-no-backup
10 years ago
Nathaniel Manista
94528cb585
Merge pull request #2081 from soltanmm/c89-oops
...
Make warnings errors when building Python tests.
10 years ago
Craig Tiller
bd6d3d0499
Merge branch 'we-dont-need-no-backup' of github.com:ctiller/grpc into we-dont-need-no-backup
10 years ago
Craig Tiller
4b01f6e085
Merge branch 'you-complete-me' into we-dont-need-no-backup
...
Conflicts:
src/python/src/grpc/_adapter/_c/utility.c
10 years ago
Masood Malekghassemi
9d3fbcf0ba
Make warnings errors when building Python tests
10 years ago
Nicolas Noble
32f020ae2a
Merge pull request #2079 from yang-g/statusChange
...
Update the Status API
10 years ago
Craig Tiller
7d7e640b23
Merge pull request #2054 from dgquintas/flags-abi
...
Added flags support to grpc_op.
10 years ago
Tim Emiola
d0bf839d01
Merge pull request #2063 from stanley-cheung/php_timeout_interop_test
...
Add PHP timeout interop test
10 years ago
Yang Gao
c1a2c314fb
Update the Status API
10 years ago
Michael Lumish
c1c697a897
Merge pull request #2074 from jcanizales/fix-metadata-usage-in-example
...
Fix NPE for trying to add metadata to error when it was nil
10 years ago
Nathaniel Manista
454260605a
Merge pull request #2077 from grpc/jtattermusch-patch-4
...
Make run_jenkins.sh actually fail on failure.
10 years ago
Jan Tattermusch
f64c68cae5
Merge pull request #2066 from stanley-cheung/add_php_to_jenkins
...
Add PHP to jenkins
10 years ago
David Garcia Quintas
4d9414064e
Merge branch 'master' of github.com:grpc/grpc into flags-abi
10 years ago
Jan Tattermusch
04b28e7933
Make run_jenkins.sh actually fail on failure
10 years ago
Jorge Canizales
c58a1103b6
Fix NPE for trying to add metadata to error when it was nil
10 years ago
Nicolas Noble
ac366f9c2e
Merge pull request #2068 from jtattermusch/c_only_run_passing_tests
...
only build unbroken tests in Windows run_tests.py
10 years ago
Stanley Cheung
cc019af9cc
add PHP timeout interop test
10 years ago
Jan Tattermusch
12e8a049e4
backslashes break build on jenkins
10 years ago
Jan Tattermusch
7ed33732bf
regenerate Grpc.mak
10 years ago
Jan Tattermusch
4b3f9522ec
make buildtests on windows pass
10 years ago
David Garcia Quintas
b8f5450514
More missing flags = 0 lines...
10 years ago
Stanley Cheung
932fbd7d2d
Add PHP to jenkins
10 years ago
David Garcia Quintas
c367a09759
Added missing changes to fix bad_hostname C test
10 years ago
David Garcia Quintas
ba710e5579
Added changes to node and php wrappers
10 years ago
David Garcia Quintas
d7e0bea41c
Added changes to python and csharp wrappers
10 years ago
David Garcia Quintas
de52625ae5
Added changes to c++ and ruby wrappers
10 years ago
Craig Tiller
18b4b83792
Merge pull request #19 from soltanmm/ct-you-complete-me
...
Fix upstream merge conflicts
10 years ago
Michael Lumish
0d6cf992e8
Merge pull request #2052 from jcanizales/fix-empty-globs
...
Remove failing globs from examples and tests
10 years ago
Michael Lumish
e8d55cff43
Merge pull request #2051 from jcanizales/simplify-metadata
...
Simplify metadata usage
10 years ago
Masood Malekghassemi
a3697b451b
Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-me
10 years ago
Eric Anderson
62c5b124a8
Merge pull request #2046 from a11r/cs
...
Revised the state machine.
10 years ago
Craig Tiller
4c32de585a
Fix low test
10 years ago
Craig Tiller
a1fa35530f
Properly register completion queues with server
10 years ago
Craig Tiller
b56975ceb9
Verify that completion queues are server registered
10 years ago
Craig Tiller
1aab46b28a
Be better about timeout rounding
10 years ago
Abhishek Kumar
33094a7c62
More fixes to GO_AWAY spelling
10 years ago
Abhishek Kumar
783ad1e9d1
Fixed Go_AWAY to GOAWAY
10 years ago
Craig Tiller
0e8237998d
Merge pull request #2053 from endobson/slice-doc
...
Fix docs on gpr_slice_unref.
10 years ago
Craig Tiller
b68bcd366f
Merge pull request #2056 from endobson/op-type-doc
...
Fix docs on grpc_op_type.
10 years ago
Craig Tiller
f61af6584f
Merge pull request #2057 from kfsone/master
...
include string_util.h for the prototype of gpr_strdup and fix a typo.
10 years ago
Craig Tiller
796708dbe2
Merge branch 'we-dont-need-no-backup' of github.com:ctiller/grpc into we-dont-need-no-backup
10 years ago
Oliver Smith
be2a75c51e
include string_util.h for the prototype of gpr_strdup and typo.
...
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
10 years ago
Eric Dobson
255971d99a
Fix docs on grpc_op_type.
10 years ago
David Garcia Quintas
1d5aca5de0
Added flags support to grpc_op.
...
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.
10 years ago
Eric Dobson
b37307cfd8
Fix docs on gpr_slice_unref.
10 years ago
Jorge Canizales
a1e32ba927
Remove failing globs from examples and tests
10 years ago
Jorge Canizales
cbf50c8bf2
Advance version to 0.6, per the metadata breaking change
10 years ago
Jorge Canizales
2285b362ca
Specify responseMetadata structure
10 years ago
Jorge Canizales
1a38475093
Drop repeated response headers.
10 years ago