Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #6481 from dgquintas/compression_md_level_bis | Jan Tattermusch | 2016-06-08 |
|\ | | | | | Allow servers to select compression level via initial MD & overall compression cleanup | ||
* | | clang-format, fix headers, windows fixes | Adam Michalik | 2016-06-07 |
| | | |||
* | | Add completion queue argument which is necessary after merge with master | Adam Michalik | 2016-06-07 |
| | | |||
* | | implement support for adding external fd to server | Adam Michalik | 2016-06-07 |
| | | |||
* | | code formatting | Adam Michalik | 2016-06-07 |
| | | |||
* | | added missing include | Adam Michalik | 2016-06-07 |
| | | |||
* | | separate posix functionality to grpc_posix.h | Adam Michalik | 2016-06-07 |
| | | |||
* | | add tests | Adam Michalik | 2016-06-07 |
| | | |||
| * | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-03 |
| |\ | |/ |/| | |||
* | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-06-02 |
|\ \ | |||
| * \ | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-23 |
| |\ \ | |||
| | * \ | Merge pull request #6436 from jboeuf/credentials_refactoring | Jan Tattermusch | 2016-05-22 |
| | |\ \ | | | | | | | | | | | Refactoring the core security code. | ||
| | * | | | Fixed the fix | David Garcia Quintas | 2016-05-20 |
| | | | | | |||
* | | | | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-05-19 |
|\ \ \ \ \ | |||
| | * | | | | Bug fixes | Craig Tiller | 2016-05-17 |
| | | | | | | |||
| | | * | | | Fixes leak in test_cancel_after_client_done & cancel_after_accept | David Garcia Quintas | 2016-05-16 |
| | |/ / / | |/| | | | |||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-05-12 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| | * | | | Merge branch 'master' into server_channel_affinity | Sree Kuchibhotla | 2016-05-11 |
| | |\ \ \ | | |/ / / | |/| | | | |||
| | | * | | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | Julien Boeuf | 2016-05-10 |
| | | |\ \ | | |_|/ / | |/| | | | | | | | | credentials_refactoring | ||
| | * | | | Merge branch 'master' into server_channel_affinity | Sree Kuchibhotla | 2016-05-10 |
| | |\ \ \ | |||
| * | | | | | Enable -Wextra-semi on compilers that support it | Craig Tiller | 2016-05-10 |
| | |/ / / | |/| | | | | | | | | | | | | | Use some template magic to make warning detection much easier in the future. | ||
| * | | | | Merge pull request #6320 from markdroth/limit_metadata_size | Jan Tattermusch | 2016-05-10 |
| |\ \ \ \ | | | | | | | | | | | | | Add support for max metadata size. | ||
| | | | | * | Allow servers to select compression level via initial MD. | David Garcia Quintas | 2016-05-09 |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms. | ||
* | | | | | Added support for trailing metadata | David Garcia Quintas | 2016-05-04 |
| | | | | | |||
| | | | * | Refactoring the core security code. | Julien Boeuf | 2016-05-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough... | ||
| | * | | | Apply clang-format diffs. | Mark D. Roth | 2016-05-04 |
| | | | | | |||
| | * | | | Use unlimited default for max header size until receiving new settings | Mark D. Roth | 2016-05-04 |
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | from the peer. This both complies with the RFC and ensures that if the user sets a higher limit than the 16K default, we won't incorrectly reject data sent before settings are exchanged. Also fix proxy tests. | ||
* | / | | Turned load reporting into a plugin | David Garcia Quintas | 2016-05-02 |
| |/ / |/| | | |||
| * | | Fixed name of test config for h2_census | David G. Quintas | 2016-04-29 |
|/ / | |||
| * | Merge branch 'master' into server_channel_affinity | Sree Kuchibhotla | 2016-04-26 |
| |\ | |/ |/| | |||
| * | clang format fix | Sree Kuchibhotla | 2016-04-21 |
| | | |||
* | | Add various options to verify ssl/tls client cert including letting the | Deepak Lukose | 2016-04-19 |
| | | | | | | | | application handle the authentication. | ||
| * | Test failures fix | Sree Kuchibhotla | 2016-04-14 |
|/ | |||
* | Merge github.com:grpc/grpc into e2efuzz | Craig Tiller | 2016-04-06 |
|\ | |||
| * | Merge github.com:grpc/grpc into optionalize_client_config | Craig Tiller | 2016-04-05 |
| |\ | |||
| | * | Remove unnecessary -2016 from copyrights | Craig Tiller | 2016-04-05 |
| | | | |||
* | | | Introduce machinery to allow tests to register plugins | Craig Tiller | 2016-04-04 |
| |/ |/| | |||
| * | Merge github.com:grpc/grpc into optionalize_client_config | Craig Tiller | 2016-04-01 |
| |\ | |/ |/| | |||
| * | clang-fmt | Craig Tiller | 2016-04-01 |
| | | |||
| * | Reposition files to optionalize client_config system | Craig Tiller | 2016-03-31 |
| | | |||
* | | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-31 |
|\| | |||
* | | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-31 |
|\ \ | |||
| | * | Merge github.com:grpc/grpc into copyright-fix | Craig Tiller | 2016-03-31 |
| | |\ | | |/ | |/| | |||
| | * | Update copyrights | Craig Tiller | 2016-03-31 |
| | | | |||
* | | | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-29 |
|\ \ \ | | |/ | |/| | |||
| | * | Merge github.com:grpc/grpc into idempotent | Craig Tiller | 2016-03-28 |
| | |\ | | |/ | |/| | |||
* | | | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-28 |
|\ \ \ | |||
| | | * | Merge github.com:grpc/grpc into idempotent | Craig Tiller | 2016-03-28 |
| | | |\ | | |_|/ | |/| | | |||
| | * | | clang-format | Craig Tiller | 2016-03-28 |
| | | | | |||
| | * | | Move chttp2 related files under ext/ | Craig Tiller | 2016-03-28 |
| |/ / |