Craig Tiller
8dfdb7e299
Specify the "g" in gRPC
8 years ago
Craig Tiller
797d8dbf60
cleanup,debug
8 years ago
murgatroid99
303687f444
Revert change to grpc++_base uses section
8 years ago
Craig Tiller
6e34f81f38
Merge pull request #7905 from vjpai/epoll_blocks
...
Mark epoll_{,p}wait as blocking regions if they have a timeout
8 years ago
Craig Tiller
419c9d7a7d
Remove unnecessary endpoint shutdown protection (now that endpoint shutdown is idempotent)
8 years ago
Craig Tiller
1696684500
New write path compiles
8 years ago
Nathaniel Manista
79cf53c992
Lower-case example "Authorization" header name
...
The HTTP/2 specification requires header names to be lower case.
8 years ago
Stanley Cheung
14e2a566c9
php: error out if metadata key is not legal
8 years ago
Stanley Cheung
b15811e36d
php: fix per_rpc_creds capital auth header key
8 years ago
Vijay Pai
266494cadb
Merge branch 'master' into fc_unary
8 years ago
Craig Tiller
0b8e0d5071
Write work
8 years ago
Vijay Pai
cef5401b2e
Mark an epoll that has a timeout as a blocking region
8 years ago
aaronjheng
b273c04cd5
remove futures from py3
8 years ago
Nicolas Noble
b50eea8669
Merge pull request #7831 from thunderboltsid/remove-skipif-pypy
...
remove skipIf from TypeSmokeTest (issue 7672)
8 years ago
Stanley Cheung
b2a9940465
Merge pull request #7901 from stanley-cheung/php-remove-extra-comma
...
PHP: remove extra comma
8 years ago
Stanley Cheung
676e479ee5
php: composer.json has extra comma
8 years ago
Stanley Cheung
129bca6c5b
php: error out if metadata key is not legal
8 years ago
Craig Tiller
4e5b452147
Compiling, writing work
8 years ago
Makdharma
4e520597e5
fixed bug exposed by h2_proxy* test.
8 years ago
Stanley Cheung
6f7e55fe26
php: fix per_rpc_creds capital auth header key
8 years ago
murgatroid99
1ca0f3ea15
build.yaml changes to make certain builds work
8 years ago
Egor Suvorov
93901a7a86
Add clarifying comment about IWYU in grpc++.h
8 years ago
Mark D. Roth
661408c4d1
clang-format
8 years ago
Makdharma
b305452998
clang-format
8 years ago
Makdharma
7f0abf313f
correctly free up memory for payload_bin
8 years ago
Egor Suvorov
650ae16bf7
Add IWYU export pragmas to grpc++/grpc++.h.
...
IWYU is a C++ tool which ensures that end users explicitly #include
every header they need. Without pragmas IWYU have no way of distinguishing
between 'implementation-specific' headers and headers which are shortcuts
for groups of other headers, like grpc++.h.
8 years ago
Stanley Cheung
4275e60eb6
Merge pull request #7850 from overtrue/patch-1
...
Remove the extra comma
8 years ago
Craig Tiller
3d7c609444
Start merging writes with the main transport thread
8 years ago
Makdharma
6a523f0a03
working with send_message with multiple slices
8 years ago
makdharma
528af97af2
Merge pull request #7866 from jcanizales/p0-grpc-init-on-load
...
Let tracing be enabled before starting an RPC
8 years ago
Julien Boeuf
bb04c0a78b
Merge branch 'master' of github.com:grpc/grpc into security_context_extension
8 years ago
Julien Boeuf
2b2b345841
Addressing feedback.
8 years ago
Adele Zhou
c4b61e24b3
Use the VIP that routes to GFE.
8 years ago
Vijay Pai
cdc253535b
Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMING
...
in all cases
8 years ago
Vijay Pai
ac4113bef1
Merge branch 'master' into fc_unary
8 years ago
Eric Anderson
c931305c39
Merge pull request #7799 from ejona86/percent-encode-status-desc
...
spec: Percent-encode Status-Message
8 years ago
Nicolas Noble
d37fcc4575
Merge pull request #7643 from PiotrSikora/export_license
...
Bazel: export LICENSE file.
8 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
8 years ago
Craig Tiller
2ecceef5cf
Cleaned up output format
8 years ago
Craig Tiller
d34ad4b0b9
Add a script to list undocumented files and directories
8 years ago
Mark D. Roth
7f9bba8ce1
Fix some more tests that called cq_expect_completion().
8 years ago
Mark D. Roth
f03b112d12
Merge remote-tracking branch 'upstream/master' into cq_verifier_file_line
8 years ago
Takuto Ikuta
dc8754398f
Merge branch 'fix_typo' of github.com:atetubou/grpc into fix_typo
8 years ago
Takuto Ikuta
c0080b7c92
remove docstring for not existing argument
8 years ago
Takuto Ikuta
bb04734eec
Fix a typo
8 years ago
Takuto Ikuta
ed96de4f79
Merge pull request #1 from grpc/master
...
merge
8 years ago
Takuto Ikuta
8d2ed75260
Merge branch 'master' of git://github.com/grpc/grpc into fix_typo
8 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.
8 years ago
Jorge Canizales
7603d64982
Let tracing be enabled before starting an RPC
...
by calling grpc_init on [GRPCCall load], instead of lazily.
8 years ago
Piotr Sikora
12e26a7c82
Bazel: export LICENSE file.
...
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
8 years ago