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
Craig Tiller
606d874d16
Progress on splitting reading from transport lock
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
Craig Tiller
3719f07233
Get parsing/writing compiling again
10 years ago
Craig Tiller
d20efd26e3
Progress on splitting things up
10 years ago
Nicolas Noble
22b50c9343
Merge pull request #2045 from jtattermusch/cleanup_docker
...
Only keep docker containers for tests that failed
10 years ago
Jan Tattermusch
c878e2a32f
Update grpc.h comments for call thread safety
10 years ago
Jan Tattermusch
0ee84dc10f
only keep docker containers for tests that failed
10 years ago
Abhishek Kumar
56514def9e
Update connectivity-semantics-and-api.md
10 years ago
Abhishek Kumar
b66f19f1e0
Update connectivity-semantics-and-api.md
10 years ago
Abhishek Kumar
9ce1fbcae5
Merge pull request #1546 from ejona86/connectivity-semantics
...
Add Connectivity doc
10 years ago
Nicolas Noble
1b92d65bff
Merge pull request #2044 from jtattermusch/jenkins_refspec
...
fetch PR refspec for docker jenkins builds
10 years ago
Jan Tattermusch
c3dd3bfb85
fix fetch to actually work
10 years ago
Jan Tattermusch
bc17b3f0ae
fetch PR refspec for docker jenkins builds
10 years ago
Craig Tiller
3208e3922a
Progress
10 years ago
Craig Tiller
1911c3b2c4
Tweaks
10 years ago
Craig Tiller
05923eee98
Tweaks
10 years ago
Craig Tiller
5b419c7243
Make some buckets to pour code into
10 years ago
Craig Tiller
d8df50c44f
Make some buckets to pour code into
10 years ago
Craig Tiller
640d3bd025
Add copyright
10 years ago
Craig Tiller
4152706dee
Add file to build.json
10 years ago
Craig Tiller
b084d90151
Rename some things
10 years ago
Craig Tiller
9b8671c739
Initial data movement out of chttp2_transport
10 years ago
Craig Tiller
42cdf94d11
Rename some more stuff
10 years ago
Craig Tiller
e01ad5c555
Start splitting constants out
10 years ago
Nicolas Noble
8af419a9b2
Merge pull request #2043 from jtattermusch/csharp_fix_native_callback_test
...
Fix native callback signature to match with C#
10 years ago