Vijay Pai
cdc253535b
Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMING
...
in all cases
9 years ago
Vijay Pai
ac4113bef1
Merge branch 'master' into fc_unary
9 years ago
Eric Anderson
c931305c39
Merge pull request #7799 from ejona86/percent-encode-status-desc
...
spec: Percent-encode Status-Message
9 years ago
David Garcia Quintas
211f89f888
Merge branch 'lb_add_md' of github.com:dgquintas/grpc into lb_add_md
9 years ago
Nicolas Noble
d37fcc4575
Merge pull request #7643 from PiotrSikora/export_license
...
Bazel: export LICENSE file.
9 years ago
Nicolas Noble
179e624679
Merge pull request #7828 from ctiller/rename-some-things-for-fun-and-profit
...
Rename some files to avoid conflicting .obj files on Windows
9 years ago
Craig Tiller
2ecceef5cf
Cleaned up output format
9 years ago
Craig Tiller
d34ad4b0b9
Add a script to list undocumented files and directories
9 years ago
Mark D. Roth
54d78e2640
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
9 years ago
Mark D. Roth
7f9bba8ce1
Fix some more tests that called cq_expect_completion().
9 years ago
Mark D. Roth
f03b112d12
Merge remote-tracking branch 'upstream/master' into cq_verifier_file_line
9 years ago
Mark D. Roth
0002d83222
Fix crash caused by invoking receive callback with recv_message=NULL.
9 years ago
Takuto Ikuta
dc8754398f
Merge branch 'fix_typo' of github.com:atetubou/grpc into fix_typo
9 years ago
Takuto Ikuta
c0080b7c92
remove docstring for not existing argument
9 years ago
Takuto Ikuta
bb04734eec
Fix a typo
9 years ago
Takuto Ikuta
ed96de4f79
Merge pull request #1 from grpc/master
...
merge
9 years ago
Takuto Ikuta
8d2ed75260
Merge branch 'master' of git://github.com/grpc/grpc into fix_typo
9 years ago
Jorge Canizales
ea5325c484
Avoid static initialization of the kIdentity block
...
Unlike other Objective-C objects, there's no hard reason why the compiler wouldn't be able to initialize a block statically (as it does with NSString literals). And it certainly doesn't complain about it (like it does with other object initializers). But as I haven't been able to find confirmation of this, and we're seeing a weird crash occur near this code, let's play it safe.
9 years ago
Jorge Canizales
7603d64982
Let tracing be enabled before starting an RPC
...
by calling grpc_init on [GRPCCall load], instead of lazily.
9 years ago
Piotr Sikora
12e26a7c82
Bazel: export LICENSE file.
...
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
9 years ago
Craig Tiller
24096ce7be
Support >16kib frame sizes in core
9 years ago
Craig Tiller
30da8254aa
fixes
9 years ago
Makdharma
178f4bc24d
prep work for enabling caching
...
Added new header grpc-payload-bin
Added new channel arg for setting max payload size
Ability to create a GET request in client filter
Ability to parse the payload from header in server filter.
9 years ago
Craig Tiller
aef3a79ae4
Remove extraneous locks on cq checks
9 years ago
Mark D. Roth
500a466217
Add filter to subchannel instead of main client channel.
9 years ago
Nicolas Noble
19ea0cffd7
Merge pull request #7616 from markdroth/cq_verifier_cleanup
...
Clean up cq_verifier code and error messages.
9 years ago
Mark D. Roth
7187ab9866
Change cq_verifier to report file and line number for expectations.
9 years ago
Craig Tiller
dfd3a8f7a5
Merge combiner and exec_ctx execution better
...
Allows exec_ctx callbacks to be called while a combiner is executing.
Also allows guaranteeing direct execution of callbacks from combiners,
which should allow reducing cpu burn for up/down stack interactions in
the future.
9 years ago
Mark D. Roth
a30678039f
Remove check for max message size from invalid_channel_args test, since
...
this parameter is no longer checked at channel creation time.
9 years ago
Mark D. Roth
a6f1b98f2c
Set the right default max message sizes.
...
Also use single-line comment style throughout the new files.
9 years ago
David Garcia Quintas
ba641f48d7
Updated grpclb API test.
9 years ago
David Garcia Quintas
880064586d
Removed direct include of arpa/inet.h
9 years ago
David Garcia Quintas
041f9776f7
Fixed wrong processing of ipv6 IPs.
9 years ago
pythias
ed7ee3df9a
Remove undefined env
9 years ago
Takuto Ikuta
15b3a165e9
remove docstring for not existing argument
9 years ago
安正超
1f07aa56cb
Remove the extra comma
9 years ago
David Garcia Quintas
b8b384a9f6
Small grpclb.c refactoring for readability
9 years ago
Nicolas "Pixel" Noble
cdbe6b3963
Merge branch 'v1.0.x' into upmerge-from-v1.0.x
9 years ago
Mark D. Roth
370ef8941e
Fix portability problem.
9 years ago
Nicolas Noble
668bf881a9
Merge pull request #7802 from nicolasnoble/upmerge-from-v1.0.x
...
Upmerge from v1.0.x
9 years ago
Mark D. Roth
af00d8bfb2
Add channel arg for max send message size and add message size filter.
9 years ago
yang-g
56fb16d49f
Add missing header
9 years ago
Mark D. Roth
1edf65219e
Fix broken test.
9 years ago
Mark D. Roth
a275aea530
clang-format
9 years ago
Nicolas "Pixel" Noble
d25c1d2a6c
Removing unused header.
9 years ago
Nicolas "Pixel" Noble
455c5d45f0
Untangling secure and unsecure.
9 years ago
Robbie Shade
1bbfe0fb43
clang-format remove blank lines
9 years ago
Robbie Shade
19370fcdc6
Merge branch 'master' into delete_timeout_enum
9 years ago
David Garcia Quintas
a50a754ce8
added missing include for sockaddr_utils.h
9 years ago
Julien Boeuf
6b93d46bb8
Adding extension points for security context.
9 years ago