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
cef5401b2e
Mark an epoll that has a timeout as a blocking region
8 years ago
Stanley Cheung
129bca6c5b
php: error out if metadata key is not legal
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
Makdharma
b305452998
clang-format
8 years ago
Makdharma
7f0abf313f
correctly free up memory for payload_bin
8 years ago
Makdharma
6a523f0a03
working with send_message with multiple slices
8 years ago
Julien Boeuf
2b2b345841
Addressing feedback.
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
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
Craig Tiller
24096ce7be
Support >16kib frame sizes in core
8 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.
8 years ago
Mark D. Roth
a275aea530
clang-format
8 years ago
Nicolas "Pixel" Noble
d25c1d2a6c
Removing unused header.
8 years ago
Nicolas "Pixel" Noble
455c5d45f0
Untangling secure and unsecure.
8 years ago
Julien Boeuf
6b93d46bb8
Adding extension points for security context.
8 years ago
Stanislav Pavlovichev
d58199b1d0
code style
...
phpdoc fix
isset to array_key_exists
8 years ago
siddharthshukla
82c01e5a95
remove skipIf from TypeSmokeTest (issue 7672)
...
remove skipIfStatement from
TypeSmokeTest.testCallCredentialsFromPluginUpDown since the test passes
on PyPy variants 5.3.0 and newer since these variants have improved
compatibility support for the C-Extensions
8 years ago
Mark D. Roth
ff4df06a66
Rename grpc_client_config to grpc_resolver_result.
8 years ago
Craig Tiller
102fa966b6
Rename some files to avoid conflicting .obj files on Windows
8 years ago
Masood Malekghassemi
f24a405551
Remove unused imports in grpcio-tests
8 years ago
Stanley Cheung
557aa4e695
php: bump version
8 years ago
Stanley Cheung
8749c96595
php: bump version
8 years ago
Craig Tiller
f57158be12
Add explanations
8 years ago
Alexander Polcyn
e61aab2651
convert match data to string
8 years ago
Nathaniel Manista
7a6e30e61c
Python grpc.secure_channel doc string correction
8 years ago
Alexander Polcyn
8dd21260be
fix directory check
8 years ago
Alexander Polcyn
8067d72947
dont catch load error when loading grpc lib in grpc gem
8 years ago
Nicolas "Pixel" Noble
398dde49fc
Restoring require_relative.
8 years ago
Nicolas "Pixel" Noble
47127507be
Fixing loading precompiled Ruby extension on 2.x.10+
8 years ago
David Garcia Quintas
4bf00c9f51
slight rewording of grpc_error ownership rules
8 years ago
Nicolas "Pixel" Noble
baa35fc50d
Disabling check for SO_REUSEPORT in MANYLINUX; it'll always fail.
8 years ago
Jorge Canizales
36031d50db
Move user-agent version to 1.0.0
...
I can’t wait to get all of these automatically from a single source :)
8 years ago
Jorge Canizales
4a18c67b77
Move Podspecs to v1
8 years ago
Nicolas "Pixel" Noble
35b8c51485
Bumping version to 1.0.1-pre1.
8 years ago
Craig Tiller
87879d2bbe
Fix comments
8 years ago
Ken Payson
8348973de9
Use templates for python version dependencies
...
Also change grpcio-tools to be a runtime dependency of grpcio-tests,
grpcio-tools is run as part of the tests.
8 years ago
Craig Tiller
f0efb491d8
Fix comments
8 years ago
Craig Tiller
1c7a84202f
Add a strict and a permissive decoder, allow different reserved alphabets
8 years ago
Vijay Pai
c4752d8857
Remove this->
8 years ago
Craig Tiller
c5c2c72d0f
Appease the casting gods
8 years ago
Craig Tiller
17ed6b17c7
Percent encoding routines
8 years ago
Mark D. Roth
2665bdd6d2
Reduce allocations associated with src/cpp/util/byte_buffer.cc.
8 years ago
Makarand Dharmapurikar
7ca910372b
changed from uint32_t to size_t
8 years ago
Makarand Dharmapurikar
3e4be9fc56
fixed compile warnings treated as errors
8 years ago
Makarand Dharmapurikar
d8004a86fa
minor tweak
8 years ago
Makarand Dharmapurikar
f8f8f5a2eb
more review feedback addressed
8 years ago