| Commit message (Collapse) | Author | Age |
|\
| |
| | |
Fix C core build breakage.
|
| |
| |
| |
| | |
Original PR #3074 by @dgquintas
|
|\ \
| | |
| | | |
Refactor Endpoint API
|
| | | |
|
| |/
|/| |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| |/|
|/| | |
|
|\ \ \
| | | |
| | | | |
API for: defining view and aggregations, associating them with metrics, and retrieving data
|
| | | | |
|
| | | |\
| |_|_|/
|/| | | |
|
| |\ \ \ |
|
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- The processor now belongs to the server credentials in core.
- The server credentials now needs to be refcounted.
- Changed slighly the vtable of credentials to make it easier to avoid
memory leaks (free'ing the pointer is now done at the common layer,
the implementations of the creds are now only reponsible for
destructing the implementations' specific members.
|
| |\ \ \ \
| | | | | |
| | | | | | |
Tracing api
|
|\| | | | | |
|
| | |\ \ \ \ |
|
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | |
| | | | | | | |
credentials_naming_and_cleanup
|
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- Had to chnage the core API to add a destroy function pointer in
grpc_auth_metadata_processor.
- Tested end to end.
- Fixed some issues in the server_auth_filter (we were not checking the
length which put us at risk of an overflow).
|
| | | | | | | |
|
| | | | |\ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| | | | | |/
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- removed the need to track some state
- fixed chttp2 transport endpoint shutdown management
- made a bunch of tests pass
|
| |\ \ \ \ \ |
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | | |
Protect against dereferencing a null ptr in http2 stream
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Fixed incorrect include line in core/census/grpc_filter.c
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | | | | |
|
| | |_|_|/| | | |
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | | |
credentials_naming_and_cleanup
|
| |/ / / / / / / |
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
First draft at addressing #1799 for grpc_security.
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Make C core log output readable
|
| | |_|/ / / / / /
| |/| | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
'stream' may be left nullptr after a pop, so don't try to dereference
it.
(via nlewycky@google.com).
|
|\ \ \ \ \ \ \ \ \ |
|
| | | | | | | | | |\
| | | |_|_|_|_|_|_|/
| | |/| | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Conflicts:
src/core/iomgr/tcp_windows.c
|
| | |\ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Move core/profiling/timers_preciseclock.h to core/support/ such that we
|
| | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
Refactor default host name resolution
|
| | | | | | | |/ / / /
| | | | | | |/| | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
- 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.
|