Julien Boeuf
66a27daef6
Putting the auth metadata processor on the server creds.
10 years ago
Julien Boeuf
6bdc9b47bc
Getting started on metadata processor set on server creds.
10 years ago
Julien Boeuf
a87d6c2af6
Cannot figure out server filter logic for error in auth md processing.
...
- Positive tests pass even if we will have to change the interface to
add the processor to the server credentials (will be done in a
separate pull request).
- ASAN leaks for the error case.
- The client should get a GRPC_STATUS_UNAUTHENTICATED as opposed to
GPRC_STATUS_INTERNAL.
10 years ago
Julien Boeuf
ea456fc2bf
Server auth metadata processor.
...
- Right now it is a global function: would be better to have this per
(secure) port.
- Changed the interface of the auth_context slightly to make it more
friendly.
- Positive tests pass. Still need some work on error case (have a
negative case as well).
- Fixing cpp auth context tests so that they use the shiny new C API.
10 years ago
jboeuf
c876923bc2
Merge pull request #2451 from yang-g/authcontext_iterator
...
auth context iterator
10 years ago
yang-g
06fabde1b7
add missed 'class'
10 years ago
yang-g
fb58d239ef
Merge with head
10 years ago
yang-g
7ef7232dd9
split iterator into its own file
10 years ago
Abhishek Kumar
65ef0fffae
Merge pull request #1888 from ctiller/flow-like-lava-to-a-barnyard
...
Transport/call flow control interface
10 years ago
Craig Tiller
c9af31dad0
Merge pull request #2473 from hongweiwang/uri_parser
...
Fix authority in uri_parser
10 years ago
Craig Tiller
9a3f858f93
Merge pull request #2460 from vjpai/exposed_pool
...
Make thread_pool.h a public header
10 years ago
Jan Tattermusch
e85483b392
Merge pull request #2389 from nicolasnoble/let-s-run-ruby-on-macos
...
Setting up ruby environment for macos.
10 years ago
Jan Tattermusch
2884b6a06f
Merge pull request #2454 from stanley-cheung/php_minor_fix
...
php script minor fix
10 years ago
Hongwei Wang
275a02c317
Small fix
10 years ago
Stanley Cheung
4ff154ef30
Merge pull request #2459 from jtattermusch/csharp_metadata_refactoring
...
C# client-side metadata refactoring
10 years ago
Jan Tattermusch
55652c74a2
remove trailing whitespace
10 years ago
Hongwei Wang
d423f3c2fd
Fix authority in uri_parser
10 years ago
Eric Anderson
2f89e400be
Merge pull request #2422 from yang-g/per_call_oauth_creds
...
Clarify the oauth2_auth_token scenario and add the per call credentia…
10 years ago
Michael Lumish
c478c13c63
Merge pull request #2469 from jcanizales/remove-flakes
...
Increase timeout of tests to remove flakes.
10 years ago
Michael Lumish
ccd89f084f
Merge pull request #2467 from jcanizales/readme-objc-to-alpha
...
List Objective-C library as alpha.
10 years ago
Craig Tiller
f101af1ab4
Merge pull request #2468 from yang-g/cleanup_handshaking_channels_when_server_shutdown
...
Clean up handshaking server channels properly
10 years ago
Jorge Canizales
5580e5d248
Increase timeout of tests to remove flakes.
10 years ago
yang-g
097468d43a
Clean up handshaking server channels properly
10 years ago
Jorge Canizales
0a4615d2a9
List Objective-C library as alpha.
10 years ago
Jan Tattermusch
0327ce5ca8
Merge pull request #2390 from nicolasnoble/we-have-both-kinds
...
Enabling 32 bits downgrade of our environment.
10 years ago
Nicolas "Pixel" Noble
b8c1524728
Enabling 32 bits downgrade of our environment.
10 years ago
Craig Tiller
5065d72e43
Update comment
10 years ago
vjpai
a2e1bb1577
Change name of thread_pool files to fixed_size_thread_pool when
...
appropriate
10 years ago
Michael Lumish
58ff670f03
Merge pull request #2462 from nicolasnoble/bash-is-not-for-everyone
...
Replacing echo -e with a more generic system.
10 years ago
Craig Tiller
3e5d61670e
Merge pull request #2371 from yang-g/security_context2
...
remove dead file
10 years ago
Craig Tiller
8ea63085c5
Merge pull request #2383 from vjpai/lockfree-stack
...
Lockfree stack
10 years ago
Craig Tiller
e845d980e5
Merge pull request #2406 from dgquintas/writeoptions
...
Added WriteOptions for per-message flags and modified CallOps to use it.
10 years ago
Craig Tiller
a430479e64
Merge pull request #2408 from nicolasnoble/generate_projects-should-mkdir
...
generate_projects.py should make directories.
10 years ago
Craig Tiller
ded3f69716
Merge pull request #2442 from yang-g/authcontext_lazy_create_at_server
...
Create server side auth context lazily
10 years ago
Nicolas "Pixel" Noble
367e30feeb
Replacing echo -e with a more generic system.
...
The 'tr' command can actually accept escapes, such as \n.
10 years ago
yang-g
7eab56b055
Resolve comments
10 years ago
Craig Tiller
5c517b1f5d
Fix integration bugs
10 years ago
yang-g
14b3684dee
Remove const_iterator typedef and add a range based loop test
10 years ago
Craig Tiller
c77fa40c61
Merge branch 'flow-like-lava-to-a-barnyard' of github.com:ctiller/grpc into flow-like-lava-to-a-barnyard
10 years ago
Craig Tiller
321cfc5d41
Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyard
10 years ago
Vijay Pai
69f2410086
Make thread_pool.h a public header
...
Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction
of DynamicSizeThreadPool
10 years ago
Jan Tattermusch
fd953a514c
add support for per-call metadata
10 years ago
Jan Tattermusch
b533281e8e
adjust C# generator to match the new API
10 years ago
Craig Tiller
8631652e15
Ensure streams are sent in-order
10 years ago
Jan Tattermusch
e5c9b80566
renaming stub to client and refactoring metadata class
10 years ago
Michael Lumish
5a9674c0e7
Merge pull request #2419 from jtattermusch/nuget_versioning_simplification
...
Nuget versioning simplification
10 years ago
Jan Tattermusch
37fccb0d38
make build_packages.bat provide version of grpc.native.csharp_ext dependency
10 years ago
Jan Tattermusch
a5800706fa
introduce Version.cs as single source of truth of gRPC C# version
10 years ago
Jan Tattermusch
48f7ed4442
pick up nuget package version from cmdline param and fix nuget build
10 years ago
Michael Lumish
761940da37
Merge pull request #2418 from jtattermusch/csharp_healthchecking
...
C# health service
10 years ago