Jan Tattermusch
f64c68cae5
Merge pull request #2066 from stanley-cheung/add_php_to_jenkins
...
Add PHP to jenkins
10 years ago
Yang Gao
102eccb632
Support sending and showing received metadata in grpc_cli
10 years ago
David Garcia Quintas
4d9414064e
Merge branch 'master' of github.com:grpc/grpc into flags-abi
10 years ago
David Garcia Quintas
fd62174190
Mapped DEFLARE as a high compression level algorithm
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
David Garcia Quintas
db94b276f5
Propagation of compression level to the call.
...
Through the metadata's user data mechanism.
10 years ago
Jan Tattermusch
bc745a5f4e
fix json_rewrite_test CRLF handling
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
David Garcia Quintas
e29feb2adb
Introduced compression levels as an abstraction for the actual algorithm.
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
Nicolas "Pixel" Noble
52a2322135
Explicitely selecting gpr and grpc instead of trying our best.
10 years ago
Nicolas "Pixel" Noble
b4f35c0344
Transforming gRPC.podspec to use build.json instead of globbing.
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
Jorge Canizales
8c6bc6e5aa
Test call and error metadata are the same.
10 years ago
Jorge Canizales
f3a4f2cee9
Merge trailers into responseMetadata. Add it to NSError.
10 years ago
Jorge Canizales
544963e18a
Let set NSDictionary as headers, and init the property (not nil)
10 years ago
Jorge Canizales
d7981253de
Add test to set and read headers. Flaky!!
10 years ago
Jorge Canizales
d666fd068b
Cleanup GRPCClientTests.m
10 years ago