Alistair Veitch
9a09982e2d
view and aggregation API
9 years ago
Jan Tattermusch
5414df3011
make ToLower culture invariant
9 years ago
Nathaniel Manista
7dc25d3ca6
Add force_client_auth to _low.ServerCredentials
9 years ago
yang-g
730055d962
implementation fix
9 years ago
yang-g
dafcce980d
channel creation API change
9 years ago
Masood Malekghassemi
b59f1348a2
Python OAuth2 auth-token interop test
9 years ago
murgatroid99
868545987b
Fixed incorrect include line in core/census/grpc_filter.c
9 years ago
murgatroid99
4ad400341e
Fixed handling of binary metadata values
9 years ago
Stanley Cheung
4135a219c5
php: add comment for why cancel_after_begin cannot be done
9 years ago
Stanley Cheung
69e9747eb9
php: fix interop stub construction after codegen fix
9 years ago
Jan Tattermusch
939ccbe0ff
switch C# projects to Google.Protobuf 3.0.0-alpha4 package
9 years ago
Jan Tattermusch
d68ef4f9ae
upgrade third_party/protobufs to 3.0.0-beta-1
9 years ago
Craig Tiller
b029859e58
Revert "Revert "Refactor Endpoint API""
9 years ago
Craig Tiller
99d7b661be
Revert "Refactor Endpoint API"
9 years ago
Julien Boeuf
35b559f6f7
Aligning C++ interface with C for the auth metadata processor.
9 years ago
yang-g
0d9f81f741
minor fixes
9 years ago
Nathaniel Manista
8e3dc00d93
The Beta API Channel
9 years ago
Hongyu Chen
2845c86958
Fix include guard of census/grpc_filter.h
9 years ago
Craig Tiller
a0461e52f3
Fix an edge case in call.c
...
If we get a full incoming buffer, we'll issue a read with max_recv_bytes==0, deadlocking the flow control code.
Instead, hold off on advertising reading until the buffer gets a little more clear, then start pulling.
9 years ago
Craig Tiller
d36ed20b7d
Trace window announcements
9 years ago
Craig Tiller
70964fca29
Properly reset incoming buffer
9 years ago
Craig Tiller
8bf34083e2
Fix uninitialized data
9 years ago
Craig Tiller
57c48c6845
Turn off debug
9 years ago
Craig Tiller
0882a353d5
Fix refcounting
9 years ago
David Garcia Quintas
c9ab6a022d
Protect against dereferencing a null ptr.
...
'stream' may be left nullptr after a pop, so don't try to dereference
it.
(via nlewycky@google.com ).
9 years ago
Masood Malekghassemi
18b3ccb2f2
Temporary fix on Python doc to alleviate confusion
...
cc grpc/grpc-common#274, #2896
9 years ago
Craig Tiller
47ec9a40ad
Add ostream support for string_ref
9 years ago
Julien Boeuf
5cc1e2ec4b
Fixing PHP.
9 years ago
Julien Boeuf
510a920c75
Credentials cleanup:
...
- Removing service_accounts credentials. These credentials just have
drawbacks compared to service_account_jwt_access credentials, notably
in terms for security.
- Renaming Google specific credentials with a Google prefix for C and
C++. This should be done as well for wrapped languages.
9 years ago
Julien Boeuf
c17fecd224
Fixing tests.
9 years ago
Julien Boeuf
c5b570f97e
Adding void* at then end of security related method in order to have a stable ABI.
9 years ago
yang-g
d090fe1379
auth context api change for string_ref
9 years ago
Craig Tiller
d17fcc3203
Make C core log output readable
9 years ago
Alistair Veitch
f886985d2c
refactor census_timestamp
9 years ago
Nathaniel Manista
4c8288ec01
The RPC Framework crust package
9 years ago
Masood Malekghassemi
8f56c422f8
Add global per-test timeout to Python test harness
9 years ago
Craig Tiller
25de92c997
Assert uri not null better
9 years ago
yang-g
e21908fcee
impl
9 years ago
Craig Tiller
f5cf6fa478
Assert uri not null
9 years ago
Jan Tattermusch
a4d9f267fb
fix gpr_slice leak in server on connection reset
9 years ago
Craig Tiller
1dc323b45e
Spam cleanup
9 years ago
Craig Tiller
c0136b9a27
Add comments
9 years ago
Craig Tiller
c9a3b0d55f
Respond to review
9 years ago
yang-g
d5539ec6e2
remove constexpr since gcc 4.4 or vs2010 does not support it
9 years ago
Craig Tiller
775ec1decd
Use SSL override as a default host name if none is specified
9 years ago
Hongyu Chen
a96ce800a8
Update include path of core/profiling/basic_timers.c
9 years ago
Nathaniel Manista
b3e56c4736
Drop whitespace from Python test metadata keys
...
Whitespace is now disallowed in metadata keys.
9 years ago
Julien Boeuf
8fd915ab8d
Adding grpc::string_ref class.
...
- Strict subset of
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html
- Useful to avoid unnecessary string copies.
9 years ago
Nathaniel Manista
60478685e7
Use a custom exception in test_control
...
Use of ValueError is too easily misconstrued as an actual defect in the
system under test.
9 years ago
Nathaniel Manista
815604fdcd
Add code and message to base.NoSuchMethodError
...
This is part of support for applications being able to respond to RPCs
with unrecognized names with specific codes and messages.
9 years ago