aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server
Commit message (Collapse)AuthorAge
* stream_op cleanup: miscellanyGravatar Craig Tiller2015-11-02
|
* Merge github.com:grpc/grpc into latent-seeGravatar Craig Tiller2015-10-09
|\
* | Move profiling system to gprGravatar Craig Tiller2015-10-09
| |
* | Simplify adding annotations, annotate more thingsGravatar Craig Tiller2015-10-09
| |
* | Latency tracesGravatar Craig Tiller2015-10-08
| |
| * mark unreachable code with a macroGravatar yang-g2015-10-07
|/
* Merge github.com:grpc/grpc into clangfGravatar Craig Tiller2015-10-01
|\
| * C++ changes required to maintain gcc4.4 compatibility - reduce useGravatar Vijay Pai2015-09-29
| | | | | | | | of ambiguous nullptr, eliminate use of brace initializer lists
* | Fix clang-format scriptGravatar Craig Tiller2015-09-28
|/
* Add clang-format to sanityGravatar Craig Tiller2015-09-24
|
* Merge branch 'master' of github.com:grpc/grpc into compression-accept-encodingGravatar David Garcia Quintas2015-09-08
|\
| * Guard against empty vectorGravatar yang-g2015-09-03
| |
| * Shuffling headers around.Gravatar Julien Boeuf2015-08-28
| |
| * Adding C++ metadata processor.Gravatar Julien Boeuf2015-08-28
| | | | | | | | | | | | | | | | - 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).
| * Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-27
| |\
| | * Merge pull request #2947 from jboeuf/grpc_security_abiGravatar Craig Tiller2015-08-27
| | |\ | | | | | | | | First draft at addressing #1799 for grpc_security.
| * | | Aligning C++ interface with C for the auth metadata processor.Gravatar Julien Boeuf2015-08-26
| | | |
| * | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-26
| |\ \ \
| | | | * Adding void* at then end of security related method in order to have a ↵Gravatar Julien Boeuf2015-08-25
| | | |/ | | |/| | | | | | | | | stable ABI.
| | | * implGravatar yang-g2015-08-25
| | |/
| | * Fix merge failuresGravatar yang-g2015-08-24
| | |
| | * merge with headGravatar yang-g2015-08-24
| | |\
* | | \ Merge branch 'master' of github.com:grpc/grpc into compression-accept-encodingGravatar David Garcia Quintas2015-08-24
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into frayGravatar Vijay Pai2015-08-24
| |\ \ \
* | \ \ \ Merge branch 'compression-accept-encoding' of github.com:dgquintas/grpc into ↵Gravatar David Garcia Quintas2015-08-24
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | compression-accept-encoding
* \ \ \ \ \ Merge branch 'master' of github.com:grpc/grpc into compression-accept-encodingGravatar David Garcia Quintas2015-08-24
|\ \ \ \ \ \
| | | * | | | Eliminate public thread-pool interfaceGravatar Vijay Pai2015-08-24
| | |/ / / / | |/| | | |
| | | * | | Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-21
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | * | | prettify commentGravatar Craig Tiller2015-08-21
| | | | | |
| | | | | * headers reorgGravatar yang-g2015-08-21
| | |_|_|/ | |/| | |
| | * | | Comments and derived bugfixes.Gravatar David Garcia Quintas2015-08-19
| | | | |
| | | * | Fix syncronous unimplemented methodsGravatar Craig Tiller2015-08-19
| | | | |
| * | | | Extend commentGravatar Craig Tiller2015-08-19
| | | | |
| * | | | Add comments, fix a subtle bugGravatar Craig Tiller2015-08-19
| | | | |
| | * | | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encodingGravatar David Garcia Quintas2015-08-18
| |/| | | |/| | | |
| | | * | Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-18
| | | |\ \ | | | |/ / | | |/| |
| * | | | Merge github.com:grpc/grpc into shutdown-c++Gravatar Craig Tiller2015-08-18
| |\| | |
| * | | | Add a timeout to shutdown to forcefully end callsGravatar Craig Tiller2015-08-18
| | | | |
| | * | | clang-format all sourceGravatar Craig Tiller2015-08-18
| |/ / /
| | * | Re-add accidentally deleted codeGravatar Craig Tiller2015-08-17
| | | |
| | * | Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-17
| | |\ \ | | |/ / | |/| |
| | | * Addressing comments. Thanks Yang!Gravatar Julien Boeuf2015-08-17
| | | |
| | | * Forgot to commit this file...Gravatar Julien Boeuf2015-08-14
| | | |
| | | * Few improvements:Gravatar Julien Boeuf2015-08-14
| | | | | | | | | | | | | | | | | | | | | | | | - Guarantee the lifetime of objects passed to the processor. - Add an option for implementers of the processor to make it non-blocking.
| * | | Make comment look finishedGravatar vjpai2015-08-14
| | | |
| * | | Use emplace_back properly and when appropriate, considering limitationsGravatar Vijay Pai2015-08-14
| | | | | | | | | | | | | | | | of gcc4.4
| | | * Fixing build after sync with upstream master.Gravatar Julien Boeuf2015-08-13
| | | |
| | | * Merge branch 'master' of https://github.com/grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-13
| | | |\ | | |_|/ | |/| |
| | | * Fixing lifetime of input metadata issue.Gravatar Julien Boeuf2015-08-13
| | | |
| | | * Adding C++ auth metadata processor.Gravatar Julien Boeuf2015-08-13
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | - We always do the processing asynchronously but maintain a synchronous API for the implementor of the processor. - there are a lot of string copies right now. Having a StringPiece object in grpc++ would really help with that (as we would use it for C++ metadata). - Please review the API carefully and if you're happy with it, I'll proceed with tests.